X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fform_footer.html;h=1896f7609e288bd7f8ff2ef04e5e70d0e4fcf688;hb=766f5705ecb9cd56adfbffd94c871959bb64c6fd;hp=c9078ef988a6bafa1415b59d078c3f87d4c3ced7;hpb=0c28bb82b805b07543debaf08061b58d0b437c07;p=kivitendo-erp.git diff --git a/templates/webpages/oe/form_footer.html b/templates/webpages/oe/form_footer.html index c9078ef98..1896f7609 100644 --- a/templates/webpages/oe/form_footer.html +++ b/templates/webpages/oe/form_footer.html @@ -27,7 +27,11 @@ label_key = 'description', show_empty = 1 -%] - + + + [% 'Delivery Terms' | $T8 %] + [% L.select_tag('delivery_term_id', ALL_DELIVERY_TERMS, default = delivery_term_id, with_empty = 1, title_key = 'description', style = 'width: 250px') %] + [%- IF is_sales_ord %] @@ -36,6 +40,7 @@ [% L.button_tag("edit_periodic_invoices_config(); return false;", LxERP.t8('Configure')) %] ([% HTML.escape(periodic_invoices_status) %]) [% L.hidden_tag("periodic_invoices_config", periodic_invoices_config) %] + ? [%- END %] @@ -47,6 +52,18 @@ [%- END %] + [%- IF show_weight %] + + + + + + +
[% 'Total weight' | $T8 %] + [% LxERP.format_amount(totalweight, 3) %] [% HTML.escape(weightunit) %] +
+ + [%- END %] [%- IF is_sales %] @@ -114,8 +131,8 @@ - - + + [%- IF id %] @@ -125,7 +142,7 @@ [%- UNLESS (is_sales_ord && !INSTANCE_CONF.get_sales_order_show_delete) || (is_pur_ord && !INSTANCE_CONF.get_purchase_order_show_delete) %] - + [% L.submit_tag('action_delete', LxERP.t8('Delete'), confirm=LxERP.t8('Are you sure?')) %] [%- END %] [%- IF is_sales_quo %] @@ -136,7 +153,7 @@ [%- END %] - [%- IF is_sales_ord || is_pur_ord && !delivered%] + [%- IF is_sales_ord || is_pur_ord %] [%- END %]