2
0
mirror of https://github.com/frappe/books.git synced 2025-01-24 15:48:25 +00:00
18alantom 08cfaa6b68 fix: batch filter in stock bal
- allow viewing location if inventory is enabled
2023-02-28 11:42:59 +05:30
..
2023-02-28 11:42:59 +05:30
2022-05-23 16:18:23 +05:30
2022-11-25 14:51:58 +05:30
2023-01-05 11:14:05 +05:30
2022-11-21 12:56:13 +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.