Rerun of sales_order_entry.php.
[fa-stable.git] / reporting / reports_main.php
index 6e766691ac633252595a461c53a412ec027a8cf9..85c2612f1c32063341e096edfd7b268d62462b6f 100644 (file)
@@ -53,6 +53,17 @@ $reports->addReport(RC_CUSTOMER, 102, _('&Aged Customer Analysis'),
                        _('Comments') => 'TEXTBOX',
                        _('Orientation') => 'ORIENTATION',
                        _('Destination') => 'DESTINATION'));
+$reports->addReport(RC_CUSTOMER, 115, _('Customer Trial Balance'),
+    array(  _('Start Date') => 'DATEBEGIN',
+            _('End Date') => 'DATEENDM',
+            _('Customer') => 'CUSTOMERS_NO_FILTER',
+            _('Sales Areas') => 'AREAS',
+            _('Sales Folk') => 'SALESMEN',
+            _('Currency Filter') => 'CURRENCY',
+            _('Suppress Zeros') => 'YES_NO',
+            _('Comments') => 'TEXTBOX',
+            _('Orientation') => 'ORIENTATION',
+            _('Destination') => 'DESTINATION'));
 $reports->addReport(RC_CUSTOMER, 103, _('Customer &Detail Listing'),
        array(  _('Activity Since') => 'DATEBEGIN',
                        _('Sales Areas') => 'AREAS',
@@ -170,6 +181,15 @@ $reports->addReport(RC_SUPPLIER, 202, _('&Aged Supplier Analyses'),
                        _('Comments') => 'TEXTBOX',
                        _('Orientation') => 'ORIENTATION',
                        _('Destination') => 'DESTINATION'));
+$reports->addReport(RC_SUPPLIER, 206, _('Supplier &Trial Balances'),
+    array(  _('Start Date') => 'DATEBEGIN',
+            _('End Date') => 'DATEENDM',
+            _('Supplier') => 'SUPPLIERS_NO_FILTER',
+            _('Currency Filter') => 'CURRENCY',
+            _('Suppress Zeros') => 'YES_NO',
+            _('Comments') => 'TEXTBOX',
+            _('Orientation') => 'ORIENTATION',
+            _('Destination') => 'DESTINATION'));
 $reports->addReport(RC_SUPPLIER, 203, _('&Payment Report'),
        array(  _('End Date') => 'DATE',
                        _('Supplier') => 'SUPPLIERS_NO_FILTER',
@@ -303,6 +323,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'));