X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=84bfb44fe210ad394abd55860ea0f2da51b1c163;hb=98bf5bfc72317d45e356e3909a8cd1fdf5181176;hp=f79c7f526dd092e69f9d8fb0323f97fbd13fa61f;hpb=95ff74b5722826544743a01daf527aa3c9efe11a;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index f79c7f52..84bfb44f 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -280,6 +280,16 @@ $reports->addReport(RC_INVENTORY, 309,_('Item &Sales Summary Report'), _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION', _('Destination') => 'DESTINATION')); +$reports->addReport(RC_INVENTORY, 310, _('Inventory Purchasing - &Transaction Based'), + array( _('Start Date') => 'DATEBEGINM', + _('End Date') => 'DATEENDM', + _('Inventory Category') => 'CATEGORIES', + _('Location') => 'LOCATIONS', + _('Supplier') => 'SUPPLIERS_NO_FILTER', + _('Items') => 'ITEMS_P', + _('Comments') => 'TEXTBOX', + _('Orientation') => 'ORIENTATION', + _('Destination') => 'DESTINATION')); if (get_company_pref('use_manufacturing')) { $reports->addReportClass(_('Manufacturing'), RC_MANUFACTURE); @@ -293,6 +303,7 @@ if (get_company_pref('use_manufacturing')) array( _('Items') => 'ITEMS_ALL', _('Location') => 'LOCATIONS', _('Outstanding Only') => 'YES_NO', + _('Show GL Rows') => 'YES_NO', _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION', _('Destination') => 'DESTINATION'));