Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3008f8b7

Von Cem Aydin vor fast 3 Jahren hinzugefügt

  • ID 3008f8b76835a13db1bb9d562558693eb28812fd
  • Vorgänger 6b353ee1
  • Nachfolger 8326cedc

Swiss QR-Bill: Controller für BankAccount Datenfelder

Unterschiede anzeigen:

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