Einkommen kann "Gemeinsam" (HOUSEHOLD) zugeordnet werden
Deploy App / deploy (push) Successful in 58s
Deploy App / deploy (push) Successful in 58s
INCOME von PERSON_ONLY zu OWNER_OPTIONAL verschoben -> im Erstell-Dialog ist neben Person A/B auch "Gemeinsam" waehlbar; die API erzwingt keine Personenzuordnung mehr. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+3
-3
@@ -17,10 +17,10 @@ export type ElementCategory =
|
||||
export type OwnerRole = "PERSON_A" | "PERSON_B" | "HOUSEHOLD";
|
||||
|
||||
// Kategorien, deren Element zwingend genau einer Person zugeordnet ist.
|
||||
export const PERSON_ONLY_CATEGORIES: ElementCategory[] = ["INCOME", "AHV", "PENSION_FUND", "PILLAR_3A"];
|
||||
export const PERSON_ONLY_CATEGORIES: ElementCategory[] = ["AHV", "PENSION_FUND", "PILLAR_3A"];
|
||||
|
||||
// Kategorien, die gemeinsam ODER pro Person erfasst werden koennen.
|
||||
export const OWNER_OPTIONAL_CATEGORIES: ElementCategory[] = ["EXPENSE", "REAL_ESTATE", "OTHER_ASSET", "OTHER_DEBT"];
|
||||
// Kategorien, die gemeinsam ODER pro Person erfasst werden koennen (inkl. Einkommen).
|
||||
export const OWNER_OPTIONAL_CATEGORIES: ElementCategory[] = ["INCOME", "EXPENSE", "REAL_ESTATE", "OTHER_ASSET", "OTHER_DEBT"];
|
||||
|
||||
export const CATEGORY_LABELS: Record<ElementCategory, string> = {
|
||||
INCOME: "Einkommen",
|
||||
|
||||
Reference in New Issue
Block a user