@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-kitchen-display",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "std-kitchen-display — restaurant POS kitchen
|
|
3
|
+
"version": "1.2.0",
|
|
4
|
+
"description": "std-kitchen-display — restaurant POS kitchen ticket board (Mark Preparing / Ready / Served). Listens for SET_STATUS so std-lifecycle can age tickets. Exposes Restaurant/POS knobs (kitchenAutoFire, coursingEnabled, allergenWarningsEnabled, …).",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "KitchenTicketOrbital",
|
|
@@ -458,6 +458,22 @@
|
|
|
458
458
|
}
|
|
459
459
|
]
|
|
460
460
|
},
|
|
461
|
+
{
|
|
462
|
+
"key": "SET_STATUS",
|
|
463
|
+
"name": "Set Status",
|
|
464
|
+
"payloadSchema": [
|
|
465
|
+
{
|
|
466
|
+
"name": "entityId",
|
|
467
|
+
"type": "string",
|
|
468
|
+
"required": true
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "newStatus",
|
|
472
|
+
"type": "string",
|
|
473
|
+
"required": true
|
|
474
|
+
}
|
|
475
|
+
]
|
|
476
|
+
},
|
|
461
477
|
{
|
|
462
478
|
"key": "KitchenTicketUpdated",
|
|
463
479
|
"name": "KitchenTicket updated",
|
|
@@ -547,17 +563,17 @@
|
|
|
547
563
|
"type": "spinner"
|
|
548
564
|
},
|
|
549
565
|
{
|
|
550
|
-
"content": "Loading kitchen tickets…",
|
|
551
|
-
"type": "typography",
|
|
552
566
|
"variant": "caption",
|
|
567
|
+
"type": "typography",
|
|
568
|
+
"content": "Loading kitchen tickets…",
|
|
553
569
|
"color": "muted"
|
|
554
570
|
}
|
|
555
571
|
],
|
|
556
|
-
"
|
|
557
|
-
"direction": "vertical",
|
|
572
|
+
"className": "py-12",
|
|
558
573
|
"gap": "md",
|
|
559
574
|
"type": "stack",
|
|
560
|
-
"
|
|
575
|
+
"align": "center",
|
|
576
|
+
"direction": "vertical"
|
|
561
577
|
}
|
|
562
578
|
]
|
|
563
579
|
]
|
|
@@ -571,69 +587,69 @@
|
|
|
571
587
|
"render-ui",
|
|
572
588
|
"main",
|
|
573
589
|
{
|
|
574
|
-
"direction": "vertical",
|
|
575
590
|
"type": "stack",
|
|
591
|
+
"gap": "md",
|
|
592
|
+
"direction": "vertical",
|
|
576
593
|
"children": [
|
|
577
594
|
{
|
|
595
|
+
"align": "center",
|
|
596
|
+
"direction": "horizontal",
|
|
597
|
+
"type": "stack",
|
|
598
|
+
"gap": "sm",
|
|
578
599
|
"children": [
|
|
579
600
|
{
|
|
580
|
-
"
|
|
581
|
-
"
|
|
601
|
+
"type": "icon",
|
|
602
|
+
"name": "chef-hat"
|
|
582
603
|
},
|
|
583
604
|
{
|
|
584
|
-
"
|
|
605
|
+
"type": "typography",
|
|
585
606
|
"content": "@config.title",
|
|
586
|
-
"
|
|
607
|
+
"variant": "h3"
|
|
587
608
|
}
|
|
588
|
-
]
|
|
589
|
-
"type": "stack",
|
|
590
|
-
"direction": "horizontal",
|
|
591
|
-
"align": "center",
|
|
592
|
-
"gap": "sm"
|
|
609
|
+
]
|
|
593
610
|
},
|
|
594
611
|
{
|
|
595
|
-
"cols": 4.0,
|
|
596
|
-
"type": "simple-grid",
|
|
597
612
|
"children": [
|
|
598
613
|
{
|
|
599
|
-
"type": "stat-display",
|
|
600
|
-
"value": "@payload.data.length",
|
|
601
614
|
"label": "Open tickets",
|
|
615
|
+
"value": "@payload.data.length",
|
|
616
|
+
"type": "stat-display",
|
|
602
617
|
"icon": "chef-hat"
|
|
603
618
|
},
|
|
604
619
|
{
|
|
605
620
|
"label": "Preparing",
|
|
606
|
-
"value": "8",
|
|
607
621
|
"icon": "flame",
|
|
608
|
-
"type": "stat-display"
|
|
622
|
+
"type": "stat-display",
|
|
623
|
+
"value": "8"
|
|
609
624
|
},
|
|
610
625
|
{
|
|
611
|
-
"type": "stat-display",
|
|
612
626
|
"label": "Ready",
|
|
613
|
-
"
|
|
614
|
-
"value": "3"
|
|
627
|
+
"type": "stat-display",
|
|
628
|
+
"value": "3",
|
|
629
|
+
"icon": "check-circle"
|
|
615
630
|
},
|
|
616
631
|
{
|
|
632
|
+
"label": "Avg prep (min)",
|
|
617
633
|
"value": "14",
|
|
618
634
|
"type": "stat-display",
|
|
619
|
-
"icon": "clock"
|
|
620
|
-
"label": "Avg prep (min)"
|
|
635
|
+
"icon": "clock"
|
|
621
636
|
}
|
|
622
|
-
]
|
|
637
|
+
],
|
|
638
|
+
"type": "simple-grid",
|
|
639
|
+
"cols": 4.0
|
|
623
640
|
},
|
|
624
641
|
{
|
|
625
642
|
"type": "divider"
|
|
626
643
|
},
|
|
627
644
|
{
|
|
628
645
|
"type": "data-grid",
|
|
629
|
-
"fields": "@config.fields",
|
|
630
646
|
"itemActions": "@config.itemActions",
|
|
647
|
+
"cols": 1.0,
|
|
631
648
|
"gap": "sm",
|
|
632
649
|
"entity": "@payload.data",
|
|
633
|
-
"
|
|
650
|
+
"fields": "@config.fields"
|
|
634
651
|
}
|
|
635
|
-
]
|
|
636
|
-
"gap": "md"
|
|
652
|
+
]
|
|
637
653
|
}
|
|
638
654
|
]
|
|
639
655
|
]
|
|
@@ -647,8 +663,8 @@
|
|
|
647
663
|
"render-ui",
|
|
648
664
|
"main",
|
|
649
665
|
{
|
|
650
|
-
"message": "@payload.error",
|
|
651
666
|
"type": "alert",
|
|
667
|
+
"message": "@payload.error",
|
|
652
668
|
"variant": "error"
|
|
653
669
|
}
|
|
654
670
|
]
|
|
@@ -713,34 +729,34 @@
|
|
|
713
729
|
"render-ui",
|
|
714
730
|
"main",
|
|
715
731
|
{
|
|
732
|
+
"type": "stack",
|
|
716
733
|
"direction": "vertical",
|
|
717
734
|
"gap": "md",
|
|
718
|
-
"type": "stack",
|
|
719
735
|
"children": [
|
|
720
736
|
{
|
|
721
|
-
"direction": "horizontal",
|
|
722
|
-
"align": "center",
|
|
723
737
|
"type": "stack",
|
|
738
|
+
"direction": "horizontal",
|
|
739
|
+
"gap": "sm",
|
|
724
740
|
"children": [
|
|
725
741
|
{
|
|
726
|
-
"
|
|
727
|
-
"action": "CLOSE_VIEW",
|
|
742
|
+
"type": "button",
|
|
728
743
|
"label": "Back",
|
|
729
|
-
"
|
|
744
|
+
"variant": "ghost",
|
|
745
|
+
"action": "CLOSE_VIEW"
|
|
730
746
|
},
|
|
731
747
|
{
|
|
732
748
|
"type": "icon",
|
|
733
749
|
"name": "chef-hat"
|
|
734
750
|
},
|
|
735
751
|
{
|
|
736
|
-
"variant": "h3",
|
|
737
752
|
"content": "@entity.orderId",
|
|
738
|
-
"type": "typography"
|
|
753
|
+
"type": "typography",
|
|
754
|
+
"variant": "h3"
|
|
739
755
|
},
|
|
740
756
|
{
|
|
741
|
-
"variant": "primary",
|
|
742
757
|
"type": "badge",
|
|
743
|
-
"label": "@entity.status"
|
|
758
|
+
"label": "@entity.status",
|
|
759
|
+
"variant": "primary"
|
|
744
760
|
},
|
|
745
761
|
{
|
|
746
762
|
"label": "@entity.aging",
|
|
@@ -748,18 +764,17 @@
|
|
|
748
764
|
"type": "badge"
|
|
749
765
|
}
|
|
750
766
|
],
|
|
751
|
-
"
|
|
767
|
+
"align": "center"
|
|
752
768
|
},
|
|
753
769
|
{
|
|
754
770
|
"type": "divider"
|
|
755
771
|
},
|
|
756
772
|
{
|
|
773
|
+
"type": "stack",
|
|
757
774
|
"direction": "vertical",
|
|
758
775
|
"gap": "sm",
|
|
759
776
|
"children": [
|
|
760
777
|
{
|
|
761
|
-
"direction": "horizontal",
|
|
762
|
-
"gap": "md",
|
|
763
778
|
"type": "stack",
|
|
764
779
|
"children": [
|
|
765
780
|
{
|
|
@@ -769,21 +784,23 @@
|
|
|
769
784
|
"type": "typography"
|
|
770
785
|
},
|
|
771
786
|
{
|
|
787
|
+
"variant": "body",
|
|
772
788
|
"type": "typography",
|
|
773
|
-
"content": "@entity.tableLabel"
|
|
774
|
-
"variant": "body"
|
|
789
|
+
"content": "@entity.tableLabel"
|
|
775
790
|
}
|
|
776
|
-
]
|
|
791
|
+
],
|
|
792
|
+
"gap": "md",
|
|
793
|
+
"direction": "horizontal"
|
|
777
794
|
},
|
|
778
795
|
{
|
|
779
|
-
"type": "stack",
|
|
780
|
-
"direction": "horizontal",
|
|
781
796
|
"gap": "md",
|
|
797
|
+
"direction": "horizontal",
|
|
798
|
+
"type": "stack",
|
|
782
799
|
"children": [
|
|
783
800
|
{
|
|
784
|
-
"content": "Server",
|
|
785
801
|
"variant": "caption",
|
|
786
802
|
"color": "muted",
|
|
803
|
+
"content": "Server",
|
|
787
804
|
"type": "typography"
|
|
788
805
|
},
|
|
789
806
|
{
|
|
@@ -795,55 +812,52 @@
|
|
|
795
812
|
},
|
|
796
813
|
{
|
|
797
814
|
"direction": "horizontal",
|
|
815
|
+
"gap": "md",
|
|
816
|
+
"type": "stack",
|
|
798
817
|
"children": [
|
|
799
818
|
{
|
|
800
819
|
"content": "Items",
|
|
801
820
|
"type": "typography",
|
|
802
|
-
"
|
|
803
|
-
"
|
|
821
|
+
"variant": "caption",
|
|
822
|
+
"color": "muted"
|
|
804
823
|
},
|
|
805
824
|
{
|
|
806
825
|
"type": "typography",
|
|
807
826
|
"variant": "body",
|
|
808
827
|
"content": "@entity.itemsJson"
|
|
809
828
|
}
|
|
810
|
-
]
|
|
811
|
-
"type": "stack",
|
|
812
|
-
"gap": "md"
|
|
829
|
+
]
|
|
813
830
|
}
|
|
814
|
-
]
|
|
815
|
-
"type": "stack"
|
|
831
|
+
]
|
|
816
832
|
},
|
|
817
833
|
{
|
|
818
834
|
"type": "divider"
|
|
819
835
|
},
|
|
820
836
|
{
|
|
821
837
|
"type": "simple-grid",
|
|
838
|
+
"cols": 3.0,
|
|
822
839
|
"children": [
|
|
823
840
|
{
|
|
824
|
-
"icon": "clock",
|
|
825
841
|
"value": "@entity.receivedAt",
|
|
826
|
-
"
|
|
827
|
-
"type": "stat-display"
|
|
842
|
+
"icon": "clock",
|
|
843
|
+
"type": "stat-display",
|
|
844
|
+
"label": "Received"
|
|
828
845
|
},
|
|
829
846
|
{
|
|
830
|
-
"type": "stat-display",
|
|
831
|
-
"label": "Ready at",
|
|
832
847
|
"icon": "check-circle",
|
|
833
|
-
"value": "@entity.readyAt"
|
|
848
|
+
"value": "@entity.readyAt",
|
|
849
|
+
"type": "stat-display",
|
|
850
|
+
"label": "Ready at"
|
|
834
851
|
},
|
|
835
852
|
{
|
|
836
853
|
"value": "@entity.servedAt",
|
|
837
|
-
"
|
|
854
|
+
"label": "Served at",
|
|
838
855
|
"icon": "utensils",
|
|
839
|
-
"
|
|
856
|
+
"type": "stat-display"
|
|
840
857
|
}
|
|
841
|
-
]
|
|
842
|
-
"cols": 3.0
|
|
858
|
+
]
|
|
843
859
|
},
|
|
844
860
|
{
|
|
845
|
-
"type": "stack",
|
|
846
|
-
"gap": "sm",
|
|
847
861
|
"children": [
|
|
848
862
|
{
|
|
849
863
|
"actionPayload": {
|
|
@@ -855,27 +869,29 @@
|
|
|
855
869
|
"variant": "secondary"
|
|
856
870
|
},
|
|
857
871
|
{
|
|
858
|
-
"label": "Mark Ready",
|
|
859
|
-
"variant": "primary",
|
|
860
|
-
"action": "MARK_READY",
|
|
861
872
|
"type": "button",
|
|
873
|
+
"label": "Mark Ready",
|
|
862
874
|
"actionPayload": {
|
|
863
|
-
"
|
|
864
|
-
"
|
|
865
|
-
}
|
|
875
|
+
"ticketId": "@entity.id",
|
|
876
|
+
"readyAt": "now"
|
|
877
|
+
},
|
|
878
|
+
"action": "MARK_READY",
|
|
879
|
+
"variant": "primary"
|
|
866
880
|
},
|
|
867
881
|
{
|
|
868
|
-
"variant": "primary",
|
|
869
|
-
"action": "MARK_SERVED",
|
|
870
|
-
"type": "button",
|
|
871
|
-
"label": "Mark Served",
|
|
872
882
|
"actionPayload": {
|
|
873
|
-
"
|
|
874
|
-
"
|
|
875
|
-
}
|
|
883
|
+
"servedAt": "now",
|
|
884
|
+
"ticketId": "@entity.id"
|
|
885
|
+
},
|
|
886
|
+
"label": "Mark Served",
|
|
887
|
+
"type": "button",
|
|
888
|
+
"variant": "primary",
|
|
889
|
+
"action": "MARK_SERVED"
|
|
876
890
|
}
|
|
877
891
|
],
|
|
892
|
+
"type": "stack",
|
|
878
893
|
"direction": "horizontal",
|
|
894
|
+
"gap": "sm",
|
|
879
895
|
"align": "center"
|
|
880
896
|
}
|
|
881
897
|
]
|
|
@@ -910,8 +926,8 @@
|
|
|
910
926
|
"@entity",
|
|
911
927
|
{
|
|
912
928
|
"emit": {
|
|
913
|
-
"
|
|
914
|
-
"
|
|
929
|
+
"success": "KitchenTicketUpdated",
|
|
930
|
+
"failure": "KitchenTicketUpdateFailed"
|
|
915
931
|
}
|
|
916
932
|
}
|
|
917
933
|
],
|
|
@@ -919,21 +935,72 @@
|
|
|
919
935
|
"render-ui",
|
|
920
936
|
"main",
|
|
921
937
|
{
|
|
938
|
+
"children": [
|
|
939
|
+
{
|
|
940
|
+
"type": "spinner"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"variant": "caption",
|
|
944
|
+
"color": "muted",
|
|
945
|
+
"type": "typography",
|
|
946
|
+
"content": "Marking ticket served…"
|
|
947
|
+
}
|
|
948
|
+
],
|
|
922
949
|
"type": "stack",
|
|
923
950
|
"gap": "md",
|
|
924
951
|
"direction": "vertical",
|
|
952
|
+
"className": "py-12",
|
|
953
|
+
"align": "center"
|
|
954
|
+
}
|
|
955
|
+
]
|
|
956
|
+
]
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"from": "browsing",
|
|
960
|
+
"to": "loading",
|
|
961
|
+
"event": "SET_STATUS",
|
|
962
|
+
"effects": [
|
|
963
|
+
[
|
|
964
|
+
"set",
|
|
965
|
+
"@entity.id",
|
|
966
|
+
"@payload.entityId"
|
|
967
|
+
],
|
|
968
|
+
[
|
|
969
|
+
"set",
|
|
970
|
+
"@entity.status",
|
|
971
|
+
"@payload.newStatus"
|
|
972
|
+
],
|
|
973
|
+
[
|
|
974
|
+
"persist",
|
|
975
|
+
"update",
|
|
976
|
+
"KitchenTicket",
|
|
977
|
+
"@entity",
|
|
978
|
+
{
|
|
979
|
+
"emit": {
|
|
980
|
+
"success": "KitchenTicketUpdated",
|
|
981
|
+
"failure": "KitchenTicketUpdateFailed"
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
],
|
|
985
|
+
[
|
|
986
|
+
"render-ui",
|
|
987
|
+
"main",
|
|
988
|
+
{
|
|
989
|
+
"align": "center",
|
|
990
|
+
"type": "stack",
|
|
991
|
+
"gap": "md",
|
|
925
992
|
"children": [
|
|
926
993
|
{
|
|
927
994
|
"type": "spinner"
|
|
928
995
|
},
|
|
929
996
|
{
|
|
997
|
+
"content": "Updating ticket status…",
|
|
930
998
|
"color": "muted",
|
|
931
|
-
"variant": "caption",
|
|
932
999
|
"type": "typography",
|
|
933
|
-
"
|
|
1000
|
+
"variant": "caption"
|
|
934
1001
|
}
|
|
935
1002
|
],
|
|
936
|
-
"
|
|
1003
|
+
"direction": "vertical",
|
|
937
1004
|
"className": "py-12"
|
|
938
1005
|
}
|
|
939
1006
|
]
|
|
@@ -965,9 +1032,9 @@
|
|
|
965
1032
|
"render-ui",
|
|
966
1033
|
"main",
|
|
967
1034
|
{
|
|
968
|
-
"
|
|
1035
|
+
"variant": "error",
|
|
969
1036
|
"message": "@payload.error",
|
|
970
|
-
"
|
|
1037
|
+
"type": "alert"
|
|
971
1038
|
}
|
|
972
1039
|
]
|
|
973
1040
|
]
|
|
@@ -991,22 +1058,22 @@
|
|
|
991
1058
|
"render-ui",
|
|
992
1059
|
"main",
|
|
993
1060
|
{
|
|
1061
|
+
"direction": "vertical",
|
|
1062
|
+
"className": "py-12",
|
|
994
1063
|
"type": "stack",
|
|
995
|
-
"gap": "md",
|
|
996
1064
|
"align": "center",
|
|
997
|
-
"className": "py-12",
|
|
998
1065
|
"children": [
|
|
999
1066
|
{
|
|
1000
1067
|
"type": "spinner"
|
|
1001
1068
|
},
|
|
1002
1069
|
{
|
|
1003
|
-
"variant": "caption",
|
|
1004
|
-
"type": "typography",
|
|
1005
1070
|
"color": "muted",
|
|
1071
|
+
"type": "typography",
|
|
1072
|
+
"variant": "caption",
|
|
1006
1073
|
"content": "Loading kitchen tickets…"
|
|
1007
1074
|
}
|
|
1008
1075
|
],
|
|
1009
|
-
"
|
|
1076
|
+
"gap": "md"
|
|
1010
1077
|
}
|
|
1011
1078
|
]
|
|
1012
1079
|
]
|
|
@@ -1033,8 +1100,8 @@
|
|
|
1033
1100
|
"@entity",
|
|
1034
1101
|
{
|
|
1035
1102
|
"emit": {
|
|
1036
|
-
"
|
|
1037
|
-
"
|
|
1103
|
+
"failure": "KitchenTicketUpdateFailed",
|
|
1104
|
+
"success": "KitchenTicketUpdated"
|
|
1038
1105
|
}
|
|
1039
1106
|
}
|
|
1040
1107
|
],
|
|
@@ -1042,22 +1109,22 @@
|
|
|
1042
1109
|
"render-ui",
|
|
1043
1110
|
"main",
|
|
1044
1111
|
{
|
|
1045
|
-
"direction": "vertical",
|
|
1046
1112
|
"gap": "md",
|
|
1047
1113
|
"align": "center",
|
|
1048
|
-
"type": "stack",
|
|
1049
1114
|
"className": "py-12",
|
|
1050
1115
|
"children": [
|
|
1051
1116
|
{
|
|
1052
1117
|
"type": "spinner"
|
|
1053
1118
|
},
|
|
1054
1119
|
{
|
|
1055
|
-
"variant": "caption",
|
|
1056
|
-
"type": "typography",
|
|
1057
1120
|
"color": "muted",
|
|
1058
|
-
"
|
|
1121
|
+
"variant": "caption",
|
|
1122
|
+
"content": "Marking ticket preparing…",
|
|
1123
|
+
"type": "typography"
|
|
1059
1124
|
}
|
|
1060
|
-
]
|
|
1125
|
+
],
|
|
1126
|
+
"type": "stack",
|
|
1127
|
+
"direction": "vertical"
|
|
1061
1128
|
}
|
|
1062
1129
|
]
|
|
1063
1130
|
]
|
|
@@ -1089,8 +1156,8 @@
|
|
|
1089
1156
|
"@entity",
|
|
1090
1157
|
{
|
|
1091
1158
|
"emit": {
|
|
1092
|
-
"
|
|
1093
|
-
"
|
|
1159
|
+
"success": "KitchenTicketUpdated",
|
|
1160
|
+
"failure": "KitchenTicketUpdateFailed"
|
|
1094
1161
|
}
|
|
1095
1162
|
}
|
|
1096
1163
|
],
|
|
@@ -1099,21 +1166,21 @@
|
|
|
1099
1166
|
"main",
|
|
1100
1167
|
{
|
|
1101
1168
|
"direction": "vertical",
|
|
1169
|
+
"gap": "md",
|
|
1170
|
+
"align": "center",
|
|
1171
|
+
"type": "stack",
|
|
1102
1172
|
"children": [
|
|
1103
1173
|
{
|
|
1104
1174
|
"type": "spinner"
|
|
1105
1175
|
},
|
|
1106
1176
|
{
|
|
1107
1177
|
"content": "Marking ticket ready…",
|
|
1108
|
-
"variant": "caption",
|
|
1109
1178
|
"type": "typography",
|
|
1179
|
+
"variant": "caption",
|
|
1110
1180
|
"color": "muted"
|
|
1111
1181
|
}
|
|
1112
1182
|
],
|
|
1113
|
-
"
|
|
1114
|
-
"className": "py-12",
|
|
1115
|
-
"type": "stack",
|
|
1116
|
-
"gap": "md"
|
|
1183
|
+
"className": "py-12"
|
|
1117
1184
|
}
|
|
1118
1185
|
]
|
|
1119
1186
|
]
|
|
@@ -1145,8 +1212,8 @@
|
|
|
1145
1212
|
"@entity",
|
|
1146
1213
|
{
|
|
1147
1214
|
"emit": {
|
|
1148
|
-
"
|
|
1149
|
-
"
|
|
1215
|
+
"success": "KitchenTicketUpdated",
|
|
1216
|
+
"failure": "KitchenTicketUpdateFailed"
|
|
1150
1217
|
}
|
|
1151
1218
|
}
|
|
1152
1219
|
],
|
|
@@ -1154,22 +1221,22 @@
|
|
|
1154
1221
|
"render-ui",
|
|
1155
1222
|
"main",
|
|
1156
1223
|
{
|
|
1157
|
-
"
|
|
1224
|
+
"align": "center",
|
|
1225
|
+
"className": "py-12",
|
|
1158
1226
|
"children": [
|
|
1159
1227
|
{
|
|
1160
1228
|
"type": "spinner"
|
|
1161
1229
|
},
|
|
1162
1230
|
{
|
|
1163
|
-
"
|
|
1231
|
+
"content": "Marking ticket served…",
|
|
1164
1232
|
"variant": "caption",
|
|
1165
|
-
"
|
|
1166
|
-
"
|
|
1233
|
+
"color": "muted",
|
|
1234
|
+
"type": "typography"
|
|
1167
1235
|
}
|
|
1168
1236
|
],
|
|
1169
|
-
"
|
|
1237
|
+
"gap": "md",
|
|
1170
1238
|
"type": "stack",
|
|
1171
|
-
"direction": "vertical"
|
|
1172
|
-
"className": "py-12"
|
|
1239
|
+
"direction": "vertical"
|
|
1173
1240
|
}
|
|
1174
1241
|
]
|
|
1175
1242
|
]
|
|
@@ -1184,8 +1251,8 @@
|
|
|
1184
1251
|
"KitchenTicket",
|
|
1185
1252
|
{
|
|
1186
1253
|
"emit": {
|
|
1187
|
-
"
|
|
1188
|
-
"
|
|
1254
|
+
"success": "KitchenTicketLoaded",
|
|
1255
|
+
"failure": "KitchenTicketLoadFailed"
|
|
1189
1256
|
}
|
|
1190
1257
|
}
|
|
1191
1258
|
],
|
|
@@ -1209,50 +1276,26 @@
|
|
|
1209
1276
|
"description": "Tickets older than this flip to the overdue aging tier",
|
|
1210
1277
|
"tier": "advanced"
|
|
1211
1278
|
},
|
|
1212
|
-
"
|
|
1213
|
-
"type": "
|
|
1214
|
-
"default":
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
"
|
|
1229
|
-
"
|
|
1230
|
-
"
|
|
1231
|
-
"
|
|
1232
|
-
"type": "object",
|
|
1233
|
-
"properties": {
|
|
1234
|
-
"variant": {
|
|
1235
|
-
"name": "variant",
|
|
1236
|
-
"type": "string",
|
|
1237
|
-
"required": false
|
|
1238
|
-
},
|
|
1239
|
-
"label": {
|
|
1240
|
-
"name": "label",
|
|
1241
|
-
"type": "string",
|
|
1242
|
-
"required": true
|
|
1243
|
-
},
|
|
1244
|
-
"event": {
|
|
1245
|
-
"name": "event",
|
|
1246
|
-
"type": "string",
|
|
1247
|
-
"required": true
|
|
1248
|
-
},
|
|
1249
|
-
"icon": {
|
|
1250
|
-
"name": "icon",
|
|
1251
|
-
"type": "string",
|
|
1252
|
-
"required": false
|
|
1253
|
-
}
|
|
1254
|
-
}
|
|
1255
|
-
}
|
|
1279
|
+
"allowSplitChecks": {
|
|
1280
|
+
"type": "boolean",
|
|
1281
|
+
"default": true,
|
|
1282
|
+
"label": "Allow split checks",
|
|
1283
|
+
"description": "Permit splitting a check that originated from this ticket.",
|
|
1284
|
+
"tier": "customization"
|
|
1285
|
+
},
|
|
1286
|
+
"kitchenAutoFire": {
|
|
1287
|
+
"type": "boolean",
|
|
1288
|
+
"default": false,
|
|
1289
|
+
"label": "Kitchen auto-fire",
|
|
1290
|
+
"description": "Auto-advance tickets from pending → preparing without manual fire.",
|
|
1291
|
+
"tier": "customization"
|
|
1292
|
+
},
|
|
1293
|
+
"coursingEnabled": {
|
|
1294
|
+
"type": "boolean",
|
|
1295
|
+
"default": false,
|
|
1296
|
+
"label": "Coursing enabled",
|
|
1297
|
+
"description": "Honor course ordering (apps → mains → dessert) when pacing tickets.",
|
|
1298
|
+
"tier": "customization"
|
|
1256
1299
|
},
|
|
1257
1300
|
"fields": {
|
|
1258
1301
|
"type": "[FieldSpec]",
|
|
@@ -1263,14 +1306,14 @@
|
|
|
1263
1306
|
"variant": "caption"
|
|
1264
1307
|
},
|
|
1265
1308
|
{
|
|
1266
|
-
"
|
|
1309
|
+
"variant": "caption",
|
|
1267
1310
|
"label": "Table",
|
|
1268
|
-
"
|
|
1311
|
+
"name": "tableLabel"
|
|
1269
1312
|
},
|
|
1270
1313
|
{
|
|
1271
1314
|
"name": "serverName",
|
|
1272
|
-
"
|
|
1273
|
-
"
|
|
1315
|
+
"label": "Server",
|
|
1316
|
+
"variant": "caption"
|
|
1274
1317
|
},
|
|
1275
1318
|
{
|
|
1276
1319
|
"name": "status",
|
|
@@ -1278,14 +1321,14 @@
|
|
|
1278
1321
|
"variant": "badge"
|
|
1279
1322
|
},
|
|
1280
1323
|
{
|
|
1281
|
-
"name": "aging",
|
|
1282
1324
|
"label": "Aging",
|
|
1283
|
-
"variant": "badge"
|
|
1325
|
+
"variant": "badge",
|
|
1326
|
+
"name": "aging"
|
|
1284
1327
|
},
|
|
1285
1328
|
{
|
|
1329
|
+
"variant": "caption",
|
|
1286
1330
|
"name": "receivedAt",
|
|
1287
|
-
"label": "Received"
|
|
1288
|
-
"variant": "caption"
|
|
1331
|
+
"label": "Received"
|
|
1289
1332
|
}
|
|
1290
1333
|
],
|
|
1291
1334
|
"label": "Columns to show",
|
|
@@ -1294,8 +1337,18 @@
|
|
|
1294
1337
|
"items": {
|
|
1295
1338
|
"type": "object",
|
|
1296
1339
|
"properties": {
|
|
1297
|
-
"
|
|
1298
|
-
"name": "
|
|
1340
|
+
"key": {
|
|
1341
|
+
"name": "key",
|
|
1342
|
+
"type": "string",
|
|
1343
|
+
"required": false
|
|
1344
|
+
},
|
|
1345
|
+
"header": {
|
|
1346
|
+
"name": "header",
|
|
1347
|
+
"type": "string",
|
|
1348
|
+
"required": false
|
|
1349
|
+
},
|
|
1350
|
+
"variant": {
|
|
1351
|
+
"name": "variant",
|
|
1299
1352
|
"type": "string",
|
|
1300
1353
|
"required": false
|
|
1301
1354
|
},
|
|
@@ -1309,18 +1362,48 @@
|
|
|
1309
1362
|
"type": "string",
|
|
1310
1363
|
"required": false
|
|
1311
1364
|
},
|
|
1312
|
-
"
|
|
1313
|
-
"name": "
|
|
1365
|
+
"icon": {
|
|
1366
|
+
"name": "icon",
|
|
1314
1367
|
"type": "string",
|
|
1315
1368
|
"required": false
|
|
1316
1369
|
},
|
|
1317
|
-
"
|
|
1318
|
-
"name": "
|
|
1370
|
+
"format": {
|
|
1371
|
+
"name": "format",
|
|
1319
1372
|
"type": "string",
|
|
1320
1373
|
"required": false
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
}
|
|
1377
|
+
},
|
|
1378
|
+
"itemActions": {
|
|
1379
|
+
"type": "[ItemAction]",
|
|
1380
|
+
"default": [
|
|
1381
|
+
{
|
|
1382
|
+
"variant": "primary",
|
|
1383
|
+
"event": "OPEN_TICKET",
|
|
1384
|
+
"icon": "arrow-right",
|
|
1385
|
+
"label": "Open"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"event": "MARK_SERVED",
|
|
1389
|
+
"variant": "danger",
|
|
1390
|
+
"label": "Mark Served",
|
|
1391
|
+
"icon": "utensils"
|
|
1392
|
+
}
|
|
1393
|
+
],
|
|
1394
|
+
"label": "Row actions",
|
|
1395
|
+
"description": "Buttons users can click on each ticket row",
|
|
1396
|
+
"tier": "customization",
|
|
1397
|
+
"items": {
|
|
1398
|
+
"type": "object",
|
|
1399
|
+
"properties": {
|
|
1400
|
+
"event": {
|
|
1401
|
+
"name": "event",
|
|
1402
|
+
"type": "string",
|
|
1403
|
+
"required": true
|
|
1321
1404
|
},
|
|
1322
|
-
"
|
|
1323
|
-
"name": "
|
|
1405
|
+
"variant": {
|
|
1406
|
+
"name": "variant",
|
|
1324
1407
|
"type": "string",
|
|
1325
1408
|
"required": false
|
|
1326
1409
|
},
|
|
@@ -1328,16 +1411,57 @@
|
|
|
1328
1411
|
"name": "icon",
|
|
1329
1412
|
"type": "string",
|
|
1330
1413
|
"required": false
|
|
1414
|
+
},
|
|
1415
|
+
"label": {
|
|
1416
|
+
"name": "label",
|
|
1417
|
+
"type": "string",
|
|
1418
|
+
"required": true
|
|
1331
1419
|
}
|
|
1332
1420
|
}
|
|
1333
1421
|
}
|
|
1334
1422
|
},
|
|
1423
|
+
"serviceCharge": {
|
|
1424
|
+
"type": "number",
|
|
1425
|
+
"default": 0.0,
|
|
1426
|
+
"label": "Service charge (%)",
|
|
1427
|
+
"description": "Default service-charge percentage applied to ticket-resolved checks.",
|
|
1428
|
+
"tier": "customization"
|
|
1429
|
+
},
|
|
1430
|
+
"tipPresets": {
|
|
1431
|
+
"type": "[number]",
|
|
1432
|
+
"default": [
|
|
1433
|
+
15.0,
|
|
1434
|
+
18.0,
|
|
1435
|
+
20.0,
|
|
1436
|
+
25.0
|
|
1437
|
+
],
|
|
1438
|
+
"label": "Tip presets (%)",
|
|
1439
|
+
"description": "Quick-select tip percentages shown when closing related checks.",
|
|
1440
|
+
"tier": "customization",
|
|
1441
|
+
"items": {
|
|
1442
|
+
"type": "number"
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
"tableTurnoverTargetMinutes": {
|
|
1446
|
+
"type": "number",
|
|
1447
|
+
"default": 60.0,
|
|
1448
|
+
"label": "Table turnover target (min)",
|
|
1449
|
+
"description": "Target minutes between seatings; influences ticket aging severity.",
|
|
1450
|
+
"tier": "advanced"
|
|
1451
|
+
},
|
|
1335
1452
|
"title": {
|
|
1336
1453
|
"type": "string",
|
|
1337
1454
|
"default": "Kitchen Display",
|
|
1338
1455
|
"label": "Section title",
|
|
1339
1456
|
"description": "Heading shown above the kitchen ticket board",
|
|
1340
1457
|
"tier": "customization"
|
|
1458
|
+
},
|
|
1459
|
+
"allergenWarningsEnabled": {
|
|
1460
|
+
"type": "boolean",
|
|
1461
|
+
"default": true,
|
|
1462
|
+
"label": "Allergen warnings",
|
|
1463
|
+
"description": "Highlight allergen warnings on ticket items in the kitchen view.",
|
|
1464
|
+
"tier": "customization"
|
|
1341
1465
|
}
|
|
1342
1466
|
},
|
|
1343
1467
|
"scope": "collection"
|
|
@@ -1356,4 +1480,4 @@
|
|
|
1356
1480
|
]
|
|
1357
1481
|
}
|
|
1358
1482
|
]
|
|
1359
|
-
}
|
|
1483
|
+
}
|