Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8cae2b78

Von Moritz Bunkus vor 3 Tagen hinzugefügt

  • ID 8cae2b78ef324b8e5931abf2e78a6a69b45313fe
  • Vorgänger 4b680a25

update description of Factur-X standard kivitendo exports

Unterschiede anzeigen:

SL/ZUGFeRD.pm
25 25
use constant RES_ERR_NO_ATTACHMENT => -2;
26 26

  
27 27
our @customer_settings = (
28
  [ 0,                                  t8('Do not create Factur-X/ZUGFeRD invoices')                                   ],
29
  [ PROFILE_FACTURX_EXTENDED() * 2 + 1, t8('Create with profile \'Factur-X 1.01.06/ZUGFeRD 2.2 extended\'')             ],
30
  [ PROFILE_FACTURX_EXTENDED() * 2 + 2, t8('Create with profile \'Factur-X 1.01.06/ZUGFeRD 2.2 extended\' (test mode)') ],
31
  [ PROFILE_XRECHNUNG()        * 2 + 1, t8('Create with profile \'XRechnung 2.0.0\'')                                   ],
32
  [ PROFILE_XRECHNUNG()        * 2 + 2, t8('Create with profile \'XRechnung 2.0.0\' (test mode)')                       ],
28
  [ 0,                                  t8('Do not create Factur-X/ZUGFeRD invoices')                                  ],
29
  [ PROFILE_FACTURX_EXTENDED() * 2 + 1, t8('Create with profile \'Factur-X 1.0.07/ZUGFeRD 2.3 extended\'')             ],
30
  [ PROFILE_FACTURX_EXTENDED() * 2 + 2, t8('Create with profile \'Factur-X 1.0.07/ZUGFeRD 2.3 extended\' (test mode)') ],
31
  [ PROFILE_XRECHNUNG()        * 2 + 1, t8('Create with profile \'XRechnung 2.0.0\'')                                  ],
32
  [ PROFILE_XRECHNUNG()        * 2 + 2, t8('Create with profile \'XRechnung 2.0.0\' (test mode)')                      ],
33 33
);
34 34

  
35 35
sub convert_customer_setting {
locale/de/all
953 953
  'Create tables'               => 'Tabellen anlegen',
954 954
  'Create variant IBAN without reference' => 'Variante IBAN ohne Referenz erzeugen',
955 955
  'Create variant QR-IBAN with QR reference' => 'Variante QR-IBAN mit QR-Referenz erzeugen',
956
  'Create with profile \'Factur-X 1.01.06/ZUGFeRD 2.2 extended\'' => 'Mit Profil »Factur-X 1.01.06/ZUGFeRD 2.2 extended«',
957
  'Create with profile \'Factur-X 1.01.06/ZUGFeRD 2.2 extended\' (test mode)' => 'Mit Profil »Factur-X 1.01.06/ZUGFeRD 2.2 extended« (Test-Modus)',
956
  'Create with profile \'Factur-X 1.0.07/ZUGFeRD 2.3 extended\'' => 'Mit Profil »Factur-X 1.0.07/ZUGFeRD 2.2 extended«',
957
  'Create with profile \'Factur-X 1.0.07/ZUGFeRD 2.3 extended\' (test mode)' => 'Mit Profil »Factur-X 1.0.07/ZUGFeRD 2.2 extended« (Test-Modus)',
958 958
  'Create with profile \'XRechnung 2.0.0\'' => 'Mit Profil »XRechnung 2.0.0«',
959 959
  'Create with profile \'XRechnung 2.0.0\' (test mode)' => 'Mit Profil »XRechnung 2.0.0« (Test-Modus)',
960 960
  'Create, edit and list time recordings' => 'Zeiterfassungen erfassen, bearbeiten und ansehen',

Auch abrufbar als: Unified diff