Hi All,
I am Changing a restaurant POS to SambPOS V5. All is working as expected but there are some requirements that am trying to figure out how to implement them.Please let me if its possible to;
-
Have a Waiter see only her unsettled tickets and be able to settle them all at once? or mayble select multiple tickets that they would like to settle and settle at once?
-
I have Three Departments and custom reports per departments, Is there a posibility of limiting these departmental reports to the cashiers of each of the department such that bar cashier can only see the bar sales reports/
3.We currently have a permission of can Display reports under navigation as we are setting roles,How can i allow a certain role to see only some specific reports?
Regards
Your report questions should be solvable by using custom entity screens and report widgets rather than reports via nav menus.
There is a role permissions option for can view others tickets or something like that.
Bulk payments would be possible, you would need to use a loop value action inputting a report expression to list current users unpaid/bill requested ticket ids. That action would then trigger automation command per ticket id with the ID value as a command value, so you point it at a new rule for automation command of that name with flow to open, add payment and close using actions.
Hi JTR,
Thanks for your reply.
My scenario is as below
There is a role permissions option for can view others tickets or something like that. I dont want the waiter to view/see the tickets of the other waiters.Only the tickets she printed should be visible to her once she logs in…Kindly elaborate on how to handle the bulk payments and reports part.