feat: Add contract summary calculations and update dashboard to display data by contract
This commit is contained in:
@@ -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:",
|
||||
|
||||
Reference in New Issue
Block a user