X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fir%2Fform_footer.html;h=30f77c5960697c43603212fcde715a5cd6802186;hb=3591b710cbe757a131ff768ed7d6066d8412bc0e;hp=ef36e6bff7bf2850c8feade0ad1364743e52cd74;hpb=c954dea7c1b814d66b8c31d04fa70a1bbbcce71e;p=kivitendo-erp.git 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") %] - + [% L.textarea_tag("intnotes", intnotes, wrap="soft", style="width: 350px; height: 150px") %] + + + +
[% '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) %]