X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=292e9660c99544ba3d515f7a76bbf5fc88b3fc7b;hb=fff85845ae2899b1dbf4a39df94d3e6f27a4fa7e;hp=53925ca149a2cb937195c11688f2e3d305fbaac5;hpb=08fa6c19c54269840217d6a6340b7c36b2bfb11a;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 53925ca1..292e9660 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -34,6 +34,7 @@ $reports->addReport(RC_CUSTOMER, 101, _('Customer &Balances'), array( _('Start Date') => 'DATEBEGIN', _('End Date') => 'DATEENDM', _('Customer') => 'CUSTOMERS_NO_FILTER', + _('Show Balance') => 'YES_NO', _('Currency Filter') => 'CURRENCY', _('Suppress Zeros') => 'YES_NO', _('Comments') => 'TEXTBOX', @@ -98,7 +99,9 @@ $reports->addReport(RC_CUSTOMER, 107, _('Print &Invoices'), _('email Customers') => 'YES_NO', _('Payment Link') => 'PAYMENT_LINK', _('Comments') => 'TEXTBOX', - _('Orientation') => 'ORIENTATION')); + _('Customer') => 'CUSTOMERS_NO_FILTER', + _('Orientation') => 'ORIENTATION' +)); $reports->addReport(RC_CUSTOMER, 113, _('Print &Credit Notes'), array( _('From') => 'CREDIT', _('To') => 'CREDIT', @@ -148,6 +151,7 @@ $reports->addReport(RC_SUPPLIER, 201, _('Supplier &Balances'), array( _('Start Date') => 'DATEBEGIN', _('End Date') => 'DATEENDM', _('Supplier') => 'SUPPLIERS_NO_FILTER', + _('Show Balance') => 'YES_NO', _('Currency Filter') => 'CURRENCY', _('Suppress Zeros') => 'YES_NO', _('Comments') => 'TEXTBOX', @@ -177,23 +181,29 @@ $reports->addReport(RC_SUPPLIER, 204, _('Outstanding &GRNs Report'), _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION', _('Destination') => 'DESTINATION')); +$reports->addReport(RC_SUPPLIER, 205, _('Supplier &Detail Listing'), + array( _('Activity Since') => 'DATEBEGIN', + _('Activity Greater Than') => 'TEXT', + _('Activity Less Than') => 'TEXT', + _('Comments') => 'TEXTBOX', + _('Orientation') => 'ORIENTATION', + _('Destination') => 'DESTINATION')); $reports->addReport(RC_SUPPLIER, 209, _('Print Purchase &Orders'), array( _('From') => 'PO', _('To') => 'PO', _('Currency Filter') => 'CURRENCY', - _('Email Customers') => 'YES_NO', + _('Email Suppliers') => 'YES_NO', _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION')); $reports->addReport(RC_SUPPLIER, 210, _('Print Remittances'), array( _('From') => 'REMITTANCE', _('To') => 'REMITTANCE', _('Currency Filter') => 'CURRENCY', - _('Email Customers') => 'YES_NO', + _('Email Suppliers') => 'YES_NO', _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION')); $reports->addReportClass(_('Inventory'), RC_INVENTORY); - $reports->addReport(RC_INVENTORY, 301, _('Inventory &Valuation Report'), array( _('End Date') => 'DATE', _('Inventory Category') => 'CATEGORIES', @@ -215,23 +225,17 @@ $reports->addReport(RC_INVENTORY, 303, _('Stock &Check Sheets'), _('Inventory Column') => 'YES_NO', _('Show Shortage') => 'YES_NO', _('Suppress Zeros') => 'YES_NO', + _('Item Like') => 'TEXT', _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION', _('Destination') => 'DESTINATION')); -$reports->addReport(RC_INVENTORY, 307, _('Inventory &Movement Report'), - array( _('Start Date') => 'DATEBEGINM', - _('End Date') => 'DATEENDM', - _('Inventory Category') => 'CATEGORIES', - _('Location') => 'LOCATIONS', - _('Comments') => 'TEXTBOX', - _('Orientation') => 'ORIENTATION', - _('Destination') => 'DESTINATION')); $reports->addReport(RC_INVENTORY, 304, _('Inventory &Sales Report'), array( _('Start Date') => 'DATEBEGINM', _('End Date') => 'DATEENDM', _('Inventory Category') => 'CATEGORIES', _('Location') => 'LOCATIONS', _('Customer') => 'CUSTOMERS_NO_FILTER', + _('Show Service Items') => 'YES_NO', _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION', _('Destination') => 'DESTINATION')); @@ -251,6 +255,29 @@ $reports->addReport(RC_INVENTORY, 306, _('Inventory P&urchasing Report'), _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION', _('Destination') => 'DESTINATION')); +$reports->addReport(RC_INVENTORY, 307, _('Inventory &Movement Report'), + array( _('Start Date') => 'DATEBEGINM', + _('End Date') => 'DATEENDM', + _('Inventory Category') => 'CATEGORIES', + _('Location') => 'LOCATIONS', + _('Comments') => 'TEXTBOX', + _('Orientation') => 'ORIENTATION', + _('Destination') => 'DESTINATION')); +$reports->addReport(RC_INVENTORY, 308, _('C&osted Inventory Movement Report'), + array( _('Start Date') => 'DATEBEGINM', + _('End Date') => 'DATEENDM', + _('Inventory Category') => 'CATEGORIES', + _('Location') => 'LOCATIONS', + _('Comments') => 'TEXTBOX', + _('Orientation') => 'ORIENTATION', + _('Destination') => 'DESTINATION')); +$reports->addReport(RC_INVENTORY, 309,_('Item &Sales Summary Report'), + array( _('Start Date') => 'DATEBEGINM', + _('End Date') => 'DATEENDM', + _('Inventory Category') => 'CATEGORIES', + _('Comments') => 'TEXTBOX', + _('Orientation') => 'ORIENTATION', + _('Destination') => 'DESTINATION')); $reports->addReportClass(_('Manufacturing'), RC_MANUFACTURE); $reports->addReport(RC_MANUFACTURE, 401, _('&Bill of Material Listing'), @@ -259,6 +286,13 @@ $reports->addReport(RC_MANUFACTURE, 401, _('&Bill of Material Listing'), _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION', _('Destination') => 'DESTINATION')); +$reports->addReport(RC_MANUFACTURE, 402, _('Work Order &Listing'), + array( _('Items') => 'ITEMS_ALL', + _('Location') => 'LOCATIONS', + _('Outstanding Only') => 'YES_NO', + _('Comments') => 'TEXTBOX', + _('Orientation') => 'ORIENTATION', + _('Destination') => 'DESTINATION')); $reports->addReport(RC_MANUFACTURE, 409, _('Print &Work Orders'), array( _('From') => 'WORKORDER', _('To') => 'WORKORDER',