X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=2ce0b7491abac64d0d1c9d7e9755efc65a0a6c49;hb=6dd72f4aebd5f2650c485e7e2b1a7326e9d6e384;hp=4060e9562f867a2f942eefc985e4c60aec684aca;hpb=b6d8da8cb6a1768333562ca273a2d5fb4dd34ba8;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 4060e956..2ce0b749 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -55,6 +55,12 @@ $reports->addReport(RC_CUSTOMER, 103, _('Customer &Detail Listing'), _('Activity Less Than') => 'TEXT', _('Comments') => 'TEXTBOX', _('Destination') => 'DESTINATION')); +$reports->addReport(RC_CUSTOMER, 114, _('Sales &Summary Report'), + array( _('Start Date') => 'DATEBEGINTAX', + _('End Date') => 'DATEENDTAX', + _('Tax Id Only') => 'YES_NO', + _('Comments') => 'TEXTBOX', + _('Destination') => 'DESTINATION')); $reports->addReport(RC_CUSTOMER, 104, _('&Price Listing'), array( _('Currency Filter') => 'CURRENCY', _('Inventory Category') => 'CATEGORIES', @@ -77,13 +83,20 @@ $reports->addReport(RC_CUSTOMER, 106, _('&Salesman Listing'), _('Summary Only') => 'YES_NO', _('Comments') => 'TEXTBOX', _('Destination') => 'DESTINATION')); -$reports->addReport(RC_CUSTOMER, 107, _('Print &Invoices/Credit Notes'), +$reports->addReport(RC_CUSTOMER, 107, _('Print &Invoices'), array( _('From') => 'INVOICE', _('To') => 'INVOICE', _('Currency Filter') => 'CURRENCY', _('email Customers') => 'YES_NO', _('Payment Link') => 'PAYMENT_LINK', _('Comments') => 'TEXTBOX')); +$reports->addReport(RC_CUSTOMER, 113, _('Print &Credit Notes'), + array( _('From') => 'CREDIT', + _('To') => 'CREDIT', + _('Currency Filter') => 'CURRENCY', + _('email Customers') => 'YES_NO', + _('Payment Link') => 'PAYMENT_LINK', + _('Comments') => 'TEXTBOX')); $reports->addReport(RC_CUSTOMER, 110, _('Print &Deliveries'), array( _('From') => 'DELIVERY', _('To') => 'DELIVERY',