2
0
mirror of https://github.com/frappe/books.git synced 2024-12-22 19:09:01 +00:00
books/reports
18alantom cc493e9fb1 incr: start rewriting reports
- list type report eg GL almost done
2022-05-23 16:18:23 +05:30
..
AccountsReceivablePayable incr: type some files, frappe -> fyo 2022-05-23 16:18:22 +05:30
BalanceSheet incr: type some files, frappe -> fyo 2022-05-23 16:18:22 +05:30
BankReconciliation incr: type some files, frappe -> fyo 2022-05-23 16:18:22 +05:30
Cashflow incr: type some files, frappe -> fyo 2022-05-23 16:18:22 +05:30
FinancialStatements incr: type some files, frappe -> fyo 2022-05-23 16:18:22 +05:30
GeneralLedger incr: start rewriting reports 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: type some files, frappe -> fyo 2022-05-23 16:18:22 +05:30
PurchaseRegister incr: type some files, frappe -> fyo 2022-05-23 16:18:22 +05:30
SalesRegister incr: type some files, frappe -> fyo 2022-05-23 16:18:22 +05:30
TrialBalance incr: type some files, frappe -> fyo 2022-05-23 16:18:22 +05:30
commonExporter.ts incr: type some files, frappe -> fyo 2022-05-23 16:18:22 +05:30
index.js incr: type some files, frappe -> fyo 2022-05-23 16:18:22 +05:30
index.ts incr: start rewriting reports 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: add GeneralLedger business logic 2022-05-23 16:18:23 +05:30
types.ts incr: start rewriting reports 2022-05-23 16:18:23 +05:30
view.ts incr: search improvements 2022-05-23 16:18:22 +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.