1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096 |
- <?php
- /* Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
- * Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be>
- * Copyright (C) 2004-2013 Laurent Destailleur <eldy@users.sourceforge.net>
- * Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
- * Copyright (C) 2007 Franky Van Liedekerke <franky.van.liedekerker@telenet.be>
- * Copyright (C) 2008 Raphael Bertrand (Resultic) <raphael.bertrand@resultic.fr>
- * Copyright (C) 2013 Florian Henry <florian.henry@open-concept.pro>
- * Copyright (C) 2013 Alexandre Spangaro <alexandre.spangaro@gmail.com>
- * Copyright (C) 2013 Juanjo Menent <jmenent@2byte.es>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
- /**
- * \file htdocs/contact/class/contact.class.php
- * \ingroup societe
- * \brief File of contacts class
- */
- require_once DOL_DOCUMENT_ROOT .'/core/class/commonobject.class.php';
- /**
- * Class to manage contact/addresses
- */
- class Contact extends CommonObject
- {
- public $element='contact';
- public $table_element='socpeople';
- protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
- var $id;
- var $ref_ext;
- var $civility_id; // In fact we store civility_code
- var $lastname;
- var $firstname;
- var $address;
- var $zip;
- var $town;
- var $fk_departement; // deprecated
- var $departement_code; // deprecated
- var $departement; // deprecated
- var $state_id; // Id of department
- var $state_code; // Code of department
- var $state; // Label of department
- var $country_id; // Id of country
- var $country_code; // Code of country
- var $country; // Label of country
- var $poste; // Position
- var $socid; // fk_soc
- var $statut; // 0=inactif, 1=actif
- var $code;
- var $email;
- var $skype;
- var $jabberid;
- var $phone_pro;
- var $phone_perso;
- var $phone_mobile;
- var $fax;
- var $priv;
- var $birthday;
- var $default_lang;
- var $note_public; // Public note
- var $note; // deprecated
- var $note_private; // Private note
- var $no_email; // 1=Don't send e-mail to this contact, 0=do
- var $ref_facturation; // Nb de reference facture pour lequel il est contact
- var $ref_contrat; // Nb de reference contrat pour lequel il est contact
- var $ref_commande; // Nb de reference commande pour lequel il est contact
- var $ref_propal; // Nb de reference propal pour lequel il est contact
- var $user_id;
- var $user_login;
- var $import_key;
- var $oldcopy; // To contains a clone of this when we need to save old properties of object
- /**
- * Constructor
- *
- * @param DoliDB $db Database handler
- */
- function __construct($db)
- {
- $this->db = $db;
- $this->statut = 1; // By default, status is enabled
- }
- /**
- * Add a contact into database
- *
- * @param User $user Object user that create
- * @return int <0 if KO, >0 if OK
- */
- function create($user)
- {
- global $conf, $langs;
- $error=0;
- $now=dol_now();
- $this->db->begin();
- // Clean parameters
- $this->lastname=$this->lastname?trim($this->lastname):trim($this->name);
- $this->firstname=trim($this->firstname);
- if (! empty($conf->global->MAIN_FIRST_TO_UPPER)) $this->lastname=ucwords($this->lastname);
- if (! empty($conf->global->MAIN_FIRST_TO_UPPER)) $this->firstname=ucwords($this->firstname);
- if (empty($this->socid)) $this->socid = 0;
- if (empty($this->priv)) $this->priv = 0;
- if (empty($this->statut)) $this->statut = 0; // This is to convert '' into '0' to avoid bad sql request
- $sql = "INSERT INTO ".MAIN_DB_PREFIX."socpeople (";
- $sql.= " datec";
- $sql.= ", fk_soc";
- $sql.= ", lastname";
- $sql.= ", firstname";
- $sql.= ", fk_user_creat";
- $sql.= ", priv";
- $sql.= ", statut";
- $sql.= ", canvas";
- $sql.= ", entity";
- $sql.= ", import_key";
- $sql.= ") VALUES (";
- $sql.= "'".$this->db->idate($now)."',";
- if ($this->socid > 0) $sql.= " ".$this->socid.",";
- else $sql.= "null,";
- $sql.= "'".$this->db->escape($this->lastname)."',";
- $sql.= "'".$this->db->escape($this->firstname)."',";
- $sql.= " ".($user->id > 0 ? "'".$user->id."'":"null").",";
- $sql.= " ".$this->priv.",";
- $sql.= " ".$this->statut.",";
- $sql.= " ".(! empty($this->canvas)?"'".$this->canvas."'":"null").",";
- $sql.= " ".$conf->entity.",";
- $sql.= " ".(! empty($this->import_key)?"'".$this->import_key."'":"null");
- $sql.= ")";
- dol_syslog(get_class($this)."::create sql=".$sql);
- $resql=$this->db->query($sql);
- if ($resql)
- {
- $this->id = $this->db->last_insert_id(MAIN_DB_PREFIX."socpeople");
- if (! $error)
- {
- $result=$this->update($this->id, $user, 1, 'add');
- if ($result < 0)
- {
- $error++;
- $this->error=$this->db->lasterror();
- }
- }
- if (! $error)
- {
- $result=$this->update_perso($this->id, $user);
- if ($result < 0)
- {
- $error++;
- $this->error=$this->db->lasterror();
- }
- }
- if (! $error)
- {
- // Appel des triggers
- include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
- $interface=new Interfaces($this->db);
- $result=$interface->run_triggers('CONTACT_CREATE',$this,$user,$langs,$conf);
- if ($result < 0) { $error++; $this->errors=$interface->errors; }
- // Fin appel triggers
- }
- if (! $error)
- {
- $this->db->commit();
- return $this->id;
- }
- else
- {
- $this->db->rollback();
- dol_syslog(get_class($this)."::create ".$this->error, LOG_ERR);
- return -2;
- }
- }
- else
- {
- $this->error=$this->db->lasterror();
- $this->db->rollback();
- dol_syslog(get_class($this)."::create ".$this->error, LOG_ERR);
- return -1;
- }
- }
- /**
- * Update informations into database
- *
- * @param int $id Id of contact/address to update
- * @param User $user Objet user making change
- * @param int $notrigger 0=no, 1=yes
- * @param string $action Current action for hookmanager
- * @return int <0 if KO, >0 if OK
- */
- function update($id, $user=0, $notrigger=0, $action='update')
- {
- global $conf, $langs, $hookmanager;
- $error=0;
- $this->id = $id;
- // Clean parameters
- $this->lastname=trim($this->lastname)?trim($this->lastname):trim($this->lastname);
- $this->firstname=trim($this->firstname);
- $this->email=trim($this->email);
- $this->phone_pro=trim($this->phone_pro);
- $this->phone_perso=trim($this->phone_perso);
- $this->phone_mobile=trim($this->phone_mobile);
- $this->jabberid=trim($this->jabberid);
- $this->skype=trim($this->skype);
- $this->fax=trim($this->fax);
- $this->zip=(empty($this->zip)?'':$this->zip);
- $this->town=(empty($this->town)?'':$this->town);
- $this->country_id=($this->country_id > 0?$this->country_id:$this->country_id);
- $this->state_id=($this->state_id > 0?$this->state_id:$this->fk_departement);
- if (empty($this->statut)) $this->statut = 0;
- $this->db->begin();
- $sql = "UPDATE ".MAIN_DB_PREFIX."socpeople SET ";
- if ($this->socid > 0) $sql .= " fk_soc='".$this->db->escape($this->socid)."',";
- else if ($this->socid == -1) $sql .= " fk_soc=null,";
- $sql .= " civilite='".$this->db->escape($this->civility_id)."'";
- $sql .= ", lastname='".$this->db->escape($this->lastname)."'";
- $sql .= ", firstname='".$this->db->escape($this->firstname)."'";
- $sql .= ", address='".$this->db->escape($this->address)."'";
- $sql .= ", zip='".$this->db->escape($this->zip)."'";
- $sql .= ", town='".$this->db->escape($this->town)."'";
- $sql .= ", fk_pays=".($this->country_id>0?$this->country_id:'NULL');
- $sql .= ", fk_departement=".($this->state_id>0?$this->state_id:'NULL');
- $sql .= ", poste='".$this->db->escape($this->poste)."'";
- $sql .= ", fax='".$this->db->escape($this->fax)."'";
- $sql .= ", email='".$this->db->escape($this->email)."'";
- $sql .= ", skype='".$this->db->escape($this->skype)."'";
- $sql .= ", note_private = ".(isset($this->note_private)?"'".$this->db->escape($this->note_private)."'":"null");
- $sql .= ", note_public = ".(isset($this->note_public)?"'".$this->db->escape($this->note_public)."'":"null");
- $sql .= ", phone = ".(isset($this->phone_pro)?"'".$this->db->escape($this->phone_pro)."'":"null");
- $sql .= ", phone_perso = ".(isset($this->phone_perso)?"'".$this->db->escape($this->phone_perso)."'":"null");
- $sql .= ", phone_mobile = ".(isset($this->phone_mobile)?"'".$this->db->escape($this->phone_mobile)."'":"null");
- $sql .= ", jabberid = ".(isset($this->jabberid)?"'".$this->db->escape($this->jabberid)."'":"null");
- $sql .= ", priv = '".$this->priv."'";
- $sql .= ", statut = ".$this->statut;
- $sql .= ", fk_user_modif=".($user->id > 0 ? "'".$user->id."'":"NULL");
- $sql .= ", default_lang=".($this->default_lang?"'".$this->default_lang."'":"NULL");
- $sql .= ", no_email=".($this->no_email?"'".$this->no_email."'":"0");
- $sql .= " WHERE rowid=".$this->db->escape($id);
- dol_syslog(get_class($this)."::update sql=".$sql,LOG_DEBUG);
- $result = $this->db->query($sql);
- if ($result)
- {
- unset($this->country_code);
- unset($this->country);
- unset($this->state_code);
- unset($this->state);
- // Actions on extra fields (by external module or standard code)
- $hookmanager->initHooks(array('contactdao'));
- $parameters=array('socid'=>$this->id);
- $reshook=$hookmanager->executeHooks('insertExtraFields',$parameters,$this,$action); // Note that $action and $object may have been modified by some hooks
- if (empty($reshook))
- {
- if (empty($conf->global->MAIN_EXTRAFIELDS_DISABLED)) // For avoid conflicts if trigger used
- {
- $result=$this->insertExtraFields();
- if ($result < 0)
- {
- $error++;
- }
- }
- }
- else if ($reshook < 0) $error++;
- if (! $error && ! $notrigger)
- {
- // Appel des triggers
- include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
- $interface=new Interfaces($this->db);
- $result=$interface->run_triggers('CONTACT_MODIFY',$this,$user,$langs,$conf);
- if ($result < 0) { $error++; $this->errors=$interface->errors; }
- // Fin appel triggers
- }
- if (! $error)
- {
- $this->db->commit();
- return 1;
- }
- else
- {
- $this->error=join(',',$this->errors);
- dol_syslog(get_class($this)."::update Error ".$this->error,LOG_ERR);
- $this->db->rollback();
- return -$error;
- }
- }
- else
- {
- $this->error=$this->db->lasterror().' sql='.$sql;
- dol_syslog(get_class($this)."::update Error ".$this->error,LOG_ERR);
- $this->db->rollback();
- return -1;
- }
- }
- /**
- * Retourne chaine DN complete dans l'annuaire LDAP pour l'objet
- *
- * @param array $info Info string loaded by _load_ldap_info
- * @param int $mode 0=Return full DN (uid=qqq,ou=xxx,dc=aaa,dc=bbb)
- * 1=Return DN without key inside (ou=xxx,dc=aaa,dc=bbb)
- * 2=Return key only (uid=qqq)
- * @return string DN
- */
- function _load_ldap_dn($info,$mode=0)
- {
- global $conf;
- $dn='';
- if ($mode==0) $dn=$conf->global->LDAP_KEY_CONTACTS."=".$info[$conf->global->LDAP_KEY_CONTACTS].",".$conf->global->LDAP_CONTACT_DN;
- if ($mode==1) $dn=$conf->global->LDAP_CONTACT_DN;
- if ($mode==2) $dn=$conf->global->LDAP_KEY_CONTACTS."=".$info[$conf->global->LDAP_KEY_CONTACTS];
- return $dn;
- }
- /**
- * Initialise tableau info (tableau des attributs LDAP)
- *
- * @return array Tableau info des attributs
- */
- function _load_ldap_info()
- {
- global $conf,$langs;
- // Object classes
- $info["objectclass"]=explode(',',$conf->global->LDAP_CONTACT_OBJECT_CLASS);
- $this->fullname=$this->getFullName($langs);
- // Fields
- if ($this->fullname && ! empty($conf->global->LDAP_CONTACT_FIELD_FULLNAME)) $info[$conf->global->LDAP_CONTACT_FIELD_FULLNAME] = $this->fullname;
- if ($this->lastname && ! empty($conf->global->LDAP_CONTACT_FIELD_NAME)) $info[$conf->global->LDAP_CONTACT_FIELD_NAME] = $this->lastname;
- if ($this->firstname && ! empty($conf->global->LDAP_CONTACT_FIELD_FIRSTNAME)) $info[$conf->global->LDAP_CONTACT_FIELD_FIRSTNAME] = $this->firstname;
- if ($this->poste) $info["title"] = $this->poste;
- if ($this->socid > 0)
- {
- $soc = new Societe($this->db);
- $soc->fetch($this->socid);
- $info[$conf->global->LDAP_CONTACT_FIELD_COMPANY] = $soc->nom;
- if ($soc->client == 1) $info["businessCategory"] = "Customers";
- if ($soc->client == 2) $info["businessCategory"] = "Prospects";
- if ($soc->fournisseur == 1) $info["businessCategory"] = "Suppliers";
- }
- if ($this->address && ! empty($conf->global->LDAP_CONTACT_FIELD_ADDRESS)) $info[$conf->global->LDAP_CONTACT_FIELD_ADDRESS] = $this->address;
- if ($this->zip && ! empty($conf->global->LDAP_CONTACT_FIELD_ZIP)) $info[$conf->global->LDAP_CONTACT_FIELD_ZIP] = $this->zip;
- if ($this->town && ! empty($conf->global->LDAP_CONTACT_FIELD_TOWN)) $info[$conf->global->LDAP_CONTACT_FIELD_TOWN] = $this->town;
- if ($this->country_code && ! empty($conf->global->LDAP_CONTACT_FIELD_COUNTRY)) $info[$conf->global->LDAP_CONTACT_FIELD_COUNTRY] = $this->country_code;
- if ($this->phone_pro && ! empty($conf->global->LDAP_CONTACT_FIELD_PHONE)) $info[$conf->global->LDAP_CONTACT_FIELD_PHONE] = $this->phone_pro;
- if ($this->phone_perso && ! empty($conf->global->LDAP_CONTACT_FIELD_HOMEPHONE)) $info[$conf->global->LDAP_CONTACT_FIELD_HOMEPHONE] = $this->phone_perso;
- if ($this->phone_mobile && ! empty($conf->global->LDAP_CONTACT_FIELD_MOBILE)) $info[$conf->global->LDAP_CONTACT_FIELD_MOBILE] = $this->phone_mobile;
- if ($this->fax && ! empty($conf->global->LDAP_CONTACT_FIELD_FAX)) $info[$conf->global->LDAP_CONTACT_FIELD_FAX] = $this->fax;
- if ($this->skype && ! empty($conf->global->LDAP_CONTACT_FIELD_SKYPE)) $info[$conf->global->LDAP_CONTACT_FIELD_SKYPE] = $this->skype;
- if ($this->note_private && ! empty($conf->global->LDAP_CONTACT_FIELD_DESCRIPTION)) $info[$conf->global->LDAP_CONTACT_FIELD_DESCRIPTION] = $this->note_private;
- if ($this->email && ! empty($conf->global->LDAP_CONTACT_FIELD_MAIL)) $info[$conf->global->LDAP_CONTACT_FIELD_MAIL] = $this->email;
- if ($conf->global->LDAP_SERVER_TYPE == 'egroupware')
- {
- $info["objectclass"][4] = "phpgwContact"; // compatibilite egroupware
- $info['uidnumber'] = $this->id;
- $info['phpgwTz'] = 0;
- $info['phpgwMailType'] = 'INTERNET';
- $info['phpgwMailHomeType'] = 'INTERNET';
- $info["phpgwContactTypeId"] = 'n';
- $info["phpgwContactCatId"] = 0;
- $info["phpgwContactAccess"] = "public";
- if (dol_strlen($this->egroupware_id) == 0)
- {
- $this->egroupware_id = 1;
- }
- $info["phpgwContactOwner"] = $this->egroupware_id;
- if ($this->email) $info["rfc822Mailbox"] = $this->email;
- if ($this->phone_mobile) $info["phpgwCellTelephoneNumber"] = $this->phone_mobile;
- }
- return $info;
- }
- /**
- * Update field alert birthday
- *
- * @param int $id Id of contact
- * @param User $user User asking to change alert or birthday
- * @return int <0 if KO, >=0 if OK
- */
- function update_perso($id, $user=0)
- {
- $error=0;
- $result=false;
- // Mis a jour contact
- $sql = "UPDATE ".MAIN_DB_PREFIX."socpeople SET";
- $sql.= " birthday=".($this->birthday ? "'".$this->db->idate($this->birthday)."'" : "null");
- if ($user) $sql .= ", fk_user_modif=".$user->id;
- $sql.= " WHERE rowid=".$this->db->escape($id);
- dol_syslog(get_class($this)."::update_perso this->birthday=".$this->birthday." - sql=".$sql);
- $resql = $this->db->query($sql);
- if (! $resql)
- {
- $error++;
- $this->error=$this->db->lasterror();
- }
- // Mis a jour alerte birthday
- if ($this->birthday_alert)
- {
- //check existing
- $sql_check = "SELECT * FROM ".MAIN_DB_PREFIX."user_alert WHERE type=1 AND fk_contact=".$this->db->escape($id)." AND fk_user=".$user->id;
- $result_check = $this->db->query($sql_check);
- if (! $result_check || ($this->db->num_rows($result_check)<1))
- {
- //insert
- $sql = "INSERT INTO ".MAIN_DB_PREFIX."user_alert(type,fk_contact,fk_user) ";
- $sql.= "VALUES (1,".$this->db->escape($id).",".$user->id.")";
- $result = $this->db->query($sql);
- if (! $result)
- {
- $error++;
- $this->error=$this->db->lasterror();
- }
- }
- else
- {
- $result = true;
- }
- }
- else
- {
- $sql = "DELETE FROM ".MAIN_DB_PREFIX."user_alert ";
- $sql.= "WHERE type=1 AND fk_contact=".$this->db->escape($id)." AND fk_user=".$user->id;
- $result = $this->db->query($sql);
- if (! $result)
- {
- $error++;
- $this->error=$this->db->lasterror();
- }
- }
- return $result;
- }
- /**
- * Load object contact
- *
- * @param int $id id du contact
- * @param User $user Utilisateur (abonnes aux alertes) qui veut les alertes de ce contact
- * @return int -1 if KO, 0 if OK but not found, 1 if OK
- */
- function fetch($id, $user=0)
- {
- global $langs;
- $langs->load("companies");
- $sql = "SELECT c.rowid, c.fk_soc, c.ref_ext, c.civilite as civility_id, c.lastname, c.firstname,";
- $sql.= " c.address, c.statut, c.zip, c.town,";
- $sql.= " c.fk_pays as country_id,";
- $sql.= " c.fk_departement,";
- $sql.= " c.birthday,";
- $sql.= " c.poste, c.phone, c.phone_perso, c.phone_mobile, c.fax, c.email, c.jabberid, c.skype,";
- $sql.= " c.priv, c.note_private, c.note_public, c.default_lang, c.no_email, c.canvas,";
- $sql.= " c.import_key,";
- $sql.= " p.libelle as country, p.code as country_code,";
- $sql.= " d.nom as state, d.code_departement as state_code,";
- $sql.= " u.rowid as user_id, u.login as user_login,";
- $sql.= " s.nom as socname, s.address as socaddress, s.zip as soccp, s.town as soccity, s.default_lang as socdefault_lang";
- $sql.= " FROM ".MAIN_DB_PREFIX."socpeople as c";
- $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."c_pays as p ON c.fk_pays = p.rowid";
- $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."c_departements as d ON c.fk_departement = d.rowid";
- $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."user as u ON c.rowid = u.fk_socpeople";
- $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."societe as s ON c.fk_soc = s.rowid";
- $sql.= " WHERE c.rowid = ". $id;
- dol_syslog(get_class($this)."::fetch sql=".$sql);
- $resql=$this->db->query($sql);
- if ($resql)
- {
- if ($this->db->num_rows($resql))
- {
- $obj = $this->db->fetch_object($resql);
- $this->id = $obj->rowid;
- $this->ref = $obj->rowid;
- $this->ref_ext = $obj->ref_ext;
- $this->civility_id = $obj->civility_id;
- $this->lastname = $obj->lastname;
- $this->firstname = $obj->firstname;
- $this->address = $obj->address;
- $this->zip = $obj->zip;
- $this->town = $obj->town;
- $this->fk_departement = $obj->fk_departement; // deprecated
- $this->state_id = $obj->fk_departement;
- $this->departement_code = $obj->state_code; // deprecated
- $this->state_code = $obj->state_code;
- $this->departement = $obj->state; // deprecated
- $this->state = $obj->state;
- $this->country_id = $obj->country_id;
- $this->country_code = $obj->country_id?$obj->country_code:'';
- $this->country = ($obj->country_id > 0)?$langs->transnoentitiesnoconv("Country".$obj->country_code):'';
- $this->socid = $obj->fk_soc;
- $this->socname = $obj->socname;
- $this->poste = $obj->poste;
- $this->statut = $obj->statut;
- $this->phone_pro = trim($obj->phone);
- $this->fax = trim($obj->fax);
- $this->phone_perso = trim($obj->phone_perso);
- $this->phone_mobile = trim($obj->phone_mobile);
- $this->email = $obj->email;
- $this->jabberid = $obj->jabberid;
- $this->skype = $obj->skype;
- $this->priv = $obj->priv;
- $this->mail = $obj->email;
- $this->birthday = $this->db->jdate($obj->birthday);
- $this->note = $obj->note_private; // deprecated
- $this->note_private = $obj->note_private;
- $this->note_public = $obj->note_public;
- $this->default_lang = $obj->default_lang;
- $this->no_email = $obj->no_email;
- $this->user_id = $obj->user_id;
- $this->user_login = $obj->user_login;
- $this->canvas = $obj->canvas;
- $this->import_key = $obj->import_key;
- // Recherche le user Dolibarr lie a ce contact
- $sql = "SELECT u.rowid ";
- $sql .= " FROM ".MAIN_DB_PREFIX."user as u";
- $sql .= " WHERE u.fk_socpeople = ". $this->id;
- $resql=$this->db->query($sql);
- if ($resql)
- {
- if ($this->db->num_rows($resql))
- {
- $uobj = $this->db->fetch_object($resql);
- $this->user_id = $uobj->rowid;
- }
- $this->db->free($resql);
- }
- else
- {
- $this->error=$this->db->error();
- dol_syslog(get_class($this)."::fetch ".$this->error, LOG_ERR);
- return -1;
- }
- // Charge alertes du user
- if ($user)
- {
- $sql = "SELECT fk_user";
- $sql .= " FROM ".MAIN_DB_PREFIX."user_alert";
- $sql .= " WHERE fk_user = ".$user->id." AND fk_contact = ".$this->db->escape($id);
- $resql=$this->db->query($sql);
- if ($resql)
- {
- if ($this->db->num_rows($resql))
- {
- $obj = $this->db->fetch_object($resql);
- $this->birthday_alert = 1;
- }
- $this->db->free($resql);
- }
- else
- {
- $this->error=$this->db->error();
- dol_syslog(get_class($this)."::fetch ".$this->error, LOG_ERR);
- return -1;
- }
- }
- return 1;
- }
- else
- {
- $this->error=$langs->trans("RecordNotFound");
- return 0;
- }
- }
- else
- {
- $this->error=$this->db->error();
- dol_syslog(get_class($this)."::fetch ".$this->error, LOG_ERR);
- return -1;
- }
- }
- /**
- * Charge le nombre d'elements auquel est lie ce contact
- * ref_facturation
- * ref_contrat
- * ref_commande
- * ref_propale
- *
- * @return int <0 if KO, >=0 if OK
- */
- function load_ref_elements()
- {
- // Compte les elements pour lesquels il est contact
- $sql ="SELECT tc.element, count(ec.rowid) as nb";
- $sql.=" FROM ".MAIN_DB_PREFIX."element_contact as ec, ".MAIN_DB_PREFIX."c_type_contact as tc";
- $sql.=" WHERE ec.fk_c_type_contact = tc.rowid";
- $sql.=" AND fk_socpeople = ". $this->id;
- $sql.=" GROUP BY tc.element";
- dol_syslog(get_class($this)."::load_ref_elements sql=".$sql);
- $resql=$this->db->query($sql);
- if ($resql)
- {
- while($obj=$this->db->fetch_object($resql))
- {
- if ($obj->nb)
- {
- if ($obj->element=='facture') $this->ref_facturation = $obj->nb;
- if ($obj->element=='contrat') $this->ref_contrat = $obj->nb;
- if ($obj->element=='commande') $this->ref_commande = $obj->nb;
- if ($obj->element=='propal') $this->ref_propal = $obj->nb;
- }
- }
- $this->db->free($resql);
- return 0;
- }
- else
- {
- $this->error=$this->db->error()." - ".$sql;
- dol_syslog(get_class($this)."::load_ref_elements Error ".$this->error, LOG_ERR);
- return -1;
- }
- }
- /**
- * Efface le contact de la base
- *
- * @param int $notrigger Disable all trigger
- * @return int <0 if KO, >0 if OK
- */
- function delete($notrigger=0)
- {
- global $conf, $langs, $user;
- $error=0;
- $this->old_lastname = $obj->lastname;
- $this->old_firstname = $obj->firstname;
- $this->db->begin();
- if (! $error)
- {
- // Get all rowid of element_contact linked to a type that is link to llx_socpeople
- $sql = "SELECT ec.rowid";
- $sql.= " FROM ".MAIN_DB_PREFIX."element_contact ec,";
- $sql.= " ".MAIN_DB_PREFIX."c_type_contact tc";
- $sql.= " WHERE ec.fk_socpeople=".$this->id;
- $sql.= " AND ec.fk_c_type_contact=tc.rowid";
- $sql.= " AND tc.source='external'";
- dol_syslog(get_class($this)."::delete sql=".$sql);
- $resql = $this->db->query($sql);
- if ($resql)
- {
- $num=$this->db->num_rows($resql);
- $i=0;
- while ($i < $num && ! $error)
- {
- $obj = $this->db->fetch_object($resql);
- $sqldel = "DELETE FROM ".MAIN_DB_PREFIX."element_contact";
- $sqldel.=" WHERE rowid = ".$obj->rowid;
- dol_syslog(get_class($this)."::delete sql=".$sqldel);
- $result = $this->db->query($sqldel);
- if (! $result)
- {
- $error++;
- $this->error=$this->db->error().' sql='.$sqldel;
- }
- $i++;
- }
- }
- else
- {
- $error++;
- $this->error=$this->db->error().' sql='.$sql;
- }
- }
- if (! $error)
- {
- // Remove category
- $sql = "DELETE FROM ".MAIN_DB_PREFIX."categorie_contact WHERE fk_socpeople = ".$this->id;
- dol_syslog(get_class($this)."::delete sql=".$sql);
- $resql=$this->db->query($sql);
- if (! $resql)
- {
- $error++;
- $this->error .= $this->db->lasterror();
- $errorflag=-1;
- dol_syslog(get_class($this)."::delete error ".$errorflag." ".$this->error, LOG_ERR);
- }
- }
- if (! $error)
- {
- $sql = "DELETE FROM ".MAIN_DB_PREFIX."socpeople";
- $sql .= " WHERE rowid=".$this->id;
- dol_syslog(get_class($this)."::delete sql=".$sql);
- $result = $this->db->query($sql);
- if (! $result)
- {
- $error++;
- $this->error=$this->db->error().' sql='.$sql;
- }
- }
- // Removed extrafields
- if ((! $error) && (empty($conf->global->MAIN_EXTRAFIELDS_DISABLED))) { // For avoid conflicts if trigger used
- $result=$this->deleteExtraFields($this);
- if ($result < 0) $error++;
- }
- if (! $error && ! $notrigger)
- {
- // Appel des triggers
- include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
- $interface=new Interfaces($this->db);
- $result=$interface->run_triggers('CONTACT_DELETE',$this,$user,$langs,$conf);
- if ($result < 0) { $error++; $this->errors=$interface->errors; }
- // Fin appel triggers
- if ($error) $this->error=join(',',$this->errors);
- }
- if (! $error)
- {
- $this->db->commit();
- return 1;
- }
- else
- {
- $this->db->rollback();
- dol_syslog("Error ".$this->error,LOG_ERR);
- return -1;
- }
- }
- /**
- * Charge les informations sur le contact, depuis la base
- *
- * @param int $id Id du contact a charger
- * @return void
- */
- function info($id)
- {
- $sql = "SELECT c.rowid, c.datec as datec, c.fk_user_creat,";
- $sql.= " c.tms as tms, c.fk_user_modif";
- $sql.= " FROM ".MAIN_DB_PREFIX."socpeople as c";
- $sql.= " WHERE c.rowid = ".$this->db->escape($id);
- $resql=$this->db->query($sql);
- if ($resql)
- {
- if ($this->db->num_rows($resql))
- {
- $obj = $this->db->fetch_object($resql);
- $this->id = $obj->rowid;
- if ($obj->fk_user_creat) {
- $cuser = new User($this->db);
- $cuser->fetch($obj->fk_user_creat);
- $this->user_creation = $cuser;
- }
- if ($obj->fk_user_modif) {
- $muser = new User($this->db);
- $muser->fetch($obj->fk_user_modif);
- $this->user_modification = $muser;
- }
- $this->date_creation = $this->db->jdate($obj->datec);
- $this->date_modification = $this->db->jdate($obj->tms);
- }
- $this->db->free($resql);
- }
- else
- {
- print $this->db->error();
- }
- }
- /**
- * Return number of mass Emailing received by this contacts with its email
- *
- * @return int Number of EMailings
- */
- function getNbOfEMailings()
- {
- $sql = "SELECT count(mc.email) as nb";
- $sql.= " FROM ".MAIN_DB_PREFIX."mailing_cibles as mc";
- $sql.= " WHERE mc.email = '".$this->db->escape($this->email)."'";
- $sql.= " AND mc.statut NOT IN (-1,0)"; // -1 erreur, 0 non envoye, 1 envoye avec succes
- dol_syslog(get_class($this)."::getNbOfEMailings sql=".$sql, LOG_DEBUG);
- $resql=$this->db->query($sql);
- if ($resql)
- {
- $obj = $this->db->fetch_object($resql);
- $nb=$obj->nb;
- $this->db->free($resql);
- return $nb;
- }
- else
- {
- $this->error=$this->db->error();
- return -1;
- }
- }
- /**
- * Return name of contact with link (and eventually picto)
- * Use $this->id, $this->lastname, $this->firstname, this->civility_id
- *
- * @param int $withpicto Include picto with link
- * @param string $option Where the link point to
- * @param int $maxlen Max length of
- * @return string String with URL
- */
- function getNomUrl($withpicto=0,$option='',$maxlen=0)
- {
- global $langs;
- $result='';
- $lien = '<a href="'.DOL_URL_ROOT.'/contact/fiche.php?id='.$this->id.'">';
- $lienfin='</a>';
- if ($option == 'xxx')
- {
- $lien = '<a href="'.DOL_URL_ROOT.'/contact/fiche.php?id='.$this->id.'">';
- $lienfin='</a>';
- }
- if ($withpicto) $result.=($lien.img_object($langs->trans("ShowContact").': '.$this->getFullName($langs),'contact').$lienfin.' ');
- $result.=$lien.($maxlen?dol_trunc($this->getFullName($langs),$maxlen):$this->getFullName($langs)).$lienfin;
- return $result;
- }
- /**
- * Return civility label of contact
- *
- * @return string Translated name of civility
- */
- function getCivilityLabel()
- {
- global $langs;
- $langs->load("dict");
- $code=(! empty($this->civility_id)?$this->civility_id:(! empty($this->civility_id)?$this->civility_id:''));
- if (empty($code)) return '';
- return $langs->getLabelFromKey($this->db, "Civility".$code, "c_civilite", "code", "civilite", $code);
- }
- /**
- * Return label of contact status
- *
- * @param int $mode 0=libelle long, 1=libelle court, 2=Picto + Libelle court, 3=Picto, 4=Picto + Libelle long, 5=Libelle court + Picto
- * @return string Label of contact status
- */
- function getLibStatut($mode)
- {
- return $this->LibStatut($this->statut,$mode);
- }
- /**
- * Renvoi le libelle d'un statut donne
- *
- * @param int $statut Id statut
- * @param int $mode 0=libelle long, 1=libelle court, 2=Picto + Libelle court, 3=Picto, 4=Picto + Libelle long, 5=Libelle court + Picto
- * @return string Libelle
- */
- function LibStatut($statut,$mode)
- {
- global $langs;
- if ($mode == 0)
- {
- if ($statut==0 || $statut==5) return $langs->trans('Disabled');
- elseif ($statut==1 || $statut==4) return $langs->trans('Enabled');
- }
- elseif ($mode == 1)
- {
- if ($statut==0 || $statut==5) return $langs->trans('Disabled');
- elseif ($statut==1 || $statut==4) return $langs->trans('Enabled');
- }
- elseif ($mode == 2)
- {
- if ($statut==0 || $statut==5) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
- elseif ($statut==1 || $statut==4) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
- }
- elseif ($mode == 3)
- {
- if ($statut==0 || $statut==5) return img_picto($langs->trans('Disabled'),'statut5');
- elseif ($statut==1 || $statut==4) return img_picto($langs->trans('Enabled'),'statut4');
- }
- elseif ($mode == 4)
- {
- if ($statut==0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('StatusContactDraft');
- elseif ($statut==1 || $statut==4) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
- }
- elseif ($mode == 5)
- {
- if ($statut==0 || $statut==5) return '<span class="hideonsmartphone">'.$langs->trans('Disabled').' </span>'.img_picto($langs->trans('Disabled'),'statut5');
- elseif ($statut==1 || $statut==4) return '<span class="hideonsmartphone">'.$langs->trans('Enabled').' </span>'.img_picto($langs->trans('Enabled'),'statut4');
- }
- }
- /**
- * Return translated label of Public or Private
- *
- * @param int $statut Type (0 = public, 1 = private)
- * @return string Label translated
- */
- function LibPubPriv($statut)
- {
- global $langs;
- if ($statut=='1') return $langs->trans('ContactPrivate');
- else return $langs->trans('ContactPublic');
- }
- /**
- * Initialise an instance with random values.
- * Used to build previews or test instances.
- * id must be 0 if object instance is a specimen.
- *
- * @return void
- */
- function initAsSpecimen()
- {
- global $user,$langs;
- // Get first id of existing company and save it into $socid
- $socid = 0;
- $sql = "SELECT rowid FROM ".MAIN_DB_PREFIX."societe ORDER BY rowid LIMIT 1";
- $resql = $this->db->query($sql);
- if ($resql)
- {
- $obj = $this->db->fetch_object($resql);
- if ($obj) $socid=$obj->rowid;
- }
- // Initialise parameters
- $this->id=0;
- $this->specimen=1;
- $this->lastname = 'DOLIBARR';
- $this->firstname = 'SPECIMEN';
- $this->address = '21 jump street';
- $this->zip = '99999';
- $this->town = 'MyTown';
- $this->country_id = 1;
- $this->country_code = 'FR';
- $this->country = 'France';
- $this->email = 'specimen@specimen.com';
- $this->skype = 'tom.hanson';
- $this->phone_pro = '0909090901';
- $this->phone_perso = '0909090902';
- $this->phone_mobile = '0909090903';
- $this->fax = '0909090909';
- $this->note_public='This is a comment (public)';
- $this->note_private='This is a comment (private)';
- $this->socid = $socid;
- $this->statut=1;
- }
- /**
- * Change status of a user
- *
- * @param int $statut Status to set
- * @return int <0 if KO, 0 if nothing is done, >0 if OK
- */
- function setstatus($statut)
- {
- global $conf,$langs,$user;
- $error=0;
- // Check parameters
- if ($this->statut == $statut) return 0;
- else $this->statut = $statut;
- $this->db->begin();
- // Desactive utilisateur
- $sql = "UPDATE ".MAIN_DB_PREFIX."socpeople";
- $sql.= " SET statut = ".$this->statut;
- $sql.= " WHERE rowid = ".$this->id;
- $result = $this->db->query($sql);
- dol_syslog(get_class($this)."::setstatus sql=".$sql);
- if ($result)
- {
- // Appel des triggers
- include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
- $interface=new Interfaces($this->db);
- $result=$interface->run_triggers('CONTACT_ENABLEDISABLE',$this,$user,$langs,$conf);
- if ($result < 0) { $error++; $this->errors=$interface->errors; }
- // Fin appel triggers
- }
- if ($error)
- {
- $this->db->rollback();
- return -$error;
- }
- else
- {
- $this->db->commit();
- return 1;
- }
- }
- }
|