X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fir%2Fform_footer.html;h=67a49a5a28ea9437a489f5f8c4d431d72f8e08c5;hb=108f7a8c7ba3137f0e0bcf5142b0269dd25b1115;hp=6d3b643392ee67a54eb178b5c11aa06fdd936b8d;hpb=937e37ad007405c6a3a389ee18006379ffecc073;p=kivitendo-erp.git diff --git a/templates/webpages/ir/form_footer.html b/templates/webpages/ir/form_footer.html index 6d3b64339..67a49a5a2 100644 --- a/templates/webpages/ir/form_footer.html +++ b/templates/webpages/ir/form_footer.html @@ -11,17 +11,30 @@ [% 'Notes' | $T8 %] [% 'Internal Notes' | $T8 %] - [% 'Payment Options' | $T8 %] + [% 'Payment / Delivery Options' | $T8 %] - + [% L.textarea_tag("notes", notes, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %] - [%- L.checkbox_tag('direct_debit', 'checked', direct_debit, 'label', LxERP.t8('direct debit')) %] + + + + + + + + + +
[% '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') %] +
[% 'direct debit' | $T8 %] + [%- L.checkbox_tag('direct_debit', 'checked', direct_debit) %] +
[%- IF id && follow_ups.size %] @@ -108,13 +121,14 @@ [% IF show_storno %] - + [% L.submit_tag("action", LxERP.t8("Storno"), confirm=LxERP.t8('Do you really want to cancel this invoice?')) %] [% END %] [% IF show_delete %] + [% END %] @@ -124,12 +138,12 @@ [% UNLESS locked %] [%- END %] - + [% L.button_tag('kivi.Draft.popup("ir", "invoice", "' _ draft_id _ '", "' _ draft_description _ '")', LxERP.t8('Drafts')) %] [% END # id %] [% IF id %] [%#- button for saving history %] - + [% IF INSTANCE_CONF.get_ir_show_mark_as_paid %]