This commit is contained in:
James Cole 2025-02-05 05:51:22 +01:00
parent f0fa93a811
commit 512eddf8be
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -113,6 +113,7 @@ class ReconcileController extends Controller
$end->endOfDay();
$startDate = clone $start;
$startDate->subDay()->endOfDay();
$startBalance = Steam::bcround(Steam::finalAccountBalance($account, $startDate)['balance'], $currency->decimal_places);
$endBalance = Steam::bcround(Steam::finalAccountBalance($account, $end)['balance'], $currency->decimal_places);
$subTitleIcon = config(sprintf('firefly.subIconsByIdentifier.%s', $account->accountType->type));