madiha
January 18, 2015, 9:09pm
1
in my ticket receipt for most products i would like to show the total price but for open price product i would like to show the total amount
—is there a way to specify to show total amount for open dish only
—can we specify to show total price for discounted product not the total amount
Jesse
January 18, 2015, 9:20pm
2
Give your Open Orders a State and then use
[ORDERS:StateName]
<J00>- {QUANTITY} {NAME}|{TOTAL AMOUNT}
Or any format you may want.
Same thing for Discounted product give it a State and use same syntax.
For example if you made Open Orders have a state of Open you would insert at bottom of your ticket template:
[ORDERS:Open]
<J00>- {QUANTITY} {NAME}|{TOTAL AMOUNT}
You can use the Order Added To Ticket rule to capture the Open orders and subsequently assign a state to the order.
For your discounted orders you can use the rule that applies the discount to add the Discount state.
Use Update Order State
action.
3 Likes
madiha
January 18, 2015, 9:46pm
3
ok thanks will try and let you know
madiha
January 20, 2015, 8:32am
4
@Jesse do i need to define the state under states
madiha
January 20, 2015, 10:49am
5
ok i have manage to get print but i have one issue of printing the discounted note
[ORDERS:Discount]
{QUANTITY} {NAME}|${TOTAL PRICE}
[ {ORDER TAG:Discount Custom Percent} | {ORDER TAG TOTAL:Discount Custom Percent}]
i used this syntax where discount is the order state define
if i use {ORDER TAG PRICE:Discount Custom Percent} this prints {ORDER TAG PR
Jesse
January 20, 2015, 12:06pm
6
You can not put brackets around tags under a format heading.
madiha
January 22, 2015, 11:59am
7
i have try without brackets also not printing
[ORDERS:ExtraPrice]
{QUANTITY} {NAME}|${TOTAL PRICE}
{ORDER TAG NAME} X {ORDER TAG QUANTITY} | {ORDER TAG PRICE}
output:
1 Oliva Pasta $19.90
{ORDER TAG NAME} X {ORDER TAG PRICE}
madiha
January 22, 2015, 1:24pm
9
Jesse:
That’s not right syntax.
can you help with the correct syntax thnks
QMcKay
January 22, 2015, 6:29pm
10
What happened to using this?
1 Like
Jesse
January 22, 2015, 10:57pm
11
{ORDER TAG NAME}
is [ORDER TAGS]
Value not [ORDERS]
You are trying to use [ORDER TAGS]
Values for [ORDERS]
which equals bad syntax.
Look up correct syntax from Settings > Printer Templates > Click on a template and look at samples on right.
madiha
January 23, 2015, 12:58am
12
its not been considered as a syntax just text to be printed so its printing this as text {ORDER TAG:Discount Custom Percent} | {ORDER TAG TOTAL:Discount Custom Percent}
madiha
January 23, 2015, 12:58am
13
i checked but i didnt find anything special that can help
Jesse
January 23, 2015, 1:03am
14
Loook how everything is labeled. There are Orders Values, Order Tags values etc. This tells you what you can use under [ORDERS]
or [ORDER TAGS]
1 Like
madiha
January 23, 2015, 2:09am
15
got your point according to that i can only get the value of the tag
how about the price?
Jesse
January 23, 2015, 2:14am
16
try out a few things… Some are ticket based some order based. Study it and try out some stuff trial and error.
1 Like
madiha
January 24, 2015, 11:42am
18
its confusing but this is what i have learned:
Ticket : {ORDER TAG TOTAL: Discount Custom Percent}
Order Value: [ORDERS:Discount]
{QUANTITY} {NAME}|${TOTAL PRICE}
{ORDER TAG:Discount Custom Percent}
Order Value Tag:
[ORDER TAGS:Discount Custom Percent]
{ORDER TAG NAME} {ORDER TAG NOTE:Discount Custom Percent}
but i have failed to implement to get the correct syntax:
1 Pasta $9.70
***Discounted -$1.20
can please guide i can get
1 Pasta $9.70
***Discounted
but dont know how to get the discounted amonunt???
Jesse
January 24, 2015, 1:09pm
19
Not sure I understand what your wanting. 1.20 is discounted amount.
madiha
January 25, 2015, 2:40am
20
yes 1.20 is the discounted amount
i give 30% discount on pasta
pasta price 9.70
so 30% = 1.20 (dummy value)
display should be:
1 Pasta 9.70
**Discounted 30% -1.20