Hi, Your custom field is in Journal Entry Account, and your query is on General Ledger. If you want the description to be copied to Legder, you have to hook on the submit of Journal Entry and copy description to GL. BTW there is a remarks field in Journal Entry which is copied by default.
Thanks
not sure if you are a developer, please refer app development on frappe.
If you think this requirement is generic consider sending PR to ERPNext.
Thanks,
Best ahead.
Thanks sanjay,
Remark field in Journal Entry account DocType not present, I add custom field in it with the name of remark and then pass a Journal entry, by doing this it does not copy the remark filed in GL Entry document.
HI,
I have added custom filed Description in Journal Entry Account form. Then I append custom filed in make_gl_entries method which is written in journal_entry.py file.
“description”: d.description
After execute command bench migrate, I create new Journal entry and check it in my new report, that did not worked, my new report display custom column but with out value.
Today I try bench restart command, and create new entry… surprisingly its worked!