Revision 67c216d4
Von Cem Aydin vor fast 3 Jahren hinzugefügt
SL/Controller/SimpleSystemSetting.pm | ||
---|---|---|
34 | 34 |
{ method => 'iban', title => t8('IBAN'), }, |
35 | 35 |
{ method => 'bank', title => t8('Bank'), }, |
36 | 36 |
{ method => 'bank_code', title => t8('Bank code'), }, |
37 |
{ method => 'bank_account_id', title => t8('Bank Account Id Number (Swiss)'), }, |
|
37 | 38 |
{ method => 'bic', title => t8('BIC'), }, |
38 | 39 |
{ title => t8('Use for Factur-X/ZUGFeRD'), formatter => sub { $_[0]->use_for_zugferd ? t8('yes') : t8('no') } }, |
40 |
{ title => t8('Use for Swiss QR-Bill'), formatter => sub { $_[0]->use_for_qrbill ? t8('yes') : t8('no') } }, |
|
39 | 41 |
{ method => 'reconciliation_starting_date_as_date', title => t8('Date'), align => 'right' }, |
40 | 42 |
{ method => 'reconciliation_starting_balance_as_number', title => t8('Balance'), align => 'right' }, |
41 | 43 |
], |
Auch abrufbar als: Unified diff
Swiss QR-Bill: Controller für BankAccount Datenfelder