X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=15f47d543a41073e4c679b1b5927ed718e6c1fb7;hb=9b852b19c91b5af6400cf94a9ff65d37d1a730b4;hp=9eff484c08b228e1f33b0a0c70305600f34964cf;hpb=f50187b9c3095886d7fd847f635cd8763109a75e;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 9eff484c..15f47d54 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -28,7 +28,8 @@ $dim = get_company_pref('use_dimension'); $reports->addReportClass(_('Customer')); $reports->addReport(_('Customer'),101,_('Customer &Balances'), - array( new ReportParam(_('End Date'),'DATE'), + array( new ReportParam(_('Start Date'),'DATEBEGIN'), + new ReportParam(_('End Date'),'DATEENDM'), new ReportParam(_('Customer'),'CUSTOMERS_NO_FILTER'), new ReportParam(_('Currency Filter'),'CURRENCY'), new ReportParam(_('Comments'),'TEXTBOX'), @@ -101,7 +102,8 @@ $reports->addReport(_('Customer'),109,_('&Print Sales Orders'), $reports->addReportClass(_('Supplier')); $reports->addReport(_('Supplier'),201,_('Supplier &Balances'), - array( new ReportParam(_('End Date'),'DATE'), + array( new ReportParam(_('Start Date'),'DATEBEGIN'), + new ReportParam(_('End Date'),'DATEENDM'), new ReportParam(_('Supplier'),'SUPPLIERS_NO_FILTER'), new ReportParam(_('Currency Filter'),'CURRENCY'), new ReportParam(_('Comments'),'TEXTBOX'), @@ -149,6 +151,7 @@ $reports->addReport(_('Inventory'),303,_('Stock &Check Sheets'), new ReportParam(_('Location'),'LOCATIONS'), new ReportParam(_('Show Pictures'),'YES_NO'), new ReportParam(_('Inventory Column'),'YES_NO'), + new ReportParam(_('Show Shortage'),'YES_NO'), new ReportParam(_('Comments'),'TEXTBOX'), new ReportParam(_('Destination'),'DESTINATION'))); $reports->addReport(_('Inventory'),304,_('Inventory &Sales Report'), @@ -156,7 +159,12 @@ $reports->addReport(_('Inventory'),304,_('Inventory &Sales Report'), new ReportParam(_('End Date'),'DATEENDM'), new ReportParam(_('Inventory Category'),'CATEGORIES'), new ReportParam(_('Location'),'LOCATIONS'), - new ReportParam(_('Detailed Report'),'YES_NO'), + new ReportParam(_('Customer'),'CUSTOMERS_NO_FILTER'), + new ReportParam(_('Comments'),'TEXTBOX'), + new ReportParam(_('Destination'),'DESTINATION'))); +$reports->addReport(_('Inventory'),305,_('&GRN Valuation Report'), + array( new ReportParam(_('Start Date'),'DATEBEGINM'), + new ReportParam(_('End Date'),'DATEENDM'), new ReportParam(_('Comments'),'TEXTBOX'), new ReportParam(_('Destination'),'DESTINATION'))); @@ -166,7 +174,12 @@ $reports->addReport(_('Manufactoring'),401,_('&Bill of Material Listing'), new ReportParam(_('To component'),'ITEMS'), new ReportParam(_('Comments'),'TEXTBOX'), new ReportParam(_('Destination'),'DESTINATION'))); - $reports->addReportClass(_('Dimensions')); +$reports->addReport(_('Manufactoring'),409,_('Print &Work Orders'), + array( new ReportParam(_('From'),'WORKORDER'), + new ReportParam(_('To'),'WORKORDER'), + new ReportParam(_('email Customers'),'YES_NO'), + new ReportParam(_('Comments'),'TEXTBOX'))); +$reports->addReportClass(_('Dimensions')); if ($dim > 0) { $reports->addReport(_('Dimensions'),501,_('Dimension &Summary'), @@ -323,6 +336,13 @@ $reports->addReport(_('General Ledger'),709,_('Ta&x Report'), new ReportParam(_('End Date'),'DATEENDTAX'), new ReportParam(_('Summary Only'),'YES_NO'), new ReportParam(_('Comments'),'TEXTBOX'))); +$reports->addReport(_('General Ledger'),710,_('Audit Trail'), + array( new ReportParam(_('Start Date'),'DATEBEGINM'), + new ReportParam(_('End Date'),'DATEENDM'), + new ReportParam(_('Type'),'SYS_TYPES_ALL'), + new ReportParam(_('User'),'USERS'), + new ReportParam(_('Comments'),'TEXTBOX'), + new ReportParam(_('Destination'),'DESTINATION'))); echo "