X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=74b96018de07da7f04fceec80ccbe7ff5a072ca7;hb=331673104c056da093f60cde57d731371fbdc6ee;hp=fabb1100d02a4855191a431b6971d6c84b243437;hpb=71e2a022f298a96a2406de1fc8397270257f9a1f;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index fabb1100..74b96018 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -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', @@ -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',