--- /dev/null
+<?php\r
+class commonClient extends commonUtilisateur {\r
+ // Attributs composés\r
+ protected $adresse_facturation;\r
+ protected $tva_intra;\r
+}\r
+\r
+?>
\ No newline at end of file
--- /dev/null
+<?php\r
+\r
+class commonEntreprise extends cubeMetier {\r
+ protected $entreprise_id;\r
+ protected $nom;\r
+ protected $adresse;\r
+ protected $code_postal;\r
+ protected $ville;\r
+ protected $pays;\r
+ protected $date_creation;\r
+ protected $tva_intra;\r
+ protected $notes;\r
+ protected $adresse_facturation;\r
+ protected $ws_admin;\r
+ protected $ws_grade;\r
+ // Composés\r
+ protected $ca;\r
+ protected $impaye;\r
+ protected $contacts;\r
+}\r
+\r
+?>
\ No newline at end of file
--- /dev/null
+<?php\r
+class commonEquipier extends commonUtilisateur {\r
+ protected $agence;\r
+\r
+ public function getSignature()\r
+ {\r
+ return '--\r
+' . $this->prenom . ' ' . $this->nom . '\r
+\r
+-----------------------\r
+Cubedesigners\r
+' . $this->adresse . '\r
+' . $this->code_postal . ' ' . $this->ville . '\r
+' . cubeCountry::getCountry($this->pays) . '\r
+\r
+Tél : ' . $this->telephone . '\r
+\r
+www.cubedesigners.com\r
+www.fluidbook.com\r
+-----------------------';\r
+ }\r
+\r
+}\r
+\r
+?>
\ No newline at end of file
+++ /dev/null
-<?php\r
-class commonClient extends commonUtilisateur {\r
- // Attributs composés\r
- protected $adresse_facturation;\r
- protected $tva_intra;\r
-}\r
-\r
-?>
\ No newline at end of file
+++ /dev/null
-<?php\r
-\r
-class commonEntreprise extends cubeMetier {\r
- protected $entreprise_id;\r
- protected $nom;\r
- protected $adresse;\r
- protected $code_postal;\r
- protected $ville;\r
- protected $pays;\r
- protected $date_creation;\r
- protected $tva_intra;\r
- protected $notes;\r
- protected $adresse_facturation;\r
- protected $ws_admin;\r
- protected $ws_grade;\r
- // Composés\r
- protected $ca;\r
- protected $impaye;\r
- protected $contacts;\r
-}\r
-\r
-?>
\ No newline at end of file
+++ /dev/null
-<?php\r
-class commonEquipier extends commonUtilisateur {\r
- protected $agence;\r
-\r
- public function getSignature()\r
- {\r
- return '--\r
-' . $this->prenom . ' ' . $this->nom . '\r
-\r
------------------------\r
-Cubedesigners\r
-' . $this->adresse . '\r
-' . $this->code_postal . ' ' . $this->ville . '\r
-' . cubeCountry::getCountry($this->pays) . '\r
-\r
-Tél : ' . $this->telephone . '\r
-\r
-www.cubedesigners.com\r
-www.fluidbook.com\r
------------------------';\r
- }\r
-\r
-}\r
-\r
-?>
\ No newline at end of file