New Report - Bank Statement
[fa-stable.git] / reporting / reports_main.php
index 3609553dede05d848a6d5b0d58fe8befce0a537d..580f3660706c722243dddfe19c99e89bac3bc239 100644 (file)
@@ -152,11 +152,11 @@ if ($dim > 0)
        //              new ReportParam(_('Comments'),'TEXTBOX')));
 }
 $reports->addReportClass(_('Banking'));
-//$reports->addReport(_('Banking'),601,_('Bank Account Transactions'),
-//     array(  new ReportParam(_('Bank Accounts'),'BANK_ACCOUNTS'),
-//                     new ReportParam(_('Start Date'),'DATE'),
-//                     new ReportParam(_('End Date'),'DATE'),
-//                     new ReportParam(_('Comments'),'TEXTBOX')));
+       $reports->addReport(_('Banking'),601,_('Bank Statement'),
+       array(  new ReportParam(_('Bank Accounts'),'BANK_ACCOUNTS'),
+                       new ReportParam(_('Start Date'),'DATEBEGINM'),
+                       new ReportParam(_('End Date'),'DATEENDM'),
+                       new ReportParam(_('Comments'),'TEXTBOX')));
 
 $reports->addReportClass(_('General Ledger'));
 $reports->addReport(_('General Ledger'),701,_('Chart of Accounts'),