@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.
Files changed (273) hide show
  1. package/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
  2. package/behaviors/registry/app/atoms/std-applicant.orb +207 -165
  3. package/behaviors/registry/app/atoms/std-application.orb +300 -188
  4. package/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
  5. package/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
  6. package/behaviors/registry/app/atoms/std-change-order.orb +458 -194
  7. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  8. package/behaviors/registry/app/atoms/std-checkin.orb +215 -151
  9. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
  10. package/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
  11. package/behaviors/registry/app/atoms/std-class-session.orb +321 -190
  12. package/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
  13. package/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
  14. package/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
  15. package/behaviors/registry/app/atoms/std-donor.orb +191 -156
  16. package/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
  17. package/behaviors/registry/app/atoms/std-driver.orb +440 -202
  18. package/behaviors/registry/app/atoms/std-dunning.orb +431 -167
  19. package/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
  20. package/behaviors/registry/app/atoms/std-event.orb +309 -178
  21. package/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
  22. package/behaviors/registry/app/atoms/std-health-score.orb +218 -183
  23. package/behaviors/registry/app/atoms/std-help-article.orb +425 -162
  24. package/behaviors/registry/app/atoms/std-help-category.orb +409 -166
  25. package/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
  26. package/behaviors/registry/app/atoms/std-invoice.orb +349 -211
  27. package/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
  28. package/behaviors/registry/app/atoms/std-lease.orb +411 -178
  29. package/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
  30. package/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
  31. package/behaviors/registry/app/atoms/std-matter.orb +415 -189
  32. package/behaviors/registry/app/atoms/std-membership.orb +387 -167
  33. package/behaviors/registry/app/atoms/std-menu.orb +232 -175
  34. package/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
  35. package/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
  36. package/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
  37. package/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
  38. package/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
  39. package/behaviors/registry/app/atoms/std-receipt.orb +248 -177
  40. package/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
  41. package/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
  42. package/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
  43. package/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
  44. package/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
  45. package/behaviors/registry/app/atoms/std-rfi.orb +365 -210
  46. package/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
  47. package/behaviors/registry/app/atoms/std-segment.orb +173 -139
  48. package/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
  49. package/behaviors/registry/app/atoms/std-submittal.orb +323 -166
  50. package/behaviors/registry/app/atoms/std-table-map.orb +187 -63
  51. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
  52. package/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
  53. package/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
  54. package/behaviors/registry/app/atoms/std-tenant.orb +375 -147
  55. package/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
  56. package/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
  57. package/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
  58. package/behaviors/registry/app/atoms/std-trial.orb +401 -183
  59. package/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
  60. package/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  61. package/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
  62. package/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
  63. package/behaviors/registry/app/atoms/std-work-order.orb +374 -219
  64. package/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
  65. package/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
  66. package/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
  67. package/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
  68. package/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
  69. package/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
  70. package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  71. package/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
  72. package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  73. package/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
  74. package/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  75. package/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
  76. package/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  77. package/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  78. package/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  79. package/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  80. package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  81. package/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
  82. package/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  83. package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  84. package/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
  85. package/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  86. package/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
  87. package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  88. package/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
  89. package/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
  90. package/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  91. package/dist/behaviors/behaviors-registry.json +2913 -156
  92. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
  93. package/dist/behaviors/registry/app/atoms/std-applicant.orb +207 -165
  94. package/dist/behaviors/registry/app/atoms/std-application.orb +300 -188
  95. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
  96. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
  97. package/dist/behaviors/registry/app/atoms/std-change-order.orb +458 -194
  98. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  99. package/dist/behaviors/registry/app/atoms/std-checkin.orb +215 -151
  100. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
  101. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
  102. package/dist/behaviors/registry/app/atoms/std-class-session.orb +321 -190
  103. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
  104. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
  105. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
  106. package/dist/behaviors/registry/app/atoms/std-donor.orb +191 -156
  107. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
  108. package/dist/behaviors/registry/app/atoms/std-driver.orb +440 -202
  109. package/dist/behaviors/registry/app/atoms/std-dunning.orb +431 -167
  110. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
  111. package/dist/behaviors/registry/app/atoms/std-event.orb +309 -178
  112. package/dist/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
  113. package/dist/behaviors/registry/app/atoms/std-health-score.orb +218 -183
  114. package/dist/behaviors/registry/app/atoms/std-help-article.orb +425 -162
  115. package/dist/behaviors/registry/app/atoms/std-help-category.orb +409 -166
  116. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
  117. package/dist/behaviors/registry/app/atoms/std-invoice.orb +349 -211
  118. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
  119. package/dist/behaviors/registry/app/atoms/std-lease.orb +411 -178
  120. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
  121. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
  122. package/dist/behaviors/registry/app/atoms/std-matter.orb +415 -189
  123. package/dist/behaviors/registry/app/atoms/std-membership.orb +387 -167
  124. package/dist/behaviors/registry/app/atoms/std-menu.orb +232 -175
  125. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
  126. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
  127. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
  128. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
  129. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
  130. package/dist/behaviors/registry/app/atoms/std-receipt.orb +248 -177
  131. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
  132. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
  133. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
  134. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
  135. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
  136. package/dist/behaviors/registry/app/atoms/std-rfi.orb +365 -210
  137. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
  138. package/dist/behaviors/registry/app/atoms/std-segment.orb +173 -139
  139. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
  140. package/dist/behaviors/registry/app/atoms/std-submittal.orb +323 -166
  141. package/dist/behaviors/registry/app/atoms/std-table-map.orb +187 -63
  142. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
  143. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
  144. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
  145. package/dist/behaviors/registry/app/atoms/std-tenant.orb +375 -147
  146. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
  147. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
  148. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
  149. package/dist/behaviors/registry/app/atoms/std-trial.orb +401 -183
  150. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
  151. package/dist/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  152. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
  153. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
  154. package/dist/behaviors/registry/app/atoms/std-work-order.orb +374 -219
  155. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
  156. package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
  157. package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
  158. package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
  159. package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
  160. package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
  161. package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  162. package/dist/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
  163. package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  164. package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
  165. package/dist/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  166. package/dist/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
  167. package/dist/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  168. package/dist/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  169. package/dist/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  170. package/dist/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  171. package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  172. package/dist/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
  173. package/dist/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  174. package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  175. package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
  176. package/dist/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  177. package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
  178. package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  179. package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
  180. package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
  181. package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  182. package/dist/behaviors-registry.json +2913 -156
  183. package/dist/registry/app/atoms/std-ap-bill.orb +423 -171
  184. package/dist/registry/app/atoms/std-applicant.orb +207 -165
  185. package/dist/registry/app/atoms/std-application.orb +300 -188
  186. package/dist/registry/app/atoms/std-approval-request.orb +370 -215
  187. package/dist/registry/app/atoms/std-campaign-goal.orb +382 -167
  188. package/dist/registry/app/atoms/std-change-order.orb +458 -194
  189. package/dist/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  190. package/dist/registry/app/atoms/std-checkin.orb +215 -151
  191. package/dist/registry/app/atoms/std-checkout-terminal.orb +322 -133
  192. package/dist/registry/app/atoms/std-class-roster.orb +343 -170
  193. package/dist/registry/app/atoms/std-class-session.orb +321 -190
  194. package/dist/registry/app/atoms/std-court-deadline.orb +353 -182
  195. package/dist/registry/app/atoms/std-customer-account.orb +376 -157
  196. package/dist/registry/app/atoms/std-donation-receipt.orb +214 -143
  197. package/dist/registry/app/atoms/std-donor.orb +191 -156
  198. package/dist/registry/app/atoms/std-drip-sequence.orb +409 -170
  199. package/dist/registry/app/atoms/std-driver.orb +440 -202
  200. package/dist/registry/app/atoms/std-dunning.orb +431 -167
  201. package/dist/registry/app/atoms/std-email-broadcast.orb +386 -143
  202. package/dist/registry/app/atoms/std-event.orb +309 -178
  203. package/dist/registry/app/atoms/std-form-builder.orb +353 -220
  204. package/dist/registry/app/atoms/std-health-score.orb +218 -183
  205. package/dist/registry/app/atoms/std-help-article.orb +425 -162
  206. package/dist/registry/app/atoms/std-help-category.orb +409 -166
  207. package/dist/registry/app/atoms/std-interview-slot.orb +311 -138
  208. package/dist/registry/app/atoms/std-invoice.orb +349 -211
  209. package/dist/registry/app/atoms/std-kitchen-display.orb +308 -184
  210. package/dist/registry/app/atoms/std-lease.orb +411 -178
  211. package/dist/registry/app/atoms/std-ledger-entry.orb +266 -195
  212. package/dist/registry/app/atoms/std-maintenance-request.orb +396 -177
  213. package/dist/registry/app/atoms/std-matter.orb +415 -189
  214. package/dist/registry/app/atoms/std-membership.orb +387 -167
  215. package/dist/registry/app/atoms/std-menu.orb +232 -175
  216. package/dist/registry/app/atoms/std-modifier-group.orb +224 -167
  217. package/dist/registry/app/atoms/std-nps-survey.orb +390 -138
  218. package/dist/registry/app/atoms/std-offer-letter.orb +242 -133
  219. package/dist/registry/app/atoms/std-payout-ledger.orb +428 -176
  220. package/dist/registry/app/atoms/std-question-bank.orb +211 -145
  221. package/dist/registry/app/atoms/std-receipt.orb +248 -177
  222. package/dist/registry/app/atoms/std-recurring-charge.orb +421 -149
  223. package/dist/registry/app/atoms/std-renewal-risk.orb +382 -153
  224. package/dist/registry/app/atoms/std-rent-charge.orb +476 -176
  225. package/dist/registry/app/atoms/std-reorder-rule.orb +246 -176
  226. package/dist/registry/app/atoms/std-response-collector.orb +213 -150
  227. package/dist/registry/app/atoms/std-rfi.orb +365 -210
  228. package/dist/registry/app/atoms/std-route-optimize.orb +195 -146
  229. package/dist/registry/app/atoms/std-segment.orb +173 -139
  230. package/dist/registry/app/atoms/std-stock-level.orb +205 -135
  231. package/dist/registry/app/atoms/std-submittal.orb +323 -166
  232. package/dist/registry/app/atoms/std-table-map.orb +187 -63
  233. package/dist/registry/app/atoms/std-technician-dispatch.orb +290 -202
  234. package/dist/registry/app/atoms/std-telematics-event.orb +156 -128
  235. package/dist/registry/app/atoms/std-template-editor.orb +255 -189
  236. package/dist/registry/app/atoms/std-tenant.orb +375 -147
  237. package/dist/registry/app/atoms/std-ticket-tier.orb +463 -150
  238. package/dist/registry/app/atoms/std-time-entry.orb +259 -150
  239. package/dist/registry/app/atoms/std-timesheet.orb +292 -183
  240. package/dist/registry/app/atoms/std-trial.orb +401 -183
  241. package/dist/registry/app/atoms/std-vehicle.orb +447 -205
  242. package/dist/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  243. package/dist/registry/app/atoms/std-waitlist.orb +308 -177
  244. package/dist/registry/app/atoms/std-warehouse.orb +211 -141
  245. package/dist/registry/app/atoms/std-work-order.orb +374 -219
  246. package/dist/registry/app/organisms/std-subscription-billing.orb +282 -195
  247. package/dist/registry/core/atoms/std-approval-gate.orb +703 -0
  248. package/dist/registry/core/atoms/std-audit-capture.orb +150 -64
  249. package/dist/registry/core/atoms/std-data-erasure.orb +546 -0
  250. package/dist/registry/core/atoms/std-lifecycle.orb +343 -0
  251. package/dist/registry/core/atoms/std-notify-on-event.orb +132 -46
  252. package/dist/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  253. package/dist/registry/marketing/atoms/std-marketing-article.orb +96 -0
  254. package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  255. package/dist/registry/marketing/atoms/std-marketing-community.orb +134 -0
  256. package/dist/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  257. package/dist/registry/marketing/atoms/std-marketing-features.orb +193 -0
  258. package/dist/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  259. package/dist/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  260. package/dist/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  261. package/dist/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  262. package/dist/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  263. package/dist/registry/marketing/atoms/std-marketing-split.orb +135 -0
  264. package/dist/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  265. package/dist/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  266. package/dist/registry/marketing/atoms/std-marketing-team.orb +192 -0
  267. package/dist/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  268. package/dist/registry/marketing/molecules/std-about-page.orb +440 -0
  269. package/dist/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  270. package/dist/registry/marketing/molecules/std-landing-page.orb +521 -0
  271. package/dist/registry/marketing/molecules/std-pricing-page.orb +406 -0
  272. package/dist/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  273. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "std-chart-of-accounts",
