0001013: Bank Statement w/Reconcile for print incorporated in core.
[fa-stable.git] / reporting / reports_main.php
index 718484a03b34e911c451d346e065485d78e80bb3..baeeba36f6141a78718853a0ec89f0a0a0940836 100644 (file)
@@ -224,13 +224,18 @@ if ($dim > 0)
        //              _('Comments'),'TEXTBOX')));
 }
 $reports->addReportClass(_('Banking'), RC_BANKING);
-       $reports->addReport(RC_BANKING,  601, _('Bank &Statement'),
+$reports->addReport(RC_BANKING,  601, _('Bank &Statement'),
+array( _('Bank Accounts') => 'BANK_ACCOUNTS',
+               _('Start Date') => 'DATEBEGINM',
+               _('End Date') => 'DATEENDM',
+               _('Comments') => 'TEXTBOX',
+               _('Destination') => 'DESTINATION'));
+$reports->addReport(RC_BANKING, 602, _('Bank Statement w/&Reconcile'),
        array(  _('Bank Accounts') => 'BANK_ACCOUNTS',
                        _('Start Date') => 'DATEBEGINM',
                        _('End Date') => 'DATEENDM',
                        _('Comments') => 'TEXTBOX',
                        _('Destination') => 'DESTINATION'));
-
 $reports->addReportClass(_('General Ledger'), RC_GL);
 $reports->addReport(RC_GL, 701, _('Chart of &Accounts'),
        array(  _('Show Balances') => 'YES_NO',