payfrit-api/api
John Mizerek 07abcee2fd Create kitchen task on order submission for KDS display
submitCash.php had no task creation — cash orders were invisible to KDS.
submit.php also lacked it (tab orders never hit webhook.php).
Both now create "Prepare Order #X for Table" task at StatusID=1.
submit.php includes duplicate guard since webhook.php also creates tasks
for card payments.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 20:02:02 -07:00
..
addresses Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
admin Port admin, cron, and receipt endpoints from CFML to PHP 2026-03-14 15:57:25 -07:00
app Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
assignments Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
auth Standardize UUID format: generateUUID() now returns unhyphenated 32-char hex 2026-03-15 16:43:02 -07:00
beacon-sharding Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
beacons Add beacons/lookupByMac.php and beacons/wipe.php endpoints 2026-03-16 19:13:21 -07:00
businesses Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
chat Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
config Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
grants Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
menu Fix item prices returning as strings instead of floats in JSON 2026-03-16 17:24:57 -07:00
orders Create kitchen task on order submission for KDS display 2026-03-16 20:02:02 -07:00
portal Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
presence Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
ratings Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
servicepoints Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
setup Add IsServiceBell flag to task types 2026-03-15 16:52:23 -07:00
stations Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
stripe Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
tabs Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
tasks Add IsServiceBell flag to task types 2026-03-15 16:52:23 -07:00
users Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
workers Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
helpers.php Standardize UUID format: generateUUID() now returns unhyphenated 32-char hex 2026-03-15 16:43:02 -07:00