Create FacturX and UBL21 ,Add Country Code and PEPPOL ID

This commit is contained in:
sparkyx 2025-08-01 10:53:20 +02:00
parent b6d30e29da
commit 7c4b492858
7 changed files with 984 additions and 4 deletions

View file

@ -247,7 +247,8 @@ define('ATTR_DEF_ACCOUNT_ND', 53);
define('ATTR_DEF_ACTIF', 54);
define('ATTR_DEF_SIREN', 55);
define('ATTR_DEF_SIRET', 56);
define('ATTR_DEF_COUNTRY_CODE', 56);
define('ATTR_DEF_COUNTRY_CODE', 57);
define('ATTR_DEF_PEPPOLID', 58);
define("FICHE_TYPE_CLIENT", 9);
define("FICHE_TYPE_VENTE", 1);