34require
'../main.inc.php';
35require_once DOL_DOCUMENT_ROOT.
'/adherents/class/adherent.class.php';
36require_once DOL_DOCUMENT_ROOT.
'/adherents/class/adherent_type.class.php';
37require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formother.class.php';
38require_once DOL_DOCUMENT_ROOT.
'/core/lib/company.lib.php';
42$langs->loadLangs(array(
"members",
"companies",
"categories"));
46$action =
GETPOST(
'action',
'aZ09');
47$massaction =
GETPOST(
'massaction',
'alpha');
49$confirm =
GETPOST(
'confirm',
'alpha');
50$cancel =
GETPOST(
'cancel',
'alpha');
51$toselect =
GETPOST(
'toselect',
'array');
52$contextpage =
GETPOST(
'contextpage',
'aZ') ?
GETPOST(
'contextpage',
'aZ') :
'memberslist';
53$backtopage =
GETPOST(
'backtopage',
'alpha');
54$optioncss =
GETPOST(
'optioncss',
'aZ');
55$mode =
GETPOST(
'mode',
'alpha');
58$search =
GETPOST(
"search",
'alpha');
59$search_id =
GETPOST(
'search_id',
'int');
60$search_ref =
GETPOST(
"search_ref",
'alpha');
61$search_lastname =
GETPOST(
"search_lastname",
'alpha');
62$search_firstname =
GETPOST(
"search_firstname",
'alpha');
63$search_gender =
GETPOST(
"search_gender",
'alpha');
64$search_civility =
GETPOST(
"search_civility",
'alpha');
65$search_company =
GETPOST(
'search_company',
'alphanohtml');
66$search_login =
GETPOST(
"search_login",
'alpha');
67$search_address =
GETPOST(
"search_address",
'alpha');
68$search_zip =
GETPOST(
"search_zip",
'alpha');
69$search_town =
GETPOST(
"search_town",
'alpha');
70$search_state =
GETPOST(
"search_state",
'alpha');
71$search_country =
GETPOST(
"search_country",
'alpha');
72$search_phone =
GETPOST(
"search_phone",
'alpha');
73$search_phone_perso =
GETPOST(
"search_phone_perso",
'alpha');
74$search_phone_mobile =
GETPOST(
"search_phone_mobile",
'alpha');
75$search_type =
GETPOST(
"search_type",
'alpha');
76$search_email =
GETPOST(
"search_email",
'alpha');
77$search_categ =
GETPOST(
"search_categ",
'intcomma');
78$search_morphy =
GETPOST(
"search_morphy",
'alpha');
79$search_import_key = trim(
GETPOST(
"search_import_key",
'alpha'));
82if (
GETPOSTINT(
'catid') && empty($search_categ)) {
86$search_filter =
GETPOST(
"search_filter",
'alpha');
87$search_status =
GETPOST(
"search_status",
'intcomma');
93$filter =
GETPOST(
"filter",
'alpha');
95 $search_filter = $filter;
98$statut =
GETPOST(
"statut",
'alpha');
100 $search_status = $statut;
103$search_all = trim((
GETPOST(
'search_all',
'alphanohtml') !=
'') ?
GETPOST(
'search_all',
'alphanohtml') :
GETPOST(
'sall',
'alphanohtml'));
105if ($search_status < -2) {
111$sortfield =
GETPOST(
'sortfield',
'aZ09comma');
112$sortorder =
GETPOST(
'sortorder',
'aZ09comma');
114if (empty($page) || $page == -1) {
117$offset = $limit * $page;
118$pageprev = $page - 1;
119$pagenext = $page + 1;
121 $sortorder = ($filter ==
'outofdate' ?
"DESC" :
"ASC");
124 $sortfield = ($filter ==
'outofdate' ?
"d.datefin" :
"d.lastname");
130$hookmanager->initHooks(array(
'memberlist'));
134$extrafields->fetch_name_optionals_label(
$object->table_element);
136$search_array_options = $extrafields->getOptionalsFromPost(
$object->table_element,
'',
'search_');
139$fieldstosearchall = array(
141 'd.login' =>
'Login',
142 'd.lastname' =>
'Lastname',
143 'd.firstname' =>
'Firstname',
144 'd.societe' =>
"Company",
145 'd.email' =>
'EMail',
146 'd.address' =>
'Address',
149 'd.phone' =>
"Phone",
150 'd.phone_perso' =>
"PhonePerso",
151 'd.phone_mobile' =>
"PhoneMobile",
152 'd.note_public' =>
'NotePublic',
153 'd.note_private' =>
'NotePrivate',
157 'd.rowid' => array(
'label' =>
'ID',
'checked' => 1,
'enabled' =>
getDolGlobalInt(
'MAIN_SHOW_TECHNICAL_ID'),
'position' => 1),
158 'd.ref' => array(
'label' =>
"Ref",
'checked' => 1),
159 'd.civility' => array(
'label' =>
"Civility",
'checked' => 0),
160 'd.lastname' => array(
'label' =>
"Lastname",
'checked' => 1),
161 'd.firstname' => array(
'label' =>
"Firstname",
'checked' => 1),
162 'd.gender' => array(
'label' =>
"Gender",
'checked' => 0),
163 'd.company' => array(
'label' =>
"Company",
'checked' => 1,
'position' => 70),
164 'd.login' => array(
'label' =>
"Login",
'checked' => 1),
165 'd.morphy' => array(
'label' =>
"MemberNature",
'checked' => 1),
166 't.libelle' => array(
'label' =>
"Type",
'checked' => 1,
'position' => 55),
167 'd.address' => array(
'label' =>
"Address",
'checked' => 0),
168 'd.zip' => array(
'label' =>
"Zip",
'checked' => 0),
169 'd.town' => array(
'label' =>
"Town",
'checked' => 0),
170 'd.phone' => array(
'label' =>
"Phone",
'checked' => 0),
171 'd.phone_perso' => array(
'label' =>
"PhonePerso",
'checked' => 0),
172 'd.phone_mobile' => array(
'label' =>
"PhoneMobile",
'checked' => 0),
173 'd.email' => array(
'label' =>
"Email",
'checked' => 1),
174 'state.nom' => array(
'label' =>
"State",
'checked' => 0,
'position' => 90),
175 'country.code_iso' => array(
'label' =>
"Country",
'checked' => 0,
'position' => 95),
178 'd.datefin' => array(
'label' =>
"EndSubscription"),
179 'd.datec' => array(
'label' =>
"DateCreation"),
180 'd.birth' => array(
'label' =>
"Birthday"),
181 'd.tms' => array(
'label' =>
"DateModificationShort"),
182 'd.statut' => array(
'label' =>
"Status"),
183 'd.import_key' => array(
'label' =>
"ImportId"),
187include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_list_array_fields.tpl.php';
194foreach (
$object->fields as $key => $val) {
195 if (!array_key_exists($tableprefix.
'.'.$key, $arrayfields)) {
200 if (!empty($val[
'visible'])) {
201 $visible = (int)
dol_eval($val[
'visible'], 1);
202 $arrayfields[$tableprefix.
'.'.$key] = array(
203 'label' => $val[
'label'],
204 'checked' => (($visible < 0) ? 0 : 1),
205 'enabled' => (abs($visible) != 3 && (bool)
dol_eval($val[
'enabled'], 1)),
206 'position' => $val[
'position'],
207 'help' => isset($val[
'help']) ? $val[
'help'] :
''
212'@phan-var-force array<string,array{label:string,checked?:int<0,1>,position?:int,help?:string}> $arrayfields';
223if (
GETPOST(
'cancel',
'alpha')) {
227if (!
GETPOST(
'confirmmassaction',
'alpha') && $massaction !=
'presend' && $massaction !=
'confirm_presend') {
231$parameters = array(
'socid' => isset($socid) ? $socid : null,
'arrayfields' => &$arrayfields);
232$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
237if (empty($reshook)) {
239 include DOL_DOCUMENT_ROOT.
'/core/actions_changeselectedfields.inc.php';
242 if (
GETPOST(
'button_removefilter_x',
'alpha') ||
GETPOST(
'button_removefilter.x',
'alpha') ||
GETPOST(
'button_removefilter',
'alpha')) {
249 $search_lastname =
"";
250 $search_firstname =
"";
252 $search_civility =
"";
254 $search_company =
"";
257 $search_address =
"";
261 $search_country =
'';
263 $search_phone_perso =
'';
264 $search_phone_mobile =
'';
269 $search_import_key =
'';
273 $search_datec_start =
'';
274 $search_datec_end =
'';
275 $search_datem_start =
'';
276 $search_datem_end =
'';
277 $search_array_options = array();
281 if ($massaction ==
'close' && $user->hasRight(
'adherent',
'creer')) {
288 foreach ($toselect as $idtoclose) {
289 $tmpmember->fetch($idtoclose);
290 $result = $tmpmember->resiliate($user);
292 if ($result < 0 && !count($tmpmember->errors)) {
311 if ($massaction ==
'createexternaluser' && $user->hasRight(
'adherent',
'creer') && $user->hasRight(
'user',
'user',
'creer')) {
318 foreach ($toselect as $idtoclose) {
319 $tmpmember->fetch($idtoclose);
321 if (!empty($tmpmember->socid)) {
322 $nuser =
new User($db);
325 $result = $nuser->create_from_member($tmpuser, $tmpmember->login);
327 if ($result < 0 && !count($tmpmember->errors)) {
338 setEventMessages($langs->trans(
"XExternalUserCreated", $nbcreated),
null,
'mesgs');
347 if ($action ==
'createsubscription_confirm' && $confirm ==
"yes" && $user->hasRight(
'adherent',
'creer')) {
355 foreach ($toselect as $id) {
356 $res = $tmpmember->fetch($id);
358 $result = $tmpmember->subscription($now, $amount);
370 setEventMessages($langs->trans(
"XSubsriptionCreated", $nbcreated),
null,
'mesgs');
373 setEventMessages($langs->trans(
"XSubsriptionError", $error),
null,
'mesgs');
379 $objectclass =
'Adherent';
380 $objectlabel =
'Members';
381 $permissiontoread = $user->hasRight(
'adherent',
'lire');
382 $permissiontodelete = $user->hasRight(
'adherent',
'supprimer');
383 $permissiontoadd = $user->hasRight(
'adherent',
'creer');
384 $uploaddir = $conf->adherent->dir_output;
385 include DOL_DOCUMENT_ROOT.
'/core/actions_massactions.inc.php';
393$form =
new Form($db);
401$title = $langs->trans(
"Members").
" - ".$langs->trans(
"List");
402$help_url =
'EN:Module_Foundations|FR:Module_Adhérents|ES:Módulo_Miembros|DE:Modul_Mitglieder';
409if (!empty($search_categ) && $search_categ > 0) {
410 $sql =
"SELECT DISTINCT";
414$sql .=
" d.rowid, d.ref, d.login, d.lastname, d.firstname, d.gender, d.societe as company, d.fk_soc,";
415$sql .=
" d.civility, d.datefin, d.address, d.zip, d.town, d.state_id, d.country,";
416$sql .=
" d.email, d.phone, d.phone_perso, d.phone_mobile, d.birth, d.public, d.photo,";
417$sql .=
" d.fk_adherent_type as type_id, d.morphy, d.statut as status, d.datec as date_creation, d.tms as date_modification,";
418$sql .=
" d.note_private, d.note_public, d.import_key,";
420$sql .=
" ".$db->ifsql(
"d.societe IS NULL",
"s.nom",
"d.societe").
" as companyname,";
421$sql .=
" t.libelle as type, t.subscription,";
422$sql .=
" state.code_departement as state_code, state.nom as state_name";
425if (!empty($extrafields->attributes[
$object->table_element][
'label'])) {
426 foreach ($extrafields->attributes[
$object->table_element][
'label'] as $key => $val) {
427 $sql .= ($extrafields->attributes[
$object->table_element][
'type'][$key] !=
'separate' ?
", ef.".$key.
" as options_".$key :
'');
432$parameters = array();
433$reshook = $hookmanager->executeHooks(
'printFieldListSelect', $parameters, $object, $action);
434$sql .= $hookmanager->resPrint;
435$sql = preg_replace(
'/,\s*$/',
'', $sql);
440$sql .=
" FROM ".MAIN_DB_PREFIX.
"adherent as d";
441if (!empty($extrafields->attributes[
$object->table_element][
'label']) && count($extrafields->attributes[
$object->table_element][
'label'])) {
442 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.$object->table_element.
"_extrafields as ef on (d.rowid = ef.fk_object)";
444$sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"c_country as country on (country.rowid = d.country)";
445$sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"c_departements as state on (state.rowid = d.state_id)";
446$sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"societe as s on (s.rowid = d.fk_soc)";
449$sql .=
", ".MAIN_DB_PREFIX.
"adherent_type as t";
450$sql .=
" WHERE d.fk_adherent_type = t.rowid";
452$searchCategoryContactList = $search_categ ? array($search_categ) : array();
453$searchCategoryContactOperator = 0;
455if (!empty($searchCategoryContactList)) {
456 $searchCategoryContactSqlList = array();
457 $listofcategoryid =
'';
458 foreach ($searchCategoryContactList as $searchCategoryContact) {
459 if (intval($searchCategoryContact) == -2) {
460 $searchCategoryContactSqlList[] =
"NOT EXISTS (SELECT ck.fk_categorie FROM ".MAIN_DB_PREFIX.
"categorie_member as ck WHERE d.rowid = ck.fk_member)";
461 } elseif (intval($searchCategoryContact) > 0) {
462 if ($searchCategoryContactOperator == 0) {
463 $searchCategoryContactSqlList[] =
" EXISTS (SELECT ck.fk_categorie FROM ".MAIN_DB_PREFIX.
"categorie_member as ck WHERE d.rowid = ck.fk_member AND ck.fk_categorie = ".((int) $searchCategoryContact).
")";
465 $listofcategoryid .= ($listofcategoryid ?
', ' :
'') .((
int) $searchCategoryContact);
469 if ($listofcategoryid) {
470 $searchCategoryContactSqlList[] =
" EXISTS (SELECT ck.fk_categorie FROM ".MAIN_DB_PREFIX.
"categorie_member as ck WHERE d.rowid = ck.fk_member AND ck.fk_categorie IN (".$db->sanitize($listofcategoryid).
"))";
472 if ($searchCategoryContactOperator == 1) {
473 if (!empty($searchCategoryContactSqlList)) {
474 $sql .=
" AND (".implode(
' OR ', $searchCategoryContactSqlList).
")";
477 if (!empty($searchCategoryContactSqlList)) {
478 $sql .=
" AND (".implode(
' AND ', $searchCategoryContactSqlList).
")";
483$sql .=
" AND d.entity IN (".getEntity(
'adherent').
")";
485 $sql .=
natural_search(array_keys($fieldstosearchall), $search_all);
487if ($search_type > 0) {
488 $sql .=
" AND t.rowid=".((int) $search_type);
490if ($search_filter ==
'withoutsubscription') {
491 $sql .=
" AND (datefin IS NULL)";
493if ($search_filter ==
'waitingsubscription') {
494 $sql .=
" AND (datefin IS NULL AND t.subscription = '1')";
496if ($search_filter ==
'uptodate') {
499 $sql .=
" AND (datefin >= '".$db->idate($now).
"' OR (datefin IS NULL AND t.subscription = '0'))";
501if ($search_filter ==
'outofdate') {
502 $sql .=
" AND (datefin < '".$db->idate($now).
"')";
504if ($search_status !=
'') {
506 $sql .=
" AND d.statut in (".$db->sanitize($db->escape($search_status)).
")";
508if ($search_morphy !=
'' && $search_morphy !=
'-1') {
517if ($search_civility) {
520if ($search_firstname) {
523if ($search_lastname) {
524 $sql .=
natural_search(array(
"d.firstname",
"d.lastname",
"d.societe"), $search_lastname);
526if ($search_gender !=
'' && $search_gender !=
'-1') {
532if ($search_company) {
538if ($search_address) {
553if ($search_phone_perso) {
556if ($search_phone_mobile) {
559if ($search_country) {
560 $sql .=
" AND d.country IN (".$db->sanitize($search_country).
')';
562if ($search_import_key) {
565if ($search_datec_start) {
566 $sql .=
" AND d.datec >= '".$db->idate($search_datec_start).
"'";
568if ($search_datec_end) {
569 $sql .=
" AND d.datec <= '".$db->idate($search_datec_end).
"'";
571if ($search_datem_start) {
572 $sql .=
" AND d.tms >= '".$db->idate($search_datem_start).
"'";
574if ($search_datem_end) {
575 $sql .=
" AND d.tms <= '".$db->idate($search_datem_end).
"'";
578include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_list_search_sql.tpl.php';
580$parameters = array();
581$reshook = $hookmanager->executeHooks(
'printFieldListWhere', $parameters, $object, $action);
582$sql .= $hookmanager->resPrint;
585$nbtotalofrecords =
'';
588 $sqlforcount = preg_replace(
'/^'.preg_quote($sqlfields,
'/').
'/',
'SELECT COUNT(*) as nbtotalofrecords', $sql);
589 $sqlforcount = preg_replace(
'/GROUP BY .*$/',
'', $sqlforcount);
590 $resql = $db->query($sqlforcount);
592 $objforcount = $db->fetch_object($resql);
593 $nbtotalofrecords = $objforcount->nbtotalofrecords;
598 if (($page * $limit) > $nbtotalofrecords) {
607$sql .= $db->order($sortfield, $sortorder);
609 $sql .= $db->plimit($limit + 1, $offset);
612$resql = $db->query($sql);
618$num = $db->num_rows($resql);
622if ($num == 1 &&
getDolGlobalString(
'MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE') && $search_all && !$page) {
623 $obj = $db->fetch_object($resql);
625 header(
"Location: ".DOL_URL_ROOT.
'/adherents/card.php?id='.$id);
632llxHeader(
'', $title, $help_url,
'', 0, 0, $morejs, $morecss,
'',
'bodyforlist');
634$arrayofselected = is_array($toselect) ? $toselect : array();
637if ($search_type > 0) {
639 $result = $membertype->fetch($search_type);
640 $title .=
" (".$membertype->label.
")";
646 $param .=
'&mode='.urlencode($mode);
648if (!empty($contextpage) && $contextpage != $_SERVER[
"PHP_SELF"]) {
649 $param .=
'&contextpage='.urlencode($contextpage);
651if ($limit > 0 && $limit != $conf->liste_limit) {
652 $param .=
'&limit='.((int) $limit);
654if ($optioncss !=
'') {
655 $param .=
'&optioncss='.urlencode($optioncss);
657if ($search_all !=
"") {
658 $param .=
"&search_all=".urlencode($search_all);
661 $param .=
"&search_ref=".urlencode($search_ref);
663if ($search_civility) {
664 $param .=
"&search_civility=".urlencode($search_civility);
666if ($search_firstname) {
667 $param .=
"&search_firstname=".urlencode($search_firstname);
669if ($search_lastname) {
670 $param .=
"&search_lastname=".urlencode($search_lastname);
673 $param .=
"&search_gender=".urlencode($search_gender);
676 $param .=
"&search_login=".urlencode($search_login);
679 $param .=
"&search_email=".urlencode($search_email);
681if ($search_categ > 0 || $search_categ == -2) {
682 $param .=
"&search_categ=".urlencode((
string) ($search_categ));
684if ($search_company) {
685 $param .=
"&search_company=".urlencode($search_company);
687if ($search_address !=
'') {
688 $param .=
"&search_address=".urlencode($search_address);
690if ($search_town !=
'') {
691 $param .=
"&search_town=".urlencode($search_town);
693if ($search_zip !=
'') {
694 $param .=
"&search_zip=".urlencode($search_zip);
696if ($search_state !=
'') {
697 $param .=
"&search_state=".urlencode($search_state);
699if ($search_country !=
'') {
700 $param .=
"&search_country=".urlencode($search_country);
702if ($search_phone !=
'') {
703 $param .=
"&search_phone=".urlencode($search_phone);
705if ($search_phone_perso !=
'') {
706 $param .=
"&search_phone_perso=".urlencode($search_phone_perso);
708if ($search_phone_mobile !=
'') {
709 $param .=
"&search_phone_mobile=".urlencode($search_phone_mobile);
711if ($search_filter && $search_filter !=
'-1') {
712 $param .=
"&search_filter=".urlencode($search_filter);
714if ($search_status !=
"" && $search_status != -3) {
715 $param .=
"&search_status=".urlencode($search_status);
717if ($search_import_key !=
'') {
718 $param .=
'&search_import_key='.urlencode($search_import_key);
720if ($search_type > 0) {
721 $param .=
"&search_type=".urlencode($search_type);
723if ($search_datec_start) {
724 $param .=
'&search_datec_start_day='.dol_print_date($search_datec_start,
'%d').
'&search_datec_start_month='.
dol_print_date($search_datec_start,
'%m').
'&search_datec_start_year='.
dol_print_date($search_datec_start,
'%Y');
726if ($search_datem_end) {
727 $param .=
'&search_datem_end_day='.dol_print_date($search_datem_end,
'%d').
'&search_datem_end_month='.
dol_print_date($search_datem_end,
'%m').
'&search_datem_end_year='.
dol_print_date($search_datem_end,
'%Y');
731include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_list_search_param.tpl.php';
734$arrayofmassactions = array(
738if ($user->hasRight(
'adherent',
'creer')) {
739 $arrayofmassactions[
'close'] =
img_picto(
'',
'close_title',
'class="pictofixedwidth"').$langs->trans(
"Resiliate");
741if ($user->hasRight(
'adherent',
'supprimer')) {
742 $arrayofmassactions[
'predelete'] =
img_picto(
'',
'delete',
'class="pictofixedwidth"').$langs->trans(
"Delete");
744if (isModEnabled(
'category') && $user->hasRight(
'adherent',
'creer')) {
745 $arrayofmassactions[
'preaffecttag'] =
img_picto(
'',
'category',
'class="pictofixedwidth"').$langs->trans(
"AffectTag");
747if ($user->hasRight(
'adherent',
'creer') && $user->hasRight(
'user',
'user',
'creer')) {
748 $arrayofmassactions[
'createexternaluser'] =
img_picto(
'',
'user',
'class="pictofixedwidth"').$langs->trans(
"CreateExternalUser");
750if ($user->hasRight(
'adherent',
'creer')) {
751 $arrayofmassactions[
'createsubscription'] =
img_picto(
'',
'payment',
'class="pictofixedwidth"').$langs->trans(
"CreateSubscription");
753if (
GETPOSTINT(
'nomassaction') || in_array($massaction, array(
'presend',
'predelete',
'preaffecttag'))) {
754 $arrayofmassactions = array();
756$massactionbutton = $form->selectMassAction(
'', $arrayofmassactions);
758print
'<form method="POST" id="searchFormList" action="'.$_SERVER[
"PHP_SELF"].
'">'.
"\n";
759if ($optioncss !=
'') {
760 print
'<input type="hidden" name="optioncss" value="'.$optioncss.
'">';
762print
'<input type="hidden" name="token" value="'.newToken().
'">';
763print
'<input type="hidden" name="formfilteraction" id="formfilteraction" value="list">';
764print
'<input type="hidden" name="action" value="list">';
765print
'<input type="hidden" name="sortfield" value="'.$sortfield.
'">';
766print
'<input type="hidden" name="sortorder" value="'.$sortorder.
'">';
767print
'<input type="hidden" name="page" value="'.$page.
'">';
768print
'<input type="hidden" name="contextpage" value="'.$contextpage.
'">';
769print
'<input type="hidden" name="page_y" value="">';
770print
'<input type="hidden" name="mode" value="'.$mode.
'">';
774$newcardbutton .=
dolGetButtonTitle($langs->trans(
'ViewList'),
'',
'fa fa-bars imgforviewmode', $_SERVER[
"PHP_SELF"].
'?mode=common'.preg_replace(
'/(&|\?)*mode=[^&]+/',
'', $param),
'', ((empty($mode) || $mode ==
'common') ? 2 : 1), array(
'morecss' =>
'reposition'));
775$newcardbutton .=
dolGetButtonTitle($langs->trans(
'ViewKanban'),
'',
'fa fa-th-list imgforviewmode', $_SERVER[
"PHP_SELF"].
'?mode=kanban'.preg_replace(
'/(&|\?)*mode=[^&]+/',
'', $param),
'', ($mode ==
'kanban' ? 2 : 1), array(
'morecss' =>
'reposition'));
776if ($user->hasRight(
'adherent',
'creer')) {
778 $newcardbutton .=
dolGetButtonTitle($langs->trans(
'NewMember'),
'',
'fa fa-plus-circle', DOL_URL_ROOT.
'/adherents/card.php?action=create');
781print_barre_liste($title, $page, $_SERVER[
"PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords,
$object->picto, 0, $newcardbutton,
'', $limit, 0, 0, 1);
783$topicmail =
"Information";
784$modelmail =
"member";
786$trackid =
'mem'.$object->id;
787if ($massaction ==
'createsubscription') {
791 foreach ($toselect as $id) {
793 $tmpmember->fetch($id);
794 $res = $adht->fetch($tmpmember->typeid);
796 $amounttmp = $adht->amount;
797 if (!empty($tmpmember->last_subscription_amount) && !GETPOSTISSET(
'newamount') && is_numeric($amounttmp)) {
798 $amounttmp = max($tmpmember->last_subscription_amount, $amount);
800 $amount = max(0, $amounttmp, $amount);
807 $formquestion = array(
808 array(
'label' => $langs->trans(
"DateSubscription"),
'type' =>
'other',
'value' => $date),
809 array(
'label' => $langs->trans(
"Amount"),
'type' =>
'text',
'value' =>
price($amount, 0,
'', 0),
'name' =>
'amount'),
810 array(
'type' =>
'separator'),
811 array(
'label' => $langs->trans(
"MoreActions"),
'type' =>
'other',
'value' => $langs->trans(
"None").
' '.
img_warning($langs->trans(
"WarningNoComplementaryActionDone"))),
813 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmMassSubsriptionCreation"), $langs->trans(
"ConfirmMassSubsriptionCreationQuestion", count($toselect)),
"createsubscription_confirm", $formquestion,
'', 0, 200, 500, 1);
815include DOL_DOCUMENT_ROOT.
'/core/tpl/massactions_pre.tpl.php';
819 foreach ($fieldstosearchall as $key => $val) {
820 $fieldstosearchall[$key] = $langs->trans($val);
821 $setupstring .= $key.
"=".$val.
";";
823 print
'<!-- Search done like if MYOBJECT_QUICKSEARCH_ON_FIELDS = '.$setupstring.
' -->'.
"\n";
824 print
'<div class="divsearchfieldfilter">'.$langs->trans(
"FilterOnInto", $search_all).implode(
', ', $fieldstosearchall).
'</div>'.
"\n";
827$varpage = empty($contextpage) ? $_SERVER[
"PHP_SELF"] : $contextpage;
828$htmlofselectarray = $form->multiSelectArrayWithCheckbox(
'selectedfields', $arrayfields, $varpage,
getDolGlobalString(
'MAIN_CHECKBOX_LEFT_COLUMN'));
829$selectedfields = ($mode !=
'kanban' ? $htmlofselectarray :
'');
830$selectedfields .= (count($arrayofmassactions) ? $form->showCheckAddButtons(
'checkforselect', 1) :
'');
834if (isModEnabled(
'category') && $user->hasRight(
'categorie',
'lire')) {
835 require_once DOL_DOCUMENT_ROOT.
'/categories/class/categorie.class.php';
836 $moreforfilter .=
'<div class="divsearchfield">';
837 $moreforfilter .=
img_picto($langs->trans(
'Categories'),
'category',
'class="pictofixedwidth"').$formother->select_categories(Categorie::TYPE_MEMBER, $search_categ,
'search_categ', 1, $langs->trans(
"MembersCategoriesShort"));
838 $moreforfilter .=
'</div>';
841 'arrayfields' => &$arrayfields,
843$reshook = $hookmanager->executeHooks(
'printFieldPreListTitle', $parameters, $object, $action);
844if (empty($reshook)) {
845 $moreforfilter .= $hookmanager->resPrint;
847 $moreforfilter = $hookmanager->resPrint;
849if (!empty($moreforfilter)) {
850 print
'<div class="liste_titre liste_titre_bydiv centpercent">';
851 print $moreforfilter;
855print
'<div class="div-table-responsive">';
856print
'<table class="tagtable nobottomiftotal liste'.($moreforfilter ?
" listwithfilterbefore" :
"").
'">'.
"\n";
860print
'<tr class="liste_titre_filter">';
864 print
'<td class="liste_titre center maxwidthsearch">';
865 $searchpicto = $form->showFilterButtons(
'left');
871if (!empty($arrayfields[
'd.rowid'][
'checked'])) {
872 print
'<td class="liste_titre">';
873 print
'<input class="flat" size="6" type="text" name="search_id" value="'.dol_escape_htmltag($search_id).
'">';
878if (!empty($arrayfields[
'd.ref'][
'checked'])) {
879 print
'<td class="liste_titre">';
880 print
'<input type="text" class="flat maxwidth75imp" name="search_ref" value="'.dol_escape_htmltag($search_ref).
'">';
885if (!empty($arrayfields[
'd.civility'][
'checked'])) {
886 print
'<td class="liste_titre left">';
887 print
'<input class="flat maxwidth50imp" type="text" name="search_civility" value="'.dol_escape_htmltag($search_civility).
'"></td>';
891if (!empty($arrayfields[
'd.firstname'][
'checked'])) {
892 print
'<td class="liste_titre left">';
893 print
'<input class="flat maxwidth75imp" type="text" name="search_firstname" value="'.dol_escape_htmltag($search_firstname).
'"></td>';
897if (!empty($arrayfields[
'd.lastname'][
'checked'])) {
898 print
'<td class="liste_titre left">';
899 print
'<input class="flat maxwidth75imp" type="text" name="search_lastname" value="'.dol_escape_htmltag($search_lastname).
'"></td>';
903if (!empty($arrayfields[
'd.gender'][
'checked'])) {
904 print
'<td class="liste_titre">';
905 $arraygender = array(
'man' => $langs->trans(
"Genderman"),
'woman' => $langs->trans(
"Genderwoman"),
'other' => $langs->trans(
"Genderother"));
906 print $form->selectarray(
'search_gender', $arraygender, $search_gender, 1);
911if (!empty($arrayfields[
'd.company'][
'checked'])) {
912 print
'<td class="liste_titre left">';
913 print
'<input class="flat maxwidth75imp" type="text" name="search_company" value="'.dol_escape_htmltag($search_company).
'"></td>';
917if (!empty($arrayfields[
'd.login'][
'checked'])) {
918 print
'<td class="liste_titre left">';
919 print
'<input class="flat maxwidth75imp" type="text" name="search_login" value="'.dol_escape_htmltag($search_login).
'"></td>';
923if (!empty($arrayfields[
'd.morphy'][
'checked'])) {
924 print
'<td class="liste_titre center">';
925 $arraymorphy = array(
'mor' => $langs->trans(
"Moral"),
'phy' => $langs->trans(
"Physical"));
926 print $form->selectarray(
'search_morphy', $arraymorphy, $search_morphy, 1, 0, 0,
'', 0, 0, 0,
'',
'maxwidth100');
931if (!empty($arrayfields[
't.libelle'][
'checked'])) {
934if (!empty($arrayfields[
't.libelle'][
'checked'])) {
935 print
'<td class="liste_titre">';
936 $listetype = $membertypestatic->liste_array();
938 print $form->selectarray(
"search_type", $listetype, $search_type, 1, 0, 0,
'', 0, 32);
943if (!empty($arrayfields[
'd.address'][
'checked'])) {
944 print
'<td class="liste_titre left">';
945 print
'<input class="flat maxwidth75imp" type="text" name="search_address" value="'.dol_escape_htmltag($search_address).
'"></td>';
949if (!empty($arrayfields[
'd.zip'][
'checked'])) {
950 print
'<td class="liste_titre left">';
951 print
'<input class="flat maxwidth50imp" type="text" name="search_zip" value="'.dol_escape_htmltag($search_zip).
'"></td>';
955if (!empty($arrayfields[
'd.town'][
'checked'])) {
956 print
'<td class="liste_titre left">';
957 print
'<input class="flat maxwidth75imp" type="text" name="search_town" value="'.dol_escape_htmltag($search_town).
'"></td>';
961if (!empty($arrayfields[
'state.nom'][
'checked'])) {
962 print
'<td class="liste_titre">';
963 print
'<input class="flat searchstring maxwidth75imp" type="text" name="search_state" value="'.dol_escape_htmltag($search_state).
'">';
968if (!empty($arrayfields[
'country.code_iso'][
'checked'])) {
969 print
'<td class="liste_titre center">';
970 print $form->select_country($search_country,
'search_country',
'', 0,
'minwidth100imp maxwidth100');
975if (!empty($arrayfields[
'd.phone'][
'checked'])) {
976 print
'<td class="liste_titre left">';
977 print
'<input class="flat maxwidth75imp" type="text" name="search_phone" value="'.dol_escape_htmltag($search_phone).
'"></td>';
981if (!empty($arrayfields[
'd.phone_perso'][
'checked'])) {
982 print
'<td class="liste_titre left">';
983 print
'<input class="flat maxwidth75imp" type="text" name="search_phone_perso" value="'.dol_escape_htmltag($search_phone_perso).
'"></td>';
987if (!empty($arrayfields[
'd.phone_mobile'][
'checked'])) {
988 print
'<td class="liste_titre left">';
989 print
'<input class="flat maxwidth75imp" type="text" name="search_phone_mobile" value="'.dol_escape_htmltag($search_phone_mobile).
'"></td>';
993if (!empty($arrayfields[
'd.email'][
'checked'])) {
994 print
'<td class="liste_titre left">';
995 print
'<input class="flat maxwidth75imp" type="text" name="search_email" value="'.dol_escape_htmltag($search_email).
'"></td>';
999if (!empty($arrayfields[
'd.datefin'][
'checked'])) {
1000 print
'<td class="liste_titre center">';
1002 $selectarray = array(
'-1' =>
'',
'waitingsubscription' => $langs->trans(
"WaitingSubscription"),
'uptodate' => $langs->trans(
"UpToDate"),
'outofdate' => $langs->trans(
"OutOfDate"));
1003 print $form->selectarray(
'search_filter', $selectarray, $search_filter);
1008include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_list_search_input.tpl.php';
1011$parameters = array(
'arrayfields' => $arrayfields);
1012$reshook = $hookmanager->executeHooks(
'printFieldListOption', $parameters);
1013print $hookmanager->resPrint;
1016if (!empty($arrayfields[
'd.datec'][
'checked'])) {
1017 print
'<td class="liste_titre">';
1018 print
'<div class="nowrapfordate">';
1019 print $form->selectDate($search_datec_start ? $search_datec_start : -1,
'search_datec_start_', 0, 0, 1,
'', 1, 0, 0,
'',
'',
'',
'', 1,
'', $langs->trans(
'From'));
1021 print
'<div class="nowrapfordate">';
1022 print $form->selectDate($search_datec_end ? $search_datec_end : -1,
'search_datec_end_', 0, 0, 1,
'', 1, 0, 0,
'',
'',
'',
'', 1,
'', $langs->trans(
'to'));
1028if (!empty($arrayfields[
'd.birth'][
'checked'])) {
1029 print
'<td class="liste_titre">';
1034if (!empty($arrayfields[
'd.tms'][
'checked'])) {
1035 print
'<td class="liste_titre">';
1036 print
'<div class="nowrapfordate">';
1037 print $form->selectDate($search_datem_start ? $search_datem_start : -1,
'search_datem_start_', 0, 0, 1,
'', 1, 0, 0,
'',
'',
'',
'', 1,
'', $langs->trans(
'From'));
1039 print
'<div class="nowrapfordate">';
1040 print $form->selectDate($search_datem_end ? $search_datem_end : -1,
'search_datem_end_', 0, 0, 1,
'', 1, 0, 0,
'',
'',
'',
'', 1,
'', $langs->trans(
'to'));
1046if (!empty($arrayfields[
'd.import_key'][
'checked'])) {
1047 print
'<td class="liste_titre center">';
1048 print
'<input class="flat searchstring maxwidth50" type="text" name="search_import_key" value="'.dol_escape_htmltag($search_import_key).
'">';
1053if (!empty($arrayfields[
'd.statut'][
'checked'])) {
1054 print
'<td class="liste_titre center parentonrightofpage">';
1055 $liststatus = array(
1062 print $form->selectarray(
'search_status', $liststatus, $search_status, -3, 0, 0,
'', 0, 0, 0,
'',
'search_status width100 onrightofpage');
1068 print
'<td class="liste_titre center maxwidthsearch">';
1069 $searchpicto = $form->showFilterButtons();
1075$totalarray = array();
1076$totalarray[
'nbfield'] = 0;
1080print
'<tr class="liste_titre">';
1083 print_liste_field_titre($selectedfields, $_SERVER[
"PHP_SELF"],
"",
'',
'',
'', $sortfield, $sortorder,
'center maxwidthsearch actioncolumn ');
1084 $totalarray[
'nbfield']++;
1086if (!empty($arrayfields[
'd.rowid'][
'checked'])) {
1087 print_liste_field_titre($arrayfields[
'd.rowid'][
'label'], $_SERVER[
"PHP_SELF"],
'd.rowid',
'', $param,
'', $sortfield, $sortorder,
'center ');
1088 $totalarray[
'nbfield']++;
1090if (!empty($arrayfields[
'd.ref'][
'checked'])) {
1091 print_liste_field_titre($arrayfields[
'd.ref'][
'label'], $_SERVER[
"PHP_SELF"],
'd.ref',
'', $param,
'', $sortfield, $sortorder);
1092 $totalarray[
'nbfield']++;
1094if (!empty($arrayfields[
'd.civility'][
'checked'])) {
1095 print_liste_field_titre($arrayfields[
'd.civility'][
'label'], $_SERVER[
"PHP_SELF"],
'd.civility',
'', $param,
'', $sortfield, $sortorder);
1096 $totalarray[
'nbfield']++;
1098if (!empty($arrayfields[
'd.firstname'][
'checked'])) {
1099 print_liste_field_titre($arrayfields[
'd.firstname'][
'label'], $_SERVER[
"PHP_SELF"],
'd.firstname',
'', $param,
'', $sortfield, $sortorder);
1100 $totalarray[
'nbfield']++;
1102if (!empty($arrayfields[
'd.lastname'][
'checked'])) {
1103 print_liste_field_titre($arrayfields[
'd.lastname'][
'label'], $_SERVER[
"PHP_SELF"],
'd.lastname',
'', $param,
'', $sortfield, $sortorder);
1104 $totalarray[
'nbfield']++;
1106if (!empty($arrayfields[
'd.gender'][
'checked'])) {
1107 print_liste_field_titre($arrayfields[
'd.gender'][
'label'], $_SERVER[
'PHP_SELF'],
'd.gender', $param,
"",
"", $sortfield, $sortorder);
1108 $totalarray[
'nbfield']++;
1110if (!empty($arrayfields[
'd.company'][
'checked'])) {
1111 print_liste_field_titre($arrayfields[
'd.company'][
'label'], $_SERVER[
"PHP_SELF"],
'companyname',
'', $param,
'', $sortfield, $sortorder);
1112 $totalarray[
'nbfield']++;
1114if (!empty($arrayfields[
'd.login'][
'checked'])) {
1115 print_liste_field_titre($arrayfields[
'd.login'][
'label'], $_SERVER[
"PHP_SELF"],
'd.login',
'', $param,
'', $sortfield, $sortorder);
1116 $totalarray[
'nbfield']++;
1118if (!empty($arrayfields[
'd.morphy'][
'checked'])) {
1119 print_liste_field_titre($arrayfields[
'd.morphy'][
'label'], $_SERVER[
"PHP_SELF"],
'd.morphy',
'', $param,
'', $sortfield, $sortorder);
1120 $totalarray[
'nbfield']++;
1122if (!empty($arrayfields[
't.libelle'][
'checked'])) {
1123 print_liste_field_titre($arrayfields[
't.libelle'][
'label'], $_SERVER[
"PHP_SELF"],
't.libelle',
'', $param,
'', $sortfield, $sortorder);
1124 $totalarray[
'nbfield']++;
1126if (!empty($arrayfields[
'd.address'][
'checked'])) {
1127 print_liste_field_titre($arrayfields[
'd.address'][
'label'], $_SERVER[
"PHP_SELF"],
'd.address',
'', $param,
'', $sortfield, $sortorder);
1128 $totalarray[
'nbfield']++;
1130if (!empty($arrayfields[
'd.zip'][
'checked'])) {
1131 print_liste_field_titre($arrayfields[
'd.zip'][
'label'], $_SERVER[
"PHP_SELF"],
'd.zip',
'', $param,
'', $sortfield, $sortorder);
1132 $totalarray[
'nbfield']++;
1134if (!empty($arrayfields[
'd.town'][
'checked'])) {
1135 print_liste_field_titre($arrayfields[
'd.town'][
'label'], $_SERVER[
"PHP_SELF"],
'd.town',
'', $param,
'', $sortfield, $sortorder);
1136 $totalarray[
'nbfield']++;
1138if (!empty($arrayfields[
'state.nom'][
'checked'])) {
1139 print_liste_field_titre($arrayfields[
'state.nom'][
'label'], $_SERVER[
"PHP_SELF"],
"state.nom",
"", $param,
'', $sortfield, $sortorder);
1140 $totalarray[
'nbfield']++;
1142if (!empty($arrayfields[
'country.code_iso'][
'checked'])) {
1143 print_liste_field_titre($arrayfields[
'country.code_iso'][
'label'], $_SERVER[
"PHP_SELF"],
"country.code_iso",
"", $param,
'', $sortfield, $sortorder,
'center ');
1144 $totalarray[
'nbfield']++;
1146if (!empty($arrayfields[
'd.phone'][
'checked'])) {
1147 print_liste_field_titre($arrayfields[
'd.phone'][
'label'], $_SERVER[
"PHP_SELF"],
'd.phone',
'', $param,
'', $sortfield, $sortorder);
1148 $totalarray[
'nbfield']++;
1150if (!empty($arrayfields[
'd.phone_perso'][
'checked'])) {
1151 print_liste_field_titre($arrayfields[
'd.phone_perso'][
'label'], $_SERVER[
"PHP_SELF"],
'd.phone_perso',
'', $param,
'', $sortfield, $sortorder);
1152 $totalarray[
'nbfield']++;
1154if (!empty($arrayfields[
'd.phone_mobile'][
'checked'])) {
1155 print_liste_field_titre($arrayfields[
'd.phone_mobile'][
'label'], $_SERVER[
"PHP_SELF"],
'd.phone_mobile',
'', $param,
'', $sortfield, $sortorder);
1156 $totalarray[
'nbfield']++;
1158if (!empty($arrayfields[
'd.email'][
'checked'])) {
1159 print_liste_field_titre($arrayfields[
'd.email'][
'label'], $_SERVER[
"PHP_SELF"],
'd.email',
'', $param,
'', $sortfield, $sortorder);
1160 $totalarray[
'nbfield']++;
1162if (!empty($arrayfields[
'd.datefin'][
'checked'])) {
1163 print_liste_field_titre($arrayfields[
'd.datefin'][
'label'], $_SERVER[
"PHP_SELF"],
'd.datefin,t.subscription',
'', $param,
'', $sortfield, $sortorder,
'center ');
1164 $totalarray[
'nbfield']++;
1167include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_list_search_title.tpl.php';
1170$parameters = array(
'arrayfields' => $arrayfields,
'totalarray' => &$totalarray,
'param' => $param,
'sortfield' => $sortfield,
'sortorder' => $sortorder);
1171$reshook = $hookmanager->executeHooks(
'printFieldListTitle', $parameters);
1172print $hookmanager->resPrint;
1174if (!empty($arrayfields[
'd.datec'][
'checked'])) {
1175 print_liste_field_titre($arrayfields[
'd.datec'][
'label'], $_SERVER[
"PHP_SELF"],
"d.datec",
"", $param,
'', $sortfield, $sortorder,
'center nowrap ');
1176 $totalarray[
'nbfield']++;
1178if (!empty($arrayfields[
'd.birth'][
'checked'])) {
1179 print_liste_field_titre($arrayfields[
'd.birth'][
'label'], $_SERVER[
"PHP_SELF"],
"d.birth",
"", $param,
'', $sortfield, $sortorder,
'center nowrap ');
1180 $totalarray[
'nbfield']++;
1182if (!empty($arrayfields[
'd.tms'][
'checked'])) {
1183 print_liste_field_titre($arrayfields[
'd.tms'][
'label'], $_SERVER[
"PHP_SELF"],
"d.tms",
"", $param,
'', $sortfield, $sortorder,
'center nowrap ');
1184 $totalarray[
'nbfield']++;
1186if (!empty($arrayfields[
'd.import_key'][
'checked'])) {
1187 print_liste_field_titre($arrayfields[
'd.import_key'][
'label'], $_SERVER[
"PHP_SELF"],
"d.import_key",
"", $param,
'', $sortfield, $sortorder,
'center ');
1188 $totalarray[
'nbfield']++;
1190if (!empty($arrayfields[
'd.statut'][
'checked'])) {
1191 print_liste_field_titre($arrayfields[
'd.statut'][
'label'], $_SERVER[
"PHP_SELF"],
"d.statut,t.subscription,d.datefin",
"", $param,
'', $sortfield, $sortorder,
'center ');
1192 $totalarray[
'nbfield']++;
1195 print_liste_field_titre($selectedfields, $_SERVER[
"PHP_SELF"],
"",
'',
'',
'', $sortfield, $sortorder,
'maxwidthsearch center ');
1196 $totalarray[
'nbfield']++;
1203$savnbfield = $totalarray[
'nbfield'];
1204$totalarray = array();
1205$totalarray[
'nbfield'] = 0;
1206$imaxinloop = ($limit ? min($num, $limit) : $num);
1207while ($i < $imaxinloop) {
1208 $obj = $db->fetch_object($resql);
1213 $datefin = $db->jdate($obj->datefin);
1215 $memberstatic->id = $obj->rowid;
1216 $memberstatic->ref = $obj->ref;
1217 $memberstatic->civility_code = $obj->civility;
1218 $memberstatic->login = $obj->login;
1219 $memberstatic->lastname = $obj->lastname;
1220 $memberstatic->firstname = $obj->firstname;
1221 $memberstatic->gender = $obj->gender;
1222 $memberstatic->status = $obj->status;
1223 $memberstatic->datefin = $datefin;
1224 $memberstatic->socid = $obj->fk_soc;
1225 $memberstatic->photo = $obj->photo;
1226 $memberstatic->email = $obj->email;
1227 $memberstatic->morphy = $obj->morphy;
1228 $memberstatic->note_public = $obj->note_public;
1229 $memberstatic->note_private = $obj->note_private;
1230 $memberstatic->need_subscription = $obj->subscription;
1232 if (!empty($obj->fk_soc)) {
1233 $memberstatic->fetch_thirdparty();
1234 if ($memberstatic->thirdparty->id > 0) {
1235 $companyname = $memberstatic->thirdparty->name;
1236 $companynametoshow = $memberstatic->thirdparty->getNomUrl(1);
1239 $companyname = $obj->company;
1240 $companynametoshow = $obj->company;
1242 $memberstatic->company = $companyname;
1246 if ($mode ==
'kanban') {
1248 print
'<tr class="trkanban"><td colspan="'.$savnbfield.
'">';
1249 print
'<div class="box-flex-container kanban">';
1251 $membertypestatic->id = $obj->type_id;
1252 $membertypestatic->label = $obj->type;
1254 $memberstatic->type = $membertypestatic->label;
1255 $memberstatic->photo = $obj->photo;
1258 print $memberstatic->getKanbanView(
'', array(
'selected' => in_array(
$object->id, $arrayofselected)));
1259 if ($i == (min($num, $limit) - 1)) {
1266 print
'<tr data-rowid="'.$object->id.
'" class="oddeven">';
1270 print
'<td class="nowrap center">';
1271 if ($massactionbutton || $massaction) {
1273 if (in_array($obj->rowid, $arrayofselected)) {
1276 print
'<input id="cb'.$obj->rowid.
'" class="flat checkforselect" type="checkbox" name="toselect[]" value="'.$obj->rowid.
'"'.($selected ?
' checked="checked"' :
'').
'>';
1280 $totalarray[
'nbfield']++;
1284 if (!empty($arrayfields[
'd.rowid'][
'checked'])) {
1285 print
'<td class="center" data-key="id">'.$obj->rowid.
'</td>';
1287 $totalarray[
'nbfield']++;
1291 if (!empty($arrayfields[
'd.ref'][
'checked'])) {
1293 print $memberstatic->getNomUrl(-1, 0,
'card',
'ref',
'', -1, 0, 1);
1296 $totalarray[
'nbfield']++;
1300 if (!empty($arrayfields[
'd.civility'][
'checked'])) {
1305 $totalarray[
'nbfield']++;
1309 if (!empty($arrayfields[
'd.firstname'][
'checked'])) {
1310 print
'<td class="tdoverflowmax125" title="'.dol_escape_htmltag($obj->firstname).
'">';
1311 print $memberstatic->getNomUrl(0, 0,
'card',
'firstname');
1315 $totalarray[
'nbfield']++;
1319 if (!empty($arrayfields[
'd.lastname'][
'checked'])) {
1320 print
'<td class="tdoverflowmax125" title="'.dol_escape_htmltag($obj->lastname).
'">';
1321 print $memberstatic->getNomUrl(0, 0,
'card',
'lastname');
1325 $totalarray[
'nbfield']++;
1329 if (!empty($arrayfields[
'd.gender'][
'checked'])) {
1332 print $langs->trans(
"Gender".$obj->gender);
1336 $totalarray[
'nbfield']++;
1340 if (!empty($arrayfields[
'd.company'][
'checked'])) {
1341 print
'<td class="tdoverflowmax150" title="'.dol_escape_htmltag($companyname).
'">';
1342 print $companynametoshow;
1346 if (!empty($arrayfields[
'd.login'][
'checked'])) {
1347 print
'<td class="tdoverflowmax150" title="'.dol_escape_htmltag($obj->login).
'">'.$obj->login.
"</td>\n";
1349 $totalarray[
'nbfield']++;
1353 if (!empty($arrayfields[
'd.morphy'][
'checked'])) {
1354 print
'<td class="center">';
1355 print $memberstatic->getmorphylib(
'', 2);
1358 $totalarray[
'nbfield']++;
1362 if (!empty($arrayfields[
't.libelle'][
'checked'])) {
1363 $membertypestatic->id = $obj->type_id;
1364 $membertypestatic->label = $obj->type;
1365 print
'<td class="nowraponall">';
1366 print $membertypestatic->getNomUrl(1, 32);
1369 $totalarray[
'nbfield']++;
1373 if (!empty($arrayfields[
'd.address'][
'checked'])) {
1374 print
'<td class="nocellnopadd tdoverflowmax200" title="'.dol_escape_htmltag($obj->address).
'">';
1378 $totalarray[
'nbfield']++;
1382 if (!empty($arrayfields[
'd.zip'][
'checked'])) {
1383 print
'<td class="nocellnopadd">';
1387 $totalarray[
'nbfield']++;
1391 if (!empty($arrayfields[
'd.town'][
'checked'])) {
1392 print
'<td class="nocellnopadd">';
1396 $totalarray[
'nbfield']++;
1400 if (!empty($arrayfields[
'state.nom'][
'checked'])) {
1405 $totalarray[
'nbfield']++;
1409 if (!empty($arrayfields[
'country.code_iso'][
'checked'])) {
1410 $tmparray =
getCountry($obj->country,
'all');
1411 print
'<td class="center tdoverflowmax100" title="'.dol_escape_htmltag($tmparray[
'label']).
'">';
1415 $totalarray[
'nbfield']++;
1419 if (!empty($arrayfields[
'd.phone'][
'checked'])) {
1420 print
'<td class="nocellnopadd">';
1424 $totalarray[
'nbfield']++;
1428 if (!empty($arrayfields[
'd.phone_perso'][
'checked'])) {
1429 print
'<td class="nocellnopadd">';
1433 $totalarray[
'nbfield']++;
1437 if (!empty($arrayfields[
'd.phone_mobile'][
'checked'])) {
1438 print
'<td class="nocellnopadd">';
1442 $totalarray[
'nbfield']++;
1446 if (!empty($arrayfields[
'd.email'][
'checked'])) {
1447 print
'<td class="tdoverflowmax150" title="'.dol_escape_htmltag($obj->email).
'">';
1451 $totalarray[
'nbfield']++;
1455 $datefin = $db->jdate($obj->datefin);
1456 if (!empty($arrayfields[
'd.datefin'][
'checked'])) {
1460 if ($memberstatic->hasDelay()) {
1461 $textlate =
' ('.$langs->trans(
"DateReference").
' > '.$langs->trans(
"DateToday").
' '.(ceil($conf->adherent->subscription->warning_delay / 60 / 60 / 24) >= 0 ?
'+' :
'').ceil($conf->adherent->subscription->warning_delay / 60 / 60 / 24).
' '.$langs->trans(
"days").
')';
1462 $s .=
" ".img_warning($langs->trans(
"SubscriptionLate").$textlate);
1465 if (!empty($obj->subscription)) {
1466 $s .=
'<span class="opacitymedium">'.$langs->trans(
"SubscriptionNotReceived").
'</span>';
1467 if ($obj->status > 0) {
1468 $s .=
" ".img_warning();
1471 $s .=
'<span class="opacitymedium">'.$langs->trans(
"SubscriptionNotNeeded").
'</span>';
1474 print
'<td class="nowraponall center tdoverflowmax150" title="'.dolPrintHTMLForAttribute(
dol_string_nohtmltag($s)).
'">';
1478 $totalarray[
'nbfield']++;
1482 include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_list_print_fields.tpl.php';
1484 $parameters = array(
'arrayfields' => $arrayfields,
'obj' => $obj,
'i' => $i,
'totalarray' => &$totalarray);
1485 $reshook = $hookmanager->executeHooks(
'printFieldListValue', $parameters);
1486 print $hookmanager->resPrint;
1488 if (!empty($arrayfields[
'd.datec'][
'checked'])) {
1489 print
'<td class="nowrap center">';
1490 print
dol_print_date($db->jdate($obj->date_creation),
'dayhour',
'tzuser');
1493 $totalarray[
'nbfield']++;
1497 if (!empty($arrayfields[
'd.birth'][
'checked'])) {
1498 print
'<td class="nowrap center">';
1502 $totalarray[
'nbfield']++;
1506 if (!empty($arrayfields[
'd.tms'][
'checked'])) {
1507 print
'<td class="nowrap center">';
1508 print
dol_print_date($db->jdate($obj->date_modification),
'dayhour',
'tzuser');
1511 $totalarray[
'nbfield']++;
1515 if (!empty($arrayfields[
'd.import_key'][
'checked'])) {
1516 print
'<td class="tdoverflowmax100 center" title="'.dol_escape_htmltag($obj->import_key).
'">';
1520 $totalarray[
'nbfield']++;
1524 if (!empty($arrayfields[
'd.statut'][
'checked'])) {
1525 print
'<td class="nowrap center">';
1526 print $memberstatic->LibStatut($obj->status, $obj->subscription, $datefin, 5);
1529 $totalarray[
'nbfield']++;
1534 print
'<td class="center">';
1535 if ($massactionbutton || $massaction) {
1537 if (in_array($obj->rowid, $arrayofselected)) {
1540 print
'<input id="cb'.$obj->rowid.
'" class="flat checkforselect" type="checkbox" name="toselect[]" value="'.$obj->rowid.
'"'.($selected ?
' checked="checked"' :
'').
'>';
1544 $totalarray[
'nbfield']++;
1554include DOL_DOCUMENT_ROOT.
'/core/tpl/list_print_total.tpl.php';
1560 foreach ($arrayfields as $key => $val) {
1561 if (!empty($val[
'checked'])) {
1565 print
'<tr><td colspan="'.$colspan.
'"><span class="opacitymedium">'.$langs->trans(
"NoRecordFound").
'</span></td></tr>';
1570$parameters = array(
'arrayfields' => $arrayfields,
'sql' => $sql);
1571$reshook = $hookmanager->executeHooks(
'printFieldListFooter', $parameters, $object, $action);
1572print $hookmanager->resPrint;
1574print
'</table>'.
"\n";
1577print
'</form>'.
"\n";
1579if (in_array(
'builddoc', array_keys($arrayofmassactions)) && ($nbtotalofrecords ===
'' || $nbtotalofrecords)) {
1580 $hidegeneratedfilelistifempty = 1;
1581 if ($massaction ==
'builddoc' || $action ==
'remove_file' || $show_files) {
1582 $hidegeneratedfilelistifempty = 0;
1585 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formfile.class.php';
1589 $urlsource = $_SERVER[
'PHP_SELF'].
'?sortfield='.$sortfield.
'&sortorder='.$sortorder;
1590 $urlsource .= str_replace(
'&',
'&', $param);
1592 $filedir = $diroutputmassaction;
1593 $genallowed = $permissiontoread;
1594 $delallowed = $permissiontoadd;
1596 print $formfile->showdocuments(
'massfilesarea_'.
$object->module,
'', $filedir, $urlsource, 0, $delallowed,
'', 1, 1, 0, 48, 1, $param, $title,
'',
'',
'',
null, $hidegeneratedfilelistifempty);
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
Class to manage members of a foundation.
const STATUS_EXCLUDED
Excluded.
const STATUS_DRAFT
Draft status.
const STATUS_RESILIATED
Resiliated.
const STATUS_VALIDATED
Validated status.
Class to manage members type.
Class to manage Dolibarr users.
getCountry($searchkey, $withcode='', $dbtouse=null, $outputlangs=null, $entconv=1, $searchlabel='')
Return country label, code or id from an id, code or label.
dol_mktime($hour, $minute, $second, $month, $day, $year, $gm='auto', $check=1)
Return a timestamp date built from detailed information (by default a local PHP server timestamp) Rep...
dol_print_phone($phone, $countrycode='', $cid=0, $socid=0, $addlink='', $separ=" ", $withpicto='', $titlealt='', $adddivfloat=0, $morecss='')
Format phone numbers according to country.
img_warning($titlealt='default', $moreatt='', $morecss='pictowarning')
Show warning logo.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
dol_string_nohtmltag($stringtoclean, $removelinefeed=1, $pagecodeto='UTF-8', $strip_tags=0, $removedoublespaces=1)
Clean a string from all HTML tags and entities.
price2num($amount, $rounding='', $option=0)
Function that return a number with universal decimal format (decimal separator is '.
dolGetButtonTitle($label, $helpText='', $iconClass='fa fa-file', $url='', $id='', $status=1, $params=array())
Function dolGetButtonTitle : this kind of buttons are used in title in list.
dol_eval($s, $returnvalue=1, $hideerrors=1, $onlysimplestring='1')
Replace eval function to add more security.
natural_search($fields, $value, $mode=0, $nofirstand=0)
Generate natural SQL search string for a criteria (this criteria can be tested on one or several fiel...
price($amount, $form=0, $outlangs='', $trunc=1, $rounding=-1, $forcerounding=-1, $currency_code='')
Function to format a value into an amount for visual output Function used into PDF and HTML pages.
dol_print_email($email, $cid=0, $socid=0, $addlink=0, $max=64, $showinvalid=1, $withpicto=0)
Show EMail link formatted for HTML output.
dol_now($mode='auto')
Return date for now.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
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).
dol_sort_array(&$array, $index, $order='asc', $natsort=0, $case_sensitive=0, $keepindex=0)
Advanced sort array by the value of a given key, which produces ascending (default) or descending out...
dol_clone($object, $native=0)
Create a clone of instance of object (new instance with same value for each properties) With native =...
print_liste_field_titre($name, $file="", $field="", $begin="", $moreparam="", $moreattrib="", $sortfield="", $sortorder="", $prefix="", $tooltip="", $forcenowrapcolumntitle=0)
Show title line of an array.
dolGetButtonTitleSeparator($moreClass="")
Add space between dolGetButtonTitle.
print_barre_liste($title, $page, $file, $options='', $sortfield='', $sortorder='', $morehtmlcenter='', $num=-1, $totalnboflines='', $picto='generic', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limit=-1, $hideselectlimit=0, $hidenavigation=0, $pagenavastextinput=0, $morehtmlrightbeforearrow='')
Print a title with navigation controls for pagination.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0)
Set event messages in dol_events session object.
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
getDolGlobalString($key, $default='')
Return dolibarr global constant string value.
dol_escape_htmltag($stringtoescape, $keepb=0, $keepn=0, $noescapetags='', $escapeonlyhtmltags=0, $cleanalsojavascript=0)
Returns text escaped for inclusion in HTML alt or title or value tags, or into values of HTML input f...
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.