X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=b5dcc128a1e4f2911485e55b86fedfe52d1d3de2;hb=171074993d8f6768cde0626697abd6b4eab732a6;hp=d7bdb8cbec457c5bb144f31e9c0433fc8912eaba;hpb=6d2dce24184f25478260fcfe240ca7fcc7c61c0c;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index d7bdb8cb..b5dcc128 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -11,7 +11,7 @@ include_once($path_to_root . "/reporting/includes/reports_classes.inc"); $js = ""; if ($use_date_picker) $js .= get_js_date_picker(); -page(_("Reports and Analysis"), false, false, "", $js); +page(_("Reports and Analysis"), false, false, "", $js, true); $reports = new BoxReports; @@ -35,7 +35,8 @@ $reports->addReport(_('Customer'),103,_('Customer Detail Listing'), new ReportParam(_('Sales Areas'),'AREAS'), new ReportParam(_('Sales Folk'),'SALESMEN'), new ReportParam(_('Activity Greater Than'),'TEXT'), new ReportParam(_('Activity Less Than'),'TEXT'), new ReportParam(_('Comments'),'TEXTBOX'))); $reports->addReport(_('Customer'),104,_('Price Listing'), - array( new ReportParam(_('Inventory Category'),'CATEGORIES'), + array( new ReportParam(_('Currency Filter'),'CURRENCY'), + new ReportParam(_('Inventory Category'),'CATEGORIES'), new ReportParam(_('Sales Types'),'SALESTYPES'), new ReportParam(_('Show Pictures'),'YES_NO'), new ReportParam(_('Show GP %'),'YES_NO'), @@ -288,7 +289,7 @@ echo " function onWindowLoad() { showClass(" . $_GET['Class'] . ") } - window.onload=onWindowLoad; + Behaviour.addLoadEvent(onWindowLoad); "; echo $reports->getDisplay();