feat: Add contract summary calculations and update dashboard to display data by contract

This commit is contained in:
2026-01-22 20:01:22 +01:00
parent 3a382a28c0
commit 3d2065d8fb
3 changed files with 139 additions and 0 deletions

View File

@@ -136,6 +136,8 @@ const translations = {
realisedValue: "Wartość zrealizowana",
unrealisedValue: "Wartość niezrealizowana",
byProjectType: "Według typu projektu",
byContract: "Według umowy",
total: "Razem",
monthLabel: "Miesiąc:",
monthlyValue: "Wartość miesięczna:",
cumulative: "Skumulowana:",
@@ -769,6 +771,8 @@ const translations = {
realisedValue: "Realised Value",
unrealisedValue: "Unrealised Value",
byProjectType: "By Project Type",
byContract: "By Contract",
total: "Total",
monthLabel: "Month:",
monthlyValue: "Monthly Value:",
cumulative: "Cumulative:",