Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 53c19c2e

Von Jan Büren vor 10 Monaten hinzugefügt

  • ID 53c19c2eda02a74889197aef0168b15b7e7c1e6f
  • Vorgänger 6702f5bc
  • Nachfolger 0636a2dc

Fußnoten für SEPA Export logisch besser gemacht (offen design40)

Unterschiede anzeigen:

locale/de/all
4230 4230
  'This invoice has been canceled already.' => 'Die Rechnung wurde bereits storniert.',
4231 4231
  'This invoice has been linked with a sepa export, undo this first.' => 'Diese Rechnung ist mit einem SEPA-Export verknüpft. Bitte diese Verknüpfung zuerst aufheben.',
4232 4232
  'This invoice has not been posted yet.' => 'Die Rechnung wurde noch nicht gebucht.',
4233
  'This invoice is marked for direct debit and cannot be selected for a SEPA Export.' => 'Diese Rechnung ist als Lastschrift erfasst wordne und sollte Lieferanten eingezogen werden',
4234
  'This invoice is not marked for direct debit and cannot be selected for a SEPA Export.' => 'Diese Rechnung ist nicht als Lastschrift markiert und sollte vom Kunden überwiesen werden',
4233 4235
  'This invoice was added from an order. See there.' => 'Diese Rechnung wurde aus einem Auftrag erstellt. Siehe dort.',
4234 4236
  'This invoice\'s dunning level: #1' => 'Mahnstufe dieser Rechnung: #1',
4235 4237
  'This is a very critical problem.' => 'Dieses Problem ist sehr schwerwiegend.',
templates/webpages/sepa/bank_transfer_add.html
65 65
         [%- GET HTML.escape(invoice.vcname);
66 66
             SET previous_vcname = invoice.vcname;
67 67
             IF !invoice.vc_bank_info_ok;
68
               IF invoice.checked;
69
                 GET ' <sup>(2)</sup>';
70
               ELSE;
71
                 GET ' <sup>(1)</sup>';
72
               END;
68
               GET ' <sup>(1)</sup>';
69
               SET show_vc_bank_info_footnote = '1';
70
             END;
71
             IF !invoice.checked;
72
               GET ' <sup>(2)</sup>';
73 73
               SET show_vc_bank_info_footnote = '1';
74 74
             END; -%]
75 75
        </a>
......
127 127
   <p>
128 128
    <sup>(2)</sup>
129 129
    [%- IF is_vendor %]
130
     [%- 'No bank information has been entered in this vendor\'s master data entry. You cannot create bank transfers unless you enter bank information.' | $T8 %]
131
     [% "The required information consists of the IBAN and the BIC." | $T8 %]
132
     [% LxERP.t8("Additionally the invoice is not marked for direct debit and would have been checked automatically had the bank information been entered.") %]
130
     [% LxERP.t8("This invoice is marked for direct debit and cannot be selected for a SEPA Export.") %]
133 131
    [%- ELSE %]
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 %]
135
     [% "The required information consists of the IBAN, the BIC, the mandator ID and the mandate's date of signature." | $T8 %]
136
     [% LxERP.t8("Additionally the invoice is marked for direct debit and would have been checked automatically had the bank information been entered.") %]
132
     [% LxERP.t8("This invoice is not marked for direct debit and cannot be selected for a SEPA Export.") %]
137 133
    [%- END %]
138 134
   </p>
139 135
  [%- END %]

Auch abrufbar als: Unified diff