Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 27cf8a41

Von Moritz Bunkus vor 29 Tagen hinzugefügt

  • ID 27cf8a41efeb0f00ca275853ba3e4d3f6995cf03
  • Vorgänger 9b0701a6
  • Nachfolger 5b4ef61a

Factur-X/ZUGFeRD: Update auf Standardversion Factur-X 1.01.06/ZUGFeRD 2.2

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.0.05/ZUGFeRD 2.1.1 extended\'')             ],
30
  [ PROFILE_FACTURX_EXTENDED() * 2 + 2, t8('Create with profile \'Factur-X 1.0.05/ZUGFeRD 2.1.1 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.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)')                       ],
33 33
);
34 34

  
35 35
sub convert_customer_setting {

Auch abrufbar als: Unified diff