Increased space for built in number columns etc. in reports.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 6 Sep 2016 06:55:51 +0000 (08:55 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 6 Sep 2016 06:55:51 +0000 (08:55 +0200)
reporting/rep101.php
reporting/rep201.php
reporting/rep203.php
reporting/rep601.php
reporting/rep602.php
reporting/rep701.php
reporting/rep706.php
reporting/rep707.php

index a68668375117d07cb56117e069c99cfdb9318ccf..ef19f41caa2963d4ad9cbb54c1873869b0745b31 100644 (file)
@@ -127,7 +127,7 @@ function print_customer_balances()
        if ($no_zeros) $nozeros = _('Yes');
        else $nozeros = _('No');
 
-       $cols = array(0, 100, 130, 190, 250, 320, 385, 450,     515);
+       $cols = array(0, 95, 140, 200,  250, 320, 385, 450,     515);
 
        $headers = array(_('Trans Type'), _('#'), _('Date'), _('Due Date'), _('Charges'), _('Credits'),
                _('Allocated'),         _('Outstanding'));
index e3180acd9adf90cff0c618822b00547a94f4d93c..829cc0dad07097060b3014c916b678a727f8d8a1 100644 (file)
@@ -102,7 +102,7 @@ function print_supplier_balances()
        if ($no_zeros) $nozeros = _('Yes');
        else $nozeros = _('No');
 
-       $cols = array(0, 100, 130, 190, 250, 320, 385, 450,     515);
+       $cols = array(0, 95, 140, 200,  250, 320, 385, 450,     515);
 
        $headers = array(_('Trans Type'), _('#'), _('Date'), _('Due Date'), _('Charges'),
                _('Credits'), _('Allocated'), _('Outstanding'));
index daa5d8a78d084a1d88475a4c751f8f89b3f934a0..2a5c7bb089094d963f76abbe7e16accbe79c4fe6 100644 (file)
@@ -83,7 +83,7 @@ function print_payment_report()
        if ($no_zeros) $nozeros = _('Yes');
        else $nozeros = _('No');
 
-       $cols = array(0, 100, 130, 190, 250, 320, 385, 450,     515);
+       $cols = array(0, 100, 160, 210, 250, 320, 385, 450,     515);
 
        $headers = array(_('Trans Type'), _('#'), _('Due Date'), '', '',
                '', _('Total'), _('Balance'));
index 505ac4d38408d94d98532aeb63dffbbeff4c681e..1614e1166404be545dca9454cce5191626128783 100644 (file)
@@ -72,7 +72,7 @@ function print_bank_transactions()
        $rep = new FrontReport(_('Bank Statement'), "BankStatement", user_pagesize(), 9, $orientation);
        $dec = user_price_dec();
 
-       $cols = array(0, 90, 110, 170, 225, 350, 400, 460, 520);
+       $cols = array(0, 90, 120, 170, 225, 350, 400, 460, 520);
 
        $aligns = array('left', 'left', 'left', 'left', 'left', 'right', 'right', 'right');
 
index 788bedbb302eb516f3b610e40de436f3f5f406a5..dd7c5427fefecac9c9d2ad4c7b0c543a0fb9a1ee 100644 (file)
@@ -73,7 +73,7 @@ function print_bank_transactions_reconcile()
        $rep = new FrontReport(_('Bank Statement w/Reconcile'), "BankStatementReconcile", user_pagesize(), 9, "L");
        $dec = user_price_dec();
 
-       $cols = array(0, 90, 110, 170, 225, 450, 500, 550, 600, 660, 700);
+       $cols = array(0, 90, 120, 170, 225, 450, 500, 550, 600, 660, 700);
 
        $aligns = array('left', 'left', 'left', 'left', 'left', 'right', 'right', 'right', 'center', 'left');
 
index a110ea215afc007617d489170a214c5c446e739e..65211df69e36a05b8cb1c12b3a5ef23495efd6c3 100644 (file)
@@ -105,7 +105,7 @@ function print_Chart_of_Accounts()
 
        $orientation = ($orientation ? 'L' : 'P');
 
-       $cols = array(0, 50, 300, 425, 500);
+       $cols = array(0, 60, 300, 425, 500);
 
        $headers = array(_('Account'), _('Account Name'), _('Account Code'), _('Balance'));
        
index 1bcd5a02a8782c33bfa0b4390a3622904fc0c68c..dd79272e0aa16372cfae9a80234fae5c04a1780a 100644 (file)
@@ -179,7 +179,7 @@ function print_balance_sheet()
        else
                $dec = user_price_dec();
 
-       $cols = array(0, 50, 200, 350, 425,     500);
+       $cols = array(0, 60, 200, 350, 425,     500);
        //------------0--1---2----3----4----5--
 
        $headers = array(_('Account'), _('Account Name'), _('Open Balance'), _('Period'),
index 7e526b5ba718cbd560418e42cbcbf34e74232ee9..bd13ff9b218e4da2092999b2e7dad996b65cf397 100644 (file)
@@ -204,7 +204,7 @@ function print_profit_and_loss_statement()
                $dec = user_price_dec();
        $pdec = user_percent_dec();
 
-       $cols = array(0, 50, 200, 350, 425,     500);
+       $cols = array(0, 60, 200, 350, 425,     500);
        //------------0--1---2----3----4----5--
 
        $headers = array(_('Account'), _('Account Name'), _('Period'), _('Accumulated'), _('Achieved %'));