X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fshop_order%2Fshow.html;h=da045f145cf1036bfe413b1cc94eea67622a6c7e;hb=549f187d3a2b1d15f96c4556714666ed954447bb;hp=e9c22e5eefaa0335541af5175634ad2a7e0976bf;hpb=11d2ae5772060a0426dc8722dfe69bf2c6aeceea;p=kivitendo-erp.git diff --git a/templates/webpages/shop_order/show.html b/templates/webpages/shop_order/show.html index e9c22e5ee..da045f145 100644 --- a/templates/webpages/shop_order/show.html +++ b/templates/webpages/shop_order/show.html @@ -118,6 +118,7 @@ [% 'Shop Ordernotes' | $T8 %][% HTML.escape(IMPORT.shop_customer_comment) %] [% 'Shop Orderamount' | $T8 %][% HTML.escape(IMPORT.amount_as_number) %] [% 'Shipping costs' | $T8 %][% HTML.escape(IMPORT.shipping_costs_as_number) %] + [% 'Payment description' | $T8 %][% HTML.escape(IMPORT.payment_description) %] @@ -131,7 +132,7 @@
- [% FOREACH prop = PROPOSALS %][% IF prop.order_lock %][% SET orderlock_class = 'style="background:rgba(232, 32, 23, 0.2);"' %][% ELSE %][% SET orderlock_class = '' %][% END %] @@ -176,22 +177,21 @@
Customer Proposals + [% 'Customer Proposals' | $T8 %]
- - - - - - + + + + + + - [% FOREACH pos = IMPORT.shop_order_items %] - - - - - - [% SET extended = pos.price * pos.quantity %] - + [% FOREACH pos = IMPORT.shop_order_items %] + + + + + + [% END %]
[% 'Position' | $T8 %][% 'Partnumber' | $T8 %][% 'Part Description' | $T8 %][% 'Qty' | $T8 %][% 'Price' | $T8 %][% 'Extended' | $T8 %][% 'Position' | $T8 %][% 'Partnumber' | $T8 %][% 'Partdescriptipion' | $T8 %][% 'Qty' | $T8 %][% 'Price' | $T8 %][% 'Extended' | $T8 %]
[% count() %][% HTML.escape(pos.partnumber) %][% HTML.escape(pos.description) %][% pos.quantity_as_number%][% pos.price_as_number%][% LxERP.format_amount(extended,2) %][% loop.count %][% HTML.escape(pos.partnumber) %][% HTML.escape(pos.description) %][% pos.quantity_as_number %][% pos.price_as_number %][% LxERP.format_amount(pos.price * pos.quantity,2) %]
@@ -205,4 +205,3 @@ $("input[type=radio]").change(function(){ $('#transfer').css("display", 'block'); }); -[% # L.dump(IMPORT) %]