Some smaller fixes (see CHANGELOG)
[fa-stable.git] / reporting / reports_main.php
index 97b97da1c8e0a1c0294dbbe166817e87a4a1d8a6..d7bdb8cbec457c5bb144f31e9c0433fc8912eaba 100644 (file)
@@ -124,6 +124,13 @@ $reports->addReport(_('Inventory'),303,_('Stock Check Sheets'),
                        new ReportParam(_('Location'),'LOCATIONS'),
                        new ReportParam(_('Show Pictures'),'YES_NO'),
                        new ReportParam(_('Comments'),'TEXTBOX')));
+$reports->addReport(_('Inventory'),304,_('Inventory Sales Report'),
+       array(  new ReportParam(_('Start Date'),'DATEBEGINM'),
+                       new ReportParam(_('End Date'),'DATEENDM'),
+                       new ReportParam(_('Inventory Category'),'CATEGORIES'),
+                       new ReportParam(_('Location'),'LOCATIONS'),
+                       new ReportParam(_('Detailed Report'),'YES_NO'),
+                       new ReportParam(_('Comments'),'TEXTBOX')));
 
 $reports->addReportClass(_('Manufactoring'));
 $reports->addReport(_('Manufactoring'),401,_('Bill of Material Listing'),
@@ -138,9 +145,9 @@ if ($dim > 0)
                        new ReportParam(_('To Dimension'),'DIMENSION'),
                        new ReportParam(_('Show Balance'),'YES_NO'),
                        new ReportParam(_('Comments'),'TEXTBOX')));
-       $reports->addReport(_('Dimensions'),502,_('Dimension Details'),
-       array(  new ReportParam(_('Dimension'),'DIMENSIONS'),
-                       new ReportParam(_('Comments'),'TEXTBOX')));
+       //$reports->addReport(_('Dimensions'),502,_('Dimension Details'),
+       //array(        new ReportParam(_('Dimension'),'DIMENSIONS'),
+       //              new ReportParam(_('Comments'),'TEXTBOX')));
 }
 $reports->addReportClass(_('Banking'));
 //$reports->addReport(_('Banking'),601,_('Bank Account Transactions'),