From 68df0a09098ced743c6a2a62d52fbf3d22d23f54 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sun, 13 Jan 2013 00:32:42 +0100 Subject: [PATCH] Hotkey fix and overflow in coloumns for A4 report Invoice Purchasing Report. --- reporting/rep306.php | 2 +- reporting/reports_main.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', -- 2.30.2