]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 17 Jan 2011 11:07:32 +0000 (11:07 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 17 Jan 2011 11:07:32 +0000 (11:07 +0000)
inc/commons/Metier/class.common.client.php [new file with mode: 0644]
inc/commons/Metier/class.common.entreprise.php [new file with mode: 0644]
inc/commons/Metier/class.common.equipier.php [new file with mode: 0644]
inc/commons/Metier/class.extranet.client.php [deleted file]
inc/commons/Metier/class.extranet.entreprise.php [deleted file]
inc/commons/Metier/class.extranet.equipier.php [deleted file]

diff --git a/inc/commons/Metier/class.common.client.php b/inc/commons/Metier/class.common.client.php
new file mode 100644 (file)
index 0000000..9753c43
--- /dev/null
@@ -0,0 +1,8 @@
+<?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
diff --git a/inc/commons/Metier/class.common.entreprise.php b/inc/commons/Metier/class.common.entreprise.php
new file mode 100644 (file)
index 0000000..1f4f220
--- /dev/null
@@ -0,0 +1,22 @@
+<?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
diff --git a/inc/commons/Metier/class.common.equipier.php b/inc/commons/Metier/class.common.equipier.php
new file mode 100644 (file)
index 0000000..75b5770
--- /dev/null
@@ -0,0 +1,25 @@
+<?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
diff --git a/inc/commons/Metier/class.extranet.client.php b/inc/commons/Metier/class.extranet.client.php
deleted file mode 100644 (file)
index 9753c43..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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
diff --git a/inc/commons/Metier/class.extranet.entreprise.php b/inc/commons/Metier/class.extranet.entreprise.php
deleted file mode 100644 (file)
index 1f4f220..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?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
diff --git a/inc/commons/Metier/class.extranet.equipier.php b/inc/commons/Metier/class.extranet.equipier.php
deleted file mode 100644 (file)
index 75b5770..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?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