2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
books/reports
18alantom 080eaa5e4f refactor(ui): use showDialog for FB Dialog Component
- remove showMessageDialog using native component
- add icons to the Dialog component
2023-03-27 00:27:00 -07:00
..
BalanceSheet fix(ux): display can't delete cause link 2022-05-30 17:04:25 +05:30
GeneralLedger fix(ui): display report filter names 2023-01-05 10:44:27 +05:30
GoodsAndServiceTax refactor(ui): use showDialog for FB Dialog Component 2023-03-27 00:27:00 -07:00
inventory fix: batch filter in stock bal 2023-02-28 11:42:59 +05:30
ProfitAndLoss fix: show P&L when either income or expense 2022-07-26 19:05:52 +05:30
TrialBalance fix: undefined account in accountMap 2022-12-23 13:17:02 +05:30
AccountReport.ts fix: Reports Date filter field issue 2023-03-02 15:50:03 +05:30
commonExporter.ts incr: add template select and save menu items 2023-03-13 12:36:56 +05:30
index.ts feat: add stock balance report 2022-11-25 14:51:58 +05:30
LedgerReport.ts fix: list ordering issues 2023-01-05 11:14:05 +05:30
README.md incr: fix build issue and minor updates to readme 2022-05-27 00:45:05 +05:30
Report.ts fix: Reports Date filter field issue 2023-03-02 15:50:03 +05:30
types.ts refactor: improve type definition of Field 2023-02-01 14:30:02 +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. Check the type.ts file for the shape of the report data.