2
0
mirror of https://github.com/frappe/books.git synced 2025-02-04 04:58:30 +00:00
18alantom 8d3d0a29ee incr: add logUnexpected
- prevent undefined rootType, log it instead
2022-09-20 22:49:09 +05:30
..
2022-05-23 16:18:23 +05:30
2022-09-20 22:49:09 +05:30
2022-05-23 16:18:23 +05:30
2022-05-24 00:03:07 +05:30
2022-05-23 16:18:23 +05:30

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. Check the type.ts file for the shape of the report data.