hledger-ui now tries to show historical balances always, including when (to limit transactions on the register screen) a report start date is specified. This means that: - the accounts screen balances are not disturbed by a start date - the register screen is now a little better at showing the running historical balance. It's still not very good at it; some filter queries will cause it to fall back to showing the running total of visible transactions. But it's no longer disturbed by Z (nonzero mode) or a cur: query term. |
||
|---|---|---|
| .. | ||
| AccountsScreen.hs | ||
| Editor.hs | ||
| ErrorScreen.hs | ||
| Main.hs | ||
| RegisterScreen.hs | ||
| Theme.hs | ||
| TransactionScreen.hs | ||
| UIOptions.hs | ||
| UIState.hs | ||
| UITypes.hs | ||
| UIUtils.hs | ||