2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
books/reports
2022-11-10 00:12:00 +05:30
..
BalanceSheet fix(ux): display can't delete cause link 2022-05-30 17:04:25 +05:30
GeneralLedger fix(ux): display can't delete cause link 2022-05-30 17:04:25 +05:30
GoodsAndServiceTax incr: remove redundant fields 2022-10-03 11:48:14 +05:30
inventory incr: complete stock ledger 2022-11-10 00:12:00 +05:30
ProfitAndLoss fix: show P&L when either income or expense 2022-07-26 19:05:52 +05:30
TrialBalance fix(ux): display can't delete cause link 2022-05-30 17:04:25 +05:30
AccountReport.ts incr: add logUnexpected 2022-09-20 22:49:09 +05:30
commonExporter.ts incr: add gstr exports 2022-05-23 16:18:23 +05:30
index.ts incr: add basic stock ledger (w.i.p) 2022-11-07 13:29:35 +05:30
LedgerReport.ts refactor: use NaN safe Number parsing where applicable 2022-11-06 23:55:22 -08:00
README.md incr: fix build issue and minor updates to readme 2022-05-27 00:45:05 +05:30
Report.ts fix(ux): display can't delete cause link 2022-05-30 17:04:25 +05:30
types.ts incr: add gstr exports 2022-05-23 16:18:23 +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.