{ method => 'iban', title => t8('IBAN'), },
{ method => 'bank', title => t8('Bank'), },
{ method => 'bank_code', title => t8('Bank code'), },
+ { method => 'bank_account_id', title => t8('Bank Account Id Number (Swiss)'), },
{ method => 'bic', title => t8('BIC'), },
{ title => t8('Use for Factur-X/ZUGFeRD'), formatter => sub { $_[0]->use_for_zugferd ? t8('yes') : t8('no') } },
+ { title => t8('Use for Swiss QR-Bill'), formatter => sub { $_[0]->use_for_qrbill ? t8('yes') : t8('no') } },
{ method => 'reconciliation_starting_date_as_date', title => t8('Date'), align => 'right' },
{ method => 'reconciliation_starting_balance_as_number', title => t8('Balance'), align => 'right' },
],
<th align="right">[% LxERP.t8('Bank code') %]</th>
<td>[%- L.input_tag("object.bank_code", SELF.object.bank_code, style=style) %]</td>
</tr>
+ <tr>
+ <th align="right">[% LxERP.t8('Bank Account Id Number (Swiss)') %]</th>
+ <td>[%- L.input_tag("object.bank_account_id", SELF.object.bank_account_id, style=style) %]</td>
+ </tr>
<tr>
<th align="right">[% LxERP.t8('Chart') %]</th>
<td>[% 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")) %]</td>
<th align="right">[% LxERP.t8('Use for Factur-X/ZUGFeRD') %]</th>
<td>[% L.checkbox_tag('object.use_for_zugferd', checked = SELF.object.use_for_zugferd, for_submit=1) %]</td>
</tr>
+ <tr>
+ <th align="right">[% LxERP.t8('Use for Swiss QR-Bill') %]</th>
+ <td>[% L.checkbox_tag('object.use_for_qrbill', checked = SELF.object.use_for_qrbill, for_submit=1) %]</td>
+ </tr>
<tr>
<th align="right">[% LxERP.t8('Obsolete') %]</th>
<td>[% L.checkbox_tag('object.obsolete', checked = SELF.object.obsolete, for_submit=1) %]</td>