Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cdb079eb

Von Cem Aydin vor etwa 2 Monaten hinzugefügt

  • ID cdb079ebb32c7c8130312cddd39f6c1d39cc6599
  • Vorgänger 3abd8072
  • Nachfolger be93d983

Schweizer Banküberweisung via XML implementiert

Analog zu "Überweisung via SEPA XML"

Das Feature kann in der Mandantenkonfiguration ein-/ausgeschaltet
werden. Wenn eingeschaltet, wird anstatt des SEPA export ein Export
gemäss dem schweizer Standard erstellt. Dementsprechend werden die
Texte im Menü und in den Templates ersetzt, und im Code mittels
Weiche auf den schweizer Export umgeschaltet.

Gemäss Standard:
Swiss Payment Standards
Customer Credit Transfer Initiation (pain.001)

Unterschiede anzeigen:

templates/design40_webpages/sepa/bank_transfer_add.html
59 59
          <input type="hidden" id="amount_less_skonto_[% loop.count %]" name="amount_less_skonto_[% loop.count %]" value="[% LxERP.format_amount(invoice.amount_less_skonto, 2) %]">
60 60
          <input type="hidden" id="invoice_open_amount_[% loop.count %]" name="invoice_open_amount_[% loop.count %]" value="[% LxERP.format_amount(invoice.open_amount - invoice.transfer_amount, 2) %]">
61 61
          <input type="hidden" id="skonto_amount_[% loop.count %]" name="skonto_amount_[% loop.count %]" value="[% LxERP.format_amount(invoice.skonto_amount, 2) %]">
62
          [% L.hidden_tag('bank_transfers[].type', invoice.type) %]
62 63
          [% IF invoice.vc_bank_info_ok && !invoice.is_sepa_blocked %]
63 64
            [% L.checkbox_tag("ids[]", value=invoice.id, checked=invoice.checked) %]
64 65
          [% END %]
......
124 125
  <p><sup>(1)</sup>
125 126
    [% IF is_vendor %]
126 127
      [% 'No bank information has been entered in this vendor\'s master data entry. You cannot create bank transfers unless you enter bank information.' | $T8 %]
127
      [% "The required information consists of the IBAN and the BIC." | $T8 %]
128
      [% IF !INSTANCE_CONF.get_sepa_swiss_xml_export %]
129
        [% "The required information consists of the IBAN and the BIC." | $T8 %]
130
      [% ELSE %]
131
        [% "The required information consists of the IBAN for domestic payments. And IBAN and the BIC for SEPA payments." | $T8 %]
132
      [% END %]
128 133
    [% ELSE %]
129 134
      [% 'No bank information has been entered in this customer\'s master data entry. You cannot create bank collections unless you enter bank information.' | $T8 %]
130 135
      [% "The required information consists of the IBAN, the BIC, the mandator ID and the mandate's date of signature." | $T8 %]

Auch abrufbar als: Unified diff