diff --git a/app/DataMapper/CompanySettings.php b/app/DataMapper/CompanySettings.php index 70c9558df3..a6e9cdadbe 100644 --- a/app/DataMapper/CompanySettings.php +++ b/app/DataMapper/CompanySettings.php @@ -477,7 +477,7 @@ class CompanySettings extends BaseSettings public $sync_invoice_quote_columns = true; - public $e_invoice_type = 'EN16931'; + public $e_invoice_type = 'EN16931'; //verifactu public $e_quote_type = 'OrderX_Comfort'; diff --git a/app/Models/Client.php b/app/Models/Client.php index 83eb98c207..d79d9dcf40 100644 --- a/app/Models/Client.php +++ b/app/Models/Client.php @@ -80,6 +80,7 @@ use Illuminate\Contracts\Translation\HasLocalePreference; * @property int|null $updated_at * @property int|null $deleted_at * @property string|null $id_number + * @property string|null $classification * @property-read mixed $hashed_id * @property-read \App\Models\User|null $assigned_user * @property-read \App\Models\User $user diff --git a/app/Services/EDocument/Standards/Validation/EntityLevelInterface.php b/app/Services/EDocument/Standards/Validation/EntityLevelInterface.php new file mode 100644 index 0000000000..8b68114e2b --- /dev/null +++ b/app/Services/EDocument/Standards/Validation/EntityLevelInterface.php @@ -0,0 +1,27 @@ +