X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=d7bdb8cbec457c5bb144f31e9c0433fc8912eaba;hb=6918bb5a9e5505ebdeb1abd93127a68db5ece8b6;hp=c2d340ed5f336ff9e92060769db3d1758d674e4d;hpb=340b94e61a41673eddf12bba3815c3d8dfe68408;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index c2d340ed..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'),