[% USE T8 %] [% USE HTML %] [% USE LxERP %]
[% 'Shipping Address' | $T8 %] | [% 'Invoice' | $T8 %] | [% 'Order' | $T8 %] | [% 'Invdate' | $T8 %] | [% 'Description' | $T8 %] | [% 'Qty' | $T8 %] | [% 'Unit' | $T8 %] | [% IF ( SELF.is_customer() ) %][% 'Sell Price' | $T8 %] | [% ELSE %][% 'Last Cost' | $T8 %] | [%- END %]
---|---|---|---|---|---|---|---|---|
[% 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 %] [%- IF INSTANCE_CONF.get_feature_experimental_order -%] [%- ELSE -%] [%- END -%] [% END %] [% HTML.escape(row.ordnumber) || ' ' %] [% IF row.oe_id %][% END %] | [% HTML.escape(row.transdate) || ' ' %] | [% HTML.escape(row.description) || ' ' %] | [% LxERP.format_amount(HTML.escape(row.qty), 2) || ' ' %] | [% HTML.escape(row.unit) || ' ' %] | [% LxERP.format_amount(row.sellprice, 2) || ' ' %] |
[% 'This list is capped at 15 items to keep it fast. If you need a full list, please use reports.' | $T8 %]
[% END %]