%inherit file="base.html" />
<%namespace file="base.html" import="header, setup_margin_labels" />
<%block name="title_head">
${ header(complete_header, title, subtitle, notes, logo_path) }
# |
${ _("Description") } |
${ _("Quantity") } |
|
|
|
% for item in order.get_items():
${ item.sellable.code } |
${ item.sellable.get_description() } |
${ item.quantity } |
% endfor
Total: ${ total } |
Open: ${ order.open_date.strftime('%x') }
Receival: ${ order.receival_date.strftime('%x') }
${ order.source_responsible.person.name }
${ order.destination_responsible.person.name }