X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=6e215c4683dab944caa3bd45d229d5d91e0069b8;hb=032543e8bebfaf5ed19f8a8bad793893af497862;hp=24431c2348066bc41df07329b787c6f0672c24be;hpb=37da0ea920fdff712ccef4e1324aa822e981c8fc;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 24431c23..6e215c46 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, true); +page(_("Reports and Analysis"), false, false, "", $js); $reports = new BoxReports; @@ -203,6 +203,7 @@ if ($dim == 2) array( new ReportParam(_('Start Date'),'DATEBEGINM'), new ReportParam(_('End Date'),'DATEENDM'), new ReportParam(_('Zero values'),'YES_NO'), + new ReportParam(_('Only balances'),'YES_NO'), new ReportParam(_('Dimension')." 1", 'DIMENSIONS1'), new ReportParam(_('Dimension')." 2", 'DIMENSIONS2'), new ReportParam(_('Comments'),'TEXTBOX'))); @@ -237,6 +238,7 @@ else if ($dim == 1) array( new ReportParam(_('Start Date'),'DATEBEGINM'), new ReportParam(_('End Date'),'DATEENDM'), new ReportParam(_('Zero values'),'YES_NO'), + new ReportParam(_('Only balances'),'YES_NO'), new ReportParam(_('Dimension'), 'DIMENSIONS1'), new ReportParam(_('Comments'),'TEXTBOX'))); } @@ -266,6 +268,7 @@ else array( new ReportParam(_('Start Date'),'DATEBEGINM'), new ReportParam(_('End Date'),'DATEENDM'), new ReportParam(_('Zero values'),'YES_NO'), + new ReportParam(_('Only balances'),'YES_NO'), new ReportParam(_('Comments'),'TEXTBOX'))); } $reports->addReport(_('General Ledger'),709,_('Ta&x Report'),