2
0
mirror of https://github.com/frappe/books.git synced 2025-01-22 22:58:28 +00:00
18alantom 8d4669a878 fix: undefined account in accountMap
- remove logUnexpected
- remove global fyo occurance from report
2022-12-23 13:17:02 +05:30
..
2022-12-01 14:01:23 +05:30
2022-05-23 16:18:23 +05:30
2022-11-25 14:51:58 +05:30
2022-11-21 12:56:13 +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.