@almadar/std 15.15.0 → 15.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
- package/behaviors/registry/app/atoms/std-applicant.orb +207 -165
- package/behaviors/registry/app/atoms/std-application.orb +300 -188
- package/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
- package/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/behaviors/registry/app/atoms/std-change-order.orb +458 -194
- package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/behaviors/registry/app/atoms/std-checkin.orb +215 -151
- package/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
- package/behaviors/registry/app/atoms/std-class-session.orb +321 -190
- package/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
- package/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
- package/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/behaviors/registry/app/atoms/std-donor.orb +191 -156
- package/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/behaviors/registry/app/atoms/std-driver.orb +440 -202
- package/behaviors/registry/app/atoms/std-dunning.orb +431 -167
- package/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/behaviors/registry/app/atoms/std-event.orb +309 -178
- package/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
- package/behaviors/registry/app/atoms/std-health-score.orb +218 -183
- package/behaviors/registry/app/atoms/std-help-article.orb +425 -162
- package/behaviors/registry/app/atoms/std-help-category.orb +409 -166
- package/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
- package/behaviors/registry/app/atoms/std-invoice.orb +349 -211
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/behaviors/registry/app/atoms/std-lease.orb +411 -178
- package/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/behaviors/registry/app/atoms/std-matter.orb +415 -189
- package/behaviors/registry/app/atoms/std-membership.orb +387 -167
- package/behaviors/registry/app/atoms/std-menu.orb +232 -175
- package/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
- package/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
- package/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
- package/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
- package/behaviors/registry/app/atoms/std-receipt.orb +248 -177
- package/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
- package/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
- package/behaviors/registry/app/atoms/std-rfi.orb +365 -210
- package/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
- package/behaviors/registry/app/atoms/std-segment.orb +173 -139
- package/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
- package/behaviors/registry/app/atoms/std-submittal.orb +323 -166
- package/behaviors/registry/app/atoms/std-table-map.orb +187 -63
- package/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
- package/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
- package/behaviors/registry/app/atoms/std-tenant.orb +375 -147
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
- package/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
- package/behaviors/registry/app/atoms/std-trial.orb +401 -183
- package/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
- package/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
- package/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
- package/behaviors/registry/app/atoms/std-work-order.orb +374 -219
- package/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
- package/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
- package/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
- package/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
- package/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
- package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/dist/behaviors/behaviors-registry.json +2913 -156
- package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
- package/dist/behaviors/registry/app/atoms/std-applicant.orb +207 -165
- package/dist/behaviors/registry/app/atoms/std-application.orb +300 -188
- package/dist/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
- package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/dist/behaviors/registry/app/atoms/std-change-order.orb +458 -194
- package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/dist/behaviors/registry/app/atoms/std-checkin.orb +215 -151
- package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/dist/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
- package/dist/behaviors/registry/app/atoms/std-class-session.orb +321 -190
- package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
- package/dist/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
- package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/dist/behaviors/registry/app/atoms/std-donor.orb +191 -156
- package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/dist/behaviors/registry/app/atoms/std-driver.orb +440 -202
- package/dist/behaviors/registry/app/atoms/std-dunning.orb +431 -167
- package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/dist/behaviors/registry/app/atoms/std-event.orb +309 -178
- package/dist/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
- package/dist/behaviors/registry/app/atoms/std-health-score.orb +218 -183
- package/dist/behaviors/registry/app/atoms/std-help-article.orb +425 -162
- package/dist/behaviors/registry/app/atoms/std-help-category.orb +409 -166
- package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
- package/dist/behaviors/registry/app/atoms/std-invoice.orb +349 -211
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/dist/behaviors/registry/app/atoms/std-lease.orb +411 -178
- package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/dist/behaviors/registry/app/atoms/std-matter.orb +415 -189
- package/dist/behaviors/registry/app/atoms/std-membership.orb +387 -167
- package/dist/behaviors/registry/app/atoms/std-menu.orb +232 -175
- package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
- package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
- package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
- package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/dist/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
- package/dist/behaviors/registry/app/atoms/std-receipt.orb +248 -177
- package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
- package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/dist/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
- package/dist/behaviors/registry/app/atoms/std-rfi.orb +365 -210
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
- package/dist/behaviors/registry/app/atoms/std-segment.orb +173 -139
- package/dist/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
- package/dist/behaviors/registry/app/atoms/std-submittal.orb +323 -166
- package/dist/behaviors/registry/app/atoms/std-table-map.orb +187 -63
- package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
- package/dist/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
- package/dist/behaviors/registry/app/atoms/std-tenant.orb +375 -147
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/dist/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
- package/dist/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
- package/dist/behaviors/registry/app/atoms/std-trial.orb +401 -183
- package/dist/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
- package/dist/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/dist/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
- package/dist/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +374 -219
- package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
- package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
- package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
- package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
- package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
- package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/dist/behaviors-registry.json +2913 -156
- package/dist/registry/app/atoms/std-ap-bill.orb +423 -171
- package/dist/registry/app/atoms/std-applicant.orb +207 -165
- package/dist/registry/app/atoms/std-application.orb +300 -188
- package/dist/registry/app/atoms/std-approval-request.orb +370 -215
- package/dist/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/dist/registry/app/atoms/std-change-order.orb +458 -194
- package/dist/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/dist/registry/app/atoms/std-checkin.orb +215 -151
- package/dist/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/dist/registry/app/atoms/std-class-roster.orb +343 -170
- package/dist/registry/app/atoms/std-class-session.orb +321 -190
- package/dist/registry/app/atoms/std-court-deadline.orb +353 -182
- package/dist/registry/app/atoms/std-customer-account.orb +376 -157
- package/dist/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/dist/registry/app/atoms/std-donor.orb +191 -156
- package/dist/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/dist/registry/app/atoms/std-driver.orb +440 -202
- package/dist/registry/app/atoms/std-dunning.orb +431 -167
- package/dist/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/dist/registry/app/atoms/std-event.orb +309 -178
- package/dist/registry/app/atoms/std-form-builder.orb +353 -220
- package/dist/registry/app/atoms/std-health-score.orb +218 -183
- package/dist/registry/app/atoms/std-help-article.orb +425 -162
- package/dist/registry/app/atoms/std-help-category.orb +409 -166
- package/dist/registry/app/atoms/std-interview-slot.orb +311 -138
- package/dist/registry/app/atoms/std-invoice.orb +349 -211
- package/dist/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/dist/registry/app/atoms/std-lease.orb +411 -178
- package/dist/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/dist/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/dist/registry/app/atoms/std-matter.orb +415 -189
- package/dist/registry/app/atoms/std-membership.orb +387 -167
- package/dist/registry/app/atoms/std-menu.orb +232 -175
- package/dist/registry/app/atoms/std-modifier-group.orb +224 -167
- package/dist/registry/app/atoms/std-nps-survey.orb +390 -138
- package/dist/registry/app/atoms/std-offer-letter.orb +242 -133
- package/dist/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/dist/registry/app/atoms/std-question-bank.orb +211 -145
- package/dist/registry/app/atoms/std-receipt.orb +248 -177
- package/dist/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/dist/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/dist/registry/app/atoms/std-rent-charge.orb +476 -176
- package/dist/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/dist/registry/app/atoms/std-response-collector.orb +213 -150
- package/dist/registry/app/atoms/std-rfi.orb +365 -210
- package/dist/registry/app/atoms/std-route-optimize.orb +195 -146
- package/dist/registry/app/atoms/std-segment.orb +173 -139
- package/dist/registry/app/atoms/std-stock-level.orb +205 -135
- package/dist/registry/app/atoms/std-submittal.orb +323 -166
- package/dist/registry/app/atoms/std-table-map.orb +187 -63
- package/dist/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/dist/registry/app/atoms/std-telematics-event.orb +156 -128
- package/dist/registry/app/atoms/std-template-editor.orb +255 -189
- package/dist/registry/app/atoms/std-tenant.orb +375 -147
- package/dist/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/dist/registry/app/atoms/std-time-entry.orb +259 -150
- package/dist/registry/app/atoms/std-timesheet.orb +292 -183
- package/dist/registry/app/atoms/std-trial.orb +401 -183
- package/dist/registry/app/atoms/std-vehicle.orb +447 -205
- package/dist/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/dist/registry/app/atoms/std-waitlist.orb +308 -177
- package/dist/registry/app/atoms/std-warehouse.orb +211 -141
- package/dist/registry/app/atoms/std-work-order.orb +374 -219
- package/dist/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/dist/registry/core/atoms/std-approval-gate.orb +703 -0
- package/dist/registry/core/atoms/std-audit-capture.orb +150 -64
- package/dist/registry/core/atoms/std-data-erasure.orb +546 -0
- package/dist/registry/core/atoms/std-lifecycle.orb +343 -0
- package/dist/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/dist/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/dist/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/dist/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/dist/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/dist/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/dist/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/dist/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/dist/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/dist/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/dist/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/dist/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/dist/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/dist/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/dist/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/dist/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/dist/registry/marketing/molecules/std-about-page.orb +440 -0
- package/dist/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/dist/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/dist/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/dist/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-rent-charge",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "std-rent-charge — monthly rent charge ledger
|
|
3
|
+
"version": "1.2.0",
|
|
4
|
+
"description": "std-rent-charge — monthly rent charge ledger with Mark Paid / Late Fee / Waive. Listens for SET_STATUS so std-lifecycle can drive automated transitions. Exposes Financial + Real-Estate-pattern knobs.",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "RentChargeOrbital",
|
|
@@ -172,6 +172,63 @@
|
|
|
172
172
|
"type": "string"
|
|
173
173
|
}
|
|
174
174
|
]
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"event": "RentChargeUpdated",
|
|
178
|
+
"payloadSchema": [
|
|
179
|
+
{
|
|
180
|
+
"name": "row.id",
|
|
181
|
+
"type": "string",
|
|
182
|
+
"required": true
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "row.tenantId",
|
|
186
|
+
"type": "string",
|
|
187
|
+
"required": true
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"name": "row.leaseId",
|
|
191
|
+
"type": "string"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"name": "row.amount",
|
|
195
|
+
"type": "number"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"name": "row.dueDate",
|
|
199
|
+
"type": "string",
|
|
200
|
+
"required": true
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "row.paidAt",
|
|
204
|
+
"type": "string"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"name": "row.status",
|
|
208
|
+
"type": "string"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "row.lateFee",
|
|
212
|
+
"type": "number"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "row.notes",
|
|
216
|
+
"type": "string"
|
|
217
|
+
}
|
|
218
|
+
]
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"event": "RentChargeUpdateFailed",
|
|
222
|
+
"payloadSchema": [
|
|
223
|
+
{
|
|
224
|
+
"name": "error",
|
|
225
|
+
"type": "string"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "code",
|
|
229
|
+
"type": "string"
|
|
230
|
+
}
|
|
231
|
+
]
|
|
175
232
|
}
|
|
176
233
|
],
|
|
177
234
|
"stateMachine": {
|
|
@@ -267,6 +324,46 @@
|
|
|
267
324
|
}
|
|
268
325
|
]
|
|
269
326
|
},
|
|
327
|
+
{
|
|
328
|
+
"key": "SET_STATUS",
|
|
329
|
+
"name": "Set Status",
|
|
330
|
+
"payloadSchema": [
|
|
331
|
+
{
|
|
332
|
+
"name": "entityId",
|
|
333
|
+
"type": "string",
|
|
334
|
+
"required": true
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"name": "newStatus",
|
|
338
|
+
"type": "string",
|
|
339
|
+
"required": true
|
|
340
|
+
}
|
|
341
|
+
]
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"key": "RentChargeUpdated",
|
|
345
|
+
"name": "RentCharge updated",
|
|
346
|
+
"payloadSchema": [
|
|
347
|
+
{
|
|
348
|
+
"name": "row",
|
|
349
|
+
"type": "RentCharge"
|
|
350
|
+
}
|
|
351
|
+
]
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"key": "RentChargeUpdateFailed",
|
|
355
|
+
"name": "RentCharge update failed",
|
|
356
|
+
"payloadSchema": [
|
|
357
|
+
{
|
|
358
|
+
"name": "error",
|
|
359
|
+
"type": "string"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"name": "code",
|
|
363
|
+
"type": "string"
|
|
364
|
+
}
|
|
365
|
+
]
|
|
366
|
+
},
|
|
270
367
|
{
|
|
271
368
|
"key": "CLOSE_VIEW",
|
|
272
369
|
"name": "Close View"
|
|
@@ -292,22 +389,22 @@
|
|
|
292
389
|
"render-ui",
|
|
293
390
|
"main",
|
|
294
391
|
{
|
|
295
|
-
"
|
|
392
|
+
"type": "stack",
|
|
393
|
+
"gap": "md",
|
|
394
|
+
"direction": "vertical",
|
|
395
|
+
"align": "center",
|
|
296
396
|
"children": [
|
|
297
397
|
{
|
|
298
398
|
"type": "spinner"
|
|
299
399
|
},
|
|
300
400
|
{
|
|
301
|
-
"color": "muted",
|
|
302
401
|
"type": "typography",
|
|
402
|
+
"variant": "caption",
|
|
303
403
|
"content": "Loading rent charges…",
|
|
304
|
-
"
|
|
404
|
+
"color": "muted"
|
|
305
405
|
}
|
|
306
406
|
],
|
|
307
|
-
"
|
|
308
|
-
"type": "stack",
|
|
309
|
-
"direction": "vertical",
|
|
310
|
-
"align": "center"
|
|
407
|
+
"className": "py-12"
|
|
311
408
|
}
|
|
312
409
|
]
|
|
313
410
|
]
|
|
@@ -321,69 +418,69 @@
|
|
|
321
418
|
"render-ui",
|
|
322
419
|
"main",
|
|
323
420
|
{
|
|
421
|
+
"direction": "vertical",
|
|
324
422
|
"type": "stack",
|
|
423
|
+
"gap": "md",
|
|
325
424
|
"children": [
|
|
326
425
|
{
|
|
327
|
-
"align": "center",
|
|
328
|
-
"gap": "sm",
|
|
329
426
|
"type": "stack",
|
|
330
427
|
"direction": "horizontal",
|
|
428
|
+
"align": "center",
|
|
331
429
|
"children": [
|
|
332
430
|
{
|
|
333
431
|
"type": "icon",
|
|
334
432
|
"name": "home"
|
|
335
433
|
},
|
|
336
434
|
{
|
|
337
|
-
"content": "@config.title",
|
|
338
435
|
"type": "typography",
|
|
436
|
+
"content": "@config.title",
|
|
339
437
|
"variant": "h3"
|
|
340
438
|
}
|
|
341
|
-
]
|
|
439
|
+
],
|
|
440
|
+
"gap": "sm"
|
|
342
441
|
},
|
|
343
442
|
{
|
|
344
443
|
"type": "simple-grid",
|
|
444
|
+
"cols": 4.0,
|
|
345
445
|
"children": [
|
|
346
446
|
{
|
|
347
|
-
"icon": "home",
|
|
348
447
|
"type": "stat-display",
|
|
448
|
+
"value": "@payload.data.length",
|
|
349
449
|
"label": "Total charges",
|
|
350
|
-
"
|
|
450
|
+
"icon": "home"
|
|
351
451
|
},
|
|
352
452
|
{
|
|
353
|
-
"label": "Collected",
|
|
354
|
-
"icon": "check-circle",
|
|
355
453
|
"value": "$284,500",
|
|
356
|
-
"type": "stat-display"
|
|
454
|
+
"type": "stat-display",
|
|
455
|
+
"label": "Collected",
|
|
456
|
+
"icon": "check-circle"
|
|
357
457
|
},
|
|
358
458
|
{
|
|
359
|
-
"type": "stat-display",
|
|
360
|
-
"icon": "alert-triangle",
|
|
361
459
|
"label": "Overdue",
|
|
362
|
-
"value": "11"
|
|
460
|
+
"value": "11",
|
|
461
|
+
"type": "stat-display",
|
|
462
|
+
"icon": "alert-triangle"
|
|
363
463
|
},
|
|
364
464
|
{
|
|
365
|
-
"icon": "dollar-sign",
|
|
366
465
|
"type": "stat-display",
|
|
466
|
+
"value": "$1,840",
|
|
367
467
|
"label": "Late fees",
|
|
368
|
-
"
|
|
468
|
+
"icon": "dollar-sign"
|
|
369
469
|
}
|
|
370
|
-
]
|
|
371
|
-
"cols": 4.0
|
|
470
|
+
]
|
|
372
471
|
},
|
|
373
472
|
{
|
|
374
473
|
"type": "divider"
|
|
375
474
|
},
|
|
376
475
|
{
|
|
377
|
-
"itemActions": "@config.itemActions",
|
|
378
476
|
"entity": "@payload.data",
|
|
379
|
-
"
|
|
380
|
-
"fields": "@config.fields",
|
|
477
|
+
"gap": "sm",
|
|
381
478
|
"cols": 1.0,
|
|
382
|
-
"
|
|
479
|
+
"fields": "@config.fields",
|
|
480
|
+
"itemActions": "@config.itemActions",
|
|
481
|
+
"type": "data-grid"
|
|
383
482
|
}
|
|
384
|
-
]
|
|
385
|
-
"direction": "vertical",
|
|
386
|
-
"gap": "md"
|
|
483
|
+
]
|
|
387
484
|
}
|
|
388
485
|
]
|
|
389
486
|
]
|
|
@@ -397,9 +494,9 @@
|
|
|
397
494
|
"render-ui",
|
|
398
495
|
"main",
|
|
399
496
|
{
|
|
497
|
+
"variant": "error",
|
|
400
498
|
"type": "alert",
|
|
401
|
-
"message": "@payload.error"
|
|
402
|
-
"variant": "error"
|
|
499
|
+
"message": "@payload.error"
|
|
403
500
|
}
|
|
404
501
|
]
|
|
405
502
|
]
|
|
@@ -458,18 +555,16 @@
|
|
|
458
555
|
"render-ui",
|
|
459
556
|
"main",
|
|
460
557
|
{
|
|
461
|
-
"type": "stack",
|
|
462
|
-
"direction": "vertical",
|
|
463
|
-
"gap": "md",
|
|
464
558
|
"children": [
|
|
465
559
|
{
|
|
560
|
+
"align": "center",
|
|
466
561
|
"gap": "sm",
|
|
467
562
|
"direction": "horizontal",
|
|
468
563
|
"children": [
|
|
469
564
|
{
|
|
470
|
-
"variant": "ghost",
|
|
471
565
|
"type": "button",
|
|
472
566
|
"label": "Back",
|
|
567
|
+
"variant": "ghost",
|
|
473
568
|
"action": "CLOSE_VIEW"
|
|
474
569
|
},
|
|
475
570
|
{
|
|
@@ -482,59 +577,58 @@
|
|
|
482
577
|
"content": "@entity.tenantId"
|
|
483
578
|
},
|
|
484
579
|
{
|
|
485
|
-
"label": "@entity.status",
|
|
486
580
|
"variant": "default",
|
|
487
|
-
"type": "badge"
|
|
581
|
+
"type": "badge",
|
|
582
|
+
"label": "@entity.status"
|
|
488
583
|
}
|
|
489
584
|
],
|
|
490
|
-
"align": "center",
|
|
491
585
|
"type": "stack"
|
|
492
586
|
},
|
|
493
587
|
{
|
|
494
588
|
"type": "divider"
|
|
495
589
|
},
|
|
496
590
|
{
|
|
591
|
+
"gap": "sm",
|
|
497
592
|
"children": [
|
|
498
593
|
{
|
|
594
|
+
"direction": "horizontal",
|
|
499
595
|
"type": "stack",
|
|
500
|
-
"gap": "md",
|
|
501
596
|
"children": [
|
|
502
597
|
{
|
|
503
|
-
"color": "muted",
|
|
504
598
|
"type": "typography",
|
|
599
|
+
"content": "Lease",
|
|
505
600
|
"variant": "caption",
|
|
506
|
-
"
|
|
601
|
+
"color": "muted"
|
|
507
602
|
},
|
|
508
603
|
{
|
|
509
|
-
"type": "typography",
|
|
510
604
|
"variant": "body",
|
|
511
|
-
"content": "@entity.leaseId"
|
|
605
|
+
"content": "@entity.leaseId",
|
|
606
|
+
"type": "typography"
|
|
512
607
|
}
|
|
513
608
|
],
|
|
514
|
-
"
|
|
609
|
+
"gap": "md"
|
|
515
610
|
},
|
|
516
611
|
{
|
|
517
|
-
"
|
|
612
|
+
"type": "stack",
|
|
613
|
+
"direction": "horizontal",
|
|
518
614
|
"children": [
|
|
519
615
|
{
|
|
520
616
|
"color": "muted",
|
|
521
617
|
"variant": "caption",
|
|
522
|
-
"
|
|
523
|
-
"
|
|
618
|
+
"type": "typography",
|
|
619
|
+
"content": "Notes"
|
|
524
620
|
},
|
|
525
621
|
{
|
|
622
|
+
"type": "typography",
|
|
526
623
|
"variant": "body",
|
|
527
|
-
"content": "@entity.notes"
|
|
528
|
-
"type": "typography"
|
|
624
|
+
"content": "@entity.notes"
|
|
529
625
|
}
|
|
530
626
|
],
|
|
531
|
-
"
|
|
532
|
-
"direction": "horizontal"
|
|
627
|
+
"gap": "md"
|
|
533
628
|
}
|
|
534
629
|
],
|
|
535
|
-
"
|
|
536
|
-
"direction": "vertical"
|
|
537
|
-
"type": "stack"
|
|
630
|
+
"type": "stack",
|
|
631
|
+
"direction": "vertical"
|
|
538
632
|
},
|
|
539
633
|
{
|
|
540
634
|
"type": "divider"
|
|
@@ -542,10 +636,10 @@
|
|
|
542
636
|
{
|
|
543
637
|
"children": [
|
|
544
638
|
{
|
|
545
|
-
"
|
|
546
|
-
"type": "stat-display",
|
|
639
|
+
"label": "Amount",
|
|
547
640
|
"value": "@entity.amount",
|
|
548
|
-
"
|
|
641
|
+
"type": "stat-display",
|
|
642
|
+
"icon": "dollar-sign"
|
|
549
643
|
},
|
|
550
644
|
{
|
|
551
645
|
"label": "Late fee",
|
|
@@ -555,15 +649,15 @@
|
|
|
555
649
|
},
|
|
556
650
|
{
|
|
557
651
|
"icon": "calendar",
|
|
558
|
-
"
|
|
652
|
+
"type": "stat-display",
|
|
559
653
|
"value": "@entity.dueDate",
|
|
560
|
-
"
|
|
654
|
+
"label": "Due"
|
|
561
655
|
},
|
|
562
656
|
{
|
|
563
|
-
"icon": "check-circle",
|
|
564
657
|
"label": "Paid",
|
|
565
|
-
"
|
|
566
|
-
"
|
|
658
|
+
"value": "@entity.paidAt",
|
|
659
|
+
"icon": "check-circle",
|
|
660
|
+
"type": "stat-display"
|
|
567
661
|
}
|
|
568
662
|
],
|
|
569
663
|
"type": "simple-grid",
|
|
@@ -571,40 +665,43 @@
|
|
|
571
665
|
},
|
|
572
666
|
{
|
|
573
667
|
"type": "stack",
|
|
574
|
-
"
|
|
575
|
-
"direction": "horizontal",
|
|
668
|
+
"align": "center",
|
|
576
669
|
"children": [
|
|
577
670
|
{
|
|
578
|
-
"action": "MARK_PAID",
|
|
579
|
-
"variant": "primary",
|
|
580
671
|
"actionPayload": {
|
|
581
672
|
"id": "@entity.id"
|
|
582
673
|
},
|
|
583
674
|
"type": "button",
|
|
584
|
-
"label": "Mark Paid"
|
|
675
|
+
"label": "Mark Paid",
|
|
676
|
+
"variant": "primary",
|
|
677
|
+
"action": "MARK_PAID"
|
|
585
678
|
},
|
|
586
679
|
{
|
|
587
680
|
"label": "Assess Late Fee",
|
|
681
|
+
"variant": "secondary",
|
|
588
682
|
"type": "button",
|
|
589
683
|
"action": "ASSESS_LATE_FEE",
|
|
590
684
|
"actionPayload": {
|
|
591
685
|
"id": "@entity.id"
|
|
592
|
-
}
|
|
593
|
-
"variant": "secondary"
|
|
686
|
+
}
|
|
594
687
|
},
|
|
595
688
|
{
|
|
596
|
-
"label": "Waive",
|
|
597
|
-
"action": "WAIVE_CHARGE",
|
|
598
|
-
"variant": "danger",
|
|
599
|
-
"type": "button",
|
|
600
689
|
"actionPayload": {
|
|
601
690
|
"id": "@entity.id"
|
|
602
|
-
}
|
|
691
|
+
},
|
|
692
|
+
"action": "WAIVE_CHARGE",
|
|
693
|
+
"type": "button",
|
|
694
|
+
"label": "Waive",
|
|
695
|
+
"variant": "danger"
|
|
603
696
|
}
|
|
604
697
|
],
|
|
605
|
-
"
|
|
698
|
+
"direction": "horizontal",
|
|
699
|
+
"gap": "sm"
|
|
606
700
|
}
|
|
607
|
-
]
|
|
701
|
+
],
|
|
702
|
+
"type": "stack",
|
|
703
|
+
"gap": "md",
|
|
704
|
+
"direction": "vertical"
|
|
608
705
|
}
|
|
609
706
|
]
|
|
610
707
|
]
|
|
@@ -624,8 +721,8 @@
|
|
|
624
721
|
"RentCharge",
|
|
625
722
|
{
|
|
626
723
|
"emit": {
|
|
627
|
-
"
|
|
628
|
-
"
|
|
724
|
+
"failure": "RentChargeLoadFailed",
|
|
725
|
+
"success": "RentChargeLoaded"
|
|
629
726
|
}
|
|
630
727
|
}
|
|
631
728
|
],
|
|
@@ -633,11 +730,8 @@
|
|
|
633
730
|
"render-ui",
|
|
634
731
|
"main",
|
|
635
732
|
{
|
|
636
|
-
"gap": "md",
|
|
637
|
-
"type": "stack",
|
|
638
|
-
"className": "py-12",
|
|
639
|
-
"direction": "vertical",
|
|
640
733
|
"align": "center",
|
|
734
|
+
"direction": "vertical",
|
|
641
735
|
"children": [
|
|
642
736
|
{
|
|
643
737
|
"type": "spinner"
|
|
@@ -648,7 +742,10 @@
|
|
|
648
742
|
"variant": "caption",
|
|
649
743
|
"content": "Recording payment…"
|
|
650
744
|
}
|
|
651
|
-
]
|
|
745
|
+
],
|
|
746
|
+
"className": "py-12",
|
|
747
|
+
"gap": "md",
|
|
748
|
+
"type": "stack"
|
|
652
749
|
}
|
|
653
750
|
]
|
|
654
751
|
]
|
|
@@ -668,8 +765,8 @@
|
|
|
668
765
|
"RentCharge",
|
|
669
766
|
{
|
|
670
767
|
"emit": {
|
|
671
|
-
"
|
|
672
|
-
"
|
|
768
|
+
"failure": "RentChargeLoadFailed",
|
|
769
|
+
"success": "RentChargeLoaded"
|
|
673
770
|
}
|
|
674
771
|
}
|
|
675
772
|
],
|
|
@@ -677,22 +774,22 @@
|
|
|
677
774
|
"render-ui",
|
|
678
775
|
"main",
|
|
679
776
|
{
|
|
777
|
+
"align": "center",
|
|
680
778
|
"direction": "vertical",
|
|
681
|
-
"
|
|
682
|
-
"gap": "md",
|
|
779
|
+
"className": "py-12",
|
|
683
780
|
"children": [
|
|
684
781
|
{
|
|
685
782
|
"type": "spinner"
|
|
686
783
|
},
|
|
687
784
|
{
|
|
688
|
-
"color": "muted",
|
|
689
785
|
"type": "typography",
|
|
786
|
+
"content": "Assessing late fee…",
|
|
690
787
|
"variant": "caption",
|
|
691
|
-
"
|
|
788
|
+
"color": "muted"
|
|
692
789
|
}
|
|
693
790
|
],
|
|
694
|
-
"
|
|
695
|
-
"
|
|
791
|
+
"type": "stack",
|
|
792
|
+
"gap": "md"
|
|
696
793
|
}
|
|
697
794
|
]
|
|
698
795
|
]
|
|
@@ -712,8 +809,8 @@
|
|
|
712
809
|
"RentCharge",
|
|
713
810
|
{
|
|
714
811
|
"emit": {
|
|
715
|
-
"
|
|
716
|
-
"
|
|
812
|
+
"success": "RentChargeLoaded",
|
|
813
|
+
"failure": "RentChargeLoadFailed"
|
|
717
814
|
}
|
|
718
815
|
}
|
|
719
816
|
],
|
|
@@ -721,22 +818,106 @@
|
|
|
721
818
|
"render-ui",
|
|
722
819
|
"main",
|
|
723
820
|
{
|
|
724
|
-
"align": "center",
|
|
725
821
|
"className": "py-12",
|
|
726
|
-
"gap": "md",
|
|
727
|
-
"direction": "vertical",
|
|
728
822
|
"children": [
|
|
729
823
|
{
|
|
730
824
|
"type": "spinner"
|
|
731
825
|
},
|
|
732
826
|
{
|
|
827
|
+
"type": "typography",
|
|
828
|
+
"variant": "caption",
|
|
733
829
|
"color": "muted",
|
|
830
|
+
"content": "Waiving charge…"
|
|
831
|
+
}
|
|
832
|
+
],
|
|
833
|
+
"direction": "vertical",
|
|
834
|
+
"type": "stack",
|
|
835
|
+
"gap": "md",
|
|
836
|
+
"align": "center"
|
|
837
|
+
}
|
|
838
|
+
]
|
|
839
|
+
]
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"from": "browsing",
|
|
843
|
+
"to": "loading",
|
|
844
|
+
"event": "SET_STATUS",
|
|
845
|
+
"effects": [
|
|
846
|
+
[
|
|
847
|
+
"set",
|
|
848
|
+
"@entity.id",
|
|
849
|
+
"@payload.entityId"
|
|
850
|
+
],
|
|
851
|
+
[
|
|
852
|
+
"set",
|
|
853
|
+
"@entity.status",
|
|
854
|
+
"@payload.newStatus"
|
|
855
|
+
],
|
|
856
|
+
[
|
|
857
|
+
"persist",
|
|
858
|
+
"update",
|
|
859
|
+
"RentCharge",
|
|
860
|
+
"@entity",
|
|
861
|
+
{
|
|
862
|
+
"emit": {
|
|
863
|
+
"failure": "RentChargeUpdateFailed",
|
|
864
|
+
"success": "RentChargeUpdated"
|
|
865
|
+
}
|
|
866
|
+
}
|
|
867
|
+
],
|
|
868
|
+
[
|
|
869
|
+
"render-ui",
|
|
870
|
+
"main",
|
|
871
|
+
{
|
|
872
|
+
"children": [
|
|
873
|
+
{
|
|
874
|
+
"type": "spinner"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"content": "Updating charge status…",
|
|
734
878
|
"variant": "caption",
|
|
735
879
|
"type": "typography",
|
|
736
|
-
"
|
|
880
|
+
"color": "muted"
|
|
737
881
|
}
|
|
738
882
|
],
|
|
739
|
-
"type": "stack"
|
|
883
|
+
"type": "stack",
|
|
884
|
+
"gap": "md",
|
|
885
|
+
"direction": "vertical",
|
|
886
|
+
"align": "center",
|
|
887
|
+
"className": "py-12"
|
|
888
|
+
}
|
|
889
|
+
]
|
|
890
|
+
]
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"from": "browsing",
|
|
894
|
+
"to": "loading",
|
|
895
|
+
"event": "RentChargeUpdated",
|
|
896
|
+
"effects": [
|
|
897
|
+
[
|
|
898
|
+
"fetch",
|
|
899
|
+
"RentCharge",
|
|
900
|
+
{
|
|
901
|
+
"emit": {
|
|
902
|
+
"success": "RentChargeLoaded",
|
|
903
|
+
"failure": "RentChargeLoadFailed"
|
|
904
|
+
}
|
|
905
|
+
}
|
|
906
|
+
]
|
|
907
|
+
]
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"from": "browsing",
|
|
911
|
+
"to": "browsing",
|
|
912
|
+
"event": "RentChargeUpdateFailed",
|
|
913
|
+
"effects": [
|
|
914
|
+
[
|
|
915
|
+
"render-ui",
|
|
916
|
+
"main",
|
|
917
|
+
{
|
|
918
|
+
"type": "alert",
|
|
919
|
+
"message": "@payload.error",
|
|
920
|
+
"variant": "error"
|
|
740
921
|
}
|
|
741
922
|
]
|
|
742
923
|
]
|
|
@@ -760,22 +941,22 @@
|
|
|
760
941
|
"render-ui",
|
|
761
942
|
"main",
|
|
762
943
|
{
|
|
763
|
-
"
|
|
764
|
-
"
|
|
944
|
+
"align": "center",
|
|
945
|
+
"type": "stack",
|
|
765
946
|
"children": [
|
|
766
947
|
{
|
|
767
948
|
"type": "spinner"
|
|
768
949
|
},
|
|
769
950
|
{
|
|
770
|
-
"type": "typography",
|
|
771
951
|
"color": "muted",
|
|
772
|
-
"
|
|
773
|
-
"variant": "caption"
|
|
952
|
+
"type": "typography",
|
|
953
|
+
"variant": "caption",
|
|
954
|
+
"content": "Loading rent charges…"
|
|
774
955
|
}
|
|
775
956
|
],
|
|
776
|
-
"
|
|
777
|
-
"
|
|
778
|
-
"
|
|
957
|
+
"className": "py-12",
|
|
958
|
+
"gap": "md",
|
|
959
|
+
"direction": "vertical"
|
|
779
960
|
}
|
|
780
961
|
]
|
|
781
962
|
]
|
|
@@ -804,22 +985,22 @@
|
|
|
804
985
|
"render-ui",
|
|
805
986
|
"main",
|
|
806
987
|
{
|
|
988
|
+
"direction": "vertical",
|
|
989
|
+
"type": "stack",
|
|
990
|
+
"gap": "md",
|
|
991
|
+
"className": "py-12",
|
|
992
|
+
"align": "center",
|
|
807
993
|
"children": [
|
|
808
994
|
{
|
|
809
995
|
"type": "spinner"
|
|
810
996
|
},
|
|
811
997
|
{
|
|
812
|
-
"variant": "caption",
|
|
813
998
|
"content": "Recording payment…",
|
|
814
|
-
"
|
|
815
|
-
"color": "muted"
|
|
999
|
+
"variant": "caption",
|
|
1000
|
+
"color": "muted",
|
|
1001
|
+
"type": "typography"
|
|
816
1002
|
}
|
|
817
|
-
]
|
|
818
|
-
"direction": "vertical",
|
|
819
|
-
"align": "center",
|
|
820
|
-
"type": "stack",
|
|
821
|
-
"gap": "md",
|
|
822
|
-
"className": "py-12"
|
|
1003
|
+
]
|
|
823
1004
|
}
|
|
824
1005
|
]
|
|
825
1006
|
]
|
|
@@ -848,22 +1029,22 @@
|
|
|
848
1029
|
"render-ui",
|
|
849
1030
|
"main",
|
|
850
1031
|
{
|
|
851
|
-
"className": "py-12",
|
|
852
1032
|
"direction": "vertical",
|
|
1033
|
+
"className": "py-12",
|
|
853
1034
|
"type": "stack",
|
|
1035
|
+
"gap": "md",
|
|
854
1036
|
"align": "center",
|
|
855
1037
|
"children": [
|
|
856
1038
|
{
|
|
857
1039
|
"type": "spinner"
|
|
858
1040
|
},
|
|
859
1041
|
{
|
|
860
|
-
"content": "Assessing late fee…",
|
|
861
|
-
"type": "typography",
|
|
862
1042
|
"variant": "caption",
|
|
863
|
-
"color": "muted"
|
|
1043
|
+
"color": "muted",
|
|
1044
|
+
"content": "Assessing late fee…",
|
|
1045
|
+
"type": "typography"
|
|
864
1046
|
}
|
|
865
|
-
]
|
|
866
|
-
"gap": "md"
|
|
1047
|
+
]
|
|
867
1048
|
}
|
|
868
1049
|
]
|
|
869
1050
|
]
|
|
@@ -883,8 +1064,8 @@
|
|
|
883
1064
|
"RentCharge",
|
|
884
1065
|
{
|
|
885
1066
|
"emit": {
|
|
886
|
-
"
|
|
887
|
-
"
|
|
1067
|
+
"failure": "RentChargeLoadFailed",
|
|
1068
|
+
"success": "RentChargeLoaded"
|
|
888
1069
|
}
|
|
889
1070
|
}
|
|
890
1071
|
],
|
|
@@ -892,22 +1073,22 @@
|
|
|
892
1073
|
"render-ui",
|
|
893
1074
|
"main",
|
|
894
1075
|
{
|
|
895
|
-
"direction": "vertical",
|
|
896
|
-
"className": "py-12",
|
|
897
|
-
"gap": "md",
|
|
898
|
-
"align": "center",
|
|
899
|
-
"type": "stack",
|
|
900
1076
|
"children": [
|
|
901
1077
|
{
|
|
902
1078
|
"type": "spinner"
|
|
903
1079
|
},
|
|
904
1080
|
{
|
|
905
|
-
"type": "typography",
|
|
906
1081
|
"color": "muted",
|
|
907
1082
|
"variant": "caption",
|
|
1083
|
+
"type": "typography",
|
|
908
1084
|
"content": "Waiving charge…"
|
|
909
1085
|
}
|
|
910
|
-
]
|
|
1086
|
+
],
|
|
1087
|
+
"align": "center",
|
|
1088
|
+
"className": "py-12",
|
|
1089
|
+
"type": "stack",
|
|
1090
|
+
"direction": "vertical",
|
|
1091
|
+
"gap": "md"
|
|
911
1092
|
}
|
|
912
1093
|
]
|
|
913
1094
|
]
|
|
@@ -922,8 +1103,8 @@
|
|
|
922
1103
|
"RentCharge",
|
|
923
1104
|
{
|
|
924
1105
|
"emit": {
|
|
925
|
-
"
|
|
926
|
-
"
|
|
1106
|
+
"success": "RentChargeLoaded",
|
|
1107
|
+
"failure": "RentChargeLoadFailed"
|
|
927
1108
|
}
|
|
928
1109
|
}
|
|
929
1110
|
],
|
|
@@ -940,38 +1121,52 @@
|
|
|
940
1121
|
]
|
|
941
1122
|
},
|
|
942
1123
|
"config": {
|
|
1124
|
+
"retentionYears": {
|
|
1125
|
+
"type": "number",
|
|
1126
|
+
"default": 7.0,
|
|
1127
|
+
"label": "Retention (years)",
|
|
1128
|
+
"description": "Years to keep rent records for compliance.",
|
|
1129
|
+
"tier": "advanced"
|
|
1130
|
+
},
|
|
1131
|
+
"title": {
|
|
1132
|
+
"type": "string",
|
|
1133
|
+
"default": "Rent Charges",
|
|
1134
|
+
"label": "Section title",
|
|
1135
|
+
"description": "Heading shown above the rent charge ledger",
|
|
1136
|
+
"tier": "customization"
|
|
1137
|
+
},
|
|
943
1138
|
"fields": {
|
|
944
1139
|
"type": "[FieldSpec]",
|
|
945
1140
|
"default": [
|
|
946
1141
|
{
|
|
947
1142
|
"name": "tenantId",
|
|
948
|
-
"
|
|
949
|
-
"
|
|
1143
|
+
"label": "Tenant",
|
|
1144
|
+
"variant": "caption"
|
|
950
1145
|
},
|
|
951
1146
|
{
|
|
952
|
-
"name": "amount",
|
|
953
1147
|
"label": "Amount",
|
|
954
|
-
"variant": "caption"
|
|
1148
|
+
"variant": "caption",
|
|
1149
|
+
"name": "amount"
|
|
955
1150
|
},
|
|
956
1151
|
{
|
|
957
|
-
"
|
|
1152
|
+
"name": "dueDate",
|
|
958
1153
|
"variant": "caption",
|
|
959
|
-
"
|
|
1154
|
+
"label": "Due"
|
|
960
1155
|
},
|
|
961
1156
|
{
|
|
962
|
-
"label": "Status",
|
|
963
1157
|
"variant": "badge",
|
|
964
|
-
"name": "status"
|
|
1158
|
+
"name": "status",
|
|
1159
|
+
"label": "Status"
|
|
965
1160
|
},
|
|
966
1161
|
{
|
|
967
1162
|
"name": "paidAt",
|
|
968
|
-
"
|
|
969
|
-
"
|
|
1163
|
+
"variant": "caption",
|
|
1164
|
+
"label": "Paid"
|
|
970
1165
|
},
|
|
971
1166
|
{
|
|
972
|
-
"variant": "caption",
|
|
973
1167
|
"name": "lateFee",
|
|
974
|
-
"label": "Late Fee"
|
|
1168
|
+
"label": "Late Fee",
|
|
1169
|
+
"variant": "caption"
|
|
975
1170
|
}
|
|
976
1171
|
],
|
|
977
1172
|
"label": "Columns to show",
|
|
@@ -985,18 +1180,23 @@
|
|
|
985
1180
|
"type": "string",
|
|
986
1181
|
"required": false
|
|
987
1182
|
},
|
|
988
|
-
"
|
|
989
|
-
"name": "
|
|
1183
|
+
"variant": {
|
|
1184
|
+
"name": "variant",
|
|
990
1185
|
"type": "string",
|
|
991
1186
|
"required": false
|
|
992
1187
|
},
|
|
993
|
-
"
|
|
994
|
-
"name": "
|
|
1188
|
+
"icon": {
|
|
1189
|
+
"name": "icon",
|
|
995
1190
|
"type": "string",
|
|
996
1191
|
"required": false
|
|
997
1192
|
},
|
|
998
|
-
"
|
|
999
|
-
"name": "
|
|
1193
|
+
"format": {
|
|
1194
|
+
"name": "format",
|
|
1195
|
+
"type": "string",
|
|
1196
|
+
"required": false
|
|
1197
|
+
},
|
|
1198
|
+
"key": {
|
|
1199
|
+
"name": "key",
|
|
1000
1200
|
"type": "string",
|
|
1001
1201
|
"required": false
|
|
1002
1202
|
},
|
|
@@ -1005,32 +1205,34 @@
|
|
|
1005
1205
|
"type": "string",
|
|
1006
1206
|
"required": true
|
|
1007
1207
|
},
|
|
1008
|
-
"
|
|
1009
|
-
"name": "
|
|
1010
|
-
"type": "string",
|
|
1011
|
-
"required": false
|
|
1012
|
-
},
|
|
1013
|
-
"icon": {
|
|
1014
|
-
"name": "icon",
|
|
1208
|
+
"header": {
|
|
1209
|
+
"name": "header",
|
|
1015
1210
|
"type": "string",
|
|
1016
1211
|
"required": false
|
|
1017
1212
|
}
|
|
1018
1213
|
}
|
|
1019
1214
|
}
|
|
1020
1215
|
},
|
|
1216
|
+
"currency": {
|
|
1217
|
+
"type": "string",
|
|
1218
|
+
"default": "USD",
|
|
1219
|
+
"label": "Default currency",
|
|
1220
|
+
"description": "ISO 4217 currency code (USD, EUR, GBP, …) for rent amounts.",
|
|
1221
|
+
"tier": "essential"
|
|
1222
|
+
},
|
|
1021
1223
|
"itemActions": {
|
|
1022
1224
|
"type": "[ItemAction]",
|
|
1023
1225
|
"default": [
|
|
1024
1226
|
{
|
|
1025
|
-
"icon": "arrow-right",
|
|
1026
1227
|
"event": "OPEN_CHARGE",
|
|
1027
|
-
"
|
|
1028
|
-
"
|
|
1228
|
+
"variant": "primary",
|
|
1229
|
+
"icon": "arrow-right",
|
|
1230
|
+
"label": "Open"
|
|
1029
1231
|
},
|
|
1030
1232
|
{
|
|
1031
|
-
"
|
|
1233
|
+
"variant": "danger",
|
|
1032
1234
|
"label": "Waive",
|
|
1033
|
-
"
|
|
1235
|
+
"event": "WAIVE_CHARGE"
|
|
1034
1236
|
}
|
|
1035
1237
|
],
|
|
1036
1238
|
"label": "Row actions",
|
|
@@ -1039,20 +1241,20 @@
|
|
|
1039
1241
|
"items": {
|
|
1040
1242
|
"type": "object",
|
|
1041
1243
|
"properties": {
|
|
1042
|
-
"
|
|
1043
|
-
"name": "
|
|
1244
|
+
"event": {
|
|
1245
|
+
"name": "event",
|
|
1044
1246
|
"type": "string",
|
|
1045
|
-
"required":
|
|
1247
|
+
"required": true
|
|
1046
1248
|
},
|
|
1047
1249
|
"label": {
|
|
1048
1250
|
"name": "label",
|
|
1049
1251
|
"type": "string",
|
|
1050
1252
|
"required": true
|
|
1051
1253
|
},
|
|
1052
|
-
"
|
|
1053
|
-
"name": "
|
|
1254
|
+
"variant": {
|
|
1255
|
+
"name": "variant",
|
|
1054
1256
|
"type": "string",
|
|
1055
|
-
"required":
|
|
1257
|
+
"required": false
|
|
1056
1258
|
},
|
|
1057
1259
|
"icon": {
|
|
1058
1260
|
"name": "icon",
|
|
@@ -1062,12 +1264,110 @@
|
|
|
1062
1264
|
}
|
|
1063
1265
|
}
|
|
1064
1266
|
},
|
|
1065
|
-
"
|
|
1267
|
+
"autoRenewEnabled": {
|
|
1268
|
+
"type": "boolean",
|
|
1269
|
+
"default": false,
|
|
1270
|
+
"label": "Auto-renew lease",
|
|
1271
|
+
"description": "When true, leases auto-renew on expiry rather than going month-to-month. Declarative on rent-charge.",
|
|
1272
|
+
"tier": "customization"
|
|
1273
|
+
},
|
|
1274
|
+
"securityDepositMonths": {
|
|
1275
|
+
"type": "number",
|
|
1276
|
+
"default": 1.0,
|
|
1277
|
+
"label": "Security deposit (months of rent)",
|
|
1278
|
+
"description": "How many months of rent are held as a security deposit. Declarative on rent-charge.",
|
|
1279
|
+
"tier": "customization"
|
|
1280
|
+
},
|
|
1281
|
+
"inspectionFrequencyMonths": {
|
|
1282
|
+
"type": "number",
|
|
1283
|
+
"default": 12.0,
|
|
1284
|
+
"label": "Inspection frequency (months)",
|
|
1285
|
+
"description": "How often property inspections are scheduled. Declarative.",
|
|
1286
|
+
"tier": "advanced"
|
|
1287
|
+
},
|
|
1288
|
+
"lateFeePolicy": {
|
|
1066
1289
|
"type": "string",
|
|
1067
|
-
"default": "
|
|
1068
|
-
"label": "
|
|
1069
|
-
"description": "
|
|
1290
|
+
"default": "flat",
|
|
1291
|
+
"label": "Late fee policy",
|
|
1292
|
+
"description": "How late fees compute on overdue rent: none, flat (lateFeeAmount cash), or percent (% of rent). Declarative; wiring deferred.",
|
|
1293
|
+
"tier": "customization",
|
|
1294
|
+
"values": [
|
|
1295
|
+
"none",
|
|
1296
|
+
"flat",
|
|
1297
|
+
"percent"
|
|
1298
|
+
]
|
|
1299
|
+
},
|
|
1300
|
+
"roundingMode": {
|
|
1301
|
+
"type": "string",
|
|
1302
|
+
"default": "half-up",
|
|
1303
|
+
"label": "Rounding mode",
|
|
1304
|
+
"description": "Sub-cent rounding behavior for rent + late fee calculations.",
|
|
1305
|
+
"tier": "advanced",
|
|
1306
|
+
"values": [
|
|
1307
|
+
"bankers",
|
|
1308
|
+
"half-up",
|
|
1309
|
+
"down"
|
|
1310
|
+
]
|
|
1311
|
+
},
|
|
1312
|
+
"complianceJurisdiction": {
|
|
1313
|
+
"type": "string",
|
|
1314
|
+
"default": "",
|
|
1315
|
+
"label": "Compliance jurisdiction",
|
|
1316
|
+
"description": "Drives rent regulations per locale: 'US-CA', 'EU-DE', 'UK', etc. Declarative.",
|
|
1317
|
+
"tier": "advanced"
|
|
1318
|
+
},
|
|
1319
|
+
"leaseRenewalNoticeDays": {
|
|
1320
|
+
"type": "number",
|
|
1321
|
+
"default": 60.0,
|
|
1322
|
+
"label": "Lease renewal notice (days)",
|
|
1323
|
+
"description": "Days before lease end when a renewal notice should fire. Declarative on rent-charge; wired upstream by std-lease.",
|
|
1070
1324
|
"tier": "customization"
|
|
1325
|
+
},
|
|
1326
|
+
"gracePeriodDays": {
|
|
1327
|
+
"type": "number",
|
|
1328
|
+
"default": 5.0,
|
|
1329
|
+
"label": "Grace period (days)",
|
|
1330
|
+
"description": "Days after dueDate before the charge is treated as overdue. Wire via sibling std-lifecycle rule.",
|
|
1331
|
+
"tier": "customization"
|
|
1332
|
+
},
|
|
1333
|
+
"taxStrategy": {
|
|
1334
|
+
"type": "string",
|
|
1335
|
+
"default": "none",
|
|
1336
|
+
"label": "Tax strategy",
|
|
1337
|
+
"description": "inclusive = tax baked into rent; exclusive = tax added on top; none = no tax.",
|
|
1338
|
+
"tier": "customization",
|
|
1339
|
+
"values": [
|
|
1340
|
+
"inclusive",
|
|
1341
|
+
"exclusive",
|
|
1342
|
+
"none"
|
|
1343
|
+
]
|
|
1344
|
+
},
|
|
1345
|
+
"lateFeeAmount": {
|
|
1346
|
+
"type": "number",
|
|
1347
|
+
"default": 25.0,
|
|
1348
|
+
"label": "Late fee amount",
|
|
1349
|
+
"description": "Flat cash amount or percentage (per lateFeePolicy).",
|
|
1350
|
+
"tier": "customization"
|
|
1351
|
+
},
|
|
1352
|
+
"lateRentGraceDays": {
|
|
1353
|
+
"type": "number",
|
|
1354
|
+
"default": 5.0,
|
|
1355
|
+
"label": "Late rent grace (days)",
|
|
1356
|
+
"description": "Days after dueDate before late fee is auto-assessed. Real-estate-specific alias for gracePeriodDays. Declarative.",
|
|
1357
|
+
"tier": "customization"
|
|
1358
|
+
},
|
|
1359
|
+
"petPolicy": {
|
|
1360
|
+
"type": "string",
|
|
1361
|
+
"default": "no-pets",
|
|
1362
|
+
"label": "Pet policy",
|
|
1363
|
+
"description": "Property-level pet policy. Declarative.",
|
|
1364
|
+
"tier": "customization",
|
|
1365
|
+
"values": [
|
|
1366
|
+
"no-pets",
|
|
1367
|
+
"cats-only",
|
|
1368
|
+
"dogs-only",
|
|
1369
|
+
"all"
|
|
1370
|
+
]
|
|
1071
1371
|
}
|
|
1072
1372
|
},
|
|
1073
1373
|
"scope": "collection"
|
|
@@ -1086,4 +1386,4 @@
|
|
|
1086
1386
|
]
|
|
1087
1387
|
}
|
|
1088
1388
|
]
|
|
1089
|
-
}
|
|
1389
|
+
}
|