37@phan-var-force CommonObject $objecttmp
38@phan-var-force int[] $toselect
41if (!empty($sall) || !empty($search_all)) {
42 $search_all = empty($sall) ? $search_all : $sall;
44 print
'<input type="hidden" name="search_all" value="'.$search_all.
'">';
47if ($massaction ==
'predeletedraft') {
48 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmMassDraftDeletion"), $langs->trans(
"ConfirmMassDeletionQuestion", count($toselect)),
"delete",
null,
'', 0, 200, 500, 1);
51if ($massaction ==
'predelete') {
52 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmMassDeletion"), $langs->trans(
"ConfirmMassDeletionQuestion", count($toselect)),
"delete",
null,
'', 0, 200, 500, 1);
55if ($massaction ==
'preclonetasks') {
57 foreach (
GETPOST(
'toselect') as $tmpselected) {
58 $selected .=
'&selected[]=' . $tmpselected;
60 $formquestion = array(
63 array(
'type' =>
'other',
'name' =>
'projectid',
'label' => $langs->trans(
'Project') .
': ',
'value' => $form->selectProjects(
$object->id,
'projectid',
'', 0, 1,
'', 0, array(),
$object->socid,
'1', 1,
'',
null, 1)),
65 print $form->formconfirm($_SERVER[
'PHP_SELF'] .
'?id=' .
$object->id . $selected, $langs->trans(
'ConfirmMassClone'),
'',
'clonetasks', $formquestion,
'', 1, 300, 590);
68if ($massaction ==
'preaffecttag' && isModEnabled(
'category')) {
69 require_once DOL_DOCUMENT_ROOT.
'/categories/class/categorie.class.php';
71 $categ_types = array();
72 $categ_type_array = $categ->getMapList();
73 foreach ($categ_type_array as $categdef) {
75 if (isset(
$object) && $categdef[
'obj_table'] ==
$object->table_element) {
76 if (!array_key_exists($categdef[
'code'], $categ_types)) {
77 $categ_types[$categdef[
'code']] = array(
'code' => $categdef[
'code'],
'label' => $langs->trans($categdef[
'obj_class']));
80 if (isset($objecttmp) && $categdef[
'obj_table'] == $objecttmp->table_element) {
81 if (!array_key_exists($categdef[
'code'], $categ_types)) {
82 $categ_types[$categdef[
'code']] = array(
'code' => $categdef[
'code'],
'label' => $langs->trans($categdef[
'obj_class']));
87 $formquestion = array();
88 if (!empty($categ_types)) {
89 foreach ($categ_types as $categ_type) {
90 $categ_arbo_tmp = $form->select_all_categories($categ_type[
'code'],
'',
'parent', 0, 0, 3);
91 $formquestion[] = array(
93 'name' =>
'affecttag_'.$categ_type[
'code'],
95 'value' => $form->multiselectarray(
'contcats_'.$categ_type[
'code'], $categ_arbo_tmp,
GETPOST(
'contcats_'.$categ_type[
'code'],
'array'),
null,
null,
'', 0,
'60%',
'',
'', $langs->transnoentitiesnoconv(
"SelectTheTagsToAssign"))
98 $formquestion[] = array(
100 'name' =>
'affecttag_type',
102 'value' =>
'<input type="hidden" name="affecttag_type" id="affecttag_type" value="'.implode(
",", array_keys($categ_types)).
'"/>'
104 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmAffectTag"), $langs->trans(
"ConfirmAffectTagQuestion", count($toselect)),
"affecttag", $formquestion, 1, 0, 200, 500, 1);
110if ($massaction ==
'preupdateprice') {
111 $formquestion = array();
113 $valuefield =
'<div style="display: flex; align-items: center; justify-content: flex-end; padding-right: 150px">';
114 $valuefield .=
'<input type="number" name="pricerate" id="pricerate" min="-100" value="0" style="width: 100px; text-align: right; margin-right: 10px" />%';
115 $valuefield .=
'</div>';
117 $formquestion[] = array(
119 'name' =>
'pricerate',
120 'label' => $langs->trans(
"Rate"),
121 'value' => $valuefield
124 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmUpdatePrice"), $langs->trans(
"ConfirmUpdatePriceQuestion", count($toselect)),
"updateprice", $formquestion, 1, 0, 200, 500, 1);
127if ($massaction ==
'presetsupervisor') {
128 $formquestion = array();
130 $valuefield =
'<div style="display: flex; align-items: center; justify-content: flex-end; padding-right: 150px">';
131 $valuefield .=
img_picto(
'',
'user').
' ';
132 $valuefield .= $form->select_dolusers(
'',
'supervisortoset', 1, $arrayofselected, 0,
'', 0,
$object->entity, 0, 0,
'', 0,
'',
'widthcentpercentminusx maxwidth300');
133 $valuefield .=
'</div>';
135 $formquestion[] = array(
137 'name' =>
'supervisortoset',
138 'label' => $langs->trans(
"Supervisor"),
139 'value' => $valuefield
142 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmSetSupervisor"), $langs->trans(
"ConfirmSetSupervisorQuestion", count($toselect)),
"setsupervisor", $formquestion, 1, 0, 200, 500, 1);
145if ($massaction ==
'preaffectuser') {
146 $formquestion = array();
148 $valuefielduser =
'<div style="display: flex; align-items: center; justify-content: flex-end; padding-right: 165px; padding-bottom: 6px; gap: 5px">';
149 $valuefielduser .=
img_picto(
'',
'user').
' ';
150 $valuefielduser .= $form->select_dolusers(
'',
'usertoaffect', 1, $arrayofselected, 0,
'', 0,
$object->entity, 0, 0,
'', 0,
'',
'widthcentpercentminusx maxwidth300');
151 $valuefielduser .=
'</div>';
153 $valuefieldprojrole =
'<div style="display: flex; align-items: center; justify-content: flex-end; padding-right: 150px; padding-bottom: 6px">';
154 $valuefieldprojrole .= $formcompany->selectTypeContact(
$object,
'',
'projectrole',
'internal',
'position', 0,
'widthcentpercentminusx maxwidth300', 0);
155 $valuefieldprojrole .=
'</div>';
157 $valuefieldtasksrole =
'<div style="display: flex; align-items: center; justify-content: flex-end; padding-right: 150px">';
158 $valuefieldtasksrole .= $formcompany->selectTypeContact($taskstatic,
'',
'tasksrole',
'internal',
'position', 0,
'widthcentpercentminusx maxwidth300', 0);
159 $valuefieldtasksrole .=
'</div>';
161 $formquestion[] = array(
163 'name' =>
'usertoaffect',
164 'label' => $langs->trans(
"User"),
165 'value' => $valuefielduser
167 $formquestion[] = array(
169 'name' =>
'projectrole',
170 'label' => $langs->trans(
"ProjectRole"),
171 'value' => $valuefieldprojrole
174 $formquestion[] = array(
176 'name' =>
'tasksrole',
177 'label' => $langs->trans(
"TasksRole"),
178 'value' => $valuefieldtasksrole
181 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmAffectUser"), $langs->trans(
"ConfirmAffectUserQuestion", count($toselect)),
"affectuser", $formquestion, 1, 0, 200, 500, 1);
184if ($massaction ==
'presend') {
185 $langs->load(
"mails");
187 $listofselectedid = array();
188 $listofselectedrecipientobjid = array();
189 $listofselectedref = array();
191 if (!
GETPOST(
'cancel',
'alpha')) {
192 foreach ($arrayofselected as $toselectid) {
193 $result = $objecttmp->fetch($toselectid);
195 $listofselectedid[$toselectid] = $toselectid;
196 $thirdpartyid = ($objecttmp->fk_soc ? $objecttmp->fk_soc : $objecttmp->socid);
197 if (in_array($objecttmp->element, array(
'societe',
'conferenceorboothattendee'))) {
198 $thirdpartyid = $objecttmp->id;
199 } elseif ($objecttmp->element ==
'contact') {
200 $thirdpartyid = $objecttmp->id;
201 } elseif ($objecttmp->element ==
'expensereport') {
202 $thirdpartyid = $objecttmp->fk_user_author;
204 if (empty($thirdpartyid)) {
208 $listofselectedrecipientobjid[$thirdpartyid] = $thirdpartyid;
210 $listofselectedref[$thirdpartyid][$toselectid] = $objecttmp->ref;
215 print
'<input type="hidden" name="massaction" value="confirm_presend">';
220 include_once DOL_DOCUMENT_ROOT.
'/core/class/html.formmail.class.php';
222 $formmail->withform = -1;
223 $formmail->fromtype = (
GETPOST(
'fromtype') ?
GETPOST(
'fromtype') : (
getDolGlobalString(
'MAIN_MAIL_DEFAULT_FROMTYPE') ? $conf->global->MAIN_MAIL_DEFAULT_FROMTYPE :
'user'));
225 if ($formmail->fromtype ===
'user') {
226 $formmail->fromid = $user->id;
228 $formmail->trackid = $trackid;
229 $formmail->withfrom = 1;
230 $liste = $langs->trans(
"AllRecipientSelected", count($arrayofselected));
231 if (count($listofselectedrecipientobjid) == 1) {
233 $thirdpartyid = array_shift($listofselectedrecipientobjid);
234 if ($objecttmp->element ==
'expensereport') {
235 $fuser =
new User($db);
236 $fuser->fetch($thirdpartyid);
237 $liste[
'thirdparty'] = $fuser->getFullName($langs).
" <".$fuser->email.
">";
238 } elseif ($objecttmp->element ==
'contact') {
240 $fcontact->fetch($thirdpartyid);
241 $liste[
'contact'] = $fcontact->getFullName($langs).
" <".$fcontact->email.
">";
242 } elseif ($objecttmp->element ==
'partnership' &&
getDolGlobalString(
'PARTNERSHIP_IS_MANAGED_FOR') ==
'member') {
244 $fadherent->fetch($objecttmp->fk_member);
245 $liste[
'member'] = $fadherent->getFullName($langs).
" <".$fadherent->email.
">";
248 $soc->fetch($thirdpartyid);
249 foreach ($soc->thirdparty_and_contact_email_array(1) as $key => $value) {
250 $liste[$key] = $value;
253 $formmail->withtoreadonly = 0;
255 $formmail->withtoreadonly = 1;
259 $formmail->withoptiononeemailperrecipient = ((count($listofselectedref) == 1 && count(reset($listofselectedref)) == 1) || empty($liste)) ? 0 : (
GETPOSTINT(
'oneemailperrecipient') ? 1 : -1);
260 if (in_array($objecttmp->element, array(
'conferenceorboothattendee'))) {
261 $formmail->withoptiononeemailperrecipient = 0;
264 $formmail->withto = empty($liste) ? (
GETPOST(
'sendto',
'alpha') ?
GETPOST(
'sendto',
'alpha') : array()) : $liste;
265 $formmail->withtofree = empty($liste) ? 1 : 0;
266 $formmail->withtocc = 1;
268 if (!empty($topicmail)) {
269 $formmail->withtopic = $langs->transnoentities($topicmail,
'__REF__',
'__REF_CLIENT__');
271 $formmail->withtopic = 1;
273 if ($objecttmp->element ==
'contact') {
274 $formmail->withfile = 0;
275 $formmail->withmaindocfile = 0;
277 $formmail->withfile = 1;
279 if (isset($withmaindocfilemail)) {
280 $formmail->withmaindocfile = $withmaindocfilemail;
282 $formmail->withmaindocfile = 1;
283 if ($objecttmp->element !=
'societe') {
284 $formmail->withfile =
'<span class="hideonsmartphone opacitymedium">' . $langs->trans(
"OnlyPDFattachmentSupported") .
'</span>';
285 $formmail->withmaindocfile = -1;
290 $formmail->withbody = 1;
291 $formmail->withdeliveryreceipt = 1;
292 $formmail->withcancel = 1;
297 $substitutionarray[
'__EMAIL__'] = $sendto;
298 $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"/>';
299 $substitutionarray[
'__ONLINE_PAYMENT_URL__'] =
'UrlToPayOnlineIfApplicable';
300 $substitutionarray[
'__ONLINE_PAYMENT_TEXT_AND_URL__'] =
'TextAndUrlToPayOnlineIfApplicable';
301 $substitutionarray[
'__THIRDPARTY_NAME__'] =
'__THIRDPARTY_NAME__';
302 $substitutionarray[
'__PROJECT_NAME__'] =
'__PROJECT_NAME__';
305 'mode' =>
'formemail'
310 $formmail->substit = $substitutionarray;
313 $formmail->param[
'action'] = $action;
314 $formmail->param[
'models'] = $modelmail;
315 $formmail->param[
'models_id'] =
GETPOSTINT(
'modelmailselected') ?
GETPOSTINT(
'modelmailselected') :
'-1';
316 $formmail->param[
'id'] = implode(
',', $arrayofselected);
318 if (
getDolGlobalString(
'MAILING_LIMIT_SENDBYWEB') && count($listofselectedrecipientobjid) > $conf->global->MAILING_LIMIT_SENDBYWEB) {
320 $langs->load(
"errors");
322 print
' - <a href="javascript: window.history.go(-1)">'.$langs->trans(
"GoBack").
'</a>';
323 $arrayofmassactions = array();
325 print $formmail->get_form();
331if ($massaction ==
'edit_extrafields') {
332 require_once DOL_DOCUMENT_ROOT.
'/core/class/extrafields.class.php';
333 $elementtype = $objecttmp->element;
337 $extrafields->fetch_name_optionals_label($elementtype);
338 $extrafields_list = $extrafields->attributes[$elementtype][
'label'];
340 $formquestion = array();
341 if (!empty($extrafields_list)) {
342 $myParamExtra =
$object->showOptionals($extrafields,
'create');
344 foreach ($extrafields_list as $extraKey => $extraLabel) {
345 $extrafields_list[$extraKey] = $langs->trans($extraLabel);
348 $formquestion[] = array(
350 'value' => $form->selectarray(
'extrafield-key-to-update', $extrafields_list,
GETPOST(
'extrafield-key-to-update'), 1)
354 $outputShowOutputFields =
'<div class="extrafields-inputs">';
356 foreach ($extrafields_list as $extraKey => $extraLabel) {
357 $outputShowOutputFields .=
'<div class="mass-action-extrafield" data-extrafield="'.$extraKey.
'" style="display:none;" >';
358 $outputShowOutputFields .=
'<br><span>'. $langs->trans(
'NewValue').
'</span>';
359 $outputShowOutputFields .= $extrafields->showInputField($extraKey,
'',
'', $keysuffix,
'', 0, $objecttmp->id, $objecttmp->table_element);
360 $outputShowOutputFields .=
'</div>';
362 $outputShowOutputFields .=
'<script>
364 $("#extrafield-key-to-update").on(\'change\',function(){
365 let selectedExtrtafield = $(this).val();
366 if($(".extrafields-inputs .product_extras_"+selectedExtrtafield) != undefined){
367 $(".mass-action-extrafield").hide();
368 $(".mass-action-extrafield[data-extrafield=" + selectedExtrtafield + "]").show();
373 $outputShowOutputFields .=
'</div>';
377 $formquestion[] = array(
379 'value' => $outputShowOutputFields
382 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmEditExtrafield"), $langs->trans(
"ConfirmEditExtrafieldQuestion", count($toselect)),
"confirm_edit_value_extrafields", $formquestion, 1, 0, 200, 500, 1);
388if ($massaction ==
'preenable') {
389 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmMassEnabling"), $langs->trans(
"ConfirmMassEnablingQuestion", count($toselect)),
"enable",
null,
'yes', 0, 200, 500, 1);
391if ($massaction ==
'predisable') {
392 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmMassDisabling"), $langs->trans(
"ConfirmMassDisablingQuestion", count($toselect)),
"disable",
null,
'', 0, 200, 500, 1);
394if ($massaction ==
'presetcommercial') {
395 $formquestion = array();
396 $userlist = $form->select_dolusers(
'',
'', 0,
null, 0,
'',
'', 0, 0, 0,
'AND u.statut = 1', 0,
'',
'', 0, 1);
397 $formquestion[] = array(
'type' =>
'other',
398 'name' =>
'affectedcommercial',
399 'label' => $form->editfieldkey(
'AllocateCommercial',
'commercial_id',
'',
$object, 0),
400 'value' => $form->multiselectarray(
'commercial', $userlist,
null, 0, 0,
'quatrevingtpercent widthcentpercentminusx', 0, 0,
'',
'',
'', 1));
401 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmAllocateCommercial"), $langs->trans(
"ConfirmAllocateCommercialQuestion", count($toselect)),
"affectcommercial", $formquestion, 1, 0, 200, 500, 1);
403if ($massaction ==
'unsetcommercial') {
404 $formquestion = array();
405 $userlist = $form->select_dolusers(
'',
'', 0,
null, 0,
'',
'', 0, 0, 0,
'AND u.statut = 1', 0,
'',
'', 0, 1);
406 $formquestion[] = array(
'type' =>
'other',
407 'name' =>
'unassigncommercial',
408 'label' => $form->editfieldkey(
'UnallocateCommercial',
'commercial_id',
'',
$object, 0),
409 'value' => $form->multiselectarray(
'commercial', $userlist,
null, 0, 0,
'quatrevingtpercent widthcentpercentminusx', 0, 0,
'',
'',
'', 1));
410 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmUnallocateCommercial"), $langs->trans(
"ConfirmUnallocateCommercialQuestion", count($toselect)),
"unassigncommercial", $formquestion, 1, 0, 200, 500, 1);
413if ($massaction ==
'preapproveleave') {
414 print $form->formconfirm($_SERVER[
"PHP_SELF"], $langs->trans(
"ConfirmMassLeaveApproval"), $langs->trans(
"ConfirmMassLeaveApprovalQuestion", count($toselect)),
"approveleave",
null,
'yes', 0, 200, 500, 1);
418if (empty($toselect)) {
422 'toselect' => &$toselect,
423 'uploaddir' => isset($uploaddir) ? $uploaddir : null,
424 'massaction' => $massaction
427$reshook = $hookmanager->executeHooks(
'doPreMassActions', $parameters,
$object, $action);
431 print $hookmanager->resPrint;
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
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.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
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_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, $attop=0)
Set event message in dol_events session object.
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.
getCommonSubstitutionArray($outputlangs, $onlykey=0, $exclude=null, $object=null, $include=null)
Return array of possible common substitutions.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
dol_hash($chain, $type='0', $nosalt=0)
Returns a hash (non reversible encryption) of a string.