[0005214] Stock Check Sheet: changed option name to less confusing for shortages...
[fa-stable.git] / reporting / reports_main.php
index 92bf3d921f2e6263526ddec0fafe6115f9751b8f..74b96018de07da7f04fceec80ccbe7ff5a072ca7 100644 (file)
@@ -246,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',
@@ -360,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',
@@ -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',