From: Janusz Dobrowolski Date: Wed, 13 Apr 2011 12:15:11 +0000 (+0200) Subject: Restored Sales Quotation option in Customer and Sales Reports X-Git-Tag: 2.3-final~697 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=9864013ad1952cfd50511cc4428aa2e440fc8d3f;p=fa-stable.git Restored Sales Quotation option in Customer and Sales Reports --- diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 84becd52..2ce0b749 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -116,6 +116,12 @@ $reports->addReport(RC_CUSTOMER, 109, _('&Print Sales Orders'), _('Email Customers') => 'YES_NO', _('Print as Quote') => 'YES_NO', _('Comments') => 'TEXTBOX')); +$reports->addReport(RC_CUSTOMER, 111, _('&Print Sales Quotations'), + array( _('From') => 'QUOTATIONS', + _('To') => 'QUOTATIONS', + _('Currency Filter') => 'CURRENCY', + _('Email Customers') => 'YES_NO', + _('Comments') => 'TEXTBOX')); $reports->addReport(RC_CUSTOMER, 112, _('Print Receipts'), array( _('From') => 'RECEIPT', _('To') => 'RECEIPT',