Go to the source code of this file.
Variables | |
| $messages = array() | |
| $messages ['save_success'] = 'Data was saved' | |
| $messages ['save_succeass'] = $messages['save_success'] | |
| $messages ['save_error'] = 'Data could not be saved' | |
| $messages ['filter_error'] = 'Please check the filter entries.' | |
| $messages ['report_title'] = 'Invoice report' | |
| $messages ['column_invoice_no'] = 'Invoice' | |
| $messages ['column_invoice_date'] = 'Date' | |
| $messages ['column_customer'] = 'Customer' | |
| $messages ['column_status'] = 'Status' | |
| $messages ['column_action'] = 'Action' | |
| $messages ['column_total'] = 'Total' | |
| $messages ['column_position_no'] = 'Item' | |
| $messages ['column_article_no'] = 'Article number' | |
| $messages ['column_article'] = 'Article' | |
| $messages ['column_quantity'] = 'Quantity' | |
| $messages ['column_unit_price'] = 'Unit price' | |
| $messages ['status_draft'] = 'Draft' | |
| $messages ['status_open'] = 'Open' | |
| $messages ['status_paid'] = 'Paid' | |
| $messages ['delete_title'] = 'Delete invoice' | |
| $messages ['delete_question'] = 'Delete invoice #{id} and all its items?' | |
| $messages ['delete_hint'] = 'The invoice header and its items will be deleted together.' | |
| $messages ['delete_invalid'] = 'The invoice could not be identified.' | |
| $messages ['transaction_error'] = 'The transaction could not be started.' | |
| $messages ['delete_error'] = 'The invoice could not be deleted completely.' | |
| $messages ['delete_success'] = 'The invoice and its items were deleted.' | |
| $fields = array() | |
| Filter- und Sortierfelder des Rechnungsreports. | |
| $field = array() | |
| $field ['name'] = 'dbx_rrows' | |
| $field ['type'] = 'int' | |
| $field ['tpl'] = 'select-single-label' | |
| $field ['default'] = '20' | |
| $field ['label'] = 'Per page' | |
| $field ['rules'] = 'int' | |
| $field ['options'] = '10=10&20=20&30=30&50=50' | |
| $fields [] = $field | |
| $field ['name'] = 'dbx_rsort' | |
| $field ['type'] = 'varchar' | |
| $field ['tpl'] = 'select-single-label' | |
| $field ['default'] = 'invoice_date' | |
| $field ['label'] = 'Sorting' | |
| $field ['rules'] = 'parameter' | |
| $field ['options'] | |
| $field ['name'] = 'dbx_rdesc' | |
| $field ['type'] = 'varchar' | |
| $field ['tpl'] = 'select-single-label' | |
| $field ['default'] = 'DESC' | |
| $field ['label'] = 'Direction' | |
| $field ['rules'] = 'parameter' | |
| $field ['options'] = 'ASC=Ascending&DESC=Descending' | |
| $field ['name'] = 'dbx_rstatus' | |
| $field ['type'] = 'varchar' | |
| $field ['tpl'] = 'select-single-label' | |
| $field ['default'] = 'all' | |
| $field ['label'] = 'Status' | |
| $field ['rules'] = 'parameter|max=24' | |
| $field ['options'] = 'all=All&draft=Draft&open=Open&paid=Paid' | |
| $field ['name'] = 'dbx_rwhere' | |
| $field ['type'] = 'varchar' | |
| $field ['tpl'] = 'dbx|search' | |
| $field ['default'] = '' | |
| $field ['label'] = 'Search' | |
| $field ['rules'] = 'sqlsearch|max=64' | |
| $field[ 'default'] = '' |
Definition at line 82 of file rpt-invoice-selection_en.fd.php.
| $field[ 'default'] = 'all' |
Definition at line 72 of file rpt-invoice-selection_en.fd.php.
| $field[ 'default'] = 'DESC' |
Definition at line 62 of file rpt-invoice-selection_en.fd.php.
| $field[ 'default'] = 'invoice_date' |
Definition at line 50 of file rpt-invoice-selection_en.fd.php.
| $field[ 'default'] = '20' |
Definition at line 40 of file rpt-invoice-selection_en.fd.php.
| $field[ 'label'] = 'Search' |
Definition at line 83 of file rpt-invoice-selection_en.fd.php.
| $field[ 'label'] = 'Status' |
Definition at line 73 of file rpt-invoice-selection_en.fd.php.
| $field[ 'label'] = 'Direction' |
Definition at line 63 of file rpt-invoice-selection_en.fd.php.
| $field[ 'label'] = 'Sorting' |
Definition at line 51 of file rpt-invoice-selection_en.fd.php.
| $field[ 'label'] = 'Per page' |
Definition at line 41 of file rpt-invoice-selection_en.fd.php.
| $field[ 'name'] = 'dbx_rwhere' |
Definition at line 79 of file rpt-invoice-selection_en.fd.php.
| $field[ 'name'] = 'dbx_rstatus' |
Definition at line 69 of file rpt-invoice-selection_en.fd.php.
| $field[ 'name'] = 'dbx_rdesc' |
Definition at line 59 of file rpt-invoice-selection_en.fd.php.
| $field[ 'name'] = 'dbx_rsort' |
Definition at line 47 of file rpt-invoice-selection_en.fd.php.
| $field[ 'name'] = 'dbx_rrows' |
Definition at line 37 of file rpt-invoice-selection_en.fd.php.
| $field[ 'options'] = 'all=All&draft=Draft&open=Open&paid=Paid' |
Definition at line 75 of file rpt-invoice-selection_en.fd.php.
| $field[ 'options'] = 'ASC=Ascending&DESC=Descending' |
Definition at line 65 of file rpt-invoice-selection_en.fd.php.
| $field[ 'options'] |
Definition at line 53 of file rpt-invoice-selection_en.fd.php.
| $field[ 'options'] = '10=10&20=20&30=30&50=50' |
Definition at line 43 of file rpt-invoice-selection_en.fd.php.
| $field[ 'rules'] = 'sqlsearch|max=64' |
Definition at line 84 of file rpt-invoice-selection_en.fd.php.
| $field[ 'rules'] = 'parameter|max=24' |
Definition at line 74 of file rpt-invoice-selection_en.fd.php.
| $field[ 'rules'] = 'parameter' |
Definition at line 64 of file rpt-invoice-selection_en.fd.php.
| $field[ 'rules'] = 'parameter' |
Definition at line 52 of file rpt-invoice-selection_en.fd.php.
| $field[ 'rules'] = 'int' |
Definition at line 42 of file rpt-invoice-selection_en.fd.php.
| $field[ 'tpl'] = 'dbx|search' |
Definition at line 81 of file rpt-invoice-selection_en.fd.php.
| $field[ 'tpl'] = 'select-single-label' |
Definition at line 71 of file rpt-invoice-selection_en.fd.php.
| $field[ 'tpl'] = 'select-single-label' |
Definition at line 61 of file rpt-invoice-selection_en.fd.php.
| $field[ 'tpl'] = 'select-single-label' |
Definition at line 49 of file rpt-invoice-selection_en.fd.php.
| $field[ 'tpl'] = 'select-single-label' |
Definition at line 39 of file rpt-invoice-selection_en.fd.php.
| $field[ 'type'] = 'varchar' |
Definition at line 80 of file rpt-invoice-selection_en.fd.php.
| $field[ 'type'] = 'varchar' |
Definition at line 70 of file rpt-invoice-selection_en.fd.php.
| $field[ 'type'] = 'varchar' |
Definition at line 60 of file rpt-invoice-selection_en.fd.php.
| $field[ 'type'] = 'varchar' |
Definition at line 48 of file rpt-invoice-selection_en.fd.php.
| $field[ 'type'] = 'int' |
Definition at line 38 of file rpt-invoice-selection_en.fd.php.
| $field = array() |
Definition at line 36 of file rpt-invoice-selection_en.fd.php.
| $fields[] = $field |
Definition at line 44 of file rpt-invoice-selection_en.fd.php.
| $fields = array() |
Filter- und Sortierfelder des Rechnungsreports.
Definition at line 34 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'column_action'] = 'Action' |
Definition at line 12 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'column_article'] = 'Article' |
Definition at line 16 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'column_article_no'] = 'Article number' |
Definition at line 15 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'column_customer'] = 'Customer' |
Definition at line 10 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'column_invoice_date'] = 'Date' |
Definition at line 9 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'column_invoice_no'] = 'Invoice' |
Definition at line 8 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'column_position_no'] = 'Item' |
Definition at line 14 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'column_quantity'] = 'Quantity' |
Definition at line 17 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'column_status'] = 'Status' |
Definition at line 11 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'column_total'] = 'Total' |
Definition at line 13 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'column_unit_price'] = 'Unit price' |
Definition at line 18 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'delete_error'] = 'The invoice could not be deleted completely.' |
Definition at line 27 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'delete_hint'] = 'The invoice header and its items will be deleted together.' |
Definition at line 24 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'delete_invalid'] = 'The invoice could not be identified.' |
Definition at line 25 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'delete_question'] = 'Delete invoice #{id} and all its items?' |
Definition at line 23 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'delete_success'] = 'The invoice and its items were deleted.' |
Definition at line 28 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'delete_title'] = 'Delete invoice' |
Definition at line 22 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'filter_error'] = 'Please check the filter entries.' |
Definition at line 6 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'report_title'] = 'Invoice report' |
Definition at line 7 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'save_error'] = 'Data could not be saved' |
Definition at line 5 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'save_succeass'] = $messages['save_success'] |
Definition at line 4 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'save_success'] = 'Data was saved' |
Definition at line 3 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'status_draft'] = 'Draft' |
Definition at line 19 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'status_open'] = 'Open' |
Definition at line 20 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'status_paid'] = 'Paid' |
Definition at line 21 of file rpt-invoice-selection_en.fd.php.
| $messages[ 'transaction_error'] = 'The transaction could not be started.' |
Definition at line 26 of file rpt-invoice-selection_en.fd.php.
| $messages = array() |
Definition at line 2 of file rpt-invoice-selection_en.fd.php.