3
- "version": "1.1.0",
4
- "description": "std-chart-of-accounts — list of all accounts (asset, liability, equity, revenue, expense) that ledger entries post against. Lists accounts in `browsing`; opens detail in `viewing_single` with Activate / Deactivate actions. Agents tune the list shape via `config.fields` + `config.itemActions`.",
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
- "failure": "AccountLoadFailed",
249
- "success": "AccountLoaded"
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
- "content": "Loading accounts…"
270
+ "type": "typography"
271
271
  }
272
272
  ]
273
273
  }
@@ -285,67 +285,67 @@
285
285
  {
286
286
  "children": [
287
287
  {
288
- "direction": "horizontal",
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
- "align": "center",
301
- "type": "stack",
302
- "gap": "sm"
302
+ "direction": "horizontal"
303
303
  },
304
304
  {
305
- "type": "simple-grid",
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
- "value": "$2.4M",
320
+ "type": "stat-display",
321
321
  "icon": "trending-up",
322
- "label": "Assets balance",
323
- "type": "stat-display"
322
+ "value": "$2.4M",
323
+ "label": "Assets balance"
324
324
  },
325
325
  {
326
- "value": "$840K",
327
- "icon": "trending-down",
326
+ "label": "Liabilities",
328
327
  "type": "stat-display",
329
- "label": "Liabilities"
328
+ "icon": "trending-down",
329
+ "value": "$840K"
330
330
  }
331
331
  ],
332
- "cols": 4.0
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
- "gap": "md",
346
+ "type": "stack",
347
347
  "direction": "vertical",
348
- "type": "stack"
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
- "color": "muted",
454
+ "type": "typography",
455
455
  "content": "Code",
456
- "type": "typography"
456
+ "color": "muted"
457
457
  },
