Maharshi Patel
Maharshi Patel
While scrapping assets, accounting dimensions are not passed to the journal entry, so I added them to fix the issue.
We have logic that if standard and `print_format.format_data` is empty load from file. This is not good because it will not work if we have a print format from other...
users had incorrect expression in fetch_from so added validation for it https://github.com/frappe/frappe/assets/39730881/c15c89ac-51bc-45e0-84ef-5dfcf9e924f7
Right Now it is Just dependant on Frappe Meta, Doctype and Linked Doctype [ opinionated ]. Give user control over how data is added in Print Designer. Default can still...
- Current Logic for dynamic containers is not recursive. It loops through the elements and compute possible rows then it loops again and compute possible columns. - This was less...
Once Format is Designed in Print Designer it should be possible to have exportable format that works without print designer. Basically save jinja template inside format. we need to have...
Multiple users were confused on how to use table element. Take Inspiration from Google Docs, Notion etc