X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=897eac56509539abe607d41c8fcf40ed17969c9e;hb=e868f1d18a2641df7633d5ab97887ffa6b3bde7a;hp=c83a36933238d4c744270ec7792233bd29d1e8a9;hpb=2bd7217b5f93c33e3a7ddd60b5d68f9ea330ab63;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index c83a3693..897eac56 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -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'),