X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=a4469584f6d902cb2eea001e74c506a55d82be0a;hb=bfe84895e7476db30190858c8013a47ce0b4929c;hp=1bc322d41279658260286ca43f7cc6f35e5e8fb3;hpb=39ef29ec4c57a03feabd4ecfa599e71f35b3dddb;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 1bc322d4..a4469584 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -162,6 +162,11 @@ $reports->addReport(_('Inventory'),304,_('Inventory &Sales Report'), new ReportParam(_('Detailed Report'),'YES_NO'), new ReportParam(_('Comments'),'TEXTBOX'), new ReportParam(_('Destination'),'DESTINATION'))); +$reports->addReport(_('Inventory'),305,_('&GRN Valuation Report'), + array( new ReportParam(_('Start Date'),'DATEBEGINM'), + new ReportParam(_('End Date'),'DATEENDM'), + new ReportParam(_('Comments'),'TEXTBOX'), + new ReportParam(_('Destination'),'DESTINATION'))); $reports->addReportClass(_('Manufactoring')); $reports->addReport(_('Manufactoring'),401,_('&Bill of Material Listing'),