This commit is contained in:
James Cole
2025-05-11 07:01:36 +02:00
parent 899d374222
commit a29904704c
4 changed files with 74 additions and 44 deletions

View File

@@ -163,7 +163,9 @@ class IndexController extends Controller
/** @var Carbon $end */
$end = clone session('end', today(config('app.timezone'))->endOfMonth());
$start->subDay();
// 2025-05-11 removed this so start is exactly the start of the month.
// $start->subDay();
$ids = $accounts->pluck('id')->toArray();
Log::debug(sprintf('index start: finalAccountsBalance("%s")', $start->format('Y-m-d H:i:s')));