X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c954dea7c1b814d66b8c31d04fa70a1bbbcce71e..b293ff8ad52fc76ba0c44783e3982418114d6b08:/templates/webpages/ir/form_footer.html diff --git a/templates/webpages/ir/form_footer.html b/templates/webpages/ir/form_footer.html index ef36e6bff..30f77c596 100644 --- a/templates/webpages/ir/form_footer.html +++ b/templates/webpages/ir/form_footer.html @@ -18,10 +18,16 @@ [% L.textarea_tag("notes", notes, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %]
| [% 'Payment Terms' | $T8 %] | +[% L.select_tag('payment_id', payment_terms, default = payment_id, title_key = 'description', with_empty = 1, style="width: 250px") %] + + | +
|---|---|
| [% 'Delivery Terms' | $T8 %] |
@@ -117,39 +123,6 @@
[% print_options %] - [% IF id %] - - -[% 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 %] - - - - [% ELSE # no id %] - - [% 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 %] - [% L.submit_tag("action", LxERP.t8('mark as paid'), confirm=LxERP.t8('This will remove the invoice from showing as unpaid even if the unpaid amount does not match the amount. Proceed?')) %] - [% END %] - [% END %] - [% P.hidden_tag('draft_id', draft_id) %] |