SambaPOS Forum

English Boards => V3 Development => Topic started by: JohnS on July 09, 2013, 11:06:13 pm

Title: Recall Last Ticket/Ticket Window
Post by: JohnS on July 09, 2013, 11:06:13 pm
Emre,

I have setup a 'Recall Last Ticket' button on the POS screen, but I only want it enabled for a new Ticket, not one that is having items added. What are the Enabled/Visible states that I need for this?


Also, with Tickets (Main Menu), when 'Can Display Other Waiters Tickets' is unticked, can we get the Tickets window to only show that users Tickets?
My thinking is that there are 3 possibilities
1. See all tickets
2. See no tickets
3. See only logged on users tickets.

To restrict displaying of tickets, yet still showing them all in the Ticket window to me is redundant. If I cant view them, why show them.
Title: Re: Recall Last Ticket/Ticket Window
Post by: emre on July 10, 2013, 01:59:42 am
1. Ticket state named "Status" should be empty. So "Status=" filter should do the job.
2. Yes that makes sense and that also improves usability of the Tickets Screen. I've created an issue for this
https://github.com/emreeren/SambaPOS-3/issues/257
Title: Re: Recall Last Ticket/Ticket Window
Post by: JohnS on July 10, 2013, 02:16:08 am
1. Ticket state named "Status" should be empty. So "Status=" filter should do the job.

Perfect!!