Clarify the account transactions report, and don't change original transactions' dates.
Show a more accurate date in hledger-ui and hledger-web's account registers
when postings have their own dates. This is now called the "transaction register date":
the date which is displayed for that transaction in a register for some current account
and filter query. It is either the transaction date from the journal ("transaction general date"),
or if postings to the current account and matched by the register's filter query have
their own dates, the earliest of those dates.
|
||
|---|---|---|
| .. | ||
| BalanceHistoryReport.hs | ||
| BalanceReport.hs | ||
| EntriesReport.hs | ||
| MultiBalanceReports.hs | ||
| PostingsReport.hs | ||
| ReportOptions.hs | ||
| TransactionsReports.hs | ||