%inherit file="../base/base.html" /> <%namespace file="../base/base.html" import="header, setup_margin_labels" /> <%block name="title_head">
${_("Invoice number")}: | ${ order.invoice_number} | ||
${_("Open date")}: | ${ order.open_date.strftime('%x')} | % if order.receival_date:${_("Receival")}: | ${ order.receival_date.strftime('%x')} | % endif
${ _("Source") }: | ${ order.source_branch.get_description() } | ${ _("Destination") }: | ${ order.destination_branch.get_description() } |
${ _("Responsible") }: | ${ order.source_responsible.person.name } | ${ _("Responsible") }: | % if order.destination_responsible: ${ order.destination_responsible.person.name } % endif |
# | ${ _("Description") } | ${ _("Quantity") } |
${ item.sellable.code } | ${ item.sellable.get_description() } | ${ item.quantity } |
Total: ${ total } |
${ _("Comments") }:
${ order.comments }${ order.source_responsible.person.name } % if order.destination_responsible: ${ order.destination_responsible.person.name } % endif