feat(member): add away billing policies

This commit is contained in:
2026-03-11 14:05:52 +04:00
parent 773abf2531
commit 98988159eb
34 changed files with 4218 additions and 39 deletions

View File

@@ -7,6 +7,9 @@ export type UtilitySplitMode = 'equal' | 'weighted_by_days'
export interface SettlementMemberInput {
memberId: MemberId
active: boolean
participatesInRent?: boolean
participatesInUtilities?: boolean
participatesInPurchases?: boolean
rentWeight?: number
utilityDays?: number
}