From 68bf09b0ddf5bbe3a0155d288f4d0334104a9538 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Tue, 6 Sep 2016 08:55:51 +0200 Subject: [PATCH] Increased space for built in number columns etc. in reports. --- reporting/rep101.php | 2 +- reporting/rep201.php | 2 +- reporting/rep203.php | 2 +- reporting/rep601.php | 2 +- reporting/rep602.php | 2 +- reporting/rep701.php | 2 +- reporting/rep706.php | 2 +- reporting/rep707.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/reporting/rep101.php b/reporting/rep101.php index a6866837..ef19f41c 100644 --- a/reporting/rep101.php +++ b/reporting/rep101.php @@ -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')); diff --git a/reporting/rep201.php b/reporting/rep201.php index e3180acd..829cc0da 100644 --- a/reporting/rep201.php +++ b/reporting/rep201.php @@ -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')); diff --git a/reporting/rep203.php b/reporting/rep203.php index daa5d8a7..2a5c7bb0 100644 --- a/reporting/rep203.php +++ b/reporting/rep203.php @@ -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')); diff --git a/reporting/rep601.php b/reporting/rep601.php index 505ac4d3..1614e116 100644 --- a/reporting/rep601.php +++ b/reporting/rep601.php @@ -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'); diff --git a/reporting/rep602.php b/reporting/rep602.php index 788bedbb..dd7c5427 100644 --- a/reporting/rep602.php +++ b/reporting/rep602.php @@ -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'); diff --git a/reporting/rep701.php b/reporting/rep701.php index a110ea21..65211df6 100644 --- a/reporting/rep701.php +++ b/reporting/rep701.php @@ -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')); diff --git a/reporting/rep706.php b/reporting/rep706.php index 1bcd5a02..dd79272e 100644 --- a/reporting/rep706.php +++ b/reporting/rep706.php @@ -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'), diff --git a/reporting/rep707.php b/reporting/rep707.php index 7e526b5b..bd13ff9b 100644 --- a/reporting/rep707.php +++ b/reporting/rep707.php @@ -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 %')); -- 2.30.2