X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=74b96018de07da7f04fceec80ccbe7ff5a072ca7;hb=94bf04846cc052990ff3086c2e6f6fc1e2058f17;hp=84bfb44fe210ad394abd55860ea0f2da51b1c163;hpb=98bf5bfc72317d45e356e3909a8cd1fdf5181176;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 84bfb44f..74b96018 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -53,6 +53,17 @@ $reports->addReport(RC_CUSTOMER, 102, _('&Aged Customer Analysis'), _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION', _('Destination') => 'DESTINATION')); +$reports->addReport(RC_CUSTOMER, 115, _('Customer Trial Balance'), + array( _('Start Date') => 'DATEBEGIN', + _('End Date') => 'DATEENDM', + _('Customer') => 'CUSTOMERS_NO_FILTER', + _('Sales Areas') => 'AREAS', + _('Sales Folk') => 'SALESMEN', + _('Currency Filter') => 'CURRENCY', + _('Suppress Zeros') => 'YES_NO', + _('Comments') => 'TEXTBOX', + _('Orientation') => 'ORIENTATION', + _('Destination') => 'DESTINATION')); $reports->addReport(RC_CUSTOMER, 103, _('Customer &Detail Listing'), array( _('Activity Since') => 'DATEBEGIN', _('Sales Areas') => 'AREAS', @@ -145,6 +156,7 @@ $reports->addReport(RC_CUSTOMER, 112, _('Print Receipts'), array( _('From') => 'RECEIPT', _('To') => 'RECEIPT', _('Currency Filter') => 'CURRENCY', + _('Email Customers') => 'YES_NO', _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION')); @@ -170,6 +182,15 @@ $reports->addReport(RC_SUPPLIER, 202, _('&Aged Supplier Analyses'), _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION', _('Destination') => 'DESTINATION')); +$reports->addReport(RC_SUPPLIER, 206, _('Supplier &Trial Balances'), + array( _('Start Date') => 'DATEBEGIN', + _('End Date') => 'DATEENDM', + _('Supplier') => 'SUPPLIERS_NO_FILTER', + _('Currency Filter') => 'CURRENCY', + _('Suppress Zeros') => 'YES_NO', + _('Comments') => 'TEXTBOX', + _('Orientation') => 'ORIENTATION', + _('Destination') => 'DESTINATION')); $reports->addReport(RC_SUPPLIER, 203, _('&Payment Report'), array( _('End Date') => 'DATE', _('Supplier') => 'SUPPLIERS_NO_FILTER', @@ -225,7 +246,7 @@ $reports->addReport(RC_INVENTORY, 303, _('Stock &Check Sheets'), _('Location') => 'LOCATIONS', _('Show Pictures') => 'YES_NO', _('Inventory Column') => 'YES_NO', - _('Show Shortage') => 'YES_NO', + _('Show Only Shortages') => 'YES_NO', _('Suppress Zeros') => 'YES_NO', _('Item Like') => 'TEXT', _('Comments') => 'TEXTBOX', @@ -339,7 +360,7 @@ if ($dim > 0) } $reports->addReportClass(_('Banking'), RC_BANKING); $reports->addReport(RC_BANKING, 601, _('Bank &Statement'), - array( _('Bank Accounts') => 'BANK_ACCOUNTS', + array( _('Bank Accounts') => 'BANK_ACCOUNTS_NO_FILTER', _('Start Date') => 'DATEBEGINM', _('End Date') => 'DATEENDM', _('Zero values') => 'YES_NO', @@ -386,6 +407,7 @@ if ($dim == 2) _('Account Tags') => 'ACCOUNTTAGS', _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION', + _('Amounts in thousands') => 'YES_NO', _('Destination') => 'DESTINATION')); $reports->addReport(RC_GL, 706, _('&Balance Sheet'), array( _('Start Date') => 'DATEBEGIN', @@ -438,6 +460,7 @@ elseif ($dim == 1) _('Account Tags') => 'ACCOUNTTAGS', _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION', + _('Amounts in thousands') => 'YES_NO', _('Destination') => 'DESTINATION')); $reports->addReport(RC_GL, 706, _('&Balance Sheet'), array( _('Start Date') => 'DATEBEGIN', @@ -485,6 +508,7 @@ else _('Account Tags') => 'ACCOUNTTAGS', _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION', + _('Amounts in thousands') => 'YES_NO', _('Destination') => 'DESTINATION')); $reports->addReport(RC_GL, 706, _('&Balance Sheet'), array( _('Start Date') => 'DATEBEGIN',