Fix queue handoff so tickets keep their number across services.
Deploy Ladill Queue / deploy (push) Successful in 40s
Deploy Ladill Queue / deploy (push) Successful in 40s
Handoff now frees the counter, ends the service session, and requeues the same ticket for the next department — critical for hospital flows like doctor → lab. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -162,6 +162,7 @@ return [
|
||||
'almost_ready' => 'Ticket :ticket — you are :ahead customer(s) away. Please head to the waiting area.',
|
||||
'completed' => 'Thank you for visiting. Ticket :ticket is complete. Share feedback: :feedback_url',
|
||||
'missed' => 'Ticket :ticket was marked as missed. Please rejoin the queue if you still need service.',
|
||||
'transferred' => 'Ticket :ticket has been handed off to :queue. Keep your ticket — your number stays the same.',
|
||||
],
|
||||
|
||||
'report_types' => [
|
||||
|
||||
Reference in New Issue
Block a user