X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fct%2Fget_delivery_master.html;h=0ca76e1032ae74c1e886fc7ab267740774f76007;hb=b8916e5c2982dd12e0a612252c85f5e1648e162c;hp=772b83ba45dc5481156f09653b052ff14028068d;hpb=ab1df08bfae3ef3361c7b5e4e16d91ae3cb34961;p=kivitendo-erp.git diff --git a/templates/webpages/ct/get_delivery_master.html b/templates/webpages/ct/get_delivery_master.html index 772b83ba4..0ca76e103 100644 --- a/templates/webpages/ct/get_delivery_master.html +++ b/templates/webpages/ct/get_delivery_master.html @@ -1,30 +1,32 @@ -[% USE LxERP %] - +[% USE HTML %][% USE LxERP %] +
- - - - - - - - - - +
Shipping AddressInvoiceOrderInvdateDescriptionQtyUnitSell Price
+ + + + + + + + + [%- FOREACH row = DELIVERY %] - - - - - - - - - - + + + + + + + + + [%- END %]
Shipping AddressInvoiceOrderInvdateDescriptionQtyUnitSell Price
[% row.shiptoname UNLESS loop.prev.shiptoname == row.shiptoname %] [% row.invnumber %] [% row.ordnumber %] [% row.transdate %] [% row.description %] [% row.qty %] [% row.unit %] [% LxERP.format_amount(row.sellprice, 2) %] 
[% 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 %]