X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=75a3b0f00edb88c46f77d29bf6293bab36738cc2;hb=c9287db64df3006874cddf56d35705707a466936;hp=85c2612f1c32063341e096edfd7b268d62462b6f;hpb=393fc0d3cfcbf7de823cc580a1088ce3c8b18a3a;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 85c2612f..75a3b0f0 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -156,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')); @@ -359,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', @@ -406,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', @@ -458,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', @@ -505,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',