X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=ca27855618aaf47e3298a5fa06d0624075d365f1;hb=a01cbf378c448da44758b9b9898eb1acc970e84a;hp=ff4944ecc139d810295ae329513a2820e44aa1e4;hpb=5713335aa831bf146e72d2310128beaaa00b43c9;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index ff4944ec..ca278556 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -107,7 +107,7 @@ $reports->addReport(RC_CUSTOMER, 110, _('Print &Deliveries'), $reports->addReport(RC_CUSTOMER, 108, _('Print &Statements'), array( _('Customer') => 'CUSTOMERS_NO_FILTER', _('Currency Filter') => 'CURRENCY', - _('Show Outstanding Only') => 'YES_NO', + _('Show Also Allocated') => 'YES_NO', _('Email Customers') => 'YES_NO', _('Comments') => 'TEXTBOX')); $reports->addReport(RC_CUSTOMER, 109, _('&Print Sales Orders'), @@ -175,7 +175,8 @@ $reports->addReport(RC_SUPPLIER, 210, _('Print Remittances'), $reports->addReportClass(_('Inventory'), RC_INVENTORY); $reports->addReport(RC_INVENTORY, 301, _('Inventory &Valuation Report'), - array( _('Inventory Category') => 'CATEGORIES', + array( _('End Date') => 'DATE', + _('Inventory Category') => 'CATEGORIES', _('Location') => 'LOCATIONS', _('Summary Only') => 'YES_NO', _('Comments') => 'TEXTBOX',