${ _("Category") } | ${ _("Code") } | ${ _("Item") } | ${ _("Ordered") } | ${ _("Cost") } | ${ _("Total") } | % if report.receiving_orders:${ _("Received") } | ${ _("Total") } | % endif
% if report.receiving_orders: | % endif | ||||||
${ item.sellable.get_category_description() } | ${ item.sellable.code } | ${ item.sellable.get_description() } | ${ format_quantity(item.quantity) } ${ item.sellable.unit_description } | ${ format_cost(item.cost) } | ${ format_price(item.get_total()) } | % if report.receiving_orders:${ format_quantity(item.quantity_received) } ${ item.sellable.unit_description } | ${ format_price(item.get_received_total()) } | % endif
${ format_quantity(purchased) } | ${ _("Total:") } | ${ format_price(value_purchased) } | % if report.receiving_orders:${ format_quantity(received) } | ${ format_price(value_received) } | % endif