X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fform_footer.html;h=8e4ad3c1dedf8e3e39e9afd67b796e886139536b;hb=114e10d627e5693d09523a3b087b3ffa846519b8;hp=b0ba7fe67f3b9da809fee8729edd52646fcc240e;hpb=92331b8e3417f4a28db17f7af1b8154e985c4da1;p=kivitendo-erp.git diff --git a/templates/webpages/oe/form_footer.html b/templates/webpages/oe/form_footer.html index b0ba7fe67..8e4ad3c1d 100644 --- a/templates/webpages/oe/form_footer.html +++ b/templates/webpages/oe/form_footer.html @@ -47,28 +47,45 @@ [%- END %] + [%- IF show_weight %] + + + + + + +
[% 'Total weight' | $T8 %] + [% LxERP.format_amount(totalweight, 3) %] [% HTML.escape(weightunit) %] +
+ + [%- END %] [%- IF is_sales %] - + - + - - -
[% 'Ertrag' | $T8 %][% LxERP.format_amount(marge_total, 2) %] + [% LxERP.format_amount(marge_total, 2) %] + +
[% 'Ertrag prozentual' | $T8 %][% LxERP.format_amount(marge_percent, 2) %] + [% LxERP.format_amount(marge_percent, 2) %] + + %
[%- END %] + [%- IF taxaccounts %] - [% 'Tax Included' | $T8 %]

+ + [% 'Tax Included' | $T8 %]

[%- END %] [%- IF NOT taxincluded %] @@ -80,7 +97,10 @@ [% tax %] - +
[% 'Total' | $T8 %][% LxERP.format_amount(invtotal, 2) %][% LxERP.format_amount(invtotal, 2) %] + + +
@@ -88,43 +108,18 @@ - - - -
- + -[%- IF webdav %] - - Dokumente im Webdav-Repository - - - - - - - - - [%- FOREACH file = WEBDAV %] - - - - - [%- END %] -
DateinameWebdavlink
[% HTML.escape(file.name) %][% HTML.escape(file.type) %]
- - - -
- -[%- END %] + +[%- PROCESS 'webdav/_list.html' %] +
+ [%- LxERP.t8("Loading...") %] +
+ - - - [% print_options %] - - - +
+ +

[% print_options %]

[% label_edit %]
@@ -140,7 +135,10 @@
[% label_workflow %]
- + + [%- UNLESS (is_sales_ord && !INSTANCE_CONF.get_sales_order_show_delete) || (is_pur_ord && !INSTANCE_CONF.get_purchase_order_show_delete) %] + + [%- END %] [%- IF is_sales_quo %] @@ -150,7 +148,7 @@ [%- END %] - [%- IF is_sales_ord || is_pur_ord && !delivered%] + [%- IF is_sales_ord || is_pur_ord %] [%- END %] @@ -172,7 +170,7 @@ - + [% IF vc == 'customer' %] [% ELSE %] @@ -180,6 +178,3 @@ [% END %] - - -