2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
books/reports
2022-05-23 16:18:23 +05:30
..
AccountsReceivablePayable
BalanceSheet
BankReconciliation incr: type some files, frappe -> fyo 2022-05-23 16:18:22 +05:30
Cashflow
FinancialStatements
GeneralLedger incr: add indentation support, format PNL 2022-05-23 16:18:23 +05:30
GoodsAndServiceTax
ProfitAndLoss
PurchaseRegister
SalesRegister
TrialBalance
commonExporter.ts
index.js
index.ts
LedgerReport.ts
README.md
Report.ts
types.ts incr: add indentation support, format PNL 2022-05-23 16:18:23 +05:30
view.ts

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.