mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 20:14:02 +00:00
fix(miniapp): clarify cycle summary and balance sections
This commit is contained in:
@@ -168,6 +168,9 @@ function createFinanceService(): FinanceCommandService {
|
||||
generateDashboard: async () => ({
|
||||
period: '2026-03',
|
||||
currency: 'GEL',
|
||||
timezone: 'Asia/Tbilisi',
|
||||
rentDueDay: 20,
|
||||
utilitiesDueDay: 4,
|
||||
paymentBalanceAdjustmentPolicy: 'utilities',
|
||||
totalDue: Money.fromMajor('1000', 'GEL'),
|
||||
totalPaid: Money.zero('GEL'),
|
||||
|
||||
Reference in New Issue
Block a user