Scoreboard and Dashboard now function as expected!

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2023-12-21 19:26:20 -05:00
parent d2e4b7d9ec
commit c8460f6092
2 changed files with 28 additions and 54 deletions

View File

@@ -63,6 +63,8 @@ export default function ScoreboardTimeTickets() {
variables: {
start: startDate.format("YYYY-MM-DD"),
end: endDate.format("YYYY-MM-DD"),
jobStart: startDate,
jobEnd: endDate,
fixedStart: fixedPeriods.start.format("YYYY-MM-DD"),
fixedEnd: fixedPeriods.end.format("YYYY-MM-DD"),
},