Custom Report

ERPNext Report in Ag Grid

Install Custom Report

bench get-app https://github.com/jigneshpshah/custom_report

Add the Frappe Gems badge to your README

Maintain Custom Report? Paste this into your README:

[![Listed on Frappe Gems](https://frappegems.com/api/method/frappe_gems.seo.badge?app=jigneshpshah%2Fcustom_report)](https://frappegems.com/gems/apps/jigneshpshah/custom_report)

About Custom Report

Custom Report

Alternative for query report to use ag-grid

  • install custom_report app
bench --site mysite install-app custom_report
  • copy desired version of ag-grid to custom_report/public/js/lib/

  • check the path to ag-grid file in customreport/hooks.py under appinclude_js

  • if you choose the Enterprise version , add your license key in site_config.json

"agGrid_licenseKey": "*************",
  • for any query report replace query-report with ag-report in url

  • advanced features of ag-grid can be used with custom js in the .js file of any standard query report.

License

MIT

Related Other apps for Frappe & ERPNext

  • Erpnext — Free and Open Source Enterprise Resource Planning (ERP)
  • Helpdesk — Modern, Streamlined, Free and Open Source Customer Service Software
  • Print Designer — Visual print designer for Frappe / ERPNext
  • Ctr — CTR模型代码和学习笔记总结
  • Whitelabel — Whitelabel ERPNext
  • Fossunited — fossunited.org
  • Helm — Helm Chart Repository for Frappe/ERPNext
  • Frappe Attachments S3 — A frappe app to upload file attachments in doctypes to s3.