X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Freports_main.php;h=2435cc698923fd85d659aac8381b74593435ff70;hb=d1babda7c01b314d35fb89f2d195553b55936532;hp=292e9660c99544ba3d515f7a76bbf5fc88b3fc7b;hpb=bc3bd9da4239732574b92842d5573e3316c749de;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 292e9660..2435cc69 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -18,7 +18,7 @@ include_once($path_to_root . "/includes/data_checks.inc"); include_once($path_to_root . "/includes/ui.inc"); include_once($path_to_root . "/reporting/includes/reports_classes.inc"); $js = ""; -if ($use_date_picker) +if (user_use_date_picker()) $js .= get_js_date_picker(); add_js_file('reports.js'); @@ -195,7 +195,7 @@ $reports->addReport(RC_SUPPLIER, 209, _('Print Purchase &Orders'), _('Email Suppliers') => 'YES_NO', _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION')); -$reports->addReport(RC_SUPPLIER, 210, _('Print Remittances'), +$reports->addReport(RC_SUPPLIER, 210, _('Print Remi&ttances'), array( _('From') => 'REMITTANCE', _('To') => 'REMITTANCE', _('Currency Filter') => 'CURRENCY', @@ -205,7 +205,7 @@ $reports->addReport(RC_SUPPLIER, 210, _('Print Remittances'), $reports->addReportClass(_('Inventory'), RC_INVENTORY); $reports->addReport(RC_INVENTORY, 301, _('Inventory &Valuation Report'), - array( _('End Date') => 'DATE', + array( _('End Date') => 'DATE', _('Inventory Category') => 'CATEGORIES', _('Location') => 'LOCATIONS', _('Summary Only') => 'YES_NO', @@ -322,6 +322,12 @@ $reports->addReportClass(_('Banking'), RC_BANKING); _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION', _('Destination') => 'DESTINATION')); + $reports->addReport(RC_BANKING, 602, _('Bank Statement w/ &Reconcile'), + array( _('Bank Accounts') => 'BANK_ACCOUNTS', + _('Start Date') => 'DATEBEGINM', + _('End Date') => 'DATEENDM', + _('Comments') => 'TEXTBOX', + _('Destination') => 'DESTINATION')); $reports->addReportClass(_('General Ledger'), RC_GL); $reports->addReport(RC_GL, 701, _('Chart of &Accounts'), @@ -507,4 +513,3 @@ add_custom_reports($reports); echo $reports->getDisplay(); end_page(); -?>