When a transaction is created or deleted with the update-balance option on a past date, only that day's balance snapshot was adjusted. Because balances carry forward, later snapshots (e.g. today's current balance) kept their stale value, so a -5 expense added to yesterday left today unchanged. Shift the transaction's own day and every later snapshot by the same delta on both create and delete, keeping the running balance consistent. |
||
|---|---|---|
| .. | ||
| .pest | ||
| Browser | ||
| Feature | ||
| Fixtures | ||
| Performance | ||
| Support | ||
| Unit | ||
| Pest.php | ||
| TestCase.php | ||
| bootstrap.php | ||