| 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. | ||
|---|---|---|
| .. | ||
| add-form.hamlet | ||
| balance-report.hamlet | ||
| chart.hamlet | ||
| default-layout-wrapper.hamlet | ||
| default-layout.hamlet | ||
| edit-form.hamlet | ||
| journal.hamlet | ||
| manage.hamlet | ||
| register.hamlet | ||
| upload-form.hamlet | ||