From: Joe Hunt Date: Tue, 30 Apr 2013 14:10:26 +0000 (+0200) Subject: Renamed the new Sales Summary Report, Detailed to Item Sales Summary Report. X-Git-Tag: 2.3-final~270 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=8c7347cfc3afdc92c2231a79cf08686fce07f7f7;p=fa-stable.git Renamed the new Sales Summary Report, Detailed to Item Sales Summary Report. --- diff --git a/reporting/rep309.php b/reporting/rep309.php index bf6aebd4..4c8f449e 100644 --- a/reporting/rep309.php +++ b/reporting/rep309.php @@ -103,7 +103,7 @@ function print_inventory_sales() 1 => array('text' => _('Period'),'from' => $from, 'to' => $to), 2 => array('text' => _('Category'), 'from' => $cat, 'to' => '')); - $rep = new FrontReport(_('Sales Summary Report, Detailed'), "SalesSummaryDetailedReport", user_pagesize(), 9, $orientation); + $rep = new FrontReport(_('Item Sales Summary Report'), "ItemSalesSummaryReport", user_pagesize(), 9, $orientation); if ($orientation == 'L') recalculate_cols($cols); diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 897eac56..f0e9e010 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -267,7 +267,7 @@ $reports->addReport(RC_INVENTORY, 308, _('C&osted Inventory Movement Report'), _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION', _('Destination') => 'DESTINATION')); -$reports->addReport(RC_INVENTORY, 309,_('&Sales Summary Report, Detailed'), +$reports->addReport(RC_INVENTORY, 309,_('Item &Sales Summary Report'), array( _('Start Date') => 'DATEBEGINM', _('End Date') => 'DATEENDM', _('Inventory Category') => 'CATEGORIES',