| ${ _("Client") }: | ${ report.sale.client.person.name } | ${ _("Sale #") }: | ${ unicode(report.sale.identifier) } |
| ${ _("Sales Person") }: | ${ report.sale.salesperson.person.name } | ${ _("Open Date") }: | ${ format_date(report.sale.open_date) } |
| ${ _("Item") } | ${ _("WO") } | ${ _("Price") } | ${ _("Total") } |
| ${ format_quantity(item.quantity) } x ${ item.sellable.description } <% remaining = (item.quantity - item.quantity_decreased) %> % if remaining > 0: (${ _("Missing:")} ${ format_quantity(remaining)}) % endif | ${ report.get_optical_data(item.order).patient } | ${ format_price(item.sale_item.price) } | ${ format_price(item.sale_item.get_total()) } |
| ${ _("Items Discount:") } | ${ format_price(items_discount) } | ||
| ${ _("Total:") } | ${ format_price(report.sale.get_total_sale_amount()) } |
| ${ _("WO") } | ${ _("Estimated finish") } |
| ${ report.get_optical_data(workorder).patient} | ${ format_date(workorder.estimated_finish) } |
| ${ _("Method") } | ${ _("Value") } |
| ${ method.description } | ${ value } |
| ${ _("Missing") } | ${ report.sale.get_total_to_pay() } |