X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=6e766691ac633252595a461c53a412ec027a8cf9;hb=6ad3696e667dae724be6b85a10610df5889851fc;hp=f79c7f526dd092e69f9d8fb0323f97fbd13fa61f;hpb=95ff74b5722826544743a01daf527aa3c9efe11a;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index f79c7f52..6e766691 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);