Changed Report Workorder Listing to include an option for listing GL rows.
[fa-stable.git] / reporting / reports_main.php
index f79c7f526dd092e69f9d8fb0323f97fbd13fa61f..84bfb44fe210ad394abd55860ea0f2da51b1c163 100644 (file)
@@ -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'));