X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=a27d1d0f7d9c161f8e089482330c085f95379c85;hb=e8f8879003c1918b59e6da26be7f3927115ec21f;hp=7f8ecde66fb162cd99cf51c57dc01c4a7051b6b6;hpb=64ae60eb7671830205a5dd3721a1f4bcd4e00165;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 7f8ecde6..a27d1d0f 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $path_to_root=".."; $page_security = 5; include_once($path_to_root . "/includes/session.inc"); @@ -11,7 +20,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 +212,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 +247,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 +277,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'), @@ -274,19 +286,7 @@ $reports->addReport(_('General Ledger'),709,_('Ta&x Report'), new ReportParam(_('Summary Only'),'YES_NO'), new ReportParam(_('Comments'),'TEXTBOX'))); -echo " -
- - - - - - - - - - - "; echo $reports->getDisplay(); -echo "
"; end_page(); ?> \ No newline at end of file