feat(back-end and front-end): calculator improvements

This commit is contained in:
2026-03-06 15:13:34 +01:00
parent 042c254691
commit b517373538
11 changed files with 35 additions and 41 deletions

View File

@@ -20,6 +20,7 @@ export class PriceBreakdownComponent {
rows = input<PriceBreakdownRow[]>([]);
total = input.required<number>();
currency = input<string>('CHF');
totalSuffix = input<string>('');
totalLabel = input<string>('');
totalLabelKey = input<string>('');