From: Joe Hunt Date: Sat, 12 Jan 2013 23:32:42 +0000 (+0100) Subject: Hotkey fix and overflow in coloumns for A4 report Invoice Purchasing Report. X-Git-Tag: 2.3-final~354 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=68df0a09098ced743c6a2a62d52fbf3d22d23f54;p=fa-stable.git Hotkey fix and overflow in coloumns for A4 report Invoice Purchasing Report. --- diff --git a/reporting/rep306.php b/reporting/rep306.php index 58cd756d..99086db7 100644 --- a/reporting/rep306.php +++ b/reporting/rep306.php @@ -115,7 +115,7 @@ function print_inventory_purchase() else $itm = $item; - $cols = array(0, 75, 175, 220, 270, 370, 390, 470, 535); + $cols = array(0, 60, 180, 225, 275, 400, 420, 465, 520); $headers = array(_('Category'), _('Description'), _('Date'), _('#'), _('Supplier'), _('Qty'), _('Unit Price'), _('Total')); if ($fromsupp != '') diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 84a2cad2..0c47c9ce 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -208,7 +208,7 @@ $reports->addReport(RC_INVENTORY, 305, _('&GRN Valuation Report'), _('End Date') => 'DATEENDM', _('Comments') => 'TEXTBOX', _('Destination') => 'DESTINATION')); -$reports->addReport(RC_INVENTORY, 306, _('Inventory &Purchasing Report'), +$reports->addReport(RC_INVENTORY, 306, _('Inventory P&urchasing Report'), array( _('Start Date') => 'DATEBEGINM', _('End Date') => 'DATEENDM', _('Inventory Category') => 'CATEGORIES',