2
0
mirror of https://github.com/frappe/books.git synced 2025-01-22 22:58:28 +00:00
18alantom f9a95a7c9b incr: update accounts
- rename account fields on item
- change valuation method in stock ledger
2022-11-21 15:27:59 +05:30
..
2022-11-21 12:05:05 +05:30
2022-11-21 15:27:59 +05:30
2022-09-20 22:49:09 +05:30
2022-05-23 16:18:23 +05:30
2022-11-07 13:29:35 +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.