2
0
mirror of https://github.com/frappe/books.git synced 2024-12-22 19:09:01 +00:00
books/reports
18alantom 07c923c6b1 incr: remove unused reports/**
- get profit and loss to display
2022-05-23 16:18:23 +05:30
..
BalanceSheet incr: add the TrialBalance report 2022-05-23 16:18:23 +05:30
GeneralLedger incr: do BalanceSheet (smthn wrng) 2022-05-23 16:18:23 +05:30
GoodsAndServiceTax incr: type some files, frappe -> fyo 2022-05-23 16:18:22 +05:30
ProfitAndLoss incr: add the TrialBalance report 2022-05-23 16:18:23 +05:30
TrialBalance incr: get unpaid invoices to display 2022-05-23 16:18:23 +05:30
AccountReport.ts incr: get unpaid invoices to display 2022-05-23 16:18:23 +05:30
commonExporter.ts incr: type some files, frappe -> fyo 2022-05-23 16:18:22 +05:30
index.ts incr: add the TrialBalance report 2022-05-23 16:18:23 +05:30
LedgerReport.ts incr: shift report commonalities to LedgerReport 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: complete PNL report 2022-05-23 16:18:23 +05:30
types.ts incr: add the TrialBalance report 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.