[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6655] trunk/LedgerSMB/Report/Trial_Balance.pm
- Subject: SF.net SVN: ledger-smb:[6655] trunk/LedgerSMB/Report/Trial_Balance.pm
- From: ..hidden..
- Date: Mon, 27 Jan 2014 02:34:27 +0000
Revision: 6655
http://sourceforge.net/p/ledger-smb/code/6655
Author: einhverfr
Date: 2014-01-27 02:34:26 +0000 (Mon, 27 Jan 2014)
Log Message:
-----------
Fixing trial balance pdf unreadable, to file bug
Modified Paths:
--------------
trunk/LedgerSMB/Report/Trial_Balance.pm
Modified: trunk/LedgerSMB/Report/Trial_Balance.pm
===================================================================
--- trunk/LedgerSMB/Report/Trial_Balance.pm 2014-01-26 08:15:42 UTC (rev 6654)
+++ trunk/LedgerSMB/Report/Trial_Balance.pm 2014-01-27 02:34:26 UTC (rev 6655)
@@ -126,37 +126,44 @@
{col_id => 'account_number',
type => 'href',
href_base => 'journal.pl?action=search&col_transdate=Y&col_reference=Y&col_description=Y&col_debits=Y&col_credits=Y&col_source=Y&col_accno=Y',
- name => LedgerSMB::Report::text('Account Number') },
+ name => LedgerSMB::Report::text('Account Number'),
+ pwidth => 1,},
{col_id => 'account_desc',
type => 'href',
href_base => 'journal.pl?action=search&col_transdate=Y&col_reference=Y&col_description=Y&col_debits=Y&col_credits=Y&col_source=Y&col_accno=Y',
- name => LedgerSMB::Report::text('Account Description') },
+ name => LedgerSMB::Report::text('Account Description'),
+ pwidth => 3,},
{col_id => 'gifi_accno',
type => 'href',
href_base => 'journal.pl?action=search&col_transdate=Y&col_reference=Y&col_description=Y&col_debits=Y&col_credits=Y&col_source=Y&col_accno=Y',
- name => LedgerSMB::Report::text('GIFI') } ,
+ name => LedgerSMB::Report::text('GIFI'),
+ pwidth => 1, } ,
{col_id => 'starting_balance',
type => 'text',
money => 1,
- name => LedgerSMB::Report::text('Starting Balance') } ,
+ name => LedgerSMB::Report::text('Starting Balance'),
+ pwidth => 1,} ,
{col_id => 'debits',
type => 'text',
money => 1,
- name => LedgerSMB::Report::text('Debits') } ,
+ name => LedgerSMB::Report::text('Debits'),
+ pwidth => 1} ,
{col_id => 'credits',
type => 'text',
money => 1,
- name => LedgerSMB::Report::text('Credits') } ,
+ name => LedgerSMB::Report::text('Credits'),
+ pwidth => 1} ,
{col_id => 'ending_balance',
type => 'text',
money => 1,
- name => LedgerSMB::Report::text('Ending Balance') } ,
+ name => LedgerSMB::Report::text('Ending Balance'),
+ pwidth => 1} ,
];
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits