33require
'../main.inc.php';
34require_once DOL_DOCUMENT_ROOT.
'/contact/class/contact.class.php';
35require_once DOL_DOCUMENT_ROOT.
'/core/lib/company.lib.php';
36require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formother.class.php';
37require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formcompany.class.php';
48$langs->loadLangs(array(
'companies',
'orders'));
53$action =
GETPOST(
'action',
'aZ09');
54$contextpage =
GETPOST(
'contextpage',
'aZ') ?
GETPOST(
'contextpage',
'aZ') :
'thirdpartylist';
55$massaction =
GETPOST(
'massaction',
'alpha');
56$optioncss =
GETPOST(
'optioncss',
'alpha');
59$sortfield =
GETPOST(
'sortfield',
'aZ09comma');
60$sortorder =
GETPOST(
'sortorder',
'aZ09comma');
68if (empty($page) || $page == -1 || !empty($search_btn) || !empty($search_remove_btn) || (empty($toselect) && $massaction ===
'0')) {
71$offset = $limit * $page;
77 $socid = $user->socid;
81$hookmanager->initHooks(array(
'thirdpartycontact',
'thirdpartycontactcard',
'globalcard'));
93$parameters = array(
'id' => $id);
94$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
99 if ($action ==
'addcontact' && $user->hasRight(
'societe',
'creer')) {
102 if ($result > 0 && $id > 0) {
105 $result =
$object->add_contact($contactid, $typeid,
GETPOST(
"source",
'aZ09'));
109 header(
"Location: ".$_SERVER[
'PHP_SELF'].
"?id=".
$object->id);
112 if (
$object->error ==
'DB_ERROR_RECORD_ALREADY_EXISTS') {
113 $langs->load(
"errors");
114 $mesg =
'<div class="error">'.$langs->trans(
"ErrorThisContactIsAlreadyDefinedAsThisType").
'</div>';
116 $mesg =
'<div class="error">'.$object->error.
'</div>';
119 } elseif ($action ==
'swapstatut' && $user->hasRight(
'societe',
'creer')) {
126 } elseif ($action ==
'deletecontact' && $user->hasRight(
'societe',
'creer')) {
132 header(
"Location: ".$_SERVER[
'PHP_SELF'].
"?id=".
$object->id);
145$form =
new Form($db);
148$contactstatic =
new Contact($db);
149$userstatic =
new User($db);
151$title = $langs->trans(
"ContactAddress",
$object->name);
153 $title =
$object->name.
" - ".$title;
155$help_url =
'EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas';
161if ($id > 0 || !empty($ref)) {
162 if (
$object->fetch($id, $ref) > 0) {
164 print
dol_get_fiche_head($head,
'contactext', $langs->trans(
"ThirdParty"), -1,
'company');
166 print
'<form method="POST" action="'.$_SERVER[
'PHP_SELF'].
'">';
167 print
'<input type="hidden" name="token" value="'.newToken().
'">';
169 $linkback =
'<a href="'.DOL_URL_ROOT.
'/societe/list.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToList").
'</a>';
171 dol_banner_tab($object,
'socid', $linkback, ($user->socid ? 0 : 1),
'rowid',
'nom');
173 print
'<div class="fichecenter">';
175 print
'<div class="underbanner clearboth"></div>';
176 print
'<table class="border centpercent">';
189 print
'<tr><td>'.$langs->trans(
'Prefix').
'</td><td colspan="3">'.
$object->prefix_comm.
'</td></tr>';
193 print
'<tr><td class="titlefield">';
194 print $langs->trans(
'CustomerCode').
'</td><td colspan="3">';
196 $tmpcheck =
$object->check_codeclient();
197 if ($tmpcheck != 0 && $tmpcheck != -5) {
198 print
' <span class="error">('.$langs->trans(
"WrongCustomerCode").
')</span>';
204 print
'<tr><td class="titlefield">';
205 print $langs->trans(
'SupplierCode').
'</td><td colspan="3">';
206 print
$object->code_fournisseur;
207 $tmpcheck =
$object->check_codefournisseur();
208 if ($tmpcheck != 0 && $tmpcheck != -5) {
209 print
' <span class="error">('.$langs->trans(
"WrongSupplierCode").
')</span>';
221 $dirtpls = array_merge(
$conf->modules_parts[
'tpl'], array(
'/core/tpl'));
222 foreach ($dirtpls as $reldir) {
230 if (isModEnabled(
'member') && $user->hasRight(
'adherent',
'lire')) {
231 require_once DOL_DOCUMENT_ROOT.
'/adherents/class/adherent.class.php';
232 require_once DOL_DOCUMENT_ROOT.
'/adherents/class/adherent_type.class.php';
237 $langs->load(
"members");
238 $sql =
"SELECT d.rowid, d.login, d.lastname, d.firstname, d.societe as company, d.fk_soc,";
239 $sql .=
" d.datefin,";
240 $sql .=
" d.email, d.fk_adherent_type as type_id, d.morphy, d.statut,";
241 $sql .=
" t.libelle as type_label, t.subscription";
242 $sql .=
" FROM ".MAIN_DB_PREFIX.
"adherent as d";
243 $sql .=
", ".MAIN_DB_PREFIX.
"adherent_type as t";
244 $sql .=
" WHERE d.entity IN (".getEntity(
'member').
")";
245 $sql .=
" AND d.fk_soc = ".((int) $id);
246 $sql .=
" AND d.fk_adherent_type = t.rowid";
249 $resql = $db->query($sql);
251 $num = $db->num_rows($resql);
256 $titre = $langs->trans(
"MembersListOfTiers");
259 print_barre_liste($titre, $page, $_SERVER[
"PHP_SELF"], $param, $sortfield, $sortorder,
'', $num, 0,
'');
261 print
"<table class=\"noborder\" width=\"100%\">";
262 print
'<tr class="liste_titre">';
264 print_liste_field_titre(
"NameSlashCompany", $_SERVER[
"PHP_SELF"],
"d.lastname",
"", $param,
"", $sortfield, $sortorder);
269 print_liste_field_titre(
"Status", $_SERVER[
"PHP_SELF"],
"d.statut,d.datefin",
"", $param,
"", $sortfield, $sortorder);
270 print_liste_field_titre(
"EndSubscription", $_SERVER[
"PHP_SELF"],
"d.datefin",
"", $param,
'', $sortfield, $sortorder,
'center ');
274 while ($i < $num && $i < $conf->liste_limit) {
275 $objp = $db->fetch_object($resql);
277 $datefin = $db->jdate($objp->datefin);
278 $memberstatic->id = $objp->rowid;
279 $memberstatic->ref = $objp->rowid;
280 $memberstatic->lastname = $objp->lastname;
281 $memberstatic->firstname = $objp->firstname;
282 $memberstatic->statut = $objp->statut;
283 $memberstatic->status = $objp->statut;
284 $memberstatic->datefin = $db->jdate($objp->datefin);
286 $companyname = $objp->company;
288 print
'<tr class="oddeven">';
292 print $memberstatic->getNomUrl(1);
296 print
"<td><a href=\"card.php?rowid=$objp->rowid\">";
297 print((!empty($objp->lastname) || !empty($objp->firstname)) ?
dol_trunc($memberstatic->getFullName($langs)) :
'');
298 print(((!empty($objp->lastname) || !empty($objp->firstname)) && !empty($companyname)) ?
' / ' :
'');
299 print(!empty($companyname) ?
dol_trunc($companyname, 32) :
'');
303 print
"<td>".$objp->login.
"</td>\n";
306 $membertypestatic->id = $objp->type_id;
307 $membertypestatic->libelle = $objp->type_label;
308 $membertypestatic->label = $objp->type_label;
310 print
'<td class="nowrap">';
311 print $membertypestatic->getNomUrl(1, 32);
315 print
"<td>".$memberstatic->getmorphylib($objp->morphy).
"</td>\n";
318 print
"<td>".dol_print_email($objp->email, 0, 0, 1).
"</td>\n";
321 print
'<td class="nowrap">';
322 print $memberstatic->LibStatut($objp->statut, $objp->subscription, $datefin, 2);
327 print
'<td class="center nowrap">';
329 if ($memberstatic->hasDelay()) {
330 print
" ".img_warning($langs->trans(
"SubscriptionLate"));
334 print
'<td class="left nowrap">';
335 if (!empty($objp->subscription)) {
336 print $langs->trans(
"SubscriptionNotReceived");
337 if ($objp->statut > 0) {
338 print
" ".img_warning();
355 print
"ErrorRecordNotFound";
$id
Support class for third parties, contacts, members, users or resources.
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
llxFooter($comment='', $zone='private', $disabledoutputofmessages=0)
Empty footer.
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
Empty header.
Class to manage members of a foundation.
Class to manage members type.
Class to manage third parties objects (customers, suppliers, prospects...)
Class to manage Dolibarr users.
societe_prepare_head(Societe $object)
Return array of tabs to used on pages for third parties cards.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
print_liste_field_titre($name, $file="", $field="", $begin="", $param="", $moreattrib="", $sortfield="", $sortorder="", $prefix="", $tooltip="", $forcenowrapcolumntitle=0)
Show title line of an array.
print_barre_liste($title, $page, $file, $options='', $sortfield='', $sortorder='', $morehtmlcenter='', $num=-1, $totalnboflines='', $picto='generic', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limit=-1, $selectlimitsuffix=0, $hidenavigation=0, $pagenavastextinput=0, $morehtmlrightbeforearrow='')
Print a title with navigation controls for pagination.
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0, $morecssdiv='')
Show tabs of a record.
dol_print_date($time, $format='', $tzoutput='auto', $outputlangs=null, $encodetooutput=false)
Output date in a string format according to outputlangs (or langs if not defined).
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
dol_trunc($string, $size=40, $trunc='right', $stringencoding='UTF-8', $nodot=0, $display=0)
Truncate a string to a particular length adding '…' if string larger than length.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename='', $restricttologhandler='', $logcontext=null)
Write log message into outputs.
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...
restrictedArea(User $user, $features, $object=0, $tableandshare='', $feature2='', $dbt_keyfield='fk_soc', $dbt_select='rowid', $isdraft=0, $mode=0)
Check permissions of a user to show a page and an object.