Name: resmio Order Ticket
Type: Standard Ticket
Header
<row>
<column width="12">Table </column>
<column width="12">{{ table }}</column>
<column width="6" align="right">Ticket</column>
<column width="15">#{{ orderno }}</column>
</row>
{{#posControl}}
<row>
<column width=“14″ style=“double-height“>Order Type: </column>
<column width=“28″ align=“right“ style=“double-height“>{{.resmio_delivery_type}}</column>
</row>
<row>
<column width=“19″>Order fulfilment: </column>
<column width=“23″ align=“right“>{{.resmio_fulfillment_time}}</column>
</row>
<row>
<column width=“16″>Payment: </column>
<column width=“26″ align=“right“>{{.resmio_payment_status}}</column>
</row>
<row>
<column width=“11″>Order for: </column>
<column width=“31″ align=“right“>{{.resmio_customer_name}}</column>
</row>
<row>
<column width=“20″>resmio Order Id: </column>
<column width=“22″ align=“right“>{{.resmio_order_id}}</column>
</row>
<row> <column fill-with=“-„></column> </row>
<row>
<column width=“48″ align=“left“>Order notes: </column>
</row>
{{#posControl.resmio_customer_order_notes}}
<row>
<column width=“48″>{{.}} </column>
</row>
{{/posControl.resmio_customer_order_notes}}
<row> <column fill-with=“-„></column> </row>
{{/posControl}}
<row>
<column width=“12″>{{ date }} /</column>
<column width=“30″>{{ time }}</column>
</row>
<row><column width=“48″>Server: {{ waitername }}</column></row>
<row>
<column width=“48″ fill-with=“_“></column>
</row>
<row>
<column width=“48″ style=“double-height“>{{ coursegroup }}:</column>
</row>
<row><column width=“48″></column></row>
Article-Line
{{#positions}}
<row>
<column align="right" width="5" style="double-height">{{ count }}x</column>
<column style="double-height" width="23">{{shorttext}}</column>
<column style="double-height" width="7" align="right">{{ positionPrice }}</column>
</row>
{{#constraints}}
<row>
<column width="5"></column>
<column align="right" width="3" style="double-height">{{ constraintcount }}x</column>
<column style="double-height" align="left" width="20">{{ constraintshorttext }}</column>
<column style="double-height" align="right" width="6">{{ constraintprice }}</column>
</row>
{{/constraints}}
<row>
<column width="42"></column>
</row>
{{/positions}}
Footer
{{#posControl}}
<row>
<column width="48" fill-with="_"></column>
</row>
<row>
<column width="15" align="right">Customer number: </column>
<column width="27" align="left">{{.resmio_phone}}</column>
</row>
<row>
<column width="48"></column>
</row>
<row>
<column width="48" align="center">Delivery Address:</column>
</row>
<row>
<column width="48" align="center">{{.resmio_customer_name}}</column>
</row>
<row>
<column width="48" align="center">{{.resmio_street}}</column>
</row>
<row>
<column width="22" align="right">{{.resmio_zip}}</column>
<column width="34" align="left">{{.resmio_city}}</column>
</row>
<row>
<column width="48">Address Comment: </column>
</row>
{{#posControl.resmio_address_comment}}
<row>
<column width="48" >{{.}}</column>
</row>
{{/posControl.resmio_address_comment}}
<row>
<column width="48" fill-with="_"></column>
</row>
{{/posControl}}