34if ($massaction ==
'predeletedraft') {
35 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmMassDraftDeletion"), $langs->trans(
"ConfirmMassDeletionQuestion", count($toselect)),
"delete",
null,
'', 0, 200, 500, 1);
38if ($massaction ==
'predelete') {
39 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmMassDeletion"), $langs->trans(
"ConfirmMassDeletionQuestion", count($toselect)),
"delete",
null,
'', 0, 200, 500, 1);
42if ($massaction ==
'preclonetasks') {
44 foreach (
GETPOST(
'toselect') as $tmpselected) {
45 $selected .=
'&selected[]=' . $tmpselected;
48 $formquestion = array(
49 array(
'type' =>
'other',
'name' =>
'projectid',
'label' => $langs->trans(
'Project') .
': ',
'value' => $form->selectProjects(
'',
'projectid',
'',
'',
'',
'',
'',
'',
'', 1, 1)),
51 print $form->formconfirm($_SERVER[
'PHP_SELF'] .
'?id=' . $object->id . $selected, $langs->trans(
'ConfirmMassClone'),
'',
'clonetasks', $formquestion,
'', 1, 300, 590);
54if ($massaction ==
'preaffecttag' && isModEnabled(
'category')) {
55 require_once DOL_DOCUMENT_ROOT.
'/categories/class/categorie.class.php';
57 $categ_types = array();
58 $categ_type_array = $categ->getMapList();
59 foreach ($categ_type_array as $categdef) {
61 if (isset($object) && $categdef[
'obj_table'] == $object->table_element) {
62 if (!array_key_exists($categdef[
'code'], $categ_types)) {
63 $categ_types[$categdef[
'code']] = array(
'code'=>$categdef[
'code'],
'label'=>$langs->trans($categdef[
'obj_class']));
66 if (isset($objecttmp) && $categdef[
'obj_table'] == $objecttmp->table_element) {
67 if (!array_key_exists($categdef[
'code'], $categ_types)) {
68 $categ_types[$categdef[
'code']] = array(
'code'=>$categdef[
'code'],
'label'=>$langs->trans($categdef[
'obj_class']));
73 $formquestion = array();
74 if (!empty($categ_types)) {
75 foreach ($categ_types as $categ_type) {
76 $categ_arbo_tmp = $form->select_all_categories($categ_type[
'code'],
null,
'parent',
null,
null, 2);
77 $formquestion[] = array(
79 'name' =>
'affecttag_'.$categ_type[
'code'],
81 'value' => $form->multiselectarray(
'contcats_'.$categ_type[
'code'], $categ_arbo_tmp,
GETPOST(
'contcats_'.$categ_type[
'code'],
'array'),
null,
null,
'', 0,
'60%',
'',
'', $langs->trans(
"SelectTheTagsToAssign"))
84 $formquestion[] = array(
86 'name' =>
'affecttag_type',
88 'value' =>
'<input type="hidden" name="affecttag_type" id="affecttag_type" value="'.implode(
",", array_keys($categ_types)).
'"/>'
90 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmAffectTag"), $langs->trans(
"ConfirmAffectTagQuestion", count($toselect)),
"affecttag", $formquestion, 1, 0, 200, 500, 1);
96if ($massaction ==
'preupdateprice') {
97 $formquestion = array();
99 $valuefield =
'<div style="display: flex; align-items: center; justify-content: flex-end; padding-right: 150px">';
100 $valuefield .=
'<input type="number" name="pricerate" id="pricerate" min="-100" value="0" style="width: 100px; text-align: right; margin-right: 10px" />%';
101 $valuefield .=
'</div>';
103 $formquestion[] = array(
105 'name' =>
'pricerate',
106 'label' => $langs->trans(
"Rate"),
107 'value' => $valuefield
110 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmUpdatePrice"), $langs->trans(
"ConfirmUpdatePriceQuestion", count($toselect)),
"updateprice", $formquestion, 1, 0, 200, 500, 1);
113if ($massaction ==
'presetsupervisor') {
114 $formquestion = array();
116 $valuefield =
'<div style="display: flex; align-items: center; justify-content: flex-end; padding-right: 150px">';
117 $valuefield .=
img_picto(
'',
'user').
' ';
118 $valuefield .= $form->select_dolusers(
'',
'supervisortoset', 1, $arrayofselected, 0,
'', 0, $object->entity, 0, 0,
'', 0,
'',
'widthcentpercentminusx maxwidth300');
119 $valuefield .=
'</div>';
121 $formquestion[] = array(
123 'name' =>
'supervisortoset',
124 'label' => $langs->trans(
"Supervisor"),
125 'value' => $valuefield
128 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmSetSupervisor"), $langs->trans(
"ConfirmSetSupervisorQuestion", count($toselect)),
"setsupervisor", $formquestion, 1, 0, 200, 500, 1);
131if ($massaction ==
'preaffectuser') {
132 $formquestion = array();
134 $valuefielduser =
'<div style="display: flex; align-items: center; justify-content: flex-end; padding-right: 165px; padding-bottom: 6px; gap: 5px">';
135 $valuefielduser .=
img_picto(
'',
'user').
' ';
136 $valuefielduser .= $form->select_dolusers(
'',
'usertoaffect', 1, $arrayofselected, 0,
'', 0, $object->entity, 0, 0,
'', 0,
'',
'widthcentpercentminusx maxwidth300');
137 $valuefielduser .=
'</div>';
139 $valuefieldprojrole =
'<div style="display: flex; align-items: center; justify-content: flex-end; padding-right: 150px; padding-bottom: 6px">';
140 $valuefieldprojrole .= $formcompany->selectTypeContact($object,
'',
'projectrole',
'internal',
'position', 0,
'widthcentpercentminusx maxwidth300', 0);
141 $valuefieldprojrole .=
'</div>';
143 $valuefieldtasksrole =
'<div style="display: flex; align-items: center; justify-content: flex-end; padding-right: 150px">';
144 $valuefieldtasksrole .= $formcompany->selectTypeContact($taskstatic,
'',
'tasksrole',
'internal',
'position', 0,
'widthcentpercentminusx maxwidth300', 0);
145 $valuefieldtasksrole .=
'</div>';
147 $formquestion[] = array(
149 'name' =>
'usertoaffect',
150 'label' => $langs->trans(
"User"),
151 'value' => $valuefielduser
153 $formquestion[] = array(
155 'name' =>
'projectrole',
156 'label' => $langs->trans(
"ProjectRole"),
157 'value' => $valuefieldprojrole
160 $formquestion[] = array(
162 'name' =>
'tasksrole',
163 'label' => $langs->trans(
"TasksRole"),
164 'value' => $valuefieldtasksrole
167 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmAffectUser"), $langs->trans(
"ConfirmAffectUserQuestion", count($toselect)),
"affectuser", $formquestion, 1, 0, 200, 500, 1);
170if ($massaction ==
'presend') {
171 $langs->load(
"mails");
173 $listofselectedid = array();
174 $listofselectedrecipientobjid = array();
175 $listofselectedref = array();
177 if (!
GETPOST(
'cancel',
'alpha')) {
178 foreach ($arrayofselected as $toselectid) {
179 $result = $objecttmp->fetch($toselectid);
181 $listofselectedid[$toselectid] = $toselectid;
182 $thirdpartyid = ($objecttmp->fk_soc ? $objecttmp->fk_soc : $objecttmp->socid);
183 if (in_array($objecttmp->element, array(
'societe',
'conferenceorboothattendee'))) {
184 $thirdpartyid = $objecttmp->id;
185 } elseif ($objecttmp->element ==
'contact') {
186 $thirdpartyid = $objecttmp->id;
187 } elseif ($objecttmp->element ==
'expensereport') {
188 $thirdpartyid = $objecttmp->fk_user_author;
190 if (empty($thirdpartyid)) {
194 $listofselectedrecipientobjid[$thirdpartyid] = $thirdpartyid;
196 $listofselectedref[$thirdpartyid][$toselectid] = $objecttmp->ref;
201 print
'<input type="hidden" name="massaction" value="confirm_presend">';
206 include_once DOL_DOCUMENT_ROOT.
'/core/class/html.formmail.class.php';
208 $formmail->withform = -1;
209 $formmail->fromtype = (
GETPOST(
'fromtype') ?
GETPOST(
'fromtype') : (!empty($conf->global->MAIN_MAIL_DEFAULT_FROMTYPE) ? $conf->global->MAIN_MAIL_DEFAULT_FROMTYPE :
'user'));
211 if ($formmail->fromtype ===
'user') {
212 $formmail->fromid = $user->id;
214 $formmail->trackid = $trackid;
215 $formmail->withfrom = 1;
216 $liste = $langs->trans(
"AllRecipientSelected", count($arrayofselected));
217 if (count($listofselectedrecipientobjid) == 1) {
219 $thirdpartyid = array_shift($listofselectedrecipientobjid);
220 if ($objecttmp->element ==
'expensereport') {
221 $fuser =
new User($db);
222 $fuser->fetch($thirdpartyid);
223 $liste[
'thirdparty'] = $fuser->getFullName($langs).
" <".$fuser->email.
">";
224 } elseif ($objecttmp->element ==
'contact') {
226 $fcontact->fetch($thirdpartyid);
227 $liste[
'contact'] = $fcontact->getFullName($langs).
" <".$fcontact->email.
">";
228 } elseif ($objecttmp->element ==
'partnership' &&
getDolGlobalString(
'PARTNERSHIP_IS_MANAGED_FOR') ==
'member') {
230 $fadherent->fetch($objecttmp->fk_member);
231 $liste[
'member'] = $fadherent->getFullName($langs).
" <".$fadherent->email.
">";
234 $soc->fetch($thirdpartyid);
235 foreach ($soc->thirdparty_and_contact_email_array(1) as $key => $value) {
236 $liste[$key] = $value;
239 $formmail->withtoreadonly = 0;
241 $formmail->withtoreadonly = 1;
245 $formmail->withoptiononeemailperrecipient = ((count($listofselectedref) == 1 && count(reset($listofselectedref)) == 1) || empty($liste)) ? 0 : (
GETPOST(
'oneemailperrecipient',
'int') ? 1 : -1);
246 if (in_array($objecttmp->element, array(
'conferenceorboothattendee'))) {
247 $formmail->withoptiononeemailperrecipient = 0;
250 $formmail->withto = empty($liste) ? (
GETPOST(
'sendto',
'alpha') ?
GETPOST(
'sendto',
'alpha') : array()) : $liste;
251 $formmail->withtofree = empty($liste) ? 1 : 0;
252 $formmail->withtocc = 1;
253 $formmail->withtoccc = $conf->global->MAIN_EMAIL_USECCC;
254 if (!empty($topicmail)) {
255 $formmail->withtopic = $langs->transnoentities($topicmail,
'__REF__',
'__REF_CLIENT__');
257 $formmail->withtopic = 1;
259 if ($objecttmp->element ==
'contact') {
260 $formmail->withfile = 0;
261 $formmail->withmaindocfile = 0;
263 $formmail->withfile = 1;
265 if (isset($withmaindocfilemail)) {
266 $formmail->withmaindocfile = $withmaindocfilemail;
268 $formmail->withmaindocfile = 1;
269 if ($objecttmp->element !=
'societe') {
270 $formmail->withfile =
'<span class="hideonsmartphone opacitymedium">' . $langs->trans(
"OnlyPDFattachmentSupported") .
'</span>';
271 $formmail->withmaindocfile = -1;
276 $formmail->withbody = 1;
277 $formmail->withdeliveryreceipt = 1;
278 $formmail->withcancel = 1;
283 $substitutionarray[
'__EMAIL__'] = $sendto;
284 $substitutionarray[
'__CHECK_READ__'] =
'<img src="'.DOL_MAIN_URL_ROOT.
'/public/emailing/mailing-read.php?tag=undefined&securitykey='.
dol_hash(
getDolGlobalString(
'MAILING_EMAIL_UNSUBSCRIBE_KEY').
"-undefined",
'md5').
'" width="1" height="1" style="width:1px;height:1px" border="0"/>';
285 $substitutionarray[
'__PERSONALIZED__'] =
'';
286 $substitutionarray[
'__CONTACTCIVNAME__'] =
'';
289 'mode' =>
'formemail'
294 $formmail->substit = $substitutionarray;
297 $formmail->param[
'action'] = $action;
298 $formmail->param[
'models'] = $modelmail;
299 $formmail->param[
'models_id'] =
GETPOST(
'modelmailselected',
'int') ?
GETPOST(
'modelmailselected',
'int') :
'-1';
300 $formmail->param[
'id'] = join(
',', $arrayofselected);
302 if (!empty($conf->global->MAILING_LIMIT_SENDBYWEB) && count($listofselectedrecipientobjid) > $conf->global->MAILING_LIMIT_SENDBYWEB) {
304 $langs->load(
"errors");
305 print
img_warning().
' '.$langs->trans(
'WarningNumberOfRecipientIsRestrictedInMassAction', $conf->global->MAILING_LIMIT_SENDBYWEB);
306 print
' - <a href="javascript: window.history.go(-1)">'.$langs->trans(
"GoBack").
'</a>';
307 $arrayofmassactions = array();
309 print $formmail->get_form();
315if ($massaction ==
'edit_extrafields') {
316 require_once DOL_DOCUMENT_ROOT.
'/core/class/extrafields.class.php';
317 $elementtype = $objecttmp->element;
321 $extrafields->fetch_name_optionals_label($elementtype);
322 $extrafields_list = $extrafields->attributes[$elementtype][
'label'];
324 $formquestion = array();
325 if (!empty($extrafields_list)) {
326 $myParamExtra = $object->showOptionals($extrafields,
'create');
328 foreach ($extrafields_list as $extraKey => $extraLabel) {
329 $extrafields_list[$extraKey] = $langs->trans($extraLabel);
332 $formquestion[] = array(
334 'value' => $form->selectarray(
'extrafield-key-to-update', $extrafields_list,
GETPOST(
'extrafield-key-to-update'), 1)
338 $outputShowOutputFields =
'<div class="extrafields-inputs">';
340 foreach ($extrafields_list as $extraKey => $extraLabel) {
341 $outputShowOutputFields.=
'<div class="mass-action-extrafield" data-extrafield="'.$extraKey.
'" style="display:none;" >';
342 $outputShowOutputFields.=
'<br><span>'. $langs->trans(
'NewValue').
'</span>';
343 $outputShowOutputFields.= $extrafields->showInputField($extraKey,
'',
'', $keysuffix,
'', 0, $objecttmp->id, $objecttmp->table_element);
344 $outputShowOutputFields.=
'</div>';
346 $outputShowOutputFields.=
'<script>
348 $("#extrafield-key-to-update").on(\'change\',function(){
349 let selectedExtrtafield = $(this).val();
350 if($(".extrafields-inputs .product_extras_"+selectedExtrtafield) != undefined){
351 $(".mass-action-extrafield").hide();
352 $(".mass-action-extrafield[data-extrafield=" + selectedExtrtafield + "]").show();
357 $outputShowOutputFields.=
'</div>';
361 $formquestion[] = array(
363 'value' => $outputShowOutputFields
366 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmEditExtrafield"), $langs->trans(
"ConfirmEditExtrafieldQuestion", count($toselect)),
"confirm_edit_value_extrafields", $formquestion, 1, 0, 200, 500, 1);
372if ($massaction ==
'preenable') {
373 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmMassEnabling"), $langs->trans(
"ConfirmMassEnablingQuestion", count($toselect)),
"enable",
null,
'yes', 0, 200, 500, 1);
375if ($massaction ==
'predisable') {
376 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmMassDisabling"), $langs->trans(
"ConfirmMassDisablingQuestion", count($toselect)),
"disable",
null,
'', 0, 200, 500, 1);
378if ($massaction ==
'presetcommercial') {
379 $formquestion = array();
380 $userlist = $form->select_dolusers(
'',
'', 0,
null, 0,
'',
'', 0, 0, 0,
'AND u.statut = 1', 0,
'',
'', 0, 1);
381 $formquestion[] = array(
'type' =>
'other',
382 'name' =>
'affectedcommercial',
383 'label' => $form->editfieldkey(
'AllocateCommercial',
'commercial_id',
'', $object, 0),
384 'value' => $form->multiselectarray(
'commercial', $userlist,
null, 0, 0,
'quatrevingtpercent widthcentpercentminusx', 0, 0,
'',
'',
'', 1));
385 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmAllocateCommercial"), $langs->trans(
"ConfirmAllocateCommercialQuestion", count($toselect)),
"affectcommercial", $formquestion, 1, 0, 200, 500, 1);
387if ($massaction ==
'preapproveleave') {
388 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmMassLeaveApproval"), $langs->trans(
"ConfirmMassLeaveApprovalQuestion", count($toselect)),
"approveleave",
null,
'yes', 0, 200, 500, 1);
393 'toselect' => isset($toselect) ? $toselect : array(),
394 'uploaddir' => isset($uploaddir) ? $uploaddir : null,
395 'massaction' => $massaction
398$reshook = $hookmanager->executeHooks(
'doPreMassActions', $parameters, $object, $action);
402 print $hookmanager->resPrint;
Class to manage members of a foundation.
Class to manage categories.
Class to manage third parties objects (customers, suppliers, prospects...)
Class to manage Dolibarr users.
img_warning($titlealt='default', $moreatt='', $morecss='pictowarning')
Show warning logo.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0)
Show tabs of a record.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
setEventMessage($mesgs, $style='mesgs', $noduplicate=0)
Set event message in dol_events session object.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
complete_substitutions_array(&$substitutionarray, $outputlangs, $object=null, $parameters=null, $callfunc="completesubstitutionarray")
Complete the $substitutionarray with more entries coming from external module that had set the "subst...
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.
getCommonSubstitutionArray($outputlangs, $onlykey=0, $exclude=null, $object=null, $include=null)
Return array of possible common substitutions.
getDolGlobalString($key, $default='')
Return dolibarr global constant string value.
dol_hash($chain, $type='0')
Returns a hash (non reversible encryption) of a string.