@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-ledger-entry",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "std-ledger-entry — general-ledger journal entry (double-entry debit/credit)
|
|
3
|
+
"version": "1.2.0",
|
|
4
|
+
"description": "std-ledger-entry — general-ledger journal entry (double-entry debit/credit) with Reconcile / Reverse actions. Exposes Financial-pattern knobs (currency, jurisdiction, retention).",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "LedgerEntryOrbital",
|
|
@@ -272,8 +272,8 @@
|
|
|
272
272
|
"LedgerEntry",
|
|
273
273
|
{
|
|
274
274
|
"emit": {
|
|
275
|
-
"
|
|
276
|
-
"
|
|
275
|
+
"failure": "LedgerEntryLoadFailed",
|
|
276
|
+
"success": "LedgerEntryLoaded"
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
279
|
],
|
|
@@ -281,22 +281,22 @@
|
|
|
281
281
|
"render-ui",
|
|
282
282
|
"main",
|
|
283
283
|
{
|
|
284
|
-
"gap": "md",
|
|
285
|
-
"align": "center",
|
|
286
|
-
"className": "py-12",
|
|
287
284
|
"type": "stack",
|
|
288
285
|
"direction": "vertical",
|
|
286
|
+
"align": "center",
|
|
289
287
|
"children": [
|
|
290
288
|
{
|
|
291
289
|
"type": "spinner"
|
|
292
290
|
},
|
|
293
291
|
{
|
|
294
292
|
"color": "muted",
|
|
293
|
+
"type": "typography",
|
|
295
294
|
"variant": "caption",
|
|
296
|
-
"content": "Loading journal entries…"
|
|
297
|
-
"type": "typography"
|
|
295
|
+
"content": "Loading journal entries…"
|
|
298
296
|
}
|
|
299
|
-
]
|
|
297
|
+
],
|
|
298
|
+
"gap": "md",
|
|
299
|
+
"className": "py-12"
|
|
300
300
|
}
|
|
301
301
|
]
|
|
302
302
|
]
|
|
@@ -311,68 +311,68 @@
|
|
|
311
311
|
"main",
|
|
312
312
|
{
|
|
313
313
|
"direction": "vertical",
|
|
314
|
-
"type": "stack",
|
|
315
314
|
"gap": "md",
|
|
316
315
|
"children": [
|
|
317
316
|
{
|
|
317
|
+
"gap": "sm",
|
|
318
|
+
"direction": "horizontal",
|
|
318
319
|
"children": [
|
|
319
320
|
{
|
|
320
321
|
"name": "book-open",
|
|
321
322
|
"type": "icon"
|
|
322
323
|
},
|
|
323
324
|
{
|
|
325
|
+
"type": "typography",
|
|
324
326
|
"content": "@config.title",
|
|
325
|
-
"variant": "h3"
|
|
326
|
-
"type": "typography"
|
|
327
|
+
"variant": "h3"
|
|
327
328
|
}
|
|
328
329
|
],
|
|
329
|
-
"
|
|
330
|
-
"
|
|
331
|
-
"gap": "sm",
|
|
332
|
-
"type": "stack"
|
|
330
|
+
"type": "stack",
|
|
331
|
+
"align": "center"
|
|
333
332
|
},
|
|
334
333
|
{
|
|
335
|
-
"cols": 4.0,
|
|
336
334
|
"children": [
|
|
337
335
|
{
|
|
338
336
|
"type": "stat-display",
|
|
339
337
|
"icon": "book-open",
|
|
340
|
-
"
|
|
341
|
-
"
|
|
338
|
+
"label": "Entries",
|
|
339
|
+
"value": "@payload.data.length"
|
|
342
340
|
},
|
|
343
341
|
{
|
|
344
|
-
"
|
|
345
|
-
"value": "$12,480",
|
|
342
|
+
"icon": "dollar-sign",
|
|
346
343
|
"type": "stat-display",
|
|
347
|
-
"
|
|
344
|
+
"label": "Net balance",
|
|
345
|
+
"value": "$12,480"
|
|
348
346
|
},
|
|
349
347
|
{
|
|
350
|
-
"type": "stat-display",
|
|
351
|
-
"icon": "check-circle",
|
|
352
348
|
"label": "Reconciled",
|
|
353
|
-
"
|
|
349
|
+
"icon": "check-circle",
|
|
350
|
+
"value": "84%",
|
|
351
|
+
"type": "stat-display"
|
|
354
352
|
},
|
|
355
353
|
{
|
|
356
354
|
"value": "23",
|
|
355
|
+
"label": "Pending",
|
|
357
356
|
"type": "stat-display",
|
|
358
|
-
"icon": "clock"
|
|
359
|
-
"label": "Pending"
|
|
357
|
+
"icon": "clock"
|
|
360
358
|
}
|
|
361
359
|
],
|
|
362
|
-
"type": "simple-grid"
|
|
360
|
+
"type": "simple-grid",
|
|
361
|
+
"cols": 4.0
|
|
363
362
|
},
|
|
364
363
|
{
|
|
365
364
|
"type": "divider"
|
|
366
365
|
},
|
|
367
366
|
{
|
|
367
|
+
"entity": "@payload.data",
|
|
368
|
+
"gap": "sm",
|
|
368
369
|
"fields": "@config.fields",
|
|
369
370
|
"itemActions": "@config.itemActions",
|
|
370
|
-
"
|
|
371
|
-
"
|
|
372
|
-
"entity": "@payload.data",
|
|
373
|
-
"cols": 1.0
|
|
371
|
+
"cols": 1.0,
|
|
372
|
+
"type": "data-grid"
|
|
374
373
|
}
|
|
375
|
-
]
|
|
374
|
+
],
|
|
375
|
+
"type": "stack"
|
|
376
376
|
}
|
|
377
377
|
]
|
|
378
378
|
]
|
|
@@ -386,9 +386,9 @@
|
|
|
386
386
|
"render-ui",
|
|
387
387
|
"main",
|
|
388
388
|
{
|
|
389
|
-
"
|
|
389
|
+
"variant": "error",
|
|
390
390
|
"message": "@payload.error",
|
|
391
|
-
"
|
|
391
|
+
"type": "alert"
|
|
392
392
|
}
|
|
393
393
|
]
|
|
394
394
|
]
|
|
@@ -447,25 +447,26 @@
|
|
|
447
447
|
"render-ui",
|
|
448
448
|
"main",
|
|
449
449
|
{
|
|
450
|
-
"direction": "vertical",
|
|
451
450
|
"gap": "md",
|
|
451
|
+
"type": "stack",
|
|
452
|
+
"direction": "vertical",
|
|
452
453
|
"children": [
|
|
453
454
|
{
|
|
454
455
|
"children": [
|
|
455
456
|
{
|
|
456
|
-
"
|
|
457
|
+
"variant": "ghost",
|
|
457
458
|
"label": "Back",
|
|
458
|
-
"
|
|
459
|
-
"
|
|
459
|
+
"action": "CLOSE_VIEW",
|
|
460
|
+
"type": "button"
|
|
460
461
|
},
|
|
461
462
|
{
|
|
462
|
-
"
|
|
463
|
-
"
|
|
463
|
+
"name": "book-open",
|
|
464
|
+
"type": "icon"
|
|
464
465
|
},
|
|
465
466
|
{
|
|
466
467
|
"variant": "h3",
|
|
467
|
-
"
|
|
468
|
-
"
|
|
468
|
+
"content": "@entity.accountName",
|
|
469
|
+
"type": "typography"
|
|
469
470
|
},
|
|
470
471
|
{
|
|
471
472
|
"type": "badge",
|
|
@@ -473,130 +474,129 @@
|
|
|
473
474
|
"variant": "default"
|
|
474
475
|
}
|
|
475
476
|
],
|
|
476
|
-
"type": "stack",
|
|
477
|
-
"align": "center",
|
|
478
477
|
"gap": "sm",
|
|
479
|
-
"direction": "horizontal"
|
|
478
|
+
"direction": "horizontal",
|
|
479
|
+
"align": "center",
|
|
480
|
+
"type": "stack"
|
|
480
481
|
},
|
|
481
482
|
{
|
|
482
483
|
"type": "divider"
|
|
483
484
|
},
|
|
484
485
|
{
|
|
486
|
+
"type": "stack",
|
|
487
|
+
"gap": "sm",
|
|
488
|
+
"direction": "vertical",
|
|
485
489
|
"children": [
|
|
486
490
|
{
|
|
487
|
-
"type": "stack",
|
|
488
|
-
"gap": "md",
|
|
489
491
|
"children": [
|
|
490
492
|
{
|
|
491
493
|
"color": "muted",
|
|
492
|
-
"
|
|
494
|
+
"variant": "caption",
|
|
493
495
|
"type": "typography",
|
|
494
|
-
"
|
|
496
|
+
"content": "Account ID"
|
|
495
497
|
},
|
|
496
498
|
{
|
|
499
|
+
"content": "@entity.accountId",
|
|
497
500
|
"type": "typography",
|
|
498
|
-
"variant": "body"
|
|
499
|
-
"content": "@entity.accountId"
|
|
501
|
+
"variant": "body"
|
|
500
502
|
}
|
|
501
503
|
],
|
|
504
|
+
"type": "stack",
|
|
505
|
+
"gap": "md",
|
|
502
506
|
"direction": "horizontal"
|
|
503
507
|
},
|
|
504
508
|
{
|
|
509
|
+
"type": "stack",
|
|
510
|
+
"direction": "horizontal",
|
|
511
|
+
"gap": "md",
|
|
505
512
|
"children": [
|
|
506
513
|
{
|
|
507
|
-
"type": "typography",
|
|
508
514
|
"color": "muted",
|
|
509
|
-
"
|
|
510
|
-
"
|
|
515
|
+
"content": "Description",
|
|
516
|
+
"type": "typography",
|
|
517
|
+
"variant": "caption"
|
|
511
518
|
},
|
|
512
519
|
{
|
|
513
|
-
"variant": "body",
|
|
514
520
|
"content": "@entity.description",
|
|
515
|
-
"type": "typography"
|
|
521
|
+
"type": "typography",
|
|
522
|
+
"variant": "body"
|
|
516
523
|
}
|
|
517
|
-
]
|
|
518
|
-
"gap": "md",
|
|
519
|
-
"direction": "horizontal",
|
|
520
|
-
"type": "stack"
|
|
524
|
+
]
|
|
521
525
|
},
|
|
522
526
|
{
|
|
523
527
|
"gap": "md",
|
|
524
|
-
"type": "stack",
|
|
525
528
|
"direction": "horizontal",
|
|
526
529
|
"children": [
|
|
527
530
|
{
|
|
528
531
|
"type": "typography",
|
|
529
532
|
"content": "Reference",
|
|
530
|
-
"
|
|
531
|
-
"
|
|
533
|
+
"color": "muted",
|
|
534
|
+
"variant": "caption"
|
|
532
535
|
},
|
|
533
536
|
{
|
|
534
537
|
"variant": "body",
|
|
535
|
-
"
|
|
536
|
-
"
|
|
538
|
+
"type": "typography",
|
|
539
|
+
"content": "@entity.referenceId"
|
|
537
540
|
}
|
|
538
|
-
]
|
|
541
|
+
],
|
|
542
|
+
"type": "stack"
|
|
539
543
|
}
|
|
540
|
-
]
|
|
541
|
-
"type": "stack",
|
|
542
|
-
"gap": "sm",
|
|
543
|
-
"direction": "vertical"
|
|
544
|
+
]
|
|
544
545
|
},
|
|
545
546
|
{
|
|
546
547
|
"type": "divider"
|
|
547
548
|
},
|
|
548
549
|
{
|
|
550
|
+
"cols": 3.0,
|
|
549
551
|
"type": "simple-grid",
|
|
550
552
|
"children": [
|
|
551
553
|
{
|
|
554
|
+
"type": "stat-display",
|
|
552
555
|
"label": "Date",
|
|
553
556
|
"value": "@entity.entryDate",
|
|
554
|
-
"type": "stat-display",
|
|
555
557
|
"icon": "calendar"
|
|
556
558
|
},
|
|
557
559
|
{
|
|
558
|
-
"
|
|
560
|
+
"type": "stat-display",
|
|
559
561
|
"value": "@entity.debit",
|
|
560
562
|
"icon": "arrow-down",
|
|
561
|
-
"
|
|
563
|
+
"label": "Debit"
|
|
562
564
|
},
|
|
563
565
|
{
|
|
564
|
-
"
|
|
566
|
+
"icon": "arrow-up",
|
|
565
567
|
"value": "@entity.credit",
|
|
566
|
-
"
|
|
567
|
-
"
|
|
568
|
+
"type": "stat-display",
|
|
569
|
+
"label": "Credit"
|
|
568
570
|
}
|
|
569
|
-
]
|
|
570
|
-
"cols": 3.0
|
|
571
|
+
]
|
|
571
572
|
},
|
|
572
573
|
{
|
|
573
|
-
"type": "stack",
|
|
574
|
-
"direction": "horizontal",
|
|
575
574
|
"gap": "sm",
|
|
576
|
-
"align": "center",
|
|
577
575
|
"children": [
|
|
578
576
|
{
|
|
579
|
-
"label": "Reconcile",
|
|
580
|
-
"variant": "primary",
|
|
581
|
-
"action": "RECONCILE_ENTRY",
|
|
582
577
|
"actionPayload": {
|
|
583
578
|
"id": "@entity.id"
|
|
584
579
|
},
|
|
585
|
-
"
|
|
580
|
+
"label": "Reconcile",
|
|
581
|
+
"type": "button",
|
|
582
|
+
"action": "RECONCILE_ENTRY",
|
|
583
|
+
"variant": "primary"
|
|
586
584
|
},
|
|
587
585
|
{
|
|
588
|
-
"
|
|
586
|
+
"type": "button",
|
|
589
587
|
"label": "Reverse",
|
|
588
|
+
"variant": "danger",
|
|
590
589
|
"action": "REVERSE_ENTRY",
|
|
591
|
-
"type": "button",
|
|
592
590
|
"actionPayload": {
|
|
593
591
|
"id": "@entity.id"
|
|
594
592
|
}
|
|
595
593
|
}
|
|
596
|
-
]
|
|
594
|
+
],
|
|
595
|
+
"type": "stack",
|
|
596
|
+
"direction": "horizontal",
|
|
597
|
+
"align": "center"
|
|
597
598
|
}
|
|
598
|
-
]
|
|
599
|
-
"type": "stack"
|
|
599
|
+
]
|
|
600
600
|
}
|
|
601
601
|
]
|
|
602
602
|
]
|
|
@@ -616,8 +616,8 @@
|
|
|
616
616
|
"LedgerEntry",
|
|
617
617
|
{
|
|
618
618
|
"emit": {
|
|
619
|
-
"
|
|
620
|
-
"
|
|
619
|
+
"success": "LedgerEntryLoaded",
|
|
620
|
+
"failure": "LedgerEntryLoadFailed"
|
|
621
621
|
}
|
|
622
622
|
}
|
|
623
623
|
],
|
|
@@ -625,22 +625,22 @@
|
|
|
625
625
|
"render-ui",
|
|
626
626
|
"main",
|
|
627
627
|
{
|
|
628
|
-
"
|
|
628
|
+
"direction": "vertical",
|
|
629
|
+
"gap": "md",
|
|
630
|
+
"align": "center",
|
|
629
631
|
"children": [
|
|
630
632
|
{
|
|
631
633
|
"type": "spinner"
|
|
632
634
|
},
|
|
633
635
|
{
|
|
634
|
-
"variant": "caption",
|
|
635
|
-
"content": "Reversing entry…",
|
|
636
636
|
"type": "typography",
|
|
637
|
-
"
|
|
637
|
+
"variant": "caption",
|
|
638
|
+
"color": "muted",
|
|
639
|
+
"content": "Reversing entry…"
|
|
638
640
|
}
|
|
639
641
|
],
|
|
640
|
-
"align": "center",
|
|
641
|
-
"gap": "md",
|
|
642
642
|
"className": "py-12",
|
|
643
|
-
"
|
|
643
|
+
"type": "stack"
|
|
644
644
|
}
|
|
645
645
|
]
|
|
646
646
|
]
|
|
@@ -664,22 +664,22 @@
|
|
|
664
664
|
"render-ui",
|
|
665
665
|
"main",
|
|
666
666
|
{
|
|
667
|
-
"type": "stack",
|
|
668
667
|
"className": "py-12",
|
|
668
|
+
"direction": "vertical",
|
|
669
|
+
"type": "stack",
|
|
670
|
+
"gap": "md",
|
|
669
671
|
"children": [
|
|
670
672
|
{
|
|
671
673
|
"type": "spinner"
|
|
672
674
|
},
|
|
673
675
|
{
|
|
674
|
-
"content": "Loading journal…",
|
|
675
676
|
"color": "muted",
|
|
677
|
+
"content": "Loading journal…",
|
|
676
678
|
"variant": "caption",
|
|
677
679
|
"type": "typography"
|
|
678
680
|
}
|
|
679
681
|
],
|
|
680
|
-
"
|
|
681
|
-
"align": "center",
|
|
682
|
-
"direction": "vertical"
|
|
682
|
+
"align": "center"
|
|
683
683
|
}
|
|
684
684
|
]
|
|
685
685
|
]
|
|
@@ -699,8 +699,8 @@
|
|
|
699
699
|
"LedgerEntry",
|
|
700
700
|
{
|
|
701
701
|
"emit": {
|
|
702
|
-
"
|
|
703
|
-
"
|
|
702
|
+
"failure": "LedgerEntryLoadFailed",
|
|
703
|
+
"success": "LedgerEntryLoaded"
|
|
704
704
|
}
|
|
705
705
|
}
|
|
706
706
|
],
|
|
@@ -708,22 +708,22 @@
|
|
|
708
708
|
"render-ui",
|
|
709
709
|
"main",
|
|
710
710
|
{
|
|
711
|
-
"
|
|
711
|
+
"type": "stack",
|
|
712
|
+
"direction": "vertical",
|
|
712
713
|
"children": [
|
|
713
714
|
{
|
|
714
715
|
"type": "spinner"
|
|
715
716
|
},
|
|
716
717
|
{
|
|
717
718
|
"type": "typography",
|
|
719
|
+
"variant": "caption",
|
|
718
720
|
"content": "Reconciling entry…",
|
|
719
|
-
"color": "muted"
|
|
720
|
-
"variant": "caption"
|
|
721
|
+
"color": "muted"
|
|
721
722
|
}
|
|
722
723
|
],
|
|
723
|
-
"
|
|
724
|
-
"className": "py-12",
|
|
724
|
+
"gap": "md",
|
|
725
725
|
"align": "center",
|
|
726
|
-
"
|
|
726
|
+
"className": "py-12"
|
|
727
727
|
}
|
|
728
728
|
]
|
|
729
729
|
]
|
|
@@ -743,8 +743,8 @@
|
|
|
743
743
|
"LedgerEntry",
|
|
744
744
|
{
|
|
745
745
|
"emit": {
|
|
746
|
-
"
|
|
747
|
-
"
|
|
746
|
+
"success": "LedgerEntryLoaded",
|
|
747
|
+
"failure": "LedgerEntryLoadFailed"
|
|
748
748
|
}
|
|
749
749
|
}
|
|
750
750
|
],
|
|
@@ -752,22 +752,22 @@
|
|
|
752
752
|
"render-ui",
|
|
753
753
|
"main",
|
|
754
754
|
{
|
|
755
|
-
"type": "stack",
|
|
756
|
-
"gap": "md",
|
|
757
|
-
"align": "center",
|
|
758
|
-
"className": "py-12",
|
|
759
|
-
"direction": "vertical",
|
|
760
755
|
"children": [
|
|
761
756
|
{
|
|
762
757
|
"type": "spinner"
|
|
763
758
|
},
|
|
764
759
|
{
|
|
765
760
|
"content": "Reversing entry…",
|
|
766
|
-
"type": "typography",
|
|
767
761
|
"variant": "caption",
|
|
762
|
+
"type": "typography",
|
|
768
763
|
"color": "muted"
|
|
769
764
|
}
|
|
770
|
-
]
|
|
765
|
+
],
|
|
766
|
+
"direction": "vertical",
|
|
767
|
+
"className": "py-12",
|
|
768
|
+
"align": "center",
|
|
769
|
+
"type": "stack",
|
|
770
|
+
"gap": "md"
|
|
771
771
|
}
|
|
772
772
|
]
|
|
773
773
|
]
|
|
@@ -791,8 +791,8 @@
|
|
|
791
791
|
"render-ui",
|
|
792
792
|
"main",
|
|
793
793
|
{
|
|
794
|
-
"
|
|
795
|
-
"
|
|
794
|
+
"size": "sm",
|
|
795
|
+
"type": "spinner"
|
|
796
796
|
}
|
|
797
797
|
]
|
|
798
798
|
]
|
|
@@ -800,89 +800,38 @@
|
|
|
800
800
|
]
|
|
801
801
|
},
|
|
802
802
|
"config": {
|
|
803
|
-
"title": {
|
|
804
|
-
"type": "string",
|
|
805
|
-
"default": "Journal Entries",
|
|
806
|
-
"label": "Section title",
|
|
807
|
-
"description": "Heading shown above the general ledger entries",
|
|
808
|
-
"tier": "customization"
|
|
809
|
-
},
|
|
810
|
-
"itemActions": {
|
|
811
|
-
"type": "[ItemAction]",
|
|
812
|
-
"default": [
|
|
813
|
-
{
|
|
814
|
-
"variant": "primary",
|
|
815
|
-
"icon": "arrow-right",
|
|
816
|
-
"label": "Open",
|
|
817
|
-
"event": "OPEN_ENTRY"
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
"variant": "danger",
|
|
821
|
-
"event": "REVERSE_ENTRY",
|
|
822
|
-
"label": "Reverse"
|
|
823
|
-
}
|
|
824
|
-
],
|
|
825
|
-
"label": "Row actions",
|
|
826
|
-
"description": "Buttons users can click on each journal entry",
|
|
827
|
-
"tier": "customization",
|
|
828
|
-
"items": {
|
|
829
|
-
"type": "object",
|
|
830
|
-
"properties": {
|
|
831
|
-
"icon": {
|
|
832
|
-
"name": "icon",
|
|
833
|
-
"type": "string",
|
|
834
|
-
"required": false
|
|
835
|
-
},
|
|
836
|
-
"label": {
|
|
837
|
-
"name": "label",
|
|
838
|
-
"type": "string",
|
|
839
|
-
"required": true
|
|
840
|
-
},
|
|
841
|
-
"event": {
|
|
842
|
-
"name": "event",
|
|
843
|
-
"type": "string",
|
|
844
|
-
"required": true
|
|
845
|
-
},
|
|
846
|
-
"variant": {
|
|
847
|
-
"name": "variant",
|
|
848
|
-
"type": "string",
|
|
849
|
-
"required": false
|
|
850
|
-
}
|
|
851
|
-
}
|
|
852
|
-
}
|
|
853
|
-
},
|
|
854
803
|
"fields": {
|
|
855
804
|
"type": "[FieldSpec]",
|
|
856
805
|
"default": [
|
|
857
806
|
{
|
|
858
|
-
"
|
|
807
|
+
"label": "Date",
|
|
859
808
|
"name": "entryDate",
|
|
860
|
-
"
|
|
809
|
+
"variant": "caption"
|
|
861
810
|
},
|
|
862
811
|
{
|
|
863
|
-
"label": "Account",
|
|
864
812
|
"name": "accountName",
|
|
813
|
+
"label": "Account",
|
|
865
814
|
"variant": "caption"
|
|
866
815
|
},
|
|
867
816
|
{
|
|
817
|
+
"variant": "caption",
|
|
868
818
|
"name": "description",
|
|
869
|
-
"label": "Description"
|
|
870
|
-
"variant": "caption"
|
|
819
|
+
"label": "Description"
|
|
871
820
|
},
|
|
872
821
|
{
|
|
873
|
-
"variant": "caption",
|
|
874
822
|
"name": "debit",
|
|
823
|
+
"variant": "caption",
|
|
875
824
|
"label": "Debit"
|
|
876
825
|
},
|
|
877
826
|
{
|
|
878
827
|
"variant": "caption",
|
|
879
|
-
"
|
|
880
|
-
"
|
|
828
|
+
"name": "credit",
|
|
829
|
+
"label": "Credit"
|
|
881
830
|
},
|
|
882
831
|
{
|
|
883
832
|
"label": "Reconciled",
|
|
884
|
-
"
|
|
885
|
-
"
|
|
833
|
+
"variant": "badge",
|
|
834
|
+
"name": "isReconciled"
|
|
886
835
|
}
|
|
887
836
|
],
|
|
888
837
|
"label": "Columns to show",
|
|
@@ -891,6 +840,11 @@
|
|
|
891
840
|
"items": {
|
|
892
841
|
"type": "object",
|
|
893
842
|
"properties": {
|
|
843
|
+
"format": {
|
|
844
|
+
"name": "format",
|
|
845
|
+
"type": "string",
|
|
846
|
+
"required": false
|
|
847
|
+
},
|
|
894
848
|
"name": {
|
|
895
849
|
"name": "name",
|
|
896
850
|
"type": "string",
|
|
@@ -901,8 +855,8 @@
|
|
|
901
855
|
"type": "string",
|
|
902
856
|
"required": false
|
|
903
857
|
},
|
|
904
|
-
"
|
|
905
|
-
"name": "
|
|
858
|
+
"header": {
|
|
859
|
+
"name": "header",
|
|
906
860
|
"type": "string",
|
|
907
861
|
"required": false
|
|
908
862
|
},
|
|
@@ -911,23 +865,140 @@
|
|
|
911
865
|
"type": "string",
|
|
912
866
|
"required": false
|
|
913
867
|
},
|
|
914
|
-
"
|
|
915
|
-
"name": "
|
|
868
|
+
"key": {
|
|
869
|
+
"name": "key",
|
|
916
870
|
"type": "string",
|
|
917
871
|
"required": false
|
|
918
872
|
},
|
|
919
|
-
"
|
|
920
|
-
"name": "
|
|
873
|
+
"variant": {
|
|
874
|
+
"name": "variant",
|
|
921
875
|
"type": "string",
|
|
922
876
|
"required": false
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
}
|
|
880
|
+
},
|
|
881
|
+
"title": {
|
|
882
|
+
"type": "string",
|
|
883
|
+
"default": "Journal Entries",
|
|
884
|
+
"label": "Section title",
|
|
885
|
+
"description": "Heading shown above the general ledger entries",
|
|
886
|
+
"tier": "customization"
|
|
887
|
+
},
|
|
888
|
+
"taxStrategy": {
|
|
889
|
+
"type": "string",
|
|
890
|
+
"default": "none",
|
|
891
|
+
"label": "Tax strategy",
|
|
892
|
+
"description": "How tax accounts treat their balances. inclusive/exclusive/none.",
|
|
893
|
+
"tier": "customization",
|
|
894
|
+
"values": [
|
|
895
|
+
"inclusive",
|
|
896
|
+
"exclusive",
|
|
897
|
+
"none"
|
|
898
|
+
]
|
|
899
|
+
},
|
|
900
|
+
"lateFeePolicy": {
|
|
901
|
+
"type": "string",
|
|
902
|
+
"default": "none",
|
|
903
|
+
"label": "Late fee policy",
|
|
904
|
+
"description": "Rarely used on ledger entries. Declarative; wiring deferred.",
|
|
905
|
+
"tier": "customization",
|
|
906
|
+
"values": [
|
|
907
|
+
"none",
|
|
908
|
+
"flat",
|
|
909
|
+
"percent"
|
|
910
|
+
]
|
|
911
|
+
},
|
|
912
|
+
"retentionYears": {
|
|
913
|
+
"type": "number",
|
|
914
|
+
"default": 7.0,
|
|
915
|
+
"label": "Retention (years)",
|
|
916
|
+
"description": "Years to keep ledger entries for compliance.",
|
|
917
|
+
"tier": "advanced"
|
|
918
|
+
},
|
|
919
|
+
"lateFeeAmount": {
|
|
920
|
+
"type": "number",
|
|
921
|
+
"default": 0.0,
|
|
922
|
+
"label": "Late fee amount",
|
|
923
|
+
"description": "Flat cash amount or percentage (per lateFeePolicy).",
|
|
924
|
+
"tier": "customization"
|
|
925
|
+
},
|
|
926
|
+
"roundingMode": {
|
|
927
|
+
"type": "string",
|
|
928
|
+
"default": "bankers",
|
|
929
|
+
"label": "Rounding mode",
|
|
930
|
+
"description": "Sub-cent rounding behavior for debit/credit postings.",
|
|
931
|
+
"tier": "advanced",
|
|
932
|
+
"values": [
|
|
933
|
+
"bankers",
|
|
934
|
+
"half-up",
|
|
935
|
+
"down"
|
|
936
|
+
]
|
|
937
|
+
},
|
|
938
|
+
"itemActions": {
|
|
939
|
+
"type": "[ItemAction]",
|
|
940
|
+
"default": [
|
|
941
|
+
{
|
|
942
|
+
"label": "Open",
|
|
943
|
+
"icon": "arrow-right",
|
|
944
|
+
"variant": "primary",
|
|
945
|
+
"event": "OPEN_ENTRY"
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"event": "REVERSE_ENTRY",
|
|
949
|
+
"variant": "danger",
|
|
950
|
+
"label": "Reverse"
|
|
951
|
+
}
|
|
952
|
+
],
|
|
953
|
+
"label": "Row actions",
|
|
954
|
+
"description": "Buttons users can click on each journal entry",
|
|
955
|
+
"tier": "customization",
|
|
956
|
+
"items": {
|
|
957
|
+
"type": "object",
|
|
958
|
+
"properties": {
|
|
959
|
+
"event": {
|
|
960
|
+
"name": "event",
|
|
961
|
+
"type": "string",
|
|
962
|
+
"required": true
|
|
923
963
|
},
|
|
924
|
-
"
|
|
925
|
-
"name": "
|
|
964
|
+
"variant": {
|
|
965
|
+
"name": "variant",
|
|
966
|
+
"type": "string",
|
|
967
|
+
"required": false
|
|
968
|
+
},
|
|
969
|
+
"label": {
|
|
970
|
+
"name": "label",
|
|
971
|
+
"type": "string",
|
|
972
|
+
"required": true
|
|
973
|
+
},
|
|
974
|
+
"icon": {
|
|
975
|
+
"name": "icon",
|
|
926
976
|
"type": "string",
|
|
927
977
|
"required": false
|
|
928
978
|
}
|
|
929
979
|
}
|
|
930
980
|
}
|
|
981
|
+
},
|
|
982
|
+
"currency": {
|
|
983
|
+
"type": "string",
|
|
984
|
+
"default": "USD",
|
|
985
|
+
"label": "Default currency",
|
|
986
|
+
"description": "ISO 4217 currency code (USD, EUR, GBP, …) for journal amounts.",
|
|
987
|
+
"tier": "essential"
|
|
988
|
+
},
|
|
989
|
+
"gracePeriodDays": {
|
|
990
|
+
"type": "number",
|
|
991
|
+
"default": 0.0,
|
|
992
|
+
"label": "Grace period (days)",
|
|
993
|
+
"description": "Days before a posted entry is locked from edits. Declarative.",
|
|
994
|
+
"tier": "customization"
|
|
995
|
+
},
|
|
996
|
+
"complianceJurisdiction": {
|
|
997
|
+
"type": "string",
|
|
998
|
+
"default": "",
|
|
999
|
+
"label": "Compliance jurisdiction",
|
|
1000
|
+
"description": "Drives accounting standard per locale: 'US-GAAP', 'EU-IFRS', 'UK-FRS', etc. Declarative.",
|
|
1001
|
+
"tier": "advanced"
|
|
931
1002
|
}
|
|
932
1003
|
},
|
|
933
1004
|
"scope": "collection"
|
|
@@ -946,4 +1017,4 @@
|
|
|
946
1017
|
]
|
|
947
1018
|
}
|
|
948
1019
|
]
|
|
949
|
-
}
|
|
1020
|
+
}
|