[% USE HTML %][% USE LxERP %]
[%- FOREACH row = DELIVERY %] [%- END %]
Shipping Address Invoice Order Invdate Description Qty Unit Sell Price
[% HTML.escape(row.shiptoname) UNLESS loop.prev.shiptoname == row.shiptoname %]  [% IF row.id %][% END %][% HTML.escape(row.invnumber) || ' ' %][% IF row.id %][% END %] [% IF row.oe_id %][% END %][% HTML.escape(row.ordnumber) || ' ' %][% IF row.oe_id %][% END %] [% HTML.escape(row.transdate) || ' ' %] [% HTML.escape(row.description) || ' ' %] [% HTML.escape(row.qty) || ' ' %] [% HTML.escape(row.unit) || ' ' %] [% LxERP.format_amount(row.sellprice, 2) || ' ' %]
[%- IF DELIVERY.size == 15 %]

This list is capped at 15 items to keep it fast. If you need a full list, please use reports.

[%- END %]