X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=b5a89fcea87399278320404f96a142cdcb84cd94;hb=a9d55e1c13cbd6a6305b9322ec8621a06516f9f3;hp=2435cc698923fd85d659aac8381b74593435ff70;hpb=95fd152649f9383cee8680762daf3430e8250bd6;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 2435cc69..b5a89fce 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -309,9 +309,6 @@ if ($dim > 0) _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION', _('Destination') => 'DESTINATION')); - //$reports->addReport(_('Dimensions'),502, _('Dimension Details'), - //array( _('Dimension'),'DIMENSIONS'), - // _('Comments'),'TEXTBOX'))); } $reports->addReportClass(_('Banking'), RC_BANKING); $reports->addReport(RC_BANKING, 601, _('Bank &Statement'), @@ -342,8 +339,6 @@ $reports->addReport(RC_GL, 702, _('List of &Journal Entries'), _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION', _('Destination') => 'DESTINATION')); -//$reports->addReport(RC_GL, 703, _('GL Account Group Summary'), -// array( _('Comments'),'TEXTBOX'))); if ($dim == 2) { @@ -399,7 +394,7 @@ if ($dim == 2) _('Orientation') => 'ORIENTATION', _('Destination') => 'DESTINATION')); } -else if ($dim == 1) +elseif ($dim == 1) { $reports->addReport(RC_GL, 704, _('GL Account &Transactions'), array( _('Start Date') => 'DATEBEGINM',