hledger/hledger-lib/Hledger/Reports
Stephen Morgan 83a518af99 lib,cli,ui: In ReportOpts, store query terms term-by-term in a list in
querystring_.

This helps deal with tricky quoting issues, as we no longer have to make
sure everything is quoted properly before merging it into a string.
2020-11-04 08:47:30 -08:00
..
AccountTransactionsReport.hs lib,cli,ui,web: Introduce ReportSpec, which holds ReportOpts, the day of 2020-10-23 14:14:11 -07:00
BalanceReport.hs lib,cli,ui,web: Introduce ReportSpec, which holds ReportOpts, the day of 2020-10-23 14:14:11 -07:00
BudgetReport.hs lib: Expand Tabular.AsciiWide to allow multiline cells, either top or bottom aligned. 2020-11-04 14:25:21 +11:00
EntriesReport.hs lib,cli,ui,web: Introduce ReportSpec, which holds ReportOpts, the day of 2020-10-23 14:14:11 -07:00
MultiBalanceReport.hs lib: renderTable can now receive alignment and width specifications on all cells, and has an option to display the outer border. 2020-11-04 14:25:20 +11:00
PostingsReport.hs lib,cli,ui,web: Introduce ReportSpec, which holds ReportOpts, the day of 2020-10-23 14:14:11 -07:00
ReportOptions.hs lib,cli,ui: In ReportOpts, store query terms term-by-term in a list in 2020-11-04 08:47:30 -08:00
ReportTypes.hs lib: Add documentation for CBCSubreportSpec. 2020-10-23 16:15:41 -07:00
TransactionsReport.hs lib,cli,ui: Remove redundant Typeable and Data instances. 2020-08-31 15:41:30 +10:00