2
0
mirror of https://github.com/frappe/books.git synced 2024-09-18 18:49:01 +00:00
books/reports
18alantom e2b9ea1f49 refactor: switch to preload script
- delete ipcCalls
2023-07-10 13:33:52 +05:30
..
BalanceSheet chore: fix all fixable eslint errors in remaining non vue files 2023-06-22 14:22:54 +05:30
GeneralLedger chore: fix all fixable eslint errors in remaining non vue files 2023-06-22 14:22:54 +05:30
GoodsAndServiceTax incr: remove src imports from ipcCalls.ts 2023-07-10 13:03:32 +05:30
inventory chore: fix all fixable eslint errors in remaining non vue files 2023-06-22 14:22:54 +05:30
ProfitAndLoss chore: fix all fixable eslint errors in remaining non vue files 2023-06-22 14:22:54 +05:30
TrialBalance chore: fix all fixable eslint errors in remaining non vue files 2023-06-22 14:22:54 +05:30
AccountReport.ts chore: fix all fixable eslint errors in remaining non vue files 2023-06-22 14:22:54 +05:30
commonExporter.ts refactor: switch to preload script 2023-07-10 13:33:52 +05:30
index.ts feat: report to pdf 2023-06-13 13:37:39 +05:30
LedgerReport.ts chore: fix all fixable eslint errors in remaining non vue files 2023-06-22 14:22:54 +05:30
README.md incr: fix build issue and minor updates to readme 2022-05-27 00:45:05 +05:30
Report.ts chore: fix all fixable eslint errors in remaining non vue files 2023-06-22 14:22:54 +05:30
types.ts refactor: improve type definition of Field 2023-02-01 14:30:02 +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.