@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-donation-receipt",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "std-donation-receipt — tax-deductible donation receipt with IRS-compliance fields
|
|
3
|
+
"version": "1.2.0",
|
|
4
|
+
"description": "std-donation-receipt — tax-deductible donation receipt with IRS-compliance fields and Email / Void actions. Exposes Financial-pattern knobs (currency, jurisdiction, retention).",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "DonationReceiptOrbital",
|
|
@@ -275,8 +275,8 @@
|
|
|
275
275
|
"DonationReceipt",
|
|
276
276
|
{
|
|
277
277
|
"emit": {
|
|
278
|
-
"
|
|
279
|
-
"
|
|
278
|
+
"failure": "DonationReceiptLoadFailed",
|
|
279
|
+
"success": "DonationReceiptLoaded"
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
282
|
],
|
|
@@ -284,22 +284,22 @@
|
|
|
284
284
|
"render-ui",
|
|
285
285
|
"main",
|
|
286
286
|
{
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
"gap": "md",
|
|
287
|
+
"align": "center",
|
|
288
|
+
"className": "py-12",
|
|
290
289
|
"children": [
|
|
291
290
|
{
|
|
292
291
|
"type": "spinner"
|
|
293
292
|
},
|
|
294
293
|
{
|
|
294
|
+
"color": "muted",
|
|
295
295
|
"type": "typography",
|
|
296
296
|
"variant": "caption",
|
|
297
|
-
"color": "muted",
|
|
298
297
|
"content": "Loading donation receipts…"
|
|
299
298
|
}
|
|
300
299
|
],
|
|
301
|
-
"
|
|
302
|
-
"
|
|
300
|
+
"direction": "vertical",
|
|
301
|
+
"gap": "md",
|
|
302
|
+
"type": "stack"
|
|
303
303
|
}
|
|
304
304
|
]
|
|
305
305
|
]
|
|
@@ -313,69 +313,69 @@
|
|
|
313
313
|
"render-ui",
|
|
314
314
|
"main",
|
|
315
315
|
{
|
|
316
|
+
"gap": "md",
|
|
317
|
+
"direction": "vertical",
|
|
316
318
|
"children": [
|
|
317
319
|
{
|
|
318
|
-
"direction": "horizontal",
|
|
319
320
|
"children": [
|
|
320
321
|
{
|
|
321
322
|
"type": "icon",
|
|
322
323
|
"name": "receipt"
|
|
323
324
|
},
|
|
324
325
|
{
|
|
325
|
-
"type": "typography",
|
|
326
326
|
"variant": "h3",
|
|
327
|
-
"content": "@config.title"
|
|
327
|
+
"content": "@config.title",
|
|
328
|
+
"type": "typography"
|
|
328
329
|
}
|
|
329
330
|
],
|
|
330
|
-
"
|
|
331
|
+
"gap": "sm",
|
|
331
332
|
"type": "stack",
|
|
332
|
-
"
|
|
333
|
+
"direction": "horizontal",
|
|
334
|
+
"align": "center"
|
|
333
335
|
},
|
|
334
336
|
{
|
|
337
|
+
"cols": 4.0,
|
|
338
|
+
"type": "simple-grid",
|
|
335
339
|
"children": [
|
|
336
340
|
{
|
|
341
|
+
"type": "stat-display",
|
|
337
342
|
"value": "@payload.data.length",
|
|
338
343
|
"icon": "receipt",
|
|
339
|
-
"type": "stat-display",
|
|
340
344
|
"label": "Receipts"
|
|
341
345
|
},
|
|
342
346
|
{
|
|
343
|
-
"icon": "dollar-sign",
|
|
344
347
|
"label": "Total deductible",
|
|
345
|
-
"
|
|
346
|
-
"type": "stat-display"
|
|
348
|
+
"icon": "dollar-sign",
|
|
349
|
+
"type": "stat-display",
|
|
350
|
+
"value": "$482,300"
|
|
347
351
|
},
|
|
348
352
|
{
|
|
349
|
-
"type": "stat-display",
|
|
350
353
|
"value": "2025",
|
|
351
|
-
"
|
|
352
|
-
"
|
|
354
|
+
"label": "Tax year",
|
|
355
|
+
"type": "stat-display",
|
|
356
|
+
"icon": "calendar"
|
|
353
357
|
},
|
|
354
358
|
{
|
|
355
359
|
"icon": "send",
|
|
360
|
+
"value": "94%",
|
|
356
361
|
"type": "stat-display",
|
|
357
|
-
"label": "Emailed"
|
|
358
|
-
"value": "94%"
|
|
362
|
+
"label": "Emailed"
|
|
359
363
|
}
|
|
360
|
-
]
|
|
361
|
-
"cols": 4.0,
|
|
362
|
-
"type": "simple-grid"
|
|
364
|
+
]
|
|
363
365
|
},
|
|
364
366
|
{
|
|
365
367
|
"type": "divider"
|
|
366
368
|
},
|
|
367
369
|
{
|
|
370
|
+
"entity": "@payload.data",
|
|
368
371
|
"cols": 1.0,
|
|
369
|
-
"type": "data-grid",
|
|
370
372
|
"gap": "sm",
|
|
371
|
-
"fields": "@config.fields",
|
|
372
373
|
"itemActions": "@config.itemActions",
|
|
373
|
-
"
|
|
374
|
+
"type": "data-grid",
|
|
375
|
+
"fields": "@config.fields"
|
|
374
376
|
}
|
|
375
377
|
],
|
|
376
|
-
"type": "stack"
|
|
377
|
-
"gap": "md",
|
|
378
|
-
"direction": "vertical"
|
|
378
|
+
"type": "stack"
|
|
379
379
|
}
|
|
380
380
|
]
|
|
381
381
|
]
|
|
@@ -389,9 +389,9 @@
|
|
|
389
389
|
"render-ui",
|
|
390
390
|
"main",
|
|
391
391
|
{
|
|
392
|
-
"
|
|
392
|
+
"type": "alert",
|
|
393
393
|
"message": "@payload.error",
|
|
394
|
-
"
|
|
394
|
+
"variant": "error"
|
|
395
395
|
}
|
|
396
396
|
]
|
|
397
397
|
]
|
|
@@ -450,57 +450,58 @@
|
|
|
450
450
|
"render-ui",
|
|
451
451
|
"main",
|
|
452
452
|
{
|
|
453
|
+
"direction": "vertical",
|
|
454
|
+
"gap": "md",
|
|
453
455
|
"type": "stack",
|
|
454
456
|
"children": [
|
|
455
457
|
{
|
|
458
|
+
"direction": "horizontal",
|
|
459
|
+
"align": "center",
|
|
460
|
+
"gap": "sm",
|
|
461
|
+
"type": "stack",
|
|
456
462
|
"children": [
|
|
457
463
|
{
|
|
458
|
-
"label": "Back",
|
|
459
464
|
"variant": "ghost",
|
|
460
465
|
"action": "CLOSE_VIEW",
|
|
461
|
-
"type": "button"
|
|
466
|
+
"type": "button",
|
|
467
|
+
"label": "Back"
|
|
462
468
|
},
|
|
463
469
|
{
|
|
464
|
-
"
|
|
465
|
-
"
|
|
470
|
+
"type": "icon",
|
|
471
|
+
"name": "receipt"
|
|
466
472
|
},
|
|
467
473
|
{
|
|
468
474
|
"type": "typography",
|
|
469
475
|
"content": "@entity.receiptNumber",
|
|
470
476
|
"variant": "h3"
|
|
471
477
|
}
|
|
472
|
-
]
|
|
473
|
-
"align": "center",
|
|
474
|
-
"gap": "sm",
|
|
475
|
-
"type": "stack",
|
|
476
|
-
"direction": "horizontal"
|
|
478
|
+
]
|
|
477
479
|
},
|
|
478
480
|
{
|
|
479
481
|
"type": "divider"
|
|
480
482
|
},
|
|
481
483
|
{
|
|
484
|
+
"direction": "vertical",
|
|
482
485
|
"children": [
|
|
483
486
|
{
|
|
484
|
-
"
|
|
485
|
-
"type": "stack",
|
|
487
|
+
"direction": "horizontal",
|
|
486
488
|
"children": [
|
|
487
489
|
{
|
|
490
|
+
"content": "Donor",
|
|
488
491
|
"type": "typography",
|
|
489
|
-
"color": "muted",
|
|
490
492
|
"variant": "caption",
|
|
491
|
-
"
|
|
493
|
+
"color": "muted"
|
|
492
494
|
},
|
|
493
495
|
{
|
|
494
496
|
"type": "typography",
|
|
495
|
-
"
|
|
496
|
-
"
|
|
497
|
+
"content": "@entity.donorName",
|
|
498
|
+
"variant": "body"
|
|
497
499
|
}
|
|
498
500
|
],
|
|
499
|
-
"
|
|
501
|
+
"type": "stack",
|
|
502
|
+
"gap": "md"
|
|
500
503
|
},
|
|
501
504
|
{
|
|
502
|
-
"type": "stack",
|
|
503
|
-
"direction": "horizontal",
|
|
504
505
|
"children": [
|
|
505
506
|
{
|
|
506
507
|
"type": "typography",
|
|
@@ -509,51 +510,52 @@
|
|
|
509
510
|
"content": "Donor ID"
|
|
510
511
|
},
|
|
511
512
|
{
|
|
512
|
-
"content": "@entity.donorId",
|
|
513
513
|
"variant": "body",
|
|
514
|
-
"type": "typography"
|
|
514
|
+
"type": "typography",
|
|
515
|
+
"content": "@entity.donorId"
|
|
515
516
|
}
|
|
516
517
|
],
|
|
517
|
-
"gap": "md"
|
|
518
|
+
"gap": "md",
|
|
519
|
+
"direction": "horizontal",
|
|
520
|
+
"type": "stack"
|
|
518
521
|
},
|
|
519
522
|
{
|
|
520
523
|
"direction": "horizontal",
|
|
524
|
+
"gap": "md",
|
|
521
525
|
"children": [
|
|
522
526
|
{
|
|
527
|
+
"type": "typography",
|
|
523
528
|
"color": "muted",
|
|
524
|
-
"variant": "caption",
|
|
525
529
|
"content": "Campaign",
|
|
526
|
-
"
|
|
530
|
+
"variant": "caption"
|
|
527
531
|
},
|
|
528
532
|
{
|
|
529
|
-
"
|
|
533
|
+
"variant": "body",
|
|
530
534
|
"content": "@entity.campaignId",
|
|
531
|
-
"
|
|
535
|
+
"type": "typography"
|
|
532
536
|
}
|
|
533
537
|
],
|
|
534
|
-
"gap": "md",
|
|
535
538
|
"type": "stack"
|
|
536
539
|
},
|
|
537
540
|
{
|
|
538
|
-
"direction": "horizontal",
|
|
539
|
-
"gap": "md",
|
|
540
541
|
"children": [
|
|
541
542
|
{
|
|
542
|
-
"content": "Nonprofit EIN",
|
|
543
543
|
"type": "typography",
|
|
544
544
|
"color": "muted",
|
|
545
|
+
"content": "Nonprofit EIN",
|
|
545
546
|
"variant": "caption"
|
|
546
547
|
},
|
|
547
548
|
{
|
|
548
|
-
"
|
|
549
|
+
"variant": "body",
|
|
549
550
|
"type": "typography",
|
|
550
|
-
"
|
|
551
|
+
"content": "@entity.nonprofitEin"
|
|
551
552
|
}
|
|
552
553
|
],
|
|
553
|
-
"
|
|
554
|
+
"direction": "horizontal",
|
|
555
|
+
"type": "stack",
|
|
556
|
+
"gap": "md"
|
|
554
557
|
}
|
|
555
558
|
],
|
|
556
|
-
"direction": "vertical",
|
|
557
559
|
"gap": "sm",
|
|
558
560
|
"type": "stack"
|
|
559
561
|
},
|
|
@@ -566,53 +568,51 @@
|
|
|
566
568
|
{
|
|
567
569
|
"type": "stat-display",
|
|
568
570
|
"label": "Amount",
|
|
569
|
-
"
|
|
570
|
-
"
|
|
571
|
+
"value": "@entity.amount",
|
|
572
|
+
"icon": "dollar-sign"
|
|
571
573
|
},
|
|
572
574
|
{
|
|
573
575
|
"icon": "calendar",
|
|
574
|
-
"type": "stat-display",
|
|
575
576
|
"value": "@entity.donationDate",
|
|
577
|
+
"type": "stat-display",
|
|
576
578
|
"label": "Date"
|
|
577
579
|
},
|
|
578
580
|
{
|
|
579
|
-
"icon": "file-text",
|
|
580
581
|
"label": "Tax year",
|
|
581
|
-
"
|
|
582
|
-
"
|
|
582
|
+
"type": "stat-display",
|
|
583
|
+
"icon": "file-text",
|
|
584
|
+
"value": "@entity.taxYear"
|
|
583
585
|
}
|
|
584
586
|
],
|
|
585
587
|
"cols": 3.0
|
|
586
588
|
},
|
|
587
589
|
{
|
|
588
|
-
"gap": "sm",
|
|
589
|
-
"direction": "horizontal",
|
|
590
590
|
"align": "center",
|
|
591
591
|
"type": "stack",
|
|
592
592
|
"children": [
|
|
593
593
|
{
|
|
594
|
-
"
|
|
594
|
+
"label": "Email Receipt",
|
|
595
595
|
"type": "button",
|
|
596
|
+
"action": "EMAIL_RECEIPT",
|
|
596
597
|
"actionPayload": {
|
|
597
598
|
"id": "@entity.id"
|
|
598
599
|
},
|
|
599
|
-
"variant": "primary"
|
|
600
|
-
"label": "Email Receipt"
|
|
600
|
+
"variant": "primary"
|
|
601
601
|
},
|
|
602
602
|
{
|
|
603
|
-
"action": "VOID_RECEIPT",
|
|
604
603
|
"variant": "danger",
|
|
604
|
+
"type": "button",
|
|
605
|
+
"action": "VOID_RECEIPT",
|
|
606
|
+
"label": "Void",
|
|
605
607
|
"actionPayload": {
|
|
606
608
|
"id": "@entity.id"
|
|
607
|
-
}
|
|
608
|
-
"label": "Void",
|
|
609
|
-
"type": "button"
|
|
609
|
+
}
|
|
610
610
|
}
|
|
611
|
-
]
|
|
611
|
+
],
|
|
612
|
+
"direction": "horizontal",
|
|
613
|
+
"gap": "sm"
|
|
612
614
|
}
|
|
613
|
-
]
|
|
614
|
-
"direction": "vertical",
|
|
615
|
-
"gap": "md"
|
|
615
|
+
]
|
|
616
616
|
}
|
|
617
617
|
]
|
|
618
618
|
]
|
|
@@ -632,8 +632,8 @@
|
|
|
632
632
|
"DonationReceipt",
|
|
633
633
|
{
|
|
634
634
|
"emit": {
|
|
635
|
-
"
|
|
636
|
-
"
|
|
635
|
+
"failure": "DonationReceiptLoadFailed",
|
|
636
|
+
"success": "DonationReceiptLoaded"
|
|
637
637
|
}
|
|
638
638
|
}
|
|
639
639
|
],
|
|
@@ -641,22 +641,22 @@
|
|
|
641
641
|
"render-ui",
|
|
642
642
|
"main",
|
|
643
643
|
{
|
|
644
|
+
"className": "py-12",
|
|
645
|
+
"gap": "md",
|
|
644
646
|
"children": [
|
|
645
647
|
{
|
|
646
648
|
"type": "spinner"
|
|
647
649
|
},
|
|
648
650
|
{
|
|
649
|
-
"variant": "caption",
|
|
650
651
|
"color": "muted",
|
|
651
|
-
"
|
|
652
|
-
"
|
|
652
|
+
"type": "typography",
|
|
653
|
+
"variant": "caption",
|
|
654
|
+
"content": "Voiding receipt…"
|
|
653
655
|
}
|
|
654
656
|
],
|
|
655
|
-
"gap": "md",
|
|
656
657
|
"type": "stack",
|
|
657
|
-
"direction": "vertical",
|
|
658
658
|
"align": "center",
|
|
659
|
-
"
|
|
659
|
+
"direction": "vertical"
|
|
660
660
|
}
|
|
661
661
|
]
|
|
662
662
|
]
|
|
@@ -680,22 +680,22 @@
|
|
|
680
680
|
"render-ui",
|
|
681
681
|
"main",
|
|
682
682
|
{
|
|
683
|
+
"type": "stack",
|
|
684
|
+
"align": "center",
|
|
683
685
|
"className": "py-12",
|
|
684
686
|
"gap": "md",
|
|
687
|
+
"direction": "vertical",
|
|
685
688
|
"children": [
|
|
686
689
|
{
|
|
687
690
|
"type": "spinner"
|
|
688
691
|
},
|
|
689
692
|
{
|
|
690
|
-
"content": "Loading receipts…",
|
|
691
693
|
"color": "muted",
|
|
692
|
-
"
|
|
693
|
-
"variant": "caption"
|
|
694
|
+
"content": "Loading receipts…",
|
|
695
|
+
"variant": "caption",
|
|
696
|
+
"type": "typography"
|
|
694
697
|
}
|
|
695
|
-
]
|
|
696
|
-
"type": "stack",
|
|
697
|
-
"direction": "vertical",
|
|
698
|
-
"align": "center"
|
|
698
|
+
]
|
|
699
699
|
}
|
|
700
700
|
]
|
|
701
701
|
]
|
|
@@ -715,8 +715,8 @@
|
|
|
715
715
|
"DonationReceipt",
|
|
716
716
|
{
|
|
717
717
|
"emit": {
|
|
718
|
-
"
|
|
719
|
-
"
|
|
718
|
+
"failure": "DonationReceiptLoadFailed",
|
|
719
|
+
"success": "DonationReceiptLoaded"
|
|
720
720
|
}
|
|
721
721
|
}
|
|
722
722
|
],
|
|
@@ -724,9 +724,6 @@
|
|
|
724
724
|
"render-ui",
|
|
725
725
|
"main",
|
|
726
726
|
{
|
|
727
|
-
"type": "stack",
|
|
728
|
-
"gap": "md",
|
|
729
|
-
"align": "center",
|
|
730
727
|
"className": "py-12",
|
|
731
728
|
"direction": "vertical",
|
|
732
729
|
"children": [
|
|
@@ -734,12 +731,15 @@
|
|
|
734
731
|
"type": "spinner"
|
|
735
732
|
},
|
|
736
733
|
{
|
|
737
|
-
"
|
|
738
|
-
"color": "muted",
|
|
734
|
+
"type": "typography",
|
|
739
735
|
"variant": "caption",
|
|
740
|
-
"
|
|
736
|
+
"color": "muted",
|
|
737
|
+
"content": "Emailing receipt…"
|
|
741
738
|
}
|
|
742
|
-
]
|
|
739
|
+
],
|
|
740
|
+
"gap": "md",
|
|
741
|
+
"align": "center",
|
|
742
|
+
"type": "stack"
|
|
743
743
|
}
|
|
744
744
|
]
|
|
745
745
|
]
|
|
@@ -759,8 +759,8 @@
|
|
|
759
759
|
"DonationReceipt",
|
|
760
760
|
{
|
|
761
761
|
"emit": {
|
|
762
|
-
"
|
|
763
|
-
"
|
|
762
|
+
"success": "DonationReceiptLoaded",
|
|
763
|
+
"failure": "DonationReceiptLoadFailed"
|
|
764
764
|
}
|
|
765
765
|
}
|
|
766
766
|
],
|
|
@@ -768,9 +768,9 @@
|
|
|
768
768
|
"render-ui",
|
|
769
769
|
"main",
|
|
770
770
|
{
|
|
771
|
-
"gap": "md",
|
|
772
|
-
"direction": "vertical",
|
|
773
771
|
"type": "stack",
|
|
772
|
+
"direction": "vertical",
|
|
773
|
+
"gap": "md",
|
|
774
774
|
"align": "center",
|
|
775
775
|
"className": "py-12",
|
|
776
776
|
"children": [
|
|
@@ -778,10 +778,10 @@
|
|
|
778
778
|
"type": "spinner"
|
|
779
779
|
},
|
|
780
780
|
{
|
|
781
|
-
"
|
|
781
|
+
"variant": "caption",
|
|
782
782
|
"type": "typography",
|
|
783
783
|
"content": "Voiding receipt…",
|
|
784
|
-
"
|
|
784
|
+
"color": "muted"
|
|
785
785
|
}
|
|
786
786
|
]
|
|
787
787
|
}
|
|
@@ -798,8 +798,8 @@
|
|
|
798
798
|
"DonationReceipt",
|
|
799
799
|
{
|
|
800
800
|
"emit": {
|
|
801
|
-
"
|
|
802
|
-
"
|
|
801
|
+
"failure": "DonationReceiptLoadFailed",
|
|
802
|
+
"success": "DonationReceiptLoaded"
|
|
803
803
|
}
|
|
804
804
|
}
|
|
805
805
|
],
|
|
@@ -816,13 +816,20 @@
|
|
|
816
816
|
]
|
|
817
817
|
},
|
|
818
818
|
"config": {
|
|
819
|
+
"gracePeriodDays": {
|
|
820
|
+
"type": "number",
|
|
821
|
+
"default": 0.0,
|
|
822
|
+
"label": "Grace period (days)",
|
|
823
|
+
"description": "Days a receipt is editable before it locks. Declarative.",
|
|
824
|
+
"tier": "customization"
|
|
825
|
+
},
|
|
819
826
|
"itemActions": {
|
|
820
827
|
"type": "[ItemAction]",
|
|
821
828
|
"default": [
|
|
822
829
|
{
|
|
823
830
|
"variant": "primary",
|
|
824
|
-
"label": "Open",
|
|
825
831
|
"event": "OPEN_RECEIPT",
|
|
832
|
+
"label": "Open",
|
|
826
833
|
"icon": "arrow-right"
|
|
827
834
|
},
|
|
828
835
|
{
|
|
@@ -860,25 +867,39 @@
|
|
|
860
867
|
}
|
|
861
868
|
}
|
|
862
869
|
},
|
|
863
|
-
"
|
|
870
|
+
"currency": {
|
|
864
871
|
"type": "string",
|
|
865
|
-
"default": "
|
|
866
|
-
"label": "
|
|
867
|
-
"description": "
|
|
872
|
+
"default": "USD",
|
|
873
|
+
"label": "Default currency",
|
|
874
|
+
"description": "ISO 4217 currency code for donation amounts.",
|
|
875
|
+
"tier": "essential"
|
|
876
|
+
},
|
|
877
|
+
"lateFeeAmount": {
|
|
878
|
+
"type": "number",
|
|
879
|
+
"default": 0.0,
|
|
880
|
+
"label": "Late fee amount",
|
|
881
|
+
"description": "Flat cash amount or percentage (per lateFeePolicy).",
|
|
868
882
|
"tier": "customization"
|
|
869
883
|
},
|
|
884
|
+
"retentionYears": {
|
|
885
|
+
"type": "number",
|
|
886
|
+
"default": 7.0,
|
|
887
|
+
"label": "Retention (years)",
|
|
888
|
+
"description": "Years to keep donation receipts for compliance (IRS recommends 7).",
|
|
889
|
+
"tier": "advanced"
|
|
890
|
+
},
|
|
870
891
|
"fields": {
|
|
871
892
|
"type": "[FieldSpec]",
|
|
872
893
|
"default": [
|
|
873
894
|
{
|
|
895
|
+
"name": "receiptNumber",
|
|
874
896
|
"label": "Receipt #",
|
|
875
|
-
"variant": "caption"
|
|
876
|
-
"name": "receiptNumber"
|
|
897
|
+
"variant": "caption"
|
|
877
898
|
},
|
|
878
899
|
{
|
|
879
|
-
"name": "donorName",
|
|
880
900
|
"label": "Donor",
|
|
881
|
-
"variant": "caption"
|
|
901
|
+
"variant": "caption",
|
|
902
|
+
"name": "donorName"
|
|
882
903
|
},
|
|
883
904
|
{
|
|
884
905
|
"name": "amount",
|
|
@@ -886,19 +907,19 @@
|
|
|
886
907
|
"variant": "caption"
|
|
887
908
|
},
|
|
888
909
|
{
|
|
889
|
-
"variant": "caption",
|
|
890
910
|
"name": "donationDate",
|
|
891
|
-
"label": "Date"
|
|
911
|
+
"label": "Date",
|
|
912
|
+
"variant": "caption"
|
|
892
913
|
},
|
|
893
914
|
{
|
|
894
|
-
"label": "Tax Year",
|
|
895
915
|
"variant": "caption",
|
|
916
|
+
"label": "Tax Year",
|
|
896
917
|
"name": "taxYear"
|
|
897
918
|
},
|
|
898
919
|
{
|
|
920
|
+
"label": "Emailed",
|
|
899
921
|
"variant": "badge",
|
|
900
|
-
"name": "isEmailed"
|
|
901
|
-
"label": "Emailed"
|
|
922
|
+
"name": "isEmailed"
|
|
902
923
|
}
|
|
903
924
|
],
|
|
904
925
|
"label": "Columns to show",
|
|
@@ -907,8 +928,8 @@
|
|
|
907
928
|
"items": {
|
|
908
929
|
"type": "object",
|
|
909
930
|
"properties": {
|
|
910
|
-
"
|
|
911
|
-
"name": "
|
|
931
|
+
"key": {
|
|
932
|
+
"name": "key",
|
|
912
933
|
"type": "string",
|
|
913
934
|
"required": false
|
|
914
935
|
},
|
|
@@ -917,6 +938,11 @@
|
|
|
917
938
|
"type": "string",
|
|
918
939
|
"required": false
|
|
919
940
|
},
|
|
941
|
+
"icon": {
|
|
942
|
+
"name": "icon",
|
|
943
|
+
"type": "string",
|
|
944
|
+
"required": false
|
|
945
|
+
},
|
|
920
946
|
"name": {
|
|
921
947
|
"name": "name",
|
|
922
948
|
"type": "string",
|
|
@@ -927,13 +953,8 @@
|
|
|
927
953
|
"type": "string",
|
|
928
954
|
"required": false
|
|
929
955
|
},
|
|
930
|
-
"
|
|
931
|
-
"name": "
|
|
932
|
-
"type": "string",
|
|
933
|
-
"required": false
|
|
934
|
-
},
|
|
935
|
-
"icon": {
|
|
936
|
-
"name": "icon",
|
|
956
|
+
"label": {
|
|
957
|
+
"name": "label",
|
|
937
958
|
"type": "string",
|
|
938
959
|
"required": false
|
|
939
960
|
},
|
|
@@ -944,6 +965,56 @@
|
|
|
944
965
|
}
|
|
945
966
|
}
|
|
946
967
|
}
|
|
968
|
+
},
|
|
969
|
+
"roundingMode": {
|
|
970
|
+
"type": "string",
|
|
971
|
+
"default": "half-up",
|
|
972
|
+
"label": "Rounding mode",
|
|
973
|
+
"description": "Sub-cent rounding behavior for donation amounts.",
|
|
974
|
+
"tier": "advanced",
|
|
975
|
+
"values": [
|
|
976
|
+
"bankers",
|
|
977
|
+
"half-up",
|
|
978
|
+
"down"
|
|
979
|
+
]
|
|
980
|
+
},
|
|
981
|
+
"title": {
|
|
982
|
+
"type": "string",
|
|
983
|
+
"default": "Donation Receipts",
|
|
984
|
+
"label": "Section title",
|
|
985
|
+
"description": "Heading shown above the tax receipt list",
|
|
986
|
+
"tier": "customization"
|
|
987
|
+
},
|
|
988
|
+
"lateFeePolicy": {
|
|
989
|
+
"type": "string",
|
|
990
|
+
"default": "none",
|
|
991
|
+
"label": "Late fee policy",
|
|
992
|
+
"description": "Not typically applicable to donation receipts. Declarative; wiring deferred.",
|
|
993
|
+
"tier": "customization",
|
|
994
|
+
"values": [
|
|
995
|
+
"none",
|
|
996
|
+
"flat",
|
|
997
|
+
"percent"
|
|
998
|
+
]
|
|
999
|
+
},
|
|
1000
|
+
"taxStrategy": {
|
|
1001
|
+
"type": "string",
|
|
1002
|
+
"default": "none",
|
|
1003
|
+
"label": "Tax strategy",
|
|
1004
|
+
"description": "Donations are usually tax-free at source. inclusive/exclusive/none.",
|
|
1005
|
+
"tier": "customization",
|
|
1006
|
+
"values": [
|
|
1007
|
+
"inclusive",
|
|
1008
|
+
"exclusive",
|
|
1009
|
+
"none"
|
|
1010
|
+
]
|
|
1011
|
+
},
|
|
1012
|
+
"complianceJurisdiction": {
|
|
1013
|
+
"type": "string",
|
|
1014
|
+
"default": "US-IRS",
|
|
1015
|
+
"label": "Compliance jurisdiction",
|
|
1016
|
+
"description": "Drives charitable-deduction rules per locale: 'US-IRS', 'UK-HMRC', 'CA-CRA', etc. Declarative.",
|
|
1017
|
+
"tier": "advanced"
|
|
947
1018
|
}
|
|
948
1019
|
},
|
|
949
1020
|
"scope": "collection"
|
|
@@ -962,4 +1033,4 @@
|
|
|
962
1033
|
]
|
|
963
1034
|
}
|
|
964
1035
|
]
|
|
965
|
-
}
|
|
1036
|
+
}
|