feat(payments): track household payment confirmations

This commit is contained in:
2026-03-10 17:00:45 +04:00
parent fb85219409
commit 1988521931
31 changed files with 4795 additions and 19 deletions

View File

@@ -68,6 +68,8 @@ export interface MiniAppDashboard {
period: string
currency: 'USD' | 'GEL'
totalDueMajor: string
totalPaidMajor: string
totalRemainingMajor: string
rentSourceAmountMajor: string
rentSourceCurrency: 'USD' | 'GEL'
rentDisplayAmountMajor: string
@@ -80,6 +82,8 @@ export interface MiniAppDashboard {
utilityShareMajor: string
purchaseOffsetMajor: string
netDueMajor: string
paidMajor: string
remainingMajor: string
explanations: readonly string[]
}[]
ledger: {