Hotkey fix and overflow in coloumns for A4 report Invoice Purchasing Report.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 12 Jan 2013 23:32:42 +0000 (00:32 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 12 Jan 2013 23:32:42 +0000 (00:32 +0100)
reporting/rep306.php
reporting/reports_main.php

index 58cd756d5ddf1db6f99f27e8a1fa5c889a941111..99086db747aeb4c796e5c5a027d9656e051f2177 100644 (file)
@@ -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 != '')
index 84a2cad2d8ac620622c8405efcdbe793cf122192..0c47c9ce6c290540c56e096c3146f0de2fd22446 100644 (file)
@@ -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',