@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-ledger-entry",
3
- "version": "1.1.0",
4
- "description": "std-ledger-entry — general-ledger journal entry (double-entry debit/credit). Lists entries in `browsing`; opens entry detail in `viewing_single` with Reconcile / Reverse actions. Agents tune the list shape via `config.fields` + `config.itemActions`.",
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
- "success": "LedgerEntryLoaded",
276
- "failure": "LedgerEntryLoadFailed"
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
- "align": "center",
330
- "direction": "horizontal",
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
- "value": "@payload.data.length",
341
- "label": "Entries"
338
+ "label": "Entries",
339
+ "value": "@payload.data.length"
342
340
  },
343
341
  {
344
- "label": "Net balance",
345
- "value": "$12,480",
342
+ "icon": "dollar-sign",
346
343
  "type": "stat-display",
347
- "icon": "dollar-sign"
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
- "value": "84%"
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
- "type": "data-grid",
371
- "gap": "sm",
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
- "type": "alert",
389
+ "variant": "error",
390
390
  "message": "@payload.error",
391
- "variant": "error"
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
- "action": "CLOSE_VIEW",
457
+ "variant": "ghost",
457
458
  "label": "Back",
458
- "type": "button",
459
- "variant": "ghost"
459
+ "action": "CLOSE_VIEW",
460
+ "type": "button"
460
461
  },
461
462
  {
462
- "type": "icon",
463
- "name": "book-open"
463
+ "name": "book-open",
464
+ "type": "icon"
464
465
  },
465
466
  {
466
467
  "variant": "h3",
467
- "type": "typography",
468
- "content": "@entity.accountName"
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
- "content": "Account ID",
494
+ "variant": "caption",
493
495
  "type": "typography",
494
- "variant": "caption"
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
- "variant": "caption",
510
- "content": "Description"
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
- "variant": "caption",
531
- "color": "muted"
533
+ "color": "muted",
534
+ "variant": "caption"
532
535
  },
533
536
  {
534
537
  "variant": "body",
535
- "content": "@entity.referenceId",
536
- "type": "typography"
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
- "label": "Debit",
560
+ "type": "stat-display",
559
561
  "value": "@entity.debit",
560
562
  "icon": "arrow-down",
561
- "type": "stat-display"
563
+ "label": "Debit"
562
564
  },
563
565
  {
564
- "type": "stat-display",
566
+ "icon": "arrow-up",
565
567
  "value": "@entity.credit",
566
- "label": "Credit",
567
- "icon": "arrow-up"
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
- "type": "button"
580
+ "label": "Reconcile",
581
+ "type": "button",
582
+ "action": "RECONCILE_ENTRY",
583
+ "variant": "primary"
586
584
  },
587
585
  {
588
- "variant": "danger",
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
- "failure": "LedgerEntryLoadFailed",
620
- "success": "LedgerEntryLoaded"
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
- "type": "stack",
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
- "color": "muted"
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
- "direction": "vertical"
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
- "gap": "md",
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
- "success": "LedgerEntryLoaded",
703
- "failure": "LedgerEntryLoadFailed"
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
- "gap": "md",
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
- "direction": "vertical",
724
- "className": "py-12",
724
+ "gap": "md",
725
725
  "align": "center",
726
- "type": "stack"
726
+ "className": "py-12"
727
727
  }
728
728
  ]
729
729
  ]
@@ -743,8 +743,8 @@
743
743
  "LedgerEntry",
744
744
  {
745
745
  "emit": {
746
- "failure": "LedgerEntryLoadFailed",
747
- "success": "LedgerEntryLoaded"
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
- "type": "spinner",
795
- "size": "sm"
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
- "variant": "caption",
807
+ "label": "Date",
859
808
  "name": "entryDate",
860
- "label": "Date"
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
- "label": "Credit",
880
- "name": "credit"
828
+ "name": "credit",
829
+ "label": "Credit"
881
830
  },
882
831
  {
883
832
  "label": "Reconciled",
884
- "name": "isReconciled",
885
- "variant": "badge"
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
- "variant": {
905
- "name": "variant",
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
- "format": {
915
- "name": "format",
868
+ "key": {
869
+ "name": "key",
916
870
  "type": "string",
917
871
  "required": false
918
872
  },
919
- "key": {
920
- "name": "key",
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
- "header": {
925
- "name": "header",
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
+ }