feat(MED-97): display accounts count, usage total

This commit is contained in:
2025-09-26 16:34:10 +03:00
parent 27689dbbff
commit 2d9e6f8df3
7 changed files with 58 additions and 29 deletions

View File

@@ -28,7 +28,8 @@
"budget": {
"title": "Company Health Account Balance",
"balance": "Budget Balance {{balance}}",
"volume": "Budget Volume"
"volume": "Budget Volume",
"membersCount": "Members Count"
},
"data": {
"reservations": "{{value}} services",
@@ -38,7 +39,8 @@
"analysisPackages": "Health Analysis Packages",
"analysisPackagesCount": "{{value}} service usage",
"totalSum": "Total Sum",
"eclinic": "E-Clinic"
"eclinic": "E-Clinic",
"currentMonthUsageTotal": "Current Month Usage"
}
},
"healthDetails": {

View File

@@ -28,17 +28,19 @@
"budget": {
"title": "Ettevõtte Tervisekassa seis",
"balance": "Eelarve jääk {{balance}}",
"volume": "Eelarve maht"
"volume": "Eelarve maht",
"membersCount": "Töötajate arv"
},
"data": {
"reservations": "{{value}} teenust",
"reservations": "{{value}} tellimus(t)",
"analysis": "Analüüsid",
"doctorsAndSpecialists": "Eriarstid ja spetsialistid",
"researches": "Uuringud",
"analysisPackages": "Terviseuuringute paketid",
"analysisPackagesCount": "{{value}} teenuse kasutust",
"analysisPackagesCount": "{{value}} tellimus(t)",
"totalSum": "Tellitud teenuste summa",
"eclinic": "Digikliinik"
"eclinic": "Digikliinik",
"currentMonthUsageTotal": "Kasutatud eelarve"
}
},
"healthDetails": {

View File

@@ -28,7 +28,8 @@
"budget": {
"title": "Баланс Tervisekassa компании",
"balance": "Остаток бюджета {{balance}}",
"volume": "Объем бюджета"
"volume": "Объем бюджета",
"membersCount": "Количество сотрудников"
},
"data": {
"reservations": "{{value}} услуги",
@@ -38,7 +39,8 @@
"analysisPackages": "Пакеты медицинских исследований",
"analysisPackagesCount": "{{value}} использование услуг",
"totalSum": "Сумма услуг",
"eclinic": "Дигиклиника"
"eclinic": "Дигиклиника",
"currentMonthUsageTotal": "Текущее использование бюджета"
}
},
"healthDetails": {