mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
* feat: add "last reconciled" timestamp to accounts add a `last_reconciled` column to the `accounts` table, which stores a UNIX timestamp indicating when each account was last reconciled upon initial release, all accounts will display "Not yet reconciled"; however, after completing reconciliation and pressing the "Done reconciling" button, the timestamp will be updated accordingly * test: generate mock accounts with `last_reconciled` as `null` generate mock accounts with the `last_reconciled` value set to `null`, to match the expected behaviour that new accounts will start with a "Not yet reconciled" status * improvement: display "last reconciled" timestamp in tooltip relocate the "last reconciled" timestamp from the account balances header to a tooltip displayed when hovering over the "Reconcile" button
96 B
96 B
category, authors
| category | authors | |
|---|---|---|
| Features |
|
Add "last reconciled" timestamp to accounts