Hello Team,
I have two questions
In our region, we need to display the extra character while printing the ticket. The character will be based on whether the menu item have tax or not.
Is it possible to be done through the printing template ?
I would like to display
Quantity, Menu Item Name, Price, Line Total
in a single line without using spaces ?
Please let me know. It will be really helpful
@emre , @Jesse , @RickH , @QMcKay
Please help me sir
RickH
April 16, 2015, 10:11am
2
You could do this with custom product tags so everytime you setup a new item you select the tax code letter from a drop down box
For all current items you would have to manually go back to each one and assign the code
You could then print that tag on the receipt as you need
Have a search for custom product tags
This is one way i know of there may be other ways, hooe that helps
EDIT heres the link
As of 4.1.14 Custom Product Tags are supported.
Edit Program Settings for configuration.
[image]
Enter Custom Product Tags as Comma Separated values. After this modification Product Cards appears like this.
[image]
I’ve created three tags for Tax type, Turkish Name and and Promotion type of the product. I can access tags with {ITEM TAG:X} tag on printer templates or order rules. This is useful for printing additional info about product or building conditional rule logic for specific pro…
@RickH
Any other option for second question ?
RickH
April 16, 2015, 10:15am
4
For ordering them on the receipt, so long as there is enough space you can format all those options to be on the same line, just but all the tags next to each other on one line
emre
April 16, 2015, 10:24am
5
Can you please review our community guidelines?
###How to ask questions?
[image]
###Things to know before start
SambaPOS is different from traditional POS systems. It allows you to customize almost every POS feature according to your business needs. It is easy to understand and you can build your own solutions without programming knowledge. However it is something new and you’ll need some time to understand how customization works.
We have a lot of tutorials to demonstrate how all SambaPOS customization features works. Please keep in…
1 Like
oh sorry emre… i will not do hereafter.
Jesse
April 16, 2015, 1:46pm
7
How do you tell Sambapos which items are taxed and which are not? Mapping?
shmoulana:
I would like to display
Quantity, Menu Item Name, Price, Line Total
in a single line without using spaces ?
You can try this:
Under [ORDERS] put this:
<J00>{QUANTITY}{NAME}{PRICE}{TOTAL AMOUNT}
Yes Kendash
I will be doing through Mapping
Jesse
April 16, 2015, 1:52pm
9
Is it a Tax Template? Do the items that are not using this tax need a symbol? Or is it just the taxed items?
EDIT: Never mind i see you have zero and standard rated so you would want it for non taxed. Is it always same items or can some items vary?
@shmoulana Since you are using mapping there is really no need for Custom Product tags. Just name your tax templates S and Z then put this under [ORDERS]
<J00>{QUANTITY}{NAME}{PRICE}{TOTAL AMOUNT}{TAX NAME}
EDIT: Wait that might not work one moment. Let me do some testing.
OK Yes this will not work in fact the Product Tags might be a good option I was trying to figure out an easier method vs having to flag each item.