hledger/hledger-web/Hledger
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
..
Web dev: web: Use entriesReport instead of transactionReport. 2021-07-22 19:00:37 -10:00
Web.hs ui, web: fix build after tests cleanup 2018-09-03 08:43:57 -07:00