mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 01:34:02 +00:00
fix(miniapp): clarify cycle summary and balance sections
This commit is contained in:
@@ -124,6 +124,9 @@ function createDashboard(): NonNullable<
|
||||
return {
|
||||
period: '2026-03',
|
||||
currency: 'GEL',
|
||||
timezone: 'Asia/Tbilisi',
|
||||
rentDueDay: 20,
|
||||
utilitiesDueDay: 4,
|
||||
paymentBalanceAdjustmentPolicy: 'utilities',
|
||||
totalDue: Money.fromMajor('400', 'GEL'),
|
||||
totalPaid: Money.fromMajor('100', 'GEL'),
|
||||
|
||||
Reference in New Issue
Block a user