2
0
mirror of https://github.com/frappe/books.git synced 2025-01-24 07:38:25 +00:00
18alantom 8f84f2677c incr: add template select and save menu items
- add shortcut for view hints, show shortcut to apply changes
- update shortcut helper ui
2023-03-13 12:36:56 +05:30
..
2023-02-28 11:42:59 +05:30
2022-11-25 14:51:58 +05:30
2023-01-05 11:14:05 +05:30
2023-03-02 15:50:03 +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.