Customer's address on delivery bill

Dear expert @emre am going to start delivery services in my restaurant… I have already added delivery button in my main screen so when I click on it it print delivery on KOT as well as on customers invoice. Now the main problem is customer’s address . When I add new customer it only show me customer name and phone number how can I add customer’s address in his record. And how can I print customer’s name phone number and address on his bill so that my delivery boy know customer’s detail like phone number and address from his bill… or any other way out of my problem. Thanks

Dear expert @Jesse am going to start delivery services in my restaurant… I have already added delivery button in my main screen so when I click on it it print delivery on KOT as well as on customers invoice. Now the main problem is customer’s address . When I add new customer it only show me customer name and phone number how can I add customer’s address in his record. And how can I print customer’s name phone number and address on his bill so that my delivery boy know customer’s detail like phone number and address from his bill… or any other way out of my problem. Thanks

Post it twice - that will make him answer faster… Is 3 hours an unacceptable time to wait for an answer on a public forum?
Also you don’t need to direct your questions directly to emre, doubt he would rush to answer a very basic question which someone already spent angles yesterday nursing another person through yesterday…
Please use the SEARCH function on the forum.
This have been covered many time from many angles.
I went through just yesterday with someone…

Hey @JTRTech sorry for asking question quick last time. But trying to figure it out how to print delivery address and phone number and customer name on bill. I read threads but could not understand please help me to fix this problem. I have created home delivery button on main screen . I have set the printer template as well . On my bill its printing like customer name:
Phone number:
Address:
But not printing customer name phone number and address
… I added customer address phone number and name in data base and selected that customer then punched his bill when I settled his bill and took print out its not showing his data like customer name … address and Phone number … please help

@Navdeep_Singh Your setup screenshots helps understand your flow better. meanwhile try to search forum you have all information you required.

Thanks for your help @gsreddy. Pls see my ecreenshot for better understanding



Your tags should be this, assuming you have left the entity name the same:

{ ENTITY DATA:Entity Name:Entity Field }

So if the entity your using is called Customers you should be using:

{ ENTITY DATA:Customers:Address }

{ ENTITY DATA:Customers:Phone }

Remember its all case sensitive so needs to be spelt exactly as it is in your entity setup

Hey @RickH please be specific please where I have to change . Customer name is coming on bill but not phone number and address. What’s the problem

Sorry i left my phone on side and my little one started typing and managed to post it

Ive corrected by post above :grinning:

Still not working see my screenshot

Show screenshots of your entity setups and your full ticket template

Looks like your entity is called Customer and not Customers so try;

{ ENTITY DATA:Customer:Phone}

{ ENTITY DATA:Customer:Address}

If you have you entity tags under the correct heading

[ENTITIES:Customer]

then you can just use { ENTITY DATA:Field Name } as it know what entity youre referring to

Solved… thanks mate really appriciate