2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00
books/reports
2022-05-26 00:28:54 +05:30
..
BalanceSheet incr: small fixes 2022-05-23 16:18:23 +05:30
GeneralLedger incr: fetch translateables from schema.json 2022-05-23 16:18:23 +05:30
GoodsAndServiceTax incr: small fixes 2022-05-23 16:18:23 +05:30
ProfitAndLoss incr: small fixes 2022-05-23 16:18:23 +05:30
TrialBalance incr(ui): mainly make the hrs touch the ends 2022-05-26 00:28:54 +05:30
AccountReport.ts incr(ui): mainly make the hrs touch the ends 2022-05-26 00:28:54 +05:30
commonExporter.ts incr: add gstr exports 2022-05-23 16:18:23 +05:30
index.ts incr: add docs to search 2022-05-24 00:03:07 +05:30
LedgerReport.ts incr: enable non GST report exports 2022-05-23 16:18:23 +05:30
README.md incr: add GeneralLedger business logic 2022-05-23 16:18:23 +05:30
Report.ts incr: small fixes 2022-05-23 16:18:23 +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.