feat: add prescription refills column to planner table and email (#207)

- Add 6th column 'Prescription refills' to frontend Planner table
- Add matching column to backend planner email (HTML + plaintext)
- Show remaining refills for meds with prescription tracking, '–' otherwise
- Add backend translations for new column header (EN + DE)
- Add frontend i18n keys for prescription refills column
- Update planner tests with medications table schema

Closes #203
This commit is contained in:
Daniel Volz
2026-02-14 20:21:09 +01:00
committed by GitHub
parent 6ff0ad2745
commit 150be1e114
6 changed files with 78 additions and 3 deletions
+1
View File
@@ -207,6 +207,7 @@
"medication": "Medikament",
"usage": "Verbrauch",
"blistersNeeded": "Blister benötigt",
"prescriptionRefills": "Rezept-Nachfüllungen",
"blisters": "Blister",
"available": "Verfügbar"
}
+1
View File
@@ -207,6 +207,7 @@
"medication": "Medication",
"usage": "Usage",
"blistersNeeded": "Blisters needed",
"prescriptionRefills": "Prescription refills",
"blisters": "Blisters",
"available": "Available"
}