| 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. | ||
|---|---|---|
| .. | ||
| Handler | ||
| Settings | ||
| Widget | ||
| Application.hs | ||
| Foundation.hs | ||
| Import.hs | ||
| Main.hs | ||
| Settings.hs | ||
| Test.hs | ||
| WebOptions.hs | ||