ERPNext is a comprehensive open-source business solution developed using the Frappe framework.
Ramoletane Lekhanya is a software engineer and ICT contractor who finds ERPNext as one of the best software solutions available in the market. This repository contains SQL and JavaScript code required to create ERPNext query reports. The reports code is organised into folders as follows:
<report_name>
- <report_name>.sql contains SQL query required to read data and present the report
- <report_name>.js contains JavaScript code required to filter the report
Please visit https://frappeframework.com/docs/user/en/guides/reports-and-printing/how-to-make-query-report to learn how to create ERPNext query reports.