feat(team-accounts): enhance team account statistics and health details components with new data and improved calculations

This commit is contained in:
Danel Kungla
2025-08-25 12:24:27 +03:00
parent ee86bb8829
commit 56ffd7591e
12 changed files with 336 additions and 150 deletions

View File

@@ -122,7 +122,8 @@
"weight": "Kaal",
"height": "Pikkus",
"occurance": "Toetuse sagedus",
"amount": "Summa"
"amount": "Summa",
"date": "Vali kuupäev"
},
"wallet": {
"balance": "Sinu MedReporti konto seis",

View File

@@ -1,7 +1,7 @@
{
"home": {
"pageTitle": "Ülevaade",
"headerTitle": "{{companyName}} tervise ülevaade",
"headerTitle": "{{companyName}} Tervisekassa kokkuvõte",
"healthDetails": "Ettevõtte terviseandmed",
"membersSettingsButtonTitle": "Halda töötajaid",
"membersSettingsButtonDescription": "Lisa, muuda või eemalda töötajaid.",
@@ -31,13 +31,14 @@
"volume": "Eelarve maht {{volume}}"
},
"data": {
"reservations": "{{value}} broneeringut",
"reservations": "{{value}} teenust",
"analysis": "Analüüsid",
"doctorsAndSpecialists": "Eriarstid ja spetsialistid",
"researches": "Uuringud",
"healthResearchPlans": "Terviseuuringute paketid",
"serviceUsage": "{{value}} teenuse kasutust",
"serviceSum": "Teenuste summa"
"serviceSum": "Teenuste summa",
"eclinic": "Digikliinik"
}
},
"healthDetails": {