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