2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/reports/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
270 B
Markdown
Raw Normal View History

2022-05-12 10:04:37 +00:00
# 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.