implemented location edit

This commit is contained in:
2024-01-05 14:52:32 +01:00
parent f26aae7d66
commit 3f7b681ab9
5 changed files with 200 additions and 12 deletions

View File

@@ -15,6 +15,7 @@ export interface BillingLocation {
/** the value is encoded as yyyymm (i.e. 202301) */
yearMonth: number;
bills: Bill[];
notes: string|null;
};
/** Bill basic data */