X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Freports_main.php;h=6e766691ac633252595a461c53a412ec027a8cf9;hb=5b56b67cfe574ef2d836a038d98a79914ff7a7a7;hp=f79c7f526dd092e69f9d8fb0323f97fbd13fa61f;hpb=aa5014284ace0afac2a5ce70ca0f49470fa50b68;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);