Kanban board - with drag feature to change status or field. (inspired by odoo)
Proxying fields from one doctype on another one (like contact details on another form/doctype… you can only have readonly fields, that are real table fields and not automatically updated when source doctype is edited…)
Those are all good ideas. I really like the one about reports. Having the ability to create custom reports in the platform with a “report builder” feature would be huge. Right now I am having to build reports externally in jasper reports and ms excel. I know if you are a “coder” you can create your own reports, but most administrators like me are not.
I also created a number of git issues awhile back that I would like to be considered
I was looking over some git issues in the erpnext repo and I think they might be more frappe related. File security is an area that needs some attention as well.
At the framework level, one of the enhancements I’d like to see is a link docfield that can accommodate data that occurs in many-to-one, one-to-many and many-to-many types. The Frappe team has nailed the one-to-one link and being able to trigger on that opens up a lot of possibilities; this request is a superset of that.
The current report builder is nice but only works with a single table (DocType). We can build more useful and meaningful reports via sql queries and scripts but ONLY if we are not hosted on FrappeCloud. I think this is a very big disadvantage and probably one of the most significant drawbacks to hosting on FrappeCloud
Having a more dynamic report builder that can work with multiple tables and filters would make a world of difference!