X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=d7bdb8cbec457c5bb144f31e9c0433fc8912eaba;hb=cf015790b7363cfcf29b98c82d20787c8d703fc1;hp=97b97da1c8e0a1c0294dbbe166817e87a4a1d8a6;hpb=97c745bdeb0f2e6fac9ee1d8515170e1525d2cfa;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 97b97da1..d7bdb8cb 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -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'),