Topic: need help to Change account code length
I need to change account code from 10 to 20 at gl_journal screen please let me know how much
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Jobs wanted/offered, non-free offers → need help to Change account code length
I need to change account code from 10 to 20 at gl_journal screen please let me know how much
I think you need to change the size of the form field's maxlength value:
<input _last="" name="_code_id_edit" id="_code_id_edit" size="12" maxlength="10" value="" class="combo3" rel="code_id" autocomplete="off" title="" type="text">
$opts['max'] should be 20 instead of default 10 in your case in Lines 282 to 287 of includes/ui/ui_lists.inc:
$edit_entry = "<input $disabled type='text' name='$search_box' id='$search_box' size='".
$opts['size']."' maxlength='".$opts['max'].
"' value='$txt' class='$class' rel='$name' autocomplete='off' title='"
.$opts['box_hint']."'"
.(!fallback_mode() && !$by_id ? " style=display:none;":'')
.">\n";
FrontAccounting forum → Jobs wanted/offered, non-free offers → need help to Change account code length
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.