ORDEN:

Order Details

{{ $index+1 }} {{ items.name }} (x{{ items.quantity }} {{ items.unitName }}) {{ items.name }}{{ items.comentario_cocina ? ' «' + items.comentario_cocina + '»' : null }} (x{{ items.quantity }}) {{ items.name }}{{ items.comentario_cocina ? ' «' + items.comentario_cocina + '»' : null }} (x{{ items.quantity }} {{ items.unitName }}) {{ items.name }} - CheckIn: {{ items.check_in }}, CheckOut: {{ items.check_out }}, Huéspedes: {{ items.totalguests }} (x{{ items.quantity }} noches) {{ items.subTotal | formatDecimal:2 }}
Subtotal {{ totalAmount | formatDecimal:2 }}
Discount {{ discountType == 'percentage' ? '('+discountAmount+'%)' : '' }} {{ discountType == 'percentage' ? (_percentage(totalAmount, discountAmount) | formatDecimal:2) : (discountAmount | formatDecimal:2) }}
Shipping Charge {{ shippingType == 'percentage' ? '('+shippingAmount+'%)' : '' }} {{ shippingType == 'percentage' ? (_percentage(totalAmount, shippingAmount) | formatDecimal:2) : (shippingAmount | formatDecimal:2) }}
Other Charge {{ othersCharge | formatDecimal:2 }}
Payable Amount ({{ totalItem }} items) {{ totalPayable | formatDecimal:2 }}
 
Notes: {{ invoiceNote }}