How can I make a GL Entry submittable via a customized form, a property setter, or another solution?
GL Entry is not submittable by default
There is no option in the Customize Form for GL Entry to make it submittable.
How can I make a GL Entry submittable via a customized form, a property setter, or another solution?
GL Entry is not submittable by default
There is no option in the Customize Form for GL Entry to make it submittable.
Hi there,
Thatâs not really how GL Entries work. Theyâre backend documents, not meant to be created/deleted individually. You wonât ever interact with them directly, except perhaps when troubleshooting something. Likewise, the Submittable/Non-Submittable distinction doesnât really apply here.
Hi Thanks for your reply,
I have some entries in the GL Entry that I want to cancel. Iâve turned on âAllow after submitâ on the âIs Cancelledâ checkbox, and it works perfectly for the Administrator, but not for other roles, such as System Manager. This is because the Doctype is not submittable, and I cannot assign submit permission.
My goal is to cancel GL Entry without canceling linked entries.
How can I achieve this?
This will create incoherent data. The system is designed to prevent you from doing what you want to do, and for good reason. It is generally a bad idea. If you insist on doing it, you can edit the database directly. Be warned, though, that editing GL Entries directly is very likely to break your accounting.
Thanks so much for your reply and for taking the time to explain everything! I really appreciate your guidance and now I understand the risks involved.