458
458
  {
459
- "content": "@entity.code",
459
+ "variant": "body",
460
460
  "type": "typography",
461
- "variant": "body"
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
- "type": "button",
515
+ "variant": "primary",
516
+ "action": "ACTIVATE_ACCOUNT",
519
517
  "label": "Activate",
520
518
  "actionPayload": {
521
519
  "id": "@entity.id"
522
520
  },
523
- "variant": "primary",
524
- "action": "ACTIVATE_ACCOUNT"
521
+ "type": "button"
525
522
  },
526
523
  {
527
- "label": "Deactivate",
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
- "variant": "danger"
530
+ "label": "Deactivate"
534
531
  }
535
532
  ],
536
- "gap": "sm"
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
- "success": "AccountLoaded",
598
- "failure": "AccountLoadFailed"
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
- "className": "py-12",
621
- "direction": "vertical"
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
- "failure": "AccountLoadFailed",
642
- "success": "AccountLoaded"
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
- "type": "typography"
662
+ "content": "Activating account…"
663
663
  }
664
664
  ],
665
- "gap": "md"
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
- "type": "typography"
704
+ "content": "Deactivating account…",
705
+ "type": "typography",
706
+ "variant": "caption"
707
707
  }
708
708
  ],
709
- "className": "py-12"
709
+ "gap": "md"
710
710
  }
711
711
  ]
712
712
  ]
@@ -739,40 +739,73 @@
739
739
  ]
740
740
  },
741
741
  "config": {
742
- "title": {
742
+ "currency": {
743
743
  "type": "string",
744
- "default": "Chart of Accounts",
745
- "label": "Section title",
746
- "description": "Heading shown above the accounts list",
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
- "label": "Type",
765
- "variant": "badge"
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
- "key": {
785
- "name": "key",
817
+ "name": {
818
+ "name": "name",
786
819
  "type": "string",
787
- "required": false
820
+ "required": true
788
821
  },
789
- "header": {
790
- "name": "header",
822
+ "variant": {
823
+ "name": "variant",
791
824
  "type": "string",
792
825
  "required": false
793
826
  },
794
- "format": {
795
- "name": "format",
827
+ "label": {
828
+ "name": "label",
796
829
  "type": "string",
797
830
  "required": false
798
831
  },
799
- "label": {
800
- "name": "label",
832
+ "format": {
833
+ "name": "format",
801
834
  "type": "string",
802
835
  "required": false
803
836
  },
804
- "variant": {
805
- "name": "variant",
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
- "name": {
815
- "name": "name",
847
+ "header": {
848
+ "name": "header",
816
849
  "type": "string",
817
- "required": true
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
+ }