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 {

Auch abrufbar als: Unified diff