Customer Account - Balance and Receipt

Hello guys thank you for all the help. How can I add a deposit using the customer accounts. I know I can go to account details and add cash but how can I add it directly in the payment screen. If I do add it, the amount adds it self as debit and is not credited in the account. Also on the receipt shows as paid not as deposit. I want the receipt to show the amount paid and balance. I want the receipt to have the deposit balance and total amount.

My ticket template looks like this:
[LAYOUT]
– General layout

d:\logos.bmp Time:{TIME} Date:{TICKET DATE} Ticket No:{TICKET NO} {ENTITIES} - {ORDERS} * {DISCOUNTS} [Total Gift:|{ORDER STATE TOTAL:Gift}] {SERVICES} Total ${TICKET TOTAL} Tendered|${TENDERED TOTAL} Change|${CHANGE TOTAL} * T H A N K Y O U GRACIAS POR TU VISITA! Exchange only accepted within 7 days from purchase date in original packaging. No returns on Computer Repair or Software.
[DISCOUNTS] {CALCULATION NAME} %{CALCULATION AMOUNT}|{CALCULATION TOTAL}

[SERVICES]
{CALCULATION NAME}|{CALCULATION TOTAL}

[PAYMENTS]
{PAYMENT NAME}|{PAYMENT TOTAL}

[ORDERS]
– Default format for orders
-{QUANTITY} {NAME}|{TOTAL PRICE}
{ORDER TAGS}

[ORDERS:Gift]
– Format for gifted orders
-{QUANTITY} {NAME}|GIFT
{ORDER TAGS}

[ORDERS:Void]
– Nothing will print for void lines

[ORDER TAGS]
– Format for order tags
* {ORDER TAG NAME} | {ORDER TAG PRICE}

[ENTITIES:Stations]
– Table entity format
Station: {ENTITY NAME}

[ENTITIES:Customer]
– Customer entity format
– Customer: {ENTITY NAME}

[ENTITIES:Customer]
– Customer entity format
Account: {ENTITY NAME}
Balance: $[=F(0-TN(’{ENTITY BALANCE}’))]

The receipt shows the balance as tendered amount.

<img

If your wanting it to work like a debit account you need to define it correctly. Right now you have it set to run as a credit line. This is default. For the account type change it to the correct type.

Payment screen should say tendered. Tendered just means exchange of currency it can go either way.

Look at the accounting tags in your printer template on the right side. Those can help you show the related account information.

I have tried change it to debit but I am not sure if I need to do something else