X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/eca0862f8bcc69d22d94c41cc9076a008c77056d..c954dea7c1b814d66b8c31d04fa70a1bbbcce71e:/templates/webpages/is/form_footer.html
diff --git a/templates/webpages/is/form_footer.html b/templates/webpages/is/form_footer.html
index 6314c21cd..1cb4a1836 100644
--- a/templates/webpages/is/form_footer.html
+++ b/templates/webpages/is/form_footer.html
@@ -1,6 +1,7 @@
[%- USE T8 %]
[%- USE HTML %]
[%- USE LxERP %]
+[%- USE L %][%- USE P -%]
@@ -90,6 +117,13 @@
[%- END %]
[%- END %]
+[%- IF rounding %]
+
+
[% 'Rounding' | $T8 %]
+
[% LxERP.format_amount(rounding, 2) %]
+
+[%- END %]
+
[% 'Total' | $T8 %]
[% LxERP.format_amount(invtotal, 2) %]
@@ -101,75 +135,77 @@
-[% PROCESS 'webdav/_list.html' %]
-
[% PROCESS 'is/_payments.html' %]
-
-
-
-
-
-
-[% print_options %]
-
-
+
+[% PROCESS 'webdav/_list.html' %]
+
+ [% LxERP.t8('Loading...') %]
+
+
+
+
[% print_options %]
- [% IF id %]
+
+
-
-
-
-
+ [% IF id %]
+
+
+
+
[% IF show_storno %]
-
+ [% L.submit_tag("action_storno", LxERP.t8("Storno"), "data-require-transaction-description"=INSTANCE_CONF.get_require_transaction_description_ps, confirm=LxERP.t8('Do you really want to cancel this invoice?')) %]
[% END %]
-
-
+
+
[% IF id && !is_type_credit_note %]
-
+
[% END %]
-[% IF show_delete %]
-
-
+[% IF show_delete && (!storno || storno_id) %]
+ [% L.submit_tag("action_delete", LxERP.t8("Delete"), confirm=LxERP.t8('Do you really want to delete this invoice?')) %]
[% END %]
-
- [%- UNLESS locked %]
-
- [%- END %]
-
+[% IF show_delete && !storno %]
+
+[% END %]
+
[% ELSE # no id %]
[% UNLESS locked %]
-
-
-
-
-
-
-
+
+
+
+
+
+
+ [% L.button_tag('kivi.Draft.popup("is", "invoice", "' _ draft_id _ '", "' _ draft_description _ '")', LxERP.t8('Drafts')) %]
[%- END %]
[% END # id %]
[% IF id %]
[%#- button for saving history %]
-
+
+ [% IF INSTANCE_CONF.get_is_show_mark_as_paid %]
+ [% L.submit_tag("action_mark_as_paid", 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 %]
-
+ [% IF callback %]
+ [% 'back' | $T8 %]
[% END %]
+