X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Freports_main.php;h=fabb1100d02a4855191a431b6971d6c84b243437;hb=159af00183e3732314b508729b06eae88721954c;hp=85c2612f1c32063341e096edfd7b268d62462b6f;hpb=393fc0d3cfcbf7de823cc580a1088ce3c8b18a3a;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 85c2612f..fabb1100 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -156,6 +156,7 @@ $reports->addReport(RC_CUSTOMER, 112, _('Print Receipts'), array( _('From') => 'RECEIPT', _('To') => 'RECEIPT', _('Currency Filter') => 'CURRENCY', + _('Email Customers') => 'YES_NO', _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION')); @@ -359,7 +360,7 @@ if ($dim > 0) } $reports->addReportClass(_('Banking'), RC_BANKING); $reports->addReport(RC_BANKING, 601, _('Bank &Statement'), - array( _('Bank Accounts') => 'BANK_ACCOUNTS', + array( _('Bank Accounts') => 'BANK_ACCOUNTS_NO_FILTER', _('Start Date') => 'DATEBEGINM', _('End Date') => 'DATEENDM', _('Zero values') => 'YES_NO',