X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=2ce0b7491abac64d0d1c9d7e9755efc65a0a6c49;hb=6dd72f4aebd5f2650c485e7e2b1a7326e9d6e384;hp=84becd523c9f10d0ae0097ee71d9482ebb06c966;hpb=ee137d906bb1668eca22af1c4e17420868e952c4;p=fa-stable.git 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',