X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Fsimple_system_setting%2F_bank_account_form.html;fp=templates%2Fwebpages%2Fsimple_system_setting%2F_bank_account_form.html;h=2d364aa335f3deb30e6a92c5ff85fd9fc0b6d7ca;hp=0270326f9cba331637633ed4ba5981b60298f345;hb=b293ff8ad52fc76ba0c44783e3982418114d6b08;hpb=d4925a8b60f04674885e30d9316dc0263f8b9a84 diff --git a/templates/webpages/simple_system_setting/_bank_account_form.html b/templates/webpages/simple_system_setting/_bank_account_form.html index 0270326f9..2d364aa33 100644 --- a/templates/webpages/simple_system_setting/_bank_account_form.html +++ b/templates/webpages/simple_system_setting/_bank_account_form.html @@ -27,6 +27,10 @@ [% LxERP.t8('Bank code') %] [%- L.input_tag("object.bank_code", SELF.object.bank_code, style=style) %] + + [% LxERP.t8('Bank Account Id Number (Swiss)') %] + [%- L.input_tag("object.bank_account_id", SELF.object.bank_account_id, style=style) %] + [% LxERP.t8('Chart') %] [% P.chart.picker('object.chart_id', SELF.object.chart_id, type='AR_paid,AP_paid', category='A,L,Q', choose=1, style=style, "data-validate"="required", "data-title"=LxERP.t8("Chart")) %] @@ -35,6 +39,10 @@ [% LxERP.t8('Use for Factur-X/ZUGFeRD') %] [% L.checkbox_tag('object.use_for_zugferd', checked = SELF.object.use_for_zugferd, for_submit=1) %] + + [% LxERP.t8('Use for Swiss QR-Bill') %] + [% L.checkbox_tag('object.use_for_qrbill', checked = SELF.object.use_for_qrbill, for_submit=1) %] + [% LxERP.t8('Obsolete') %] [% L.checkbox_tag('object.obsolete', checked = SELF.object.obsolete, for_submit=1) %]