X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Freports_main.php;h=0c8a9cbf91d189f4d50770ce081a6be88afee056;hb=14f56ab219f12c3e2b1dec21f356505f1f8292bd;hp=f0e9e0101d461cce800f6e9824d7c9339faff351;hpb=8c7347cfc3afdc92c2231a79cf08686fce07f7f7;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index f0e9e010..0c8a9cbf 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -99,7 +99,9 @@ $reports->addReport(RC_CUSTOMER, 107, _('Print &Invoices'), _('email Customers') => 'YES_NO', _('Payment Link') => 'PAYMENT_LINK', _('Comments') => 'TEXTBOX', - _('Orientation') => 'ORIENTATION')); + _('Customer') => 'CUSTOMERS_NO_FILTER', + _('Orientation') => 'ORIENTATION' +)); $reports->addReport(RC_CUSTOMER, 113, _('Print &Credit Notes'), array( _('From') => 'CREDIT', _('To') => 'CREDIT', @@ -223,6 +225,7 @@ $reports->addReport(RC_INVENTORY, 303, _('Stock &Check Sheets'), _('Inventory Column') => 'YES_NO', _('Show Shortage') => 'YES_NO', _('Suppress Zeros') => 'YES_NO', + _('Item Like') => 'TEXT', _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION', _('Destination') => 'DESTINATION'));