Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0

This commit is contained in:
Laurent Destailleur 2024-07-28 16:49:12 +02:00
commit e5e1f385b5
57 changed files with 98 additions and 84 deletions

View File

@ -603,7 +603,7 @@ if (!empty($extrafields->attributes[$object->table_element]['label'])) {
}
// Add fields from hooks
$parameters = array();
$reshook = $hookmanager->executeHooks('printFieldListSelect', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListSelect', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
$sql .= $hookmanager->resPrint;
$sql .= " FROM ";
if ($search_bid > 0) {
@ -617,7 +617,7 @@ if (!empty($extrafields->attributes[$object->table_element]['label']) && is_arra
// Add fields from hooks
$parameters = array();
$reshook = $hookmanager->executeHooks('printFieldListJoin', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListJoin', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
$sql .= $hookmanager->resPrint;
$sql .= " WHERE b.fk_account = ba.rowid";
@ -709,7 +709,7 @@ include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_sql.tpl.php';
// Add where from hooks
$parameters = array();
$reshook = $hookmanager->executeHooks('printFieldListWhere', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListWhere', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
$sql .= $hookmanager->resPrint;
$sql .= $db->order($sortfield, $sortorder);
@ -1075,7 +1075,7 @@ if ($resql) {
}
$parameters = array();
$reshook = $hookmanager->executeHooks('printFieldPreListTitle', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldPreListTitle', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
if (empty($reshook)) {
$moreforfilter .= $hookmanager->resPrint;
} else {
@ -1277,7 +1277,7 @@ if ($resql) {
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_title.tpl.php';
// Hook fields
$parameters = array('arrayfields' => $arrayfields, 'param' => $param, 'sortfield' => $sortfield, 'sortorder' => $sortorder, 'totalarray' => &$totalarray);
$reshook = $hookmanager->executeHooks('printFieldListTitle', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListTitle', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Action edit/delete and select
print '<td class="nowraponall center"></td>';
@ -1838,7 +1838,7 @@ if ($resql) {
// Fields from hook
$parameters = array('arrayfields' => $arrayfields, 'obj' => $objp, 'i' => $i, 'totalarray' => &$totalarray);
$reshook = $hookmanager->executeHooks('printFieldListValue', $parameters, $objecttmp); // Note that $action and $objecttmpect may have been modified by hook
$reshook=$hookmanager->executeHooks('printFieldListValue', $parameters, $object, $action); // Note that $action and $objecttmpect may have been modified by hook
print $hookmanager->resPrint;
// Action edit/delete and select

View File

@ -3028,7 +3028,6 @@ function dol_banner_tab($object, $paramid, $morehtml = '', $shownav = 1, $fieldi
$morehtmlref = $hookmanager->resPrint;
}
print '<div class="'.($onlybanner ? 'arearefnobottom ' : 'arearef ').'heightref valignmiddle centpercent">';
print $form->showrefnav($object, $paramid, $morehtml, $shownav, $fieldid, $fieldref, $morehtmlref, $moreparam, $nodbprefix, $morehtmlleft, $morehtmlstatus, $morehtmlright);
print '</div>';

View File

@ -1248,6 +1248,10 @@ class pdf_cornas extends ModelePDFSuppliersOrders
$pdf->SetXY($posx, $posy);
$pdf->SetTextColor(0, 0, 60);
$title = $outputlangs->transnoentities("SupplierOrder")." ".$outputlangs->convToOutputCharset($object->ref);
if ($object->status == $object::STATUS_DRAFT) {
$pdf->SetTextColor(128, 0, 0);
$title .= ' - '.$outputlangs->transnoentities("NotValidated");
}
$pdf->MultiCell($w, 3, $title, '', 'R');
$posy += 1;
@ -1289,12 +1293,15 @@ class pdf_cornas extends ModelePDFSuppliersOrders
$pdf->SetXY($posx, $posy);
$pdf->SetTextColor(0, 0, 60);
$pdf->MultiCell($w, 3, $outputlangs->transnoentities("OrderDate")." : ".dol_print_date($object->date_commande, "day", false, $outputlangs, true), '', 'R');
} else {
}
// no point in having this here this a document sent to supplier
/*} else {
$posy += 5;
$pdf->SetXY($posx, $posy);
$pdf->SetTextColor(255, 0, 0);
$pdf->MultiCell($w, 3, $outputlangs->transnoentities("OrderToProcess"), '', 'R');
}
}*/
$pdf->SetTextColor(0, 0, 60);
$usehourmin = 'day';

View File

@ -1161,6 +1161,10 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
$pdf->SetXY($posx, $posy);
$pdf->SetTextColor(0, 0, 60);
$title = $outputlangs->transnoentities("SupplierOrder")." ".$outputlangs->convToOutputCharset($object->ref);
if ($object->status == $object::STATUS_DRAFT) {
$pdf->SetTextColor(128, 0, 0);
$title .= ' - '.$outputlangs->transnoentities("NotValidated");
}
$pdf->MultiCell($w, 3, $title, '', 'R');
$posy += 1;
@ -1202,12 +1206,14 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
$pdf->SetXY($posx, $posy);
$pdf->SetTextColor(0, 0, 60);
$pdf->MultiCell($w, 3, $outputlangs->transnoentities("OrderDate")." : ".dol_print_date($object->date_commande, "day", false, $outputlangs, true), '', 'R');
} else {
}
// no point in having this here this a document sent to supplier
/*} else {
$posy += 5;
$pdf->SetXY($posx, $posy);
$pdf->SetTextColor(255, 0, 0);
$pdf->MultiCell($w, 3, $outputlangs->transnoentities("OrderToProcess"), '', 'R');
}
}*/
$pdf->SetTextColor(0, 0, 60);
$usehourmin = 'day';

View File

@ -668,7 +668,7 @@ if (!empty($extrafields->attributes[$object->table_element]['label'])) {
}
// Add fields from hooks
$parameters = array();
$reshook = $hookmanager->executeHooks('printFieldListSelect', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListSelect', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
$sql .= $hookmanager->resPrint;
$sqlfields = $sql; // $sql fields to remove for count total
@ -700,7 +700,7 @@ if ($search_user > 0) {
// Add table from hooks
$parameters = array();
$reshook = $hookmanager->executeHooks('printFieldListFrom', $parameters, $object); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListFrom', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
$sql .= $hookmanager->resPrint;
$sql .= " WHERE e.entity IN (".getEntity('expedition').")";
@ -844,12 +844,12 @@ include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_sql.tpl.php';
// Add where from hooks
$parameters = array();
$reshook = $hookmanager->executeHooks('printFieldListWhere', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListWhere', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
$sql .= $hookmanager->resPrint;
// Add HAVING from hooks
$parameters = array();
$reshook = $hookmanager->executeHooks('printFieldListHaving', $parameters, $object); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListHaving', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
$sql .= empty($hookmanager->resPrint) ? "" : " HAVING 1=1 ".$hookmanager->resPrint;
$nbtotalofrecords = '';
@ -1123,7 +1123,7 @@ if (isModEnabled('category') && $user->hasRight('categorie', 'lire')) {
$moreforfilter .= '</div>';
}
$parameters = array();
$reshook = $hookmanager->executeHooks('printFieldPreListTitle', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldPreListTitle', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
if (empty($reshook)) {
$moreforfilter .= $hookmanager->resPrint;
} else {
@ -1261,7 +1261,7 @@ include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_input.tpl.php';
// Fields from hook
$parameters = array('arrayfields' => $arrayfields);
$reshook = $hookmanager->executeHooks('printFieldListOption', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListOption', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Date creation
if (!empty($arrayfields['e.datec']['checked'])) {
@ -1372,7 +1372,7 @@ if (!empty($arrayfields['e.note_private']['checked'])) {
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_title.tpl.php';
// Hook fields
$parameters = array('arrayfields' => $arrayfields, 'param' => $param, 'sortfield' => $sortfield, 'sortorder' => $sortorder, '$totalarray' => &$totalarray);
$reshook = $hookmanager->executeHooks('printFieldListTitle', $parameters, $object); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListTitle', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
if (!empty($arrayfields['e.datec']['checked'])) {
print_liste_field_titre($arrayfields['e.datec']['label'], $_SERVER["PHP_SELF"], "e.date_creation", "", $param, '', $sortfield, $sortorder, 'center nowrap ');
@ -1622,7 +1622,7 @@ while ($i < $imaxinloop) {
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_print_fields.tpl.php';
// Fields from hook
$parameters = array('arrayfields' => $arrayfields, 'obj' => $obj, 'i' => $i, 'totalarray' => &$totalarray);
$reshook = $hookmanager->executeHooks('printFieldListValue', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListValue', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Date creation
if (!empty($arrayfields['e.datec']['checked'])) {
@ -1692,7 +1692,7 @@ if ($num == 0) {
$db->free($resql);
$parameters = array('arrayfields' => $arrayfields, 'totalarray' => $totalarray, 'sql' => $sql);
$reshook = $hookmanager->executeHooks('printFieldListFooter', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListFooter', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
print "</table>";

View File

@ -744,7 +744,7 @@ if (!empty($arrayfields['d.total_ttc']['checked'])) {
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_title.tpl.php';
// Hook fields
$parameters = array('arrayfields' => $arrayfields, 'param' => $param, 'sortfield' => $sortfield, 'sortorder' => $sortorder);
$reshook = $hookmanager->executeHooks('printFieldListTitle', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListTitle', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
if (!empty($arrayfields['d.date_create']['checked'])) {
print_liste_field_titre($arrayfields['d.date_create']['label'], $_SERVER["PHP_SELF"], "d.date_create", "", $param, '', $sortfield, $sortorder, 'nowraponall center');
@ -961,7 +961,7 @@ if ($num > 0) {
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_print_fields.tpl.php';
// Fields from hook
$parameters = array('arrayfields' => $arrayfields, 'obj' => $obj, 'i' => $i, 'totalarray' => &$totalarray);
$reshook = $hookmanager->executeHooks('printFieldListValue', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListValue', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Date creation

View File

@ -77,4 +77,4 @@ WeAreRecruiting=እየቀጠርን ነው። ይህ የሚሞሉ ክፍት የ
NoPositionOpen=በአሁኑ ጊዜ ምንም ክፍት ቦታዎች የሉም
ConfirmClose=መሰረዙን ያረጋግጡ
ConfirmCloseAsk=እርግጠኛ ነዎት ይህን የምልመላ እጩ መሰረዝ ይፈልጋሉ
recruitment=ምልመላ
Recruitment=ምልመላ

View File

@ -77,4 +77,4 @@ WeAreRecruiting=نحن نوظف. هذه قائمة بالوظائف الشاغر
NoPositionOpen=لا توجد وظائف مفتوحة في الوقت الحالي
ConfirmClose=تأكيد الالغاء
ConfirmCloseAsk=هل أنت متأكد أنك تريد إلغاء ترشيح التوظيف هذا
recruitment=توظيف
Recruitment=توظيف

View File

@ -77,4 +77,4 @@ WeAreRecruiting=İşə qəbul edirik. Bu doldurulmalı olan açıq vəzifələri
NoPositionOpen=Hazırda heç bir vəzifə açıq deyil
ConfirmClose=Ləğv etməyi təsdiqləyin
ConfirmCloseAsk=Bu işə qəbul namizədliyini ləğv etmək istədiyinizə əminsiniz
recruitment=İşə qəbul
Recruitment=İşə qəbul

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Ние набираме персонал. Това е списъ
NoPositionOpen=В момента няма отворени позиции
ConfirmClose=Потвърдете анулирането
ConfirmCloseAsk=Сигурни ли сте, че искате, за да отмените тази кандидатура за набиране на персонал
recruitment=подбор на персонал
Recruitment=подбор на персонал

View File

@ -77,4 +77,4 @@ WeAreRecruiting=আমরা নিয়োগ করছি। এটি পূ
NoPositionOpen=এই মুহূর্তে কোনো পজিশন খোলা নেই
ConfirmClose=বাতিল নিশ্চিত করুন
ConfirmCloseAsk=আপনি কি নিশ্চিত যে আপনি এই নিয়োগের প্রার্থীতা বাতিল করতে চান?
recruitment=নিয়োগ
Recruitment=নিয়োগ

View File

@ -77,4 +77,4 @@ WeAreRecruiting=আমরা নিয়োগ করছি। এটি পূ
NoPositionOpen=এই মুহূর্তে কোন পজিশন খোলা নেই
ConfirmClose=বাতিল নিশ্চিত করুন
ConfirmCloseAsk=আপনি কি নিশ্চিত যে আপনি এই নিয়োগের প্রার্থীতা বাতিল করতে চান?
recruitment=নিয়োগ
Recruitment=নিয়োগ

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Zapošljavamo. Ovo je lista otvorenih pozicija koje treba popuni
NoPositionOpen=Trenutno nema otvorenih pozicija
ConfirmClose=Potvrdite otkazivanje
ConfirmCloseAsk=Jeste li sigurni da želite poništiti ovu kandidaturu za zapošljavanje
recruitment=Regrutacija
Recruitment=Regrutacija

View File

@ -77,4 +77,4 @@ WeAreRecruiting=We are recruiting. This is a list of open positions to be filled
NoPositionOpen=No positions open at the moment
ConfirmClose=Confirm cancellation
ConfirmCloseAsk=Are you sure you want to cancel this recruitment candidature
recruitment=Recruitment
Recruitment=Recruitment

View File

@ -77,4 +77,4 @@ WeAreRecruiting=We are recruiting. This is a list of open positions to be filled
NoPositionOpen=No positions open at the moment
ConfirmClose=Confirm cancellation
ConfirmCloseAsk=Are you sure you want to cancel this recruitment candidature
recruitment=Recruitment
Recruitment=Recruitment

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Vi rekrutterer. Dette er en liste over ledige stillinger, der sk
NoPositionOpen=Ingen ledige stillinger i øjeblikket
ConfirmClose=Bekræft annullering
ConfirmCloseAsk=Er du sikker på, at du vil annullere denne rekrutteringskandidatur
recruitment=Rekruttering
Recruitment=Rekruttering

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Wir stellen ein. Dies ist eine Liste mit offenen Stellen, die zu
NoPositionOpen=Zur Zeit sind keine Stellen offen
ConfirmClose=Abbruch bestätigen
ConfirmCloseAsk=Sind Sie sicher, dass Sie diese Stellenausschreibung beenden wollen?
recruitment=Personalbeschaffung
Recruitment=Personalbeschaffung

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Προσλαμβάνουμε. Αυτή είναι η λίστα
NoPositionOpen=Δεν υπάρχουν ανοιχτές θέσεις αυτή τη στιγμή
ConfirmClose=Επιβεβαιώστε την ακύρωση
ConfirmCloseAsk=Είστε σίγουροι ότι θέλετε να ακυρώσετε αυτήν την υποψηφιότητα πρόσληψης
recruitment=Προσλήψεις
Recruitment=Προσλήψεις

View File

@ -8,3 +8,4 @@ JobLabel=Etiqueta de puesto de trabajo
ResponsibleOfRecruitement=Responsable de contrataciones
IfJobIsLocatedAtAPartner=Si el trabajo se encuentra en un lugar asociado
Remuneration=Sueldo
Recruitment=Contrataciones

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Estamos reclutando. Esta es una lista de vacantes a cubrir...
NoPositionOpen=No hay posiciones abiertas en este momento
ConfirmClose=Confirmar cancelación
ConfirmCloseAsk=¿Está seguro de que desea cancelar esta candidatura de contratación?
recruitment=Contratación
Recruitment=Contratación

View File

@ -26,3 +26,4 @@ JobClosedTextCanceled=La vacante esta cerrada.
ExtrafieldsJobPosition=Atributos complementarios (puestos de trabajo)
ExtrafieldsApplication=Atributos complementarios (solicitudes de empleo)
MakeOffer=Hacer una oferta
Recruitment=Reclutamiento

View File

@ -77,4 +77,4 @@ WeAreRecruiting=We are recruiting. This is a list of open positions to be filled
NoPositionOpen=No positions open at the moment
ConfirmClose=Confirm cancellation
ConfirmCloseAsk=Are you sure you want to cancel this recruitment candidature
recruitment=Recruitment
Recruitment=Recruitment

View File

@ -77,4 +77,4 @@ WeAreRecruiting=We are recruiting. This is a list of open positions to be filled
NoPositionOpen=No positions open at the moment
ConfirmClose=Confirm cancellation
ConfirmCloseAsk=Are you sure you want to cancel this recruitment candidature
recruitment=Recruitment
Recruitment=Recruitment

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Olemme rekrytoimassa. Tämä on lista avoimista työpaikoista, j
NoPositionOpen=Tällä hetkellä ei avoimia paikkoja
ConfirmClose=Vahvista peruutus
ConfirmCloseAsk=Haluatko varmasti peruuttaa tämän rekrytointiehdokkaan
recruitment=Rekrytointi
Recruitment=Rekrytointi

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Estamos contratando. Esta é unha lista de prazas abertas para c
NoPositionOpen=Non hai postos laborais libres polo momento
ConfirmClose=Confirmar cancelación
ConfirmCloseAsk=Está certo de querer cancelar esta candidatura de contratación?
recruitment=Contratación
Recruitment=Contratación

View File

@ -77,4 +77,4 @@ WeAreRecruiting=אנחנו מגייסים. זוהי רשימה של משרות
NoPositionOpen=אין משרות פתוחות כרגע
ConfirmClose=אשר את הביטול
ConfirmCloseAsk=האם אתה בטוח שברצונך לבטל את מועמדות הגיוס הזו
recruitment=גיוס
Recruitment=גיוס

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Zapošljavamo. Ovo je popis otvorenih pozicija koje treba popuni
NoPositionOpen=Trenutno nema otvorenih pozicija
ConfirmClose=Potvrdite otkazivanje
ConfirmCloseAsk=Jeste li sigurni da želite da poništite ovu kandidaturu za zapošljavanje
recruitment=Zapošljavanje
Recruitment=Zapošljavanje

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Toborozunk. Ez a betöltendő pozíciók listája...
NoPositionOpen=Jelenleg nincs nyitott pozíció
ConfirmClose=Erősítse meg a törlést
ConfirmCloseAsk=Biztosan visszavonja ezt a toborzási jelentkezést?
recruitment=Toborzás
Recruitment=Toborzás

View File

@ -77,4 +77,4 @@ WeAreRecruiting=We are recruiting. This is a list of open positions to be filled
NoPositionOpen=No positions open at the moment
ConfirmClose=Confirm cancellation
ConfirmCloseAsk=Are you sure you want to cancel this recruitment candidature
recruitment=Recruitment
Recruitment=Recruitment

View File

@ -77,4 +77,4 @@ WeAreRecruiting=募集中。これは、募集職種のリスト...
NoPositionOpen=現在募集職種なし
ConfirmClose=確定 キャンセル
ConfirmCloseAsk=この採用候補をキャンセルしてもよいか
recruitment=採用
Recruitment=採用

View File

@ -77,4 +77,4 @@ WeAreRecruiting=We are recruiting. This is a list of open positions to be filled
NoPositionOpen=No positions open at the moment
ConfirmClose=Confirm cancellation
ConfirmCloseAsk=Are you sure you want to cancel this recruitment candidature
recruitment=Recruitment
Recruitment=Recruitment

View File

@ -77,4 +77,4 @@ WeAreRecruiting=ພວກເຮົາຮັບສະໝັກພະນັກງ
NoPositionOpen=ບໍ່​ມີ​ຕໍາ​ແຫນ່ງ​ເປີດ​ໃນ​ປັດ​ຈຸ​ບັນ​
ConfirmClose=ຢືນຢັນການຍົກເລີກ
ConfirmCloseAsk=ທ່ານແນ່ໃຈບໍ່ວ່າຕ້ອງການຍົກເລີກການສະໝັກຮັບສະໝັກງານນີ້
recruitment=ຮັບສະໝັກພະນັກງານ
Recruitment=ຮັບສະໝັກພະນັກງານ

View File

@ -77,4 +77,4 @@ WeAreRecruiting=We are recruiting. This is a list of open positions to be filled
NoPositionOpen=No positions open at the moment
ConfirmClose=Confirm cancellation
ConfirmCloseAsk=Are you sure you want to cancel this recruitment candidature
recruitment=Recruitment
Recruitment=Recruitment

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Vi rekrutterer. Dette er en liste over ledige stillinger som ska
NoPositionOpen=Ingen ledige stillinger for øyeblikket
ConfirmClose=Bekreft kansellering
ConfirmCloseAsk=Er du sikker på at du vil kansellere dette rekrutteringskandidaturet
recruitment=Rekruttering
Recruitment=Rekruttering

View File

@ -77,4 +77,4 @@ WeAreRecruiting=We zijn aan het rekruteren. Dit is een lijst met openstaande vac
NoPositionOpen=Op dit moment geen vacatures
ConfirmClose=Bevestig de annulering
ConfirmCloseAsk=Weet u zeker dat u deze sollicitatiekandidatuur wilt annuleren?
recruitment=Werving
Recruitment=Werving

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Prowadzimy rekrutację. Oto lista wolnych stanowisk do obsadzeni
NoPositionOpen=W tej chwili nie ma żadnych wolnych stanowisk
ConfirmClose=Potwierdź anulowanie
ConfirmCloseAsk=Czy na pewno chcesz anulować tę kandydaturę rekrutacyjną?
recruitment=Rekrutacja
Recruitment=Rekrutacja

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Estamos recrutando. Esta é uma lista de abrir cargos a serem pr
NoPositionOpen=Nenhuma posição abrir no momento
ConfirmClose=Confirme cancelamento
ConfirmCloseAsk=Tem a certeza que pretende para cancelar esta candidatura de recrutamento
recruitment=Recrutamento
Recruitment=Recrutamento

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Recrutăm. Aceasta este o listă de posturi vacante care trebuie
NoPositionOpen=Niciun post vacant la acest moment
ConfirmClose=Confirmare anulare
ConfirmCloseAsk=Sigur vrei să anulezi această candidatură de recrutare
recruitment=Recrutare personal
Recruitment=Recrutare personal

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Мы набираем. Это список вакансий, к
NoPositionOpen=На данный момент открытых позиций нет
ConfirmClose=Подтвердить отмену
ConfirmCloseAsk=Вы действительно хотите — отменить этой кандидатуре найма
recruitment=Рекрутинг
Recruitment=Рекрутинг

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Robíme nábor. Toto je zoznam voľných pozícií, ktoré sa ma
NoPositionOpen=Momentálne nie sú otvorené žiadne pozície
ConfirmClose=Potvrďte zrušenie
ConfirmCloseAsk=Naozaj chcete zrušiť túto náborovú kandidatúru?
recruitment=Nábor
Recruitment=Nábor

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Zaposlujemo. To je seznam odprtih delovnih mest, ki jih je treba
NoPositionOpen=Trenutno ni odprtih pozicij
ConfirmClose=Potrdite preklic
ConfirmCloseAsk=Ali ste prepričani, da želite preklicati to kandidaturo za zaposlitev
recruitment=Zaposlovanje
Recruitment=Zaposlovanje

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Ne jemi duke rekrutuar. Kjo është lista e pozicioneve të hapu
NoPositionOpen=Asnjë pozicion i hapur për momentin
ConfirmClose=Konfirmo anulimin
ConfirmCloseAsk=Jeni i sigurt që dëshironi ta anuloni këtë kandidaturë rekrutimi
recruitment=Rekrutimi
Recruitment=Rekrutimi

View File

@ -77,4 +77,4 @@ WeAreRecruiting=We are recruiting. This is a list of open positions to be filled
NoPositionOpen=No positions open at the moment
ConfirmClose=Confirm cancellation
ConfirmCloseAsk=Are you sure you want to cancel this recruitment candidature
recruitment=Recruitment
Recruitment=Recruitment

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Vi rekryterar! Detta är en lista över lediga tjänster som ska
NoPositionOpen=Inga lediga tjänster för tillfället
ConfirmClose=Bekräfta avbokningen
ConfirmCloseAsk=Är du säker på att du vill avbryta denna rekryteringskandidatur
recruitment=Rekrytering
Recruitment=Rekrytering

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Tunaajiri. Hii ni orodha ya nafasi zilizo wazi zitakazojazwa...
NoPositionOpen=Hakuna nafasi zilizofunguliwa kwa sasa
ConfirmClose=Confirm cancellation
ConfirmCloseAsk=Are you sure you want to cancel this recruitment candidature
recruitment=Recruitment
Recruitment=Recruitment

View File

@ -77,4 +77,4 @@ WeAreRecruiting=We are recruiting. This is a list of open positions to be filled
NoPositionOpen=No positions open at the moment
ConfirmClose=Confirm cancellation
ConfirmCloseAsk=Are you sure you want to cancel this recruitment candidature
recruitment=Recruitment
Recruitment=Recruitment

View File

@ -77,4 +77,4 @@ WeAreRecruiting=We are recruiting. This is a list of open positions to be filled
NoPositionOpen=No positions open at the moment
ConfirmClose=Confirm cancellation
ConfirmCloseAsk=Are you sure you want to cancel this recruitment candidature
recruitment=Recruitment
Recruitment=Recruitment

View File

@ -77,4 +77,4 @@ WeAreRecruiting=เรากำลังรับสมัครงาน. น
NoPositionOpen=ไม่มีตำแหน่งที่เปิดอยู่ในขณะนี้
ConfirmClose=ยืนยันการยกเลิก
ConfirmCloseAsk=คุณแน่ใจหรือไม่ว่าต้องการยกเลิกผู้สมัครรับสมัครงานรายนี้
recruitment=Recruitment
Recruitment=Recruitment

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Ми набираємо. Це список відкритих в
NoPositionOpen=На даний момент немає відкритих позицій
ConfirmClose=Підтвердити скасування
ConfirmCloseAsk=Ви впевнені, що бажаєте скасувати цю кандидатуру на роботу?
recruitment=вербування
Recruitment=вербування

View File

@ -77,4 +77,4 @@ WeAreRecruiting=ہم بھرتی کر رہے ہیں۔ یہ پُر کیے جانے
NoPositionOpen=اس وقت کوئی عہدہ نہیں کھلا ہے۔
ConfirmClose=منسوخی کی تصدیق کریں۔
ConfirmCloseAsk=کیا آپ واقعی اس بھرتی کی امیدواری کو منسوخ کرنا چاہتے ہیں؟
recruitment=Recruitment
Recruitment=Recruitment

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Biz ishga qabul qilamiz. Bu to'ldirilishi kerak bo'lgan ochiq la
NoPositionOpen=Ayni paytda hech qanday lavozim ochilmagan
ConfirmClose=Bekor qilishni tasdiqlang
ConfirmCloseAsk=Haqiqatan ham bu ishga yollash nomzodini bekor qilmoqchimisiz
recruitment=Ishga qabul qilish
Recruitment=Ishga qabul qilish

View File

@ -77,4 +77,4 @@ WeAreRecruiting=Chúng tôi đang tuyển dụng. Đây là danh sách các vị
NoPositionOpen=Không có vị trí nào mở vào lúc này
ConfirmClose=Xác nhận hủy
ConfirmCloseAsk=Bạn có chắc chắn muốn hủy ứng tuyển tuyển dụng này không
recruitment=Tuyển dụng
Recruitment=Tuyển dụng

View File

@ -77,4 +77,4 @@ WeAreRecruiting=我们正在招聘。这是一份有待填补的空缺职位清
NoPositionOpen=暂时没有职位空缺
ConfirmClose=Confirm cancellation
ConfirmCloseAsk=Are you sure you want to cancel this recruitment candidature
recruitment=招聘
Recruitment=招聘

View File

@ -77,4 +77,4 @@ WeAreRecruiting=我們正在招聘。這是一個待填補的空缺職位清單.
NoPositionOpen=暫時沒有職位空缺
ConfirmClose=Confirm cancellation
ConfirmCloseAsk=Are you sure you want to cancel this recruitment candidature
recruitment=招募
Recruitment=招募

View File

@ -704,7 +704,7 @@ foreach ($searchCategoryCustomerList as $searchCategoryCustomer) {
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_param.tpl.php';
// Add $param from hooks
$parameters = array('param' => &$param);
$reshook = $hookmanager->executeHooks('printFieldListSearchParam', $parameters, $object); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListSearchParam', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
$param .= $hookmanager->resPrint;
// List of mass actions available
@ -1099,7 +1099,7 @@ $parameters = array(
'sortorder' => $sortorder,
'totalarray' => &$totalarray,
);
$reshook = $hookmanager->executeHooks('printFieldListTitle', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListTitle', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
if (!empty($arrayfields['t.datec']['checked'])) {
print_liste_field_titre($arrayfields['t.datec']['label'], $_SERVER["PHP_SELF"], "t.datec", "", $param, '', $sortfield, $sortorder, 'center nowrap ');

View File

@ -1382,7 +1382,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser
}
// Add $param from hooks
$parameters = array('param' => &$param);
$reshook = $hookmanager->executeHooks('printFieldListSearchParam', $parameters, $object); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListSearchParam', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
$param .= $hookmanager->resPrint;
print '<form method="POST" action="' . $_SERVER["PHP_SELF"] . '">';
@ -1578,7 +1578,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser
$sql .= " t.invoice_line_id";
// Add fields from hooks
$parameters = array();
$reshook = $hookmanager->executeHooks('printFieldListSelect', $parameters, $object); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListSelect', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
$sql .= $hookmanager->resPrint;
$sql = preg_replace('/,\s*$/', '', $sql);
@ -1595,7 +1595,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser
// Add table from hooks
$parameters = array();
$reshook = $hookmanager->executeHooks('printFieldListFrom', $parameters, $object); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListFrom', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
$sql .= $hookmanager->resPrint;
$sql .= " WHERE elementtype = 'task'";
$sql .= " AND p.entity IN (".getEntity('project').")";
@ -1685,7 +1685,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser
// Add where from hooks
$parameters = array();
$reshook = $hookmanager->executeHooks('printFieldListWhere', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListWhere', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
$sql .= $hookmanager->resPrint;
// Count total nb of records
@ -1782,7 +1782,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser
}
// Hook fields
$parameters = array('mode' => 'create');
$reshook = $hookmanager->executeHooks('printFieldListTitle', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListTitle', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
print '<td></td>';
print "</tr>\n";
@ -1865,7 +1865,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser
// Fields from hook
$parameters = array('mode' => 'create');
$reshook = $hookmanager->executeHooks('printFieldListValue', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListValue', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
print '<td class="center">';
@ -1883,7 +1883,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser
$moreforfilter = '';
$parameters = array();
$reshook = $hookmanager->executeHooks('printFieldPreListTitle', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldPreListTitle', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
if (empty($reshook)) {
$moreforfilter .= $hookmanager->resPrint;
} else {
@ -2001,7 +2001,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser
*/
// Fields from hook
$parameters = array('arrayfields' => $arrayfields);
$reshook = $hookmanager->executeHooks('printFieldListOption', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListOption', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Action column
if (!getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
@ -2086,7 +2086,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser
*/
// Hook fields
$parameters = array('arrayfields' => $arrayfields, 'param' => $param, 'sortfield' => $sortfield, 'sortorder' => $sortorder);
$reshook = $hookmanager->executeHooks('printFieldListTitle', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListTitle', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
if (!getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
print_liste_field_titre($selectedfields, $_SERVER["PHP_SELF"], "", '', '', 'width="80"', $sortfield, $sortorder, 'center maxwidthsearch ');
@ -2461,7 +2461,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser
// Fields from hook
$parameters = array('arrayfields' => $arrayfields, 'obj' => $task_time, 'i' => $i, 'totalarray' => &$totalarray);
$reshook = $hookmanager->executeHooks('printFieldListValue', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListValue', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Action column
@ -2660,7 +2660,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser
// Fields from hook
$parameters = array('arrayfields' => $arrayfields, 'obj' => $task_time, 'mode' => 'split1');
$reshook = $hookmanager->executeHooks('printFieldListValue', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListValue', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Action column
@ -2826,7 +2826,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser
// Fields from hook
$parameters = array('arrayfields' => $arrayfields, 'obj' => $task_time, 'mode' => 'split2');
$reshook = $hookmanager->executeHooks('printFieldListValue', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListValue', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Action column
@ -2879,7 +2879,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser
}
$parameters = array('arrayfields' => $arrayfields, 'sql' => $sql);
$reshook = $hookmanager->executeHooks('printFieldListFooter', $parameters); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('printFieldListFooter', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
print "</table>";

View File

@ -1002,7 +1002,7 @@ if ($action == 'create' || $action == 'presend') {
$object->ref = $object->id;
print $form->showrefnav($object, 'id', $linkback, 1, 'rowid', 'track_id');
} else {
print $object->track_id;
print dolPrintLabel($object->track_id);
}
} else {
print $langs->trans('None');