X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=580f3660706c722243dddfe19c99e89bac3bc239;hb=623bbb957192968b94784c2751f22c44e48175c6;hp=b5dcc128a1e4f2911485e55b86fedfe52d1d3de2;hpb=c09be0dad6b05131e240349a375af7a4b7bf3444;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index b5dcc128..580f3660 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -124,6 +124,7 @@ $reports->addReport(_('Inventory'),303,_('Stock Check Sheets'), array( new ReportParam(_('Inventory Category'),'CATEGORIES'), new ReportParam(_('Location'),'LOCATIONS'), new ReportParam(_('Show Pictures'),'YES_NO'), + new ReportParam(_('Inventory Column'),'YES_NO'), new ReportParam(_('Comments'),'TEXTBOX'))); $reports->addReport(_('Inventory'),304,_('Inventory Sales Report'), array( new ReportParam(_('Start Date'),'DATEBEGINM'), @@ -151,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'),