@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-chart-of-accounts",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "std-chart-of-accounts —
|
|
3
|
+
"version": "1.2.0",
|
|
4
|
+
"description": "std-chart-of-accounts — accounts catalog (asset/liability/equity/revenue/expense) with Activate / Deactivate actions. Exposes Financial-pattern knobs (currency, jurisdiction, retention).",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "ChartOfAccountsOrbital",
|
|
@@ -245,8 +245,8 @@
|
|
|
245
245
|
"Account",
|
|
246
246
|
{
|
|
247
247
|
"emit": {
|
|
248
|
-
"
|
|
249
|
-
"
|
|
248
|
+
"success": "AccountLoaded",
|
|
249
|
+
"failure": "AccountLoadFailed"
|
|
250
250
|
}
|
|
251
251
|
}
|
|
252
252
|
],
|
|
@@ -256,18 +256,18 @@
|
|
|
256
256
|
{
|
|
257
257
|
"direction": "vertical",
|
|
258
258
|
"gap": "md",
|
|
259
|
+
"type": "stack",
|
|
259
260
|
"align": "center",
|
|
260
261
|
"className": "py-12",
|
|
261
|
-
"type": "stack",
|
|
262
262
|
"children": [
|
|
263
263
|
{
|
|
264
264
|
"type": "spinner"
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
|
-
"type": "typography",
|
|
268
267
|
"variant": "caption",
|
|
268
|
+
"content": "Loading accounts…",
|
|
269
269
|
"color": "muted",
|
|
270
|
-
"
|
|
270
|
+
"type": "typography"
|
|
271
271
|
}
|
|
272
272
|
]
|
|
273
273
|
}
|
|
@@ -285,67 +285,67 @@
|
|
|
285
285
|
{
|
|
286
286
|
"children": [
|
|
287
287
|
{
|
|
288
|
-
"
|
|
288
|
+
"gap": "sm",
|
|
289
|
+
"type": "stack",
|
|
290
|
+
"align": "center",
|
|
289
291
|
"children": [
|
|
290
292
|
{
|
|
291
293
|
"type": "icon",
|
|
292
294
|
"name": "book-open"
|
|
293
295
|
},
|
|
294
296
|
{
|
|
297
|
+
"content": "@config.title",
|
|
295
298
|
"variant": "h3",
|
|
296
|
-
"type": "typography"
|
|
297
|
-
"content": "@config.title"
|
|
299
|
+
"type": "typography"
|
|
298
300
|
}
|
|
299
301
|
],
|
|
300
|
-
"
|
|
301
|
-
"type": "stack",
|
|
302
|
-
"gap": "sm"
|
|
302
|
+
"direction": "horizontal"
|
|
303
303
|
},
|
|
304
304
|
{
|
|
305
|
-
"
|
|
305
|
+
"cols": 4.0,
|
|
306
306
|
"children": [
|
|
307
307
|
{
|
|
308
|
-
"type": "stat-display",
|
|
309
|
-
"label": "Total accounts",
|
|
310
308
|
"icon": "book-open",
|
|
311
|
-
"value": "@payload.data.length"
|
|
309
|
+
"value": "@payload.data.length",
|
|
310
|
+
"type": "stat-display",
|
|
311
|
+
"label": "Total accounts"
|
|
312
312
|
},
|
|
313
313
|
{
|
|
314
314
|
"label": "Active",
|
|
315
|
-
"icon": "check-circle",
|
|
316
315
|
"type": "stat-display",
|
|
317
|
-
"value": "118"
|
|
316
|
+
"value": "118",
|
|
317
|
+
"icon": "check-circle"
|
|
318
318
|
},
|
|
319
319
|
{
|
|
320
|
-
"
|
|
320
|
+
"type": "stat-display",
|
|
321
321
|
"icon": "trending-up",
|
|
322
|
-
"
|
|
323
|
-
"
|
|
322
|
+
"value": "$2.4M",
|
|
323
|
+
"label": "Assets balance"
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
|
-
"
|
|
327
|
-
"icon": "trending-down",
|
|
326
|
+
"label": "Liabilities",
|
|
328
327
|
"type": "stat-display",
|
|
329
|
-
"
|
|
328
|
+
"icon": "trending-down",
|
|
329
|
+
"value": "$840K"
|
|
330
330
|
}
|
|
331
331
|
],
|
|
332
|
-
"
|
|
332
|
+
"type": "simple-grid"
|
|
333
333
|
},
|
|
334
334
|
{
|
|
335
335
|
"type": "divider"
|
|
336
336
|
},
|
|
337
337
|
{
|
|
338
338
|
"itemActions": "@config.itemActions",
|
|
339
|
-
"entity": "@payload.data",
|
|
340
339
|
"fields": "@config.fields",
|
|
340
|
+
"entity": "@payload.data",
|
|
341
|
+
"gap": "sm",
|
|
341
342
|
"type": "data-grid",
|
|
342
|
-
"cols": 1.0
|
|
343
|
-
"gap": "sm"
|
|
343
|
+
"cols": 1.0
|
|
344
344
|
}
|
|
345
345
|
],
|
|
346
|
-
"
|
|
346
|
+
"type": "stack",
|
|
347
347
|
"direction": "vertical",
|
|
348
|
-
"
|
|
348
|
+
"gap": "md"
|
|
349
349
|
}
|
|
350
350
|
]
|
|
351
351
|
]
|
|
@@ -359,9 +359,9 @@
|
|
|
359
359
|
"render-ui",
|
|
360
360
|
"main",
|
|
361
361
|
{
|
|
362
|
-
"message": "@payload.error",
|
|
363
362
|
"type": "alert",
|
|
364
|
-
"variant": "error"
|
|
363
|
+
"variant": "error",
|
|
364
|
+
"message": "@payload.error"
|
|
365
365
|
}
|
|
366
366
|
]
|
|
367
367
|
]
|
|
@@ -410,20 +410,14 @@
|
|
|
410
410
|
"render-ui",
|
|
411
411
|
"main",
|
|
412
412
|
{
|
|
413
|
-
"direction": "vertical",
|
|
414
|
-
"gap": "md",
|
|
415
|
-
"type": "stack",
|
|
416
413
|
"children": [
|
|
417
414
|
{
|
|
418
|
-
"gap": "sm",
|
|
419
|
-
"type": "stack",
|
|
420
415
|
"direction": "horizontal",
|
|
421
|
-
"align": "center",
|
|
422
416
|
"children": [
|
|
423
417
|
{
|
|
424
|
-
"label": "Back",
|
|
425
418
|
"type": "button",
|
|
426
419
|
"variant": "ghost",
|
|
420
|
+
"label": "Back",
|
|
427
421
|
"action": "CLOSE_VIEW"
|
|
428
422
|
},
|
|
429
423
|
{
|
|
@@ -436,37 +430,40 @@
|
|
|
436
430
|
"variant": "h3"
|
|
437
431
|
},
|
|
438
432
|
{
|
|
433
|
+
"variant": "primary",
|
|
439
434
|
"type": "badge",
|
|
440
|
-
"label": "@entity.type"
|
|
441
|
-
"variant": "primary"
|
|
435
|
+
"label": "@entity.type"
|
|
442
436
|
}
|
|
443
|
-
]
|
|
437
|
+
],
|
|
438
|
+
"gap": "sm",
|
|
439
|
+
"align": "center",
|
|
440
|
+
"type": "stack"
|
|
444
441
|
},
|
|
445
442
|
{
|
|
446
443
|
"type": "divider"
|
|
447
444
|
},
|
|
448
445
|
{
|
|
446
|
+
"direction": "vertical",
|
|
449
447
|
"children": [
|
|
450
448
|
{
|
|
449
|
+
"gap": "md",
|
|
450
|
+
"direction": "horizontal",
|
|
451
451
|
"children": [
|
|
452
452
|
{
|
|
453
453
|
"variant": "caption",
|
|
454
|
-
"
|
|
454
|
+
"type": "typography",
|
|
455
455
|
"content": "Code",
|
|
456
|
-
"
|
|
456
|
+
"color": "muted"
|
|
457
457
|
},
|
|
458
458
|
{
|
|
459
|
-
"
|
|
459
|
+
"variant": "body",
|
|
460
460
|
"type": "typography",
|
|
461
|
-
"
|
|
461
|
+
"content": "@entity.code"
|
|
462
462
|
}
|
|
463
463
|
],
|
|
464
|
-
"type": "stack"
|
|
465
|
-
"direction": "horizontal",
|
|
466
|
-
"gap": "md"
|
|
464
|
+
"type": "stack"
|
|
467
465
|
},
|
|
468
466
|
{
|
|
469
|
-
"type": "stack",
|
|
470
467
|
"children": [
|
|
471
468
|
{
|
|
472
469
|
"color": "muted",
|
|
@@ -481,61 +478,64 @@
|
|
|
481
478
|
}
|
|
482
479
|
],
|
|
483
480
|
"gap": "md",
|
|
481
|
+
"type": "stack",
|
|
484
482
|
"direction": "horizontal"
|
|
485
483
|
}
|
|
486
484
|
],
|
|
487
485
|
"type": "stack",
|
|
488
|
-
"direction": "vertical",
|
|
489
486
|
"gap": "sm"
|
|
490
487
|
},
|
|
491
488
|
{
|
|
492
489
|
"type": "divider"
|
|
493
490
|
},
|
|
494
491
|
{
|
|
495
|
-
"type": "simple-grid",
|
|
496
|
-
"cols": 2.0,
|
|
497
492
|
"children": [
|
|
498
493
|
{
|
|
499
|
-
"type": "stat-display",
|
|
500
494
|
"icon": "dollar-sign",
|
|
495
|
+
"type": "stat-display",
|
|
501
496
|
"value": "@entity.balance",
|
|
502
497
|
"label": "Balance"
|
|
503
498
|
},
|
|
504
499
|
{
|
|
505
500
|
"label": "Type",
|
|
506
|
-
"icon": "tag",
|
|
507
501
|
"type": "stat-display",
|
|
508
|
-
"value": "@entity.type"
|
|
502
|
+
"value": "@entity.type",
|
|
503
|
+
"icon": "tag"
|
|
509
504
|
}
|
|
510
|
-
]
|
|
505
|
+
],
|
|
506
|
+
"cols": 2.0,
|
|
507
|
+
"type": "simple-grid"
|
|
511
508
|
},
|
|
512
509
|
{
|
|
513
510
|
"align": "center",
|
|
514
|
-
"type": "stack",
|
|
515
511
|
"direction": "horizontal",
|
|
512
|
+
"gap": "sm",
|
|
516
513
|
"children": [
|
|
517
514
|
{
|
|
518
|
-
"
|
|
515
|
+
"variant": "primary",
|
|
516
|
+
"action": "ACTIVATE_ACCOUNT",
|
|
519
517
|
"label": "Activate",
|
|
520
518
|
"actionPayload": {
|
|
521
519
|
"id": "@entity.id"
|
|
522
520
|
},
|
|
523
|
-
"
|
|
524
|
-
"action": "ACTIVATE_ACCOUNT"
|
|
521
|
+
"type": "button"
|
|
525
522
|
},
|
|
526
523
|
{
|
|
527
|
-
"
|
|
524
|
+
"variant": "danger",
|
|
525
|
+
"action": "DEACTIVATE_ACCOUNT",
|
|
528
526
|
"actionPayload": {
|
|
529
527
|
"id": "@entity.id"
|
|
530
528
|
},
|
|
531
|
-
"action": "DEACTIVATE_ACCOUNT",
|
|
532
529
|
"type": "button",
|
|
533
|
-
"
|
|
530
|
+
"label": "Deactivate"
|
|
534
531
|
}
|
|
535
532
|
],
|
|
536
|
-
"
|
|
533
|
+
"type": "stack"
|
|
537
534
|
}
|
|
538
|
-
]
|
|
535
|
+
],
|
|
536
|
+
"type": "stack",
|
|
537
|
+
"direction": "vertical",
|
|
538
|
+
"gap": "md"
|
|
539
539
|
}
|
|
540
540
|
]
|
|
541
541
|
]
|
|
@@ -564,20 +564,20 @@
|
|
|
564
564
|
"render-ui",
|
|
565
565
|
"main",
|
|
566
566
|
{
|
|
567
|
-
"className": "py-12",
|
|
568
|
-
"align": "center",
|
|
569
567
|
"gap": "md",
|
|
570
568
|
"type": "stack",
|
|
571
569
|
"direction": "vertical",
|
|
570
|
+
"align": "center",
|
|
571
|
+
"className": "py-12",
|
|
572
572
|
"children": [
|
|
573
573
|
{
|
|
574
574
|
"type": "spinner"
|
|
575
575
|
},
|
|
576
576
|
{
|
|
577
|
+
"content": "Deactivating account…",
|
|
577
578
|
"variant": "caption",
|
|
578
579
|
"type": "typography",
|
|
579
|
-
"color": "muted"
|
|
580
|
-
"content": "Deactivating account…"
|
|
580
|
+
"color": "muted"
|
|
581
581
|
}
|
|
582
582
|
]
|
|
583
583
|
}
|
|
@@ -594,8 +594,8 @@
|
|
|
594
594
|
"Account",
|
|
595
595
|
{
|
|
596
596
|
"emit": {
|
|
597
|
-
"
|
|
598
|
-
"
|
|
597
|
+
"failure": "AccountLoadFailed",
|
|
598
|
+
"success": "AccountLoaded"
|
|
599
599
|
}
|
|
600
600
|
}
|
|
601
601
|
],
|
|
@@ -603,22 +603,22 @@
|
|
|
603
603
|
"render-ui",
|
|
604
604
|
"main",
|
|
605
605
|
{
|
|
606
|
-
"gap": "md",
|
|
607
606
|
"children": [
|
|
608
607
|
{
|
|
609
608
|
"type": "spinner"
|
|
610
609
|
},
|
|
611
610
|
{
|
|
612
611
|
"content": "Loading accounts…",
|
|
612
|
+
"variant": "caption",
|
|
613
613
|
"type": "typography",
|
|
614
|
-
"color": "muted"
|
|
615
|
-
"variant": "caption"
|
|
614
|
+
"color": "muted"
|
|
616
615
|
}
|
|
617
616
|
],
|
|
618
|
-
"type": "stack",
|
|
619
617
|
"align": "center",
|
|
620
|
-
"
|
|
621
|
-
"
|
|
618
|
+
"direction": "vertical",
|
|
619
|
+
"type": "stack",
|
|
620
|
+
"gap": "md",
|
|
621
|
+
"className": "py-12"
|
|
622
622
|
}
|
|
623
623
|
]
|
|
624
624
|
]
|
|
@@ -638,8 +638,8 @@
|
|
|
638
638
|
"Account",
|
|
639
639
|
{
|
|
640
640
|
"emit": {
|
|
641
|
-
"
|
|
642
|
-
"
|
|
641
|
+
"success": "AccountLoaded",
|
|
642
|
+
"failure": "AccountLoadFailed"
|
|
643
643
|
}
|
|
644
644
|
}
|
|
645
645
|
],
|
|
@@ -648,21 +648,21 @@
|
|
|
648
648
|
"main",
|
|
649
649
|
{
|
|
650
650
|
"type": "stack",
|
|
651
|
-
"align": "center",
|
|
652
|
-
"className": "py-12",
|
|
653
651
|
"direction": "vertical",
|
|
652
|
+
"gap": "md",
|
|
653
|
+
"className": "py-12",
|
|
654
654
|
"children": [
|
|
655
655
|
{
|
|
656
656
|
"type": "spinner"
|
|
657
657
|
},
|
|
658
658
|
{
|
|
659
|
-
"content": "Activating account…",
|
|
660
659
|
"variant": "caption",
|
|
660
|
+
"type": "typography",
|
|
661
661
|
"color": "muted",
|
|
662
|
-
"
|
|
662
|
+
"content": "Activating account…"
|
|
663
663
|
}
|
|
664
664
|
],
|
|
665
|
-
"
|
|
665
|
+
"align": "center"
|
|
666
666
|
}
|
|
667
667
|
]
|
|
668
668
|
]
|
|
@@ -691,22 +691,22 @@
|
|
|
691
691
|
"render-ui",
|
|
692
692
|
"main",
|
|
693
693
|
{
|
|
694
|
+
"className": "py-12",
|
|
694
695
|
"align": "center",
|
|
695
696
|
"type": "stack",
|
|
696
697
|
"direction": "vertical",
|
|
697
|
-
"gap": "md",
|
|
698
698
|
"children": [
|
|
699
699
|
{
|
|
700
700
|
"type": "spinner"
|
|
701
701
|
},
|
|
702
702
|
{
|
|
703
|
-
"variant": "caption",
|
|
704
|
-
"content": "Deactivating account…",
|
|
705
703
|
"color": "muted",
|
|
706
|
-
"
|
|
704
|
+
"content": "Deactivating account…",
|
|
705
|
+
"type": "typography",
|
|
706
|
+
"variant": "caption"
|
|
707
707
|
}
|
|
708
708
|
],
|
|
709
|
-
"
|
|
709
|
+
"gap": "md"
|
|
710
710
|
}
|
|
711
711
|
]
|
|
712
712
|
]
|
|
@@ -739,40 +739,73 @@
|
|
|
739
739
|
]
|
|
740
740
|
},
|
|
741
741
|
"config": {
|
|
742
|
-
"
|
|
742
|
+
"currency": {
|
|
743
743
|
"type": "string",
|
|
744
|
-
"default": "
|
|
745
|
-
"label": "
|
|
746
|
-
"description": "
|
|
744
|
+
"default": "USD",
|
|
745
|
+
"label": "Default currency",
|
|
746
|
+
"description": "ISO 4217 currency code (USD, EUR, GBP, …) for account balances.",
|
|
747
|
+
"tier": "essential"
|
|
748
|
+
},
|
|
749
|
+
"lateFeeAmount": {
|
|
750
|
+
"type": "number",
|
|
751
|
+
"default": 0.0,
|
|
752
|
+
"label": "Late fee amount",
|
|
753
|
+
"description": "Flat cash amount or percentage (per lateFeePolicy).",
|
|
754
|
+
"tier": "customization"
|
|
755
|
+
},
|
|
756
|
+
"gracePeriodDays": {
|
|
757
|
+
"type": "number",
|
|
758
|
+
"default": 0.0,
|
|
759
|
+
"label": "Grace period (days)",
|
|
760
|
+
"description": "Days a deactivated account may continue to accept postings. Declarative.",
|
|
747
761
|
"tier": "customization"
|
|
748
762
|
},
|
|
763
|
+
"complianceJurisdiction": {
|
|
764
|
+
"type": "string",
|
|
765
|
+
"default": "",
|
|
766
|
+
"label": "Compliance jurisdiction",
|
|
767
|
+
"description": "Drives chart structure + retention per locale: 'US-GAAP', 'EU-IFRS', 'UK-FRS', etc. Declarative.",
|
|
768
|
+
"tier": "advanced"
|
|
769
|
+
},
|
|
770
|
+
"roundingMode": {
|
|
771
|
+
"type": "string",
|
|
772
|
+
"default": "bankers",
|
|
773
|
+
"label": "Rounding mode",
|
|
774
|
+
"description": "Sub-cent rounding behavior for ledger postings.",
|
|
775
|
+
"tier": "advanced",
|
|
776
|
+
"values": [
|
|
777
|
+
"bankers",
|
|
778
|
+
"half-up",
|
|
779
|
+
"down"
|
|
780
|
+
]
|
|
781
|
+
},
|
|
749
782
|
"fields": {
|
|
750
783
|
"type": "[FieldSpec]",
|
|
751
784
|
"default": [
|
|
752
785
|
{
|
|
786
|
+
"name": "code",
|
|
753
787
|
"label": "Code",
|
|
754
|
-
"variant": "caption"
|
|
755
|
-
"name": "code"
|
|
788
|
+
"variant": "caption"
|
|
756
789
|
},
|
|
757
790
|
{
|
|
758
|
-
"variant": "caption",
|
|
759
791
|
"name": "name",
|
|
760
|
-
"label": "Name"
|
|
792
|
+
"label": "Name",
|
|
793
|
+
"variant": "caption"
|
|
761
794
|
},
|
|
762
795
|
{
|
|
763
796
|
"name": "type",
|
|
764
|
-
"
|
|
765
|
-
"
|
|
797
|
+
"variant": "badge",
|
|
798
|
+
"label": "Type"
|
|
766
799
|
},
|
|
767
800
|
{
|
|
801
|
+
"name": "parentCode",
|
|
768
802
|
"label": "Parent",
|
|
769
|
-
"variant": "caption"
|
|
770
|
-
"name": "parentCode"
|
|
803
|
+
"variant": "caption"
|
|
771
804
|
},
|
|
772
805
|
{
|
|
806
|
+
"name": "balance",
|
|
773
807
|
"variant": "caption",
|
|
774
|
-
"label": "Balance"
|
|
775
|
-
"name": "balance"
|
|
808
|
+
"label": "Balance"
|
|
776
809
|
}
|
|
777
810
|
],
|
|
778
811
|
"label": "Columns to show",
|
|
@@ -781,28 +814,28 @@
|
|
|
781
814
|
"items": {
|
|
782
815
|
"type": "object",
|
|
783
816
|
"properties": {
|
|
784
|
-
"
|
|
785
|
-
"name": "
|
|
817
|
+
"name": {
|
|
818
|
+
"name": "name",
|
|
786
819
|
"type": "string",
|
|
787
|
-
"required":
|
|
820
|
+
"required": true
|
|
788
821
|
},
|
|
789
|
-
"
|
|
790
|
-
"name": "
|
|
822
|
+
"variant": {
|
|
823
|
+
"name": "variant",
|
|
791
824
|
"type": "string",
|
|
792
825
|
"required": false
|
|
793
826
|
},
|
|
794
|
-
"
|
|
795
|
-
"name": "
|
|
827
|
+
"label": {
|
|
828
|
+
"name": "label",
|
|
796
829
|
"type": "string",
|
|
797
830
|
"required": false
|
|
798
831
|
},
|
|
799
|
-
"
|
|
800
|
-
"name": "
|
|
832
|
+
"format": {
|
|
833
|
+
"name": "format",
|
|
801
834
|
"type": "string",
|
|
802
835
|
"required": false
|
|
803
836
|
},
|
|
804
|
-
"
|
|
805
|
-
"name": "
|
|
837
|
+
"key": {
|
|
838
|
+
"name": "key",
|
|
806
839
|
"type": "string",
|
|
807
840
|
"required": false
|
|
808
841
|
},
|
|
@@ -811,27 +844,65 @@
|
|
|
811
844
|
"type": "string",
|
|
812
845
|
"required": false
|
|
813
846
|
},
|
|
814
|
-
"
|
|
815
|
-
"name": "
|
|
847
|
+
"header": {
|
|
848
|
+
"name": "header",
|
|
816
849
|
"type": "string",
|
|
817
|
-
"required":
|
|
850
|
+
"required": false
|
|
818
851
|
}
|
|
819
852
|
}
|
|
820
853
|
}
|
|
821
854
|
},
|
|
855
|
+
"taxStrategy": {
|
|
856
|
+
"type": "string",
|
|
857
|
+
"default": "none",
|
|
858
|
+
"label": "Tax strategy",
|
|
859
|
+
"description": "How tax-related accounts treat their balances. inclusive/exclusive/none.",
|
|
860
|
+
"tier": "customization",
|
|
861
|
+
"values": [
|
|
862
|
+
"inclusive",
|
|
863
|
+
"exclusive",
|
|
864
|
+
"none"
|
|
865
|
+
]
|
|
866
|
+
},
|
|
867
|
+
"lateFeePolicy": {
|
|
868
|
+
"type": "string",
|
|
869
|
+
"default": "none",
|
|
870
|
+
"label": "Late fee policy",
|
|
871
|
+
"description": "Per-account late fee policy (rarely used on COA). Declarative; wiring deferred.",
|
|
872
|
+
"tier": "customization",
|
|
873
|
+
"values": [
|
|
874
|
+
"none",
|
|
875
|
+
"flat",
|
|
876
|
+
"percent"
|
|
877
|
+
]
|
|
878
|
+
},
|
|
879
|
+
"retentionYears": {
|
|
880
|
+
"type": "number",
|
|
881
|
+
"default": 7.0,
|
|
882
|
+
"label": "Retention (years)",
|
|
883
|
+
"description": "Years to keep account records for compliance.",
|
|
884
|
+
"tier": "advanced"
|
|
885
|
+
},
|
|
886
|
+
"title": {
|
|
887
|
+
"type": "string",
|
|
888
|
+
"default": "Chart of Accounts",
|
|
889
|
+
"label": "Section title",
|
|
890
|
+
"description": "Heading shown above the accounts list",
|
|
891
|
+
"tier": "customization"
|
|
892
|
+
},
|
|
822
893
|
"itemActions": {
|
|
823
894
|
"type": "[ItemAction]",
|
|
824
895
|
"default": [
|
|
825
896
|
{
|
|
826
|
-
"label": "Open",
|
|
827
|
-
"icon": "arrow-right",
|
|
828
897
|
"variant": "primary",
|
|
829
|
-
"event": "OPEN_ACCOUNT"
|
|
898
|
+
"event": "OPEN_ACCOUNT",
|
|
899
|
+
"label": "Open",
|
|
900
|
+
"icon": "arrow-right"
|
|
830
901
|
},
|
|
831
902
|
{
|
|
903
|
+
"label": "Deactivate",
|
|
832
904
|
"event": "DEACTIVATE_ACCOUNT",
|
|
833
|
-
"variant": "danger"
|
|
834
|
-
"label": "Deactivate"
|
|
905
|
+
"variant": "danger"
|
|
835
906
|
}
|
|
836
907
|
],
|
|
837
908
|
"label": "Row actions",
|
|
@@ -845,11 +916,6 @@
|
|
|
845
916
|
"type": "string",
|
|
846
917
|
"required": true
|
|
847
918
|
},
|
|
848
|
-
"icon": {
|
|
849
|
-
"name": "icon",
|
|
850
|
-
"type": "string",
|
|
851
|
-
"required": false
|
|
852
|
-
},
|
|
853
919
|
"event": {
|
|
854
920
|
"name": "event",
|
|
855
921
|
"type": "string",
|
|
@@ -859,6 +925,11 @@
|
|
|
859
925
|
"name": "variant",
|
|
860
926
|
"type": "string",
|
|
861
927
|
"required": false
|
|
928
|
+
},
|
|
929
|
+
"icon": {
|
|
930
|
+
"name": "icon",
|
|
931
|
+
"type": "string",
|
|
932
|
+
"required": false
|
|
862
933
|
}
|
|
863
934
|
}
|
|
864
935
|
}
|
|
@@ -880,4 +951,4 @@
|
|
|
880
951
|
]
|
|
881
952
|
}
|
|
882
953
|
]
|
|
883
|
-
}
|
|
954
|
+
}
|