hledger/hledger-web/templates
Stephen Morgan acfbd36fb8 dev: web: Use entriesReport instead of transactionReport.
This produces identical results. The only fields used in the TransactionReport were torig, split, and amt.
- torig is the same as in entriesReport
- since transactionsReport calls accountTransactionsReportItems with
  None as thisacctq, all accounts are considered ‘other accounts’, so
  amt is always zero, and ($if not split && not (mixedAmountLooksZero amt)) never fires.
- So the only thing used is torig, and we can just get that from the
  entriesReport.
2021-07-22 19:00:37 -10:00
..
add-form.hamlet lib,cli,ui,web: A number of AccountName and Journal functions which are 2021-03-23 11:26:30 -07:00
balance-report.hamlet ;lib: a few more zero-checking function references 2020-05-29 19:04:52 -07:00
chart.hamlet fix: web: register chart with multiple commodities/prices, broken in 1.22 (#1597) 2021-07-12 19:02:38 -10:00
default-layout-wrapper.hamlet web: Add yesod-form-generated AddForm, add GET & POST /add 2018-06-24 14:13:04 +02:00
default-layout.hamlet ;web: fix inaccurate description of query term combining (#1246) 2020-07-31 17:56:37 -07:00
edit-form.hamlet web: Add /manage page, implement /edit, /upload, and /download 2018-06-24 14:13:04 +02:00
journal.hamlet dev: web: Use entriesReport instead of transactionReport. 2021-07-22 19:00:37 -10:00
manage.hamlet web: UI cleanup 2018-06-24 14:13:04 +02:00
register.hamlet Allow selecting the date range from the chart 2021-02-17 09:05:13 -08:00
upload-form.hamlet web: Add /manage page, implement /edit, /upload, and /download 2018-06-24 14:13:04 +02:00