X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fct%2Fget_delivery_master.html;h=1d1833c626ec1e08ae5ce091cfd7886cd93fc467;hb=37d1a0102c52284ab503391f4333545829d904af;hp=42dd804067efffae159ad73889fc18ae0db57d36;hpb=f704c1f4362b5e891bd1827ef8466dd2714d43da;p=kivitendo-erp.git diff --git a/templates/webpages/ct/get_delivery_master.html b/templates/webpages/ct/get_delivery_master.html index 42dd80406..1d1833c62 100644 --- a/templates/webpages/ct/get_delivery_master.html +++ b/templates/webpages/ct/get_delivery_master.html @@ -1,4 +1,4 @@ -[% USE LxERP %] +[% USE HTML %][% USE LxERP %] +[%- IF is_customer %] +[%- ELSE %] + +[%- END %] [%- FOREACH row = DELIVERY %] - - - - - - - + + + + + + + [%- END %]
@@ -11,19 +11,26 @@ Description Qty UnitSell PriceLast Cost
[% HTML.escape(row.shiptoname) UNLESS loop.prev.shiptoname == row.shiptoname %] [% HTML.escape(row.invnumber) %] [% HTML.escape(row.ordnumber) %] [% HTML.escape(row.transdate) %] [% HTML.escape(row.description) %] [% HTML.escape(row.qty) %] [% HTML.escape(row.unit) %] [% LxERP.format_amount(row.sellprice, 2) %] [% 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 %]