Annual Expense Breakdown Report: option to print in thousands, added column for annua...
[fa-stable.git] / reporting / reports_main.php
index 85c2612f1c32063341e096edfd7b268d62462b6f..75a3b0f00edb88c46f77d29bf6293bab36738cc2 100644 (file)
@@ -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',