2
0
mirror of https://github.com/frappe/books.git synced 2024-05-30 15:20:49 +00:00
books/reports
Mildred Ki'Lya dd2830530b fix(reports): Allow multiple root account to have the same type
In French accounting, multiple root accounts can be of the same type,
ensure that reports take all accounts and not only the first one.
2023-12-05 21:38:25 +01:00
..
BalanceSheet fix(reports): Allow multiple root account to have the same type 2023-12-05 21:38:25 +01:00
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 fix: remove valuation selection 2023-09-25 23:59:34 -07:00
ProfitAndLoss fix(reports): Allow multiple root account to have the same type 2023-12-05 21:38:25 +01:00
TrialBalance fix(reports): Allow multiple root account to have the same type 2023-12-05 21:38:25 +01:00
AccountReport.ts fix(reports): Allow multiple root account to have the same type 2023-12-05 21:38:25 +01:00
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 feat: stock return 2023-07-01 13:01:00 +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 fix(reports): Allow multiple root account to have the same type 2023-12-05 21:38:25 +01: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.