Created
March 14, 2013 15:24
-
-
Save emreeren/5162270 to your computer and use it in GitHub Desktop.
Updated bill template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[LAYOUT] | |
-- General layout | |
<T>TICKET | |
<L00>Date:{TICKET DATE} | |
<L00>Time:{TIME} | |
{ENTITIES} | |
<L00>Ticket No:{TICKET NO} | |
<F>- | |
{ORDERS} | |
<F>= | |
<EB> | |
{DISCOUNTS} | |
<J10>Total Gift:|{ORDER STATE TOTAL:Gift} | |
<J10>Total:|{TICKET TOTAL} | |
{PAYMENTS} | |
<DB> | |
<F>= | |
<C10>T H A N K Y O U | |
[DISCOUNTS] | |
<J00>{CALCULATION NAME} %{CALCULATION AMOUNT}|{CALCULATION TOTAL} | |
[PAYMENTS] | |
<J00>{PAYMENT NAME}|{PAYMENT AMOUNT} | |
[ORDERS] | |
-- Default format for orders | |
<J00>- {QUANTITY} {NAME}|{PRICE} | |
{ORDER TAGS} | |
[ORDERS:Gift] | |
-- Format for gifted orders | |
<J00>- {QUANTITY} {NAME}|**GIFT** | |
{ORDER TAGS} | |
[ORDERS:Void] | |
-- Nothing will print for void lines | |
[ORDER TAGS] | |
-- Format for order tags | |
<J00> * {ORDER TAG NAME} | {ORDER TAG PRICE} | |
[ENTITIES:Table] | |
-- Table entity format | |
<L00>Table: {ENTITY NAME} | |
[ENTITIES:Customer] | |
-- Customer entity format | |
<J00>Customer: {ENTITY NAME} | {ENTITY DATA:Phone} |
Hi,
The template uploaded now is old!
Can you upload the newest Template?
The uploaded template print that:
░░░░░░░░░░░░░░░ T I C K E T ░░░░░░░░░░░░░░
Date:06.04.2013
Time:9:08 PM
Ticket No:2
- 2 Caj 0.50
{IF DISCOUNT}
Total Gift: {GIFT TOTAL}
Total: 1.00
{IF PAID}
T H A N K Y O U
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Order Tags cann't be printed on ticket with this template.