Guarantee -100% Satisfaction 

 Shipping – to all of Mexico

 (Español)

Description:

Record the type of sales made (Dine In, Take out, Delivery)

Add customer details including delivery address to tickets.

 

Example:

As a ticket is opened the sales person can select the type of order, Dine In, Take Out or Delivery.

In some countries different taxes are incurred depending on the type of service.

As the owner of the business it is important to see where sales are made to evaluate continued offering, reports can be produced to see sales totals in these 3 different modes as well in the cash close report.

The delivery address is printed on the ticket so the delivery person can arrive at the correct location.

 

Screen Shots:

Technical Information:

Printer.Ticket: 

        #if (${ticket.printMenu()} == “Delivery”)

        <line>

        <text align=”left” length=”15″>Address:</text>

        <text>${ticket.getCustomer().getAddress()}</text>

        </line>

        <line>

        <text>${ticket.getCustomer().getAddress2()}</text>

        </line><line>

        <text>${ticket.getCustomer().getPostal()}</text>

        </line><line>

        <text align=”left” length=”15″></text>

        <text>${ticket.getCustomer().getTaxid()}</text>

        </line>  

        #end