New core report, Inventory Purchasing Report in Items and Inventory.
[fa-stable.git] / reporting / reports_main.php
index adb550154e64c6418639e707690f0572dfa5f2cf..84a2cad2d8ac620622c8405efcdbe793cf122192 100644 (file)
@@ -208,6 +208,15 @@ $reports->addReport(RC_INVENTORY, 305, _('&GRN Valuation Report'),
                        _('End Date') => 'DATEENDM',
                        _('Comments') => 'TEXTBOX',
                        _('Destination') => 'DESTINATION'));
+$reports->addReport(RC_INVENTORY, 306, _('Inventory &Purchasing Report'),
+       array(  _('Start Date') => 'DATEBEGINM',
+                       _('End Date') => 'DATEENDM',
+                       _('Inventory Category') => 'CATEGORIES',
+                       _('Location') => 'LOCATIONS',
+                       _('Supplier') => 'SUPPLIERS_NO_FILTER',
+                       _('Items') => 'ITEMS_P',
+                       _('Comments') => 'TEXTBOX',
+                       _('Destination') => 'DESTINATION'));
 
 $reports->addReportClass(_('Manufacturing'), RC_MANUFACTURE);
 $reports->addReport(RC_MANUFACTURE, 401, _('&Bill of Material Listing'),