* Copyright (C) 2005-2009 Destailleur Laurent * * 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 2 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 . */ /** * \file htdocs/comm/propal/contact.php * \ingroup propal * \brief Onglet de gestion des contacts de propal */ require("../../main.inc.php"); require_once(DOL_DOCUMENT_ROOT."/comm/propal/class/propal.class.php"); require_once(DOL_DOCUMENT_ROOT."/contact/class/contact.class.php"); require_once(DOL_DOCUMENT_ROOT."/lib/propal.lib.php"); require_once(DOL_DOCUMENT_ROOT.'/core/class/html.formcompany.class.php'); $langs->load("facture"); $langs->load("orders"); $langs->load("sendings"); $langs->load("companies"); $id=GETPOST('id'); $ligne=GETPOST('ligne'); $lineid=GETPOST('lineid'); $action=GETPOST('action'); $id = isset($id)?$id:''; // Security check if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'propale', $id, 'propal'); /* * Ajout d'un nouveau contact */ if ($_POST["action"] == 'addcontact' && $user->rights->propale->creer) { $result = 0; $propal = new Propal($db); $result = $propal->fetch($id); if ($result > 0 && $id > 0) { $result = $propal->add_contact($_POST["contactid"], $_POST["type"], $_POST["source"]); } if ($result >= 0) { Header("Location: contact.php?id=".$propal->id); exit; } else { if ($propal->error == 'DB_ERROR_RECORD_ALREADY_EXISTS') { $langs->load("errors"); $mesg = '
'.$langs->trans("ErrorThisContactIsAlreadyDefinedAsThisType").'
'; } else { $mesg = '
'.$propal->error.'
'; } } } // Bascule du statut d'un contact if ($action == 'swapstatut' && $user->rights->propale->creer) { $propal = new Propal($db); if ($propal->fetch($id) > 0) { $result=$propal->swapContactStatus(GETPOST('ligne')); } else { dol_print_error($db); } } // Efface un contact if ($action == 'deleteline' && $user->rights->propale->creer) { $propal = new Propal($db); $propal->fetch($id); $result = $propal->delete_contact($lineid); if ($result >= 0) { Header("Location: contact.php?id=".$propal->id); exit; } else { dol_print_error($db); } } /* * View */ llxHeader('', $langs->trans("Proposal"), "Propal"); $html = new Form($db); $formcompany= new FormCompany($db); $contactstatic=new Contact($db); $userstatic=new User($db); /* *************************************************************************** */ /* */ /* Mode vue et edition */ /* */ /* *************************************************************************** */ dol_htmloutput_mesg($mesg); $id = $id; $ref= GETPOST('ref'); if ($id > 0 || ! empty($ref)) { $propal = New Propal($db); if ( $propal->fetch($id,$ref) > 0) { $soc = new Societe($db); $soc->fetch($propal->socid); $head = propal_prepare_head($propal); dol_fiche_head($head, 'contact', $langs->trans("Proposal"), 0, 'propal'); /* * Propal synthese pour rappel */ print ''; $linkback="".$langs->trans("BackToList").""; // Ref print ''; // Ref client print ''; print ''; // Customer if ( is_null($propal->client) ) $propal->fetch_thirdparty(); print ""; print ''; print "
'.$langs->trans('Ref').''; print $html->showrefnav($propal,'ref',$linkback,1,'ref','ref',''); print '
'; print ''; print '
'; print $langs->trans('RefCustomer').''; print '
'; print '
'; print $propal->ref_client; print '
".$langs->trans("Company")."'.$propal->client->getNomUrl(1).'
"; print ''; /* * Lignes de contacts */ echo '
'; /* * Ajouter une ligne de contact * Non affiche en mode modification de ligne */ if ($action != 'editline' && $user->rights->propale->creer) { print ''; print ''; print ''; print ''; print ''; print ''; print "\n"; $var = false; print ''; print ''; print ''; print ''; print ''; // Line to add an internal contact print ""; print ''; print ''; print ''; print ''; print ''; print ''; print ''; print ''; print ''; print ''; print ''; print ''; // Line to add an external contact $var=!$var; print ""; print ''; print ''; print ''; print ''; print ''; print ''; print ''; print ''; } // Liste des contacts lies print ''; print ''; print ''; print ''; print ''; print ''; print ''; print "\n"; $companystatic = new Societe($db); $var = true; foreach(array('internal','external') as $source) { $tab = $propal->liste_contact(-1,$source); $num=count($tab); $i = 0; while ($i < $num) { $var = !$var; print ''; // Source print ''; // Societe print ''; // Contact print ''; // Type de contact print ''; // Statut print ''; // Icon update et delete print ''; print "\n"; $i ++; } } print "
'.$langs->trans("Source").''.$langs->trans("Company").''.$langs->trans("Contacts").''.$langs->trans("ContactType").' 
'; print img_object('','user').' '.$langs->trans("Users"); print ''; print $conf->global->MAIN_INFO_SOCIETE_NOM; print ''; // On recupere les id des users deja selectionnes //$userAlreadySelected = $propal->getListContactId('internal'); // On ne doit pas desactiver un contact deja selectionne car on doit pouvoir le selectionner une deuxieme fois pour un autre type $html->select_users($user->id,'contactid',0,$userAlreadySelected); print ''; $formcompany->selectTypeContact($propal, '', 'type','internal'); print '
'; print img_object('','contact').' '.$langs->trans("ThirdPartyContacts"); print ''; $selectedCompany = isset($_GET["newcompany"])?$_GET["newcompany"]:$propal->client->id; $selectedCompany = $formcompany->selectCompaniesForNewContact($propal, 'id', $selectedCompany, 'newcompany'); print ''; $nbofcontacts=$html->select_contacts($selectedCompany, '', 'contactid'); if ($nbofcontacts == 0) print $langs->trans("NoContactDefined"); print ''; $formcompany->selectTypeContact($propal, '', 'type','external'); print '
 
'.$langs->trans("Source").''.$langs->trans("Company").''.$langs->trans("Contacts").''.$langs->trans("ContactType").''.$langs->trans("Status").' 
'; if ($tab[$i]['source']=='internal') print $langs->trans("User"); if ($tab[$i]['source']=='external') print $langs->trans("ThirdPartyContact"); print ''; if ($tab[$i]['socid'] > 0) { $companystatic->fetch($tab[$i]['socid']); print $companystatic->getNomUrl(1); } if ($tab[$i]['socid'] < 0) { print $conf->global->MAIN_INFO_SOCIETE_NOM; } if (! $tab[$i]['socid']) { print ' '; } print ''; if ($tab[$i]['source']=='internal') { $userstatic->id=$tab[$i]['id']; $userstatic->nom=$tab[$i]['nom']; $userstatic->prenom=$tab[$i]['firstname']; print $userstatic->getNomUrl(1); } if ($tab[$i]['source']=='external') { $contactstatic->id=$tab[$i]['id']; $contactstatic->name=$tab[$i]['nom']; $contactstatic->firstname=$tab[$i]['firstname']; print $contactstatic->getNomUrl(1); } print ''.$tab[$i]['libelle'].''; // Activation desativation du contact if ($propal->statut >= 0) print ''; print $contactstatic->LibStatut($tab[$i]['status'],3); if ($propal->statut >= 0) print ''; print ''; if ($user->rights->propale->creer) { print ' '; print ''; print img_delete(); print ''; } print '
"; } else { print "ErrorRecordNotFound"; } } $db->close(); llxFooter(); ?>