${ _("Code") } | ${ _("Item") } | ${ _("Price") } | % if report.receiving_orders:${ _("Received") } | % endif
% if report.receiving_orders: | % endif | ||
${ item.sellable.code } | ${ item.sellable.get_description() } | ${ format_cost(item.sellable.price) } | % if report.receiving_orders:${ format_quantity(item.quantity_received) } ${ item.sellable.unit_description } | % endif
${ _("Total:") } | % if report.receiving_orders:${ format_quantity(received) } | % endif