Included custome report (Items) Sales Summary Report into FA core. Called Sales Summa...
[fa-stable.git] / reporting / reports_main.php
index c83a36933238d4c744270ec7792233bd29d1e8a9..897eac56509539abe607d41c8fcf40ed17969c9e 100644 (file)
@@ -267,6 +267,13 @@ $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'),
+       array(  _('Start Date') => 'DATEBEGINM',
+                       _('End Date') => 'DATEENDM',
+                       _('Inventory Category') => 'CATEGORIES',
+                       _('Comments') => 'TEXTBOX',
+                       _('Orientation') => 'ORIENTATION',
+                       _('Destination') => 'DESTINATION'));                            
 
 $reports->addReportClass(_('Manufacturing'), RC_MANUFACTURE);
 $reports->addReport(RC_MANUFACTURE, 401, _('&Bill of Material Listing'),