I have added delivery charges automation button on the ticket screen. How can i have a popup that gives me option to choose the amount?
Currently its adding $5 which is applicable to one zone. I want it in a way that when i click on delivery charge button it gives me an option to enter a custom value or options to choose from.
I have tried playing with calculation method and selected custom but unable to achieve.
And whatās that action.
Youāll need to expand on that automation.
What do you want zone 1, 2, 3 and manual?
Youāll want an ask question for the initial question zone 1 2 3 manual.
Then an executed command rule responding to that with a pair of update calculation actions where amount is a open field.
If not manual one uses command value from the ask question and if manual a [?prompt] in the amount field.
Replace the Amount field (10) with this: [?Delivery Charge;;{CALCULATION TOTAL:Service Charge};OC;"5","10","15"] (you can change the amounts in quotes to the amounts you want. Or [?Delivery Charge;;{CALCULATION TOTAL:Service Charge};OCN;]
Here is post that describes what everything means:
The {CALCULATION TOTAL:Service Charge} report, that is there to show what the current Service Charge is at, in the event you need to change the amount. Nothing will appear when setting the Service Charge for the first time setting the Service Charge.
thanks @Francisco_Lopez its working perfectly fineā¦ only thing i am unable to achieve is how to select same action more than once? i can clone but looking at your screenshot you have achieved this without cloning as the name is same!
Multiple use of same action after adding right click on the left column and show all and used actions will show and be available to add a seccond time.
thanks @JTRTechā¦ A long learning curve for beginners!!!
You and every member of this community are great and amazingā¦!
Just a thought!
it will be great if there is a you tube channel or subscription available where people can request the tutorials and experts like just to name some : yourself, Jesse, QMcKay, Fransisco, SambaPOS Support can actually demonstrate. (of course selected and complicated queries) it will help novice users to educate themselves from another platform.
These take time though and we are not paid by samba, just resellers and or venue operators so cant offer up the time required without any return in investment.
These videos took me several hours a piece for relitivly simple demos.
I made these in a way to help proper get to grips with the ecosystem of samba automation.
hmm! hopefully down to road there will be something! forum is huge but for beginners like me are struggling to grasp the codes on most occasions like now i am stuck and cannot stop the slice to go to kitchen screen as its being sold at the counter and does not need to go to the kitchen screenā¦!