mirror of
https://github.com/frappe/books.git
synced 2025-01-23 15:18:24 +00:00
d0571a2450
- update files to ignore - delete babel.config.js
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.