Topic: disabling journal reference
I want to disable journal reference so that users can't change it and use the system generated sequence. What do I put in the script to do this?
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Setup → disabling journal reference
I want to disable journal reference so that users can't change it and use the system generated sequence. What do I put in the script to do this?
You can fix that in access setup, setup tab
Joe
I mean the the general journal reference number and not the access to journal entries. I don't want the users to change the default number which I've set up in forms.
You will have to change the php code in gl/includes/ui/gl_journal_ui about line 30 replacing ref_cells() call with respective label_cells() plus hidden() helper calls.
Janusz
Sorry not familiar with PHP. This is the code. what code I need to put to disable it.
table_section(2, $qes ? "20%" : "50%");
ref_cells(_("Reference:"), 'ref', '');
hidden('ref_original');
end_row();
Many thanks
If this is important, can it be selected by a config variable?
FrontAccounting forum → Setup → disabling journal reference
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.