By Aylmer Ametewee on December 12, 2024
Beginner

There are three kind of reports in ERPNext.

1. Report Builder

Report Builder is an in-built report customization tool in ERPNext. This allows you to define specific fields of the form which shall be added in the report. Also you can set required filters, sorting and give preferred name to report.

checkout this youtube link to learn more: https://youtu.be/TxJGUNarcQs

2. Query Report

Query Report is written in SQL which pulls values from account's database and displays the same in the report. Though SQL queries can be written from front end, like HTML, it has been restricted for ERPNext cloud users. This is because it allows users with no access to specific report to fetch data directly from the database

3. Script Report

Script Reports are written in Python and stored on server side. These are complex reports which involves logic and calculation. Since these reports are written on server side, customizing it from hosted account is not possible.

Note: Dynamic Filter is available in Script Reports and Query Reports; however, not in the Report Builder.



More articles on Erpnext


Comments

No comments yet.

Add a comment
Ctrl+Enter to add comment