Added Sales Quotations, inquiry and report
[fa-stable.git] / reporting / reports_main.php
index 7536d2b2b88e7cbc0ae739c38e5e7281c48dcc8f..4c5deab50382da37952f1fa9c55d5092b7a77b3d 100644 (file)
@@ -99,6 +99,13 @@ $reports->addReport(_('Customer'),109,_('&Print Sales Orders'),
                        new ReportParam(_('Email Customers'),'YES_NO'),
                        new ReportParam(_('Print as Quote'),'YES_NO'),
                        new ReportParam(_('Comments'),'TEXTBOX')));
+$reports->addReport(_('Customer'),111,_('&Print Sales Quotations'),
+       array(  new ReportParam(_('From'),'QUOTATIONS'),
+                       new ReportParam(_('To'),'QUOTATIONS'),
+                       new ReportParam(_('Currency Filter'),'CURRENCY'),
+                       new ReportParam(_('Bank Account'),'BANK_ACCOUNTS'),
+                       new ReportParam(_('Email Customers'),'YES_NO'),
+                       new ReportParam(_('Comments'),'TEXTBOX')));
 
 $reports->addReportClass(_('Supplier'));
 $reports->addReport(_('Supplier'),201,_('Supplier &Balances'),