mirror of
https://github.com/frappe/books.git
synced 2025-01-26 16:48:28 +00:00
cc493e9fb1
- list type report eg GL almost done
Reports
Reports are a view of stored data, the code here doesn't alter any data.
All reports should extend the Report
class in reports/Report.ts
, depending
on the report it may have custom .vue
files.