Renamed the new Sales Summary Report, Detailed to Item Sales Summary Report.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 30 Apr 2013 14:10:26 +0000 (16:10 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 30 Apr 2013 14:10:26 +0000 (16:10 +0200)
reporting/rep309.php
reporting/reports_main.php

index bf6aebd4549b422145b418645ecd13cd811bef6e..4c8f449e3f30f39ca832a09b7fdddc195e2ab077 100644 (file)
@@ -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);
 
index 897eac56509539abe607d41c8fcf40ed17969c9e..f0e9e0101d461cce800f6e9824d7c9339faff351 100644 (file)
@@ -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',