Topic: How to increase Input text for Amount Debit and Amount Credit

Hello,

I'm From indonesia.
I'm using : Banking and General Ledger > Transaction > Journal Entry.
I need to increase width for text input of Amount Debit and Credit cause our currency often has 8 digit numbers. It is uncomfortable to see the number only a half after input.

How do I change width?

Regards,
Agus Widi

2 (edited by notrinos 02/03/2018 12:11:43 pm)

Re: How to increase Input text for Amount Debit and Amount Credit

Replace lines 261-262 of gl/includes/ui/gl_journal_ui.inc with the following:

amount_cells(null, 'AmountDebit');
amount_cells(null, 'AmountCredit');
Phuong

Re: How to increase Input text for Amount Debit and Amount Credit

Search for small_amount_cells in the entire codebase and replace it with amount_cells except in the function definition page at includes/ui/ui_input.inc and where discount percentage (Disc) fields occur.

4 (edited by aguspajak 02/04/2018 03:21:46 am)

Re: How to increase Input text for Amount Debit and Amount Credit

Dear Apmuthu,

It works, thank's a million.

(Agus Widi)

Re: How to increase Input text for Amount Debit and Amount Credit

It may be easier to state that your currency is in 1000's - are there any goods / currency notes less than 1000 denomination in Indonesia?