mirror of
https://github.com/frappe/books.git
synced 2024-11-08 14:50:56 +00:00
034d612d29
- book COGS according to FIFO valuation on Shipment |
||
---|---|---|
.. | ||
BalanceSheet | ||
GeneralLedger | ||
GoodsAndServiceTax | ||
inventory | ||
ProfitAndLoss | ||
TrialBalance | ||
AccountReport.ts | ||
commonExporter.ts | ||
index.ts | ||
LedgerReport.ts | ||
README.md | ||
Report.ts | ||
types.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. Check the type.ts
file for the
shape of the report data.