Everytime your cash drawer is opened using your cash drawer opening auto command it will create a log of the person, date and time it was opened as shown at the start of this tutorial
Could we specify a reason for draw openings too to show in that report? For example a person could lets say press own cash draw and the auto command has some values a user picks. What would we put inn the report to sow that reason also?
Yep thats my next addition, theres a custom field entry that im going to use an ask question to select a reason for opening the drawer
Im struggling to get the correct report tag to read the custom field, might need @Jesse to show me how to add a custom field and what tag to use in reports to read it
In fact, you don’t need that step. You can append Custom Fields in the Action via the Rule (as you have shown), even without defining them in the Task Type, and you can also Report on that Custom Field, even though they are not defined in the Task Type.
In this particular case of using Tasks for Logging, it certainly doesn’t hurt to define it. But when it comes to Task Printer, if you don’t want to see Custom Fields on the Task Cards in the Task Editor Widget, then don’t define them in the Task Type… otherwise they will show up and can tend to clutter the Task Card display.
In the Auto Command Field type “Add Open Drawer Reason” this will be used in another rule
The buttons i have used are: <bold>Incorrect Change given</bold>=Incorrect Change Given:White;Grey,<bold>Swap Change for Customer</bold>=Swap Change for Customer:White;Grey,<bold>Add Change to Till Float</bold>=Add Change to Till Float:White;Grey,<bold>Till Skim</bold>=Till Skim:White;Grey
Create a new Automation Command Executed Rule as below:
Ensure the custom constraint exactly matches the auto command field from the ask question we created, highlighted in the red box
Then add the Add Task action to this rule as shown above and enter the following in the custom field box:
Reason=[:CommandValue]
This will use the label on the button selected for the reason for opening the cash drawer and add it to the custom task Reason field when reporting as shown below:
Yes I know i will be hard, but that’s why we have cctv set it up to send info of almost every op of samba, my guess it will be to store and count the command value, also i will compare tickets sales against open drawer count
You just add a update program setting action to increase by 1 every time the open drawer auto command button is pressed and then reset it back to zero on work period close. Add the action to your open drawer rule