hledger/hledger-lib/Hledger/Reports
Simon Michael d2b799a717 feat: bal: select budget( transaction)s by name (#1612)
This makes it possible to keep multiple named budgets in one journal,
and select the one you want with --budget's argument.

More precisely, you can select the subset of periodic transactions
rules which contain a certain fixed, case-insensitive substring.

Only one such --budget argument is supported, the last one on the
command line takes precedence.
2021-07-23 10:38:20 -10:00
..
AccountTransactionsReport.hs lib!: Rename the fields of ReportSpec. 2021-07-23 10:37:08 -10:00
BalanceReport.hs lib!: Rename the fields of ReportSpec. 2021-07-23 10:37:08 -10:00
BudgetReport.hs feat: bal: select budget( transaction)s by name (#1612) 2021-07-23 10:38:20 -10:00
EntriesReport.hs lib!: Rename the fields of ReportSpec. 2021-07-23 10:37:08 -10:00
MultiBalanceReport.hs lib!: Rename the fields of ReportSpec. 2021-07-23 10:37:08 -10:00
PostingsReport.hs lib!: Rename the fields of ReportSpec. 2021-07-23 10:37:08 -10:00
ReportOptions.hs feat: bal: select budget( transaction)s by name (#1612) 2021-07-23 10:38:20 -10:00
ReportTypes.hs ref: bal: rename some report types to clarify/sync with docs 2021-07-15 14:22:20 -10:00