44require
'../main.inc.php';
45require_once DOL_DOCUMENT_ROOT.
'/core/lib/company.lib.php';
46require_once DOL_DOCUMENT_ROOT.
'/core/lib/images.lib.php';
47require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
48require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions.lib.php';
49require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formadmin.class.php';
50require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formcompany.class.php';
51require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formfile.class.php';
52require_once DOL_DOCUMENT_ROOT.
'/core/class/extrafields.class.php';
53require_once DOL_DOCUMENT_ROOT.
'/contact/class/contact.class.php';
54require_once DOL_DOCUMENT_ROOT.
'/categories/class/categorie.class.php';
55if (isModEnabled(
'member')) {
56 require_once DOL_DOCUMENT_ROOT.
'/adherents/class/adherent.class.php';
58if (isModEnabled(
'accounting')) {
59 require_once DOL_DOCUMENT_ROOT.
'/core/lib/accounting.lib.php';
61if (isModEnabled(
'accounting')) {
62 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formaccounting.class.php';
64if (isModEnabled(
'accounting')) {
65 require_once DOL_DOCUMENT_ROOT.
'/accountancy/class/accountingaccount.class.php';
67if (isModEnabled(
'eventorganization')) {
68 require_once DOL_DOCUMENT_ROOT.
'/eventorganization/class/conferenceorboothattendee.class.php';
83if ($mysoc->country_code ==
'GR') {
92$langs->loadLangs(array(
"companies",
"commercial",
"bills",
"banks",
"users"));
94if (isModEnabled(
'member')) {
95 $langs->load(
"members");
97if (isModEnabled(
'category')) {
98 $langs->load(
"categories");
100if (isModEnabled(
'incoterm')) {
101 $langs->load(
"incoterm");
103if (isModEnabled(
'notification')) {
104 $langs->load(
"mails");
106if (isModEnabled(
'accounting')) {
107 $langs->load(
"products");
113$refalreadyexists = 0;
116$action = (
GETPOST(
'action',
'aZ09') ?
GETPOST(
'action',
'aZ09') :
'view');
117$cancel =
GETPOST(
'cancel',
'alpha');
118$backtopage =
GETPOST(
'backtopage',
'alpha');
119$backtopageforcancel =
GETPOST(
'backtopageforcancel',
'alpha');
120$confirm =
GETPOST(
'confirm',
'alpha');
121$canvas =
GETPOST(
'canvas',
'alpha');
123$dol_openinpopup =
'';
127 if (in_array($action, [
'add',
'create',
'merge',
'confirm_merge',
'delete',
'confirm_delete'])) {
131 $socid = $user->socid;
133if (empty($socid) && $action ==
'view') {
143$extrafields->fetch_name_optionals_label(
$object->table_element);
148$hookmanager->initHooks(array(
'thirdpartycard',
'globalcard'));
157if (!empty($canvas)) {
158 require_once DOL_DOCUMENT_ROOT.
'/core/class/canvas.class.php';
159 $objcanvas =
new Canvas($db, $action);
160 $objcanvas->getCanvas(
'thirdparty',
'card', $canvas);
164$permissiontoread = $user->hasRight(
'societe',
'lire');
165$permissiontoadd = $user->hasRight(
'societe',
'creer');
166$permissiontodelete = $user->hasRight(
'societe',
'supprimer') || ($permissiontoadd && isset(
$object->status) &&
$object->status == 0);
167$permissionnote = $user->hasRight(
'societe',
'creer');
168$permissiondellink = $user->hasRight(
'societe',
'creer');
169$permissiontoeditextra = $permissiontoadd;
170if (
GETPOST(
'attribute',
'aZ09') && isset($extrafields->attributes[
$object->table_element][
'perms'][
GETPOST(
'attribute',
'aZ09')])) {
172 $permissiontoeditextra =
dol_eval((
string) $extrafields->attributes[
$object->table_element][
'perms'][
GETPOST(
'attribute',
'aZ09')]);
175$upload_dir =
$conf->societe->multidir_output[isset(
$object->entity) ?
$object->entity : 1];
180if (!(
$object->id > 0) && $action ==
'view') {
189$parameters = array(
'id' => $socid,
'objcanvas' => $objcanvas);
191$reshook = $hookmanager->executeHooks(
'doActions', $parameters,
$object, $action);
196if (empty($reshook)) {
197 $backurlforlist = DOL_URL_ROOT.
'/societe/list.php';
199 if (empty($backtopage) || ($cancel && empty($id))) {
200 if (empty($backtopage) || ($cancel && strpos($backtopage,
'__ID__'))) {
201 if (empty($id) && (($action !=
'add' && $action !=
'create') || $cancel)) {
202 $backtopage = $backurlforlist;
204 $backtopage = DOL_URL_ROOT.
'/societe/card.php?id='.((!empty($id) &&
$id > 0) ? $id :
'__ID__') . (!empty($canvas) ?
"&canvas=" . $canvas :
"");
210 if (!empty($backtopageforcancel)) {
211 header(
"Location: ".$backtopageforcancel);
213 } elseif (!empty($backtopage)) {
214 header(
"Location: ".$backtopage);
220 if ($action ==
'confirm_merge' && $confirm ==
'yes' && $permissiontoadd) {
222 $soc_origin =
new Societe($db);
224 if ($soc_origin_id <= 0) {
225 $langs->load(
'errors');
226 setEventMessages($langs->trans(
'ErrorThirdPartyIdIsMandatory', $langs->transnoentitiesnoconv(
'MergeOriginThirdparty')),
null,
'errors');
228 if (!$error && $soc_origin->fetch($soc_origin_id) < 1) {
233 $result =
$object->mergeCompany($soc_origin_id);
244 if (
GETPOST(
'getcustomercode')) {
246 $_POST[
"customer_code"] =
"Acompleter";
249 if (
GETPOST(
'getsuppliercode')) {
251 $_POST[
"supplier_code"] =
"Acompleter";
254 if ($action ==
'set_localtax1' && $permissiontoadd) {
258 $res =
$object->setValueFrom(
'localtax1_value', $value,
'',
null,
'text',
'', $user,
'COMPANY_MODIFY');
260 if ($action ==
'set_localtax2' && $permissiontoadd) {
264 $res =
$object->setValueFrom(
'localtax2_value', $value,
'',
null,
'text',
'', $user,
'COMPANY_MODIFY');
267 if ($action ==
'update_extras' && $permissiontoeditextra) {
272 $attribute_name =
GETPOST(
'attribute',
'aZ09');
274 $ret = $extrafields->setOptionalsFromPost(
null,
$object, $attribute_name);
280 $result =
$object->updateExtraField($attribute_name,
'COMPANY_MODIFY');
288 $action =
'edit_extras';
293 if ((!
GETPOST(
'getcustomercode') && !
GETPOST(
'getsuppliercode')) && ($action ==
'add' || $action ==
'update') && $permissiontoadd) {
294 require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
297 setEventMessages($langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"ThirdPartyName")),
null,
'errors');
301 setEventMessages($langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"Customer")),
null,
'errors');
305 setEventMessages($langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"Prospect")),
null,
'errors');
308 if (GETPOSTISSET(
'supplier') &&
GETPOSTINT(
'supplier') < 0) {
309 setEventMessages($langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"Supplier")),
null,
'errors');
313 if (isModEnabled(
'mailing') &&
getDolGlobalInt(
'MAILING_CONTACT_DEFAULT_BULK_STATUS') == 2 &&
GETPOSTINT(
'contact_no_email') == -1 && !empty(
GETPOST(
'email',
'email'))) {
315 setEventMessages($langs->trans(
"ErrorFieldRequired", $langs->transnoentities(
"No_Email")),
null,
'errors');
320 setEventMessages($langs->trans(
"ErrorFieldRequired", $langs->transnoentities(
"No_Email")),
null,
'errors');
324 if ($action ==
'update') {
352 $object->socialnetworks = array();
353 if (isModEnabled(
'socialnetworks')) {
354 foreach ($socialnetworks as $key => $value) {
355 if (GETPOSTISSET($key) &&
GETPOST($key,
'alphanohtml') !=
'') {
362 $object->phone_mobile = (string)
GETPOST(
"phone_mobile",
'alpha');
374 $object->code_client = GETPOSTISSET(
'customer_code') ?
GETPOST(
'customer_code',
'alpha') :
GETPOST(
'code_client',
'alpha');
375 $object->code_fournisseur = GETPOSTISSET(
'supplier_code') ?
GETPOST(
'supplier_code',
'alpha') :
GETPOST(
'code_fournisseur',
'alpha');
381 $object->vat_reverse_charge =
GETPOST(
'vat_reverse_charge') ==
'on' ? 1 : 0;
398 $customer = (
GETPOSTINT(
'customer') > 0 ? 1 : 0);
399 $prospect = (
GETPOSTINT(
'prospect') > 0 ? 2 : 0);
400 $prospectcustomer = $customer + $prospect;
402 $object->client = $prospectcustomer;
405 if ($action ==
'add') {
408 $form =
new Form($db);
409 $form->load_cache_types_paiements();
411 $paymentTermId =
GETPOSTINT(
'cond_reglement_id');
412 $paymentTypeId =
GETPOSTINT(
'mode_reglement_id');
414 $object->cond_reglement_id = $paymentTermId;
416 $filterPaymentTypeIdArr = array(0, 2, 3);
417 if (!empty($form->cache_types_paiements[$paymentTypeId]) && isset($form->cache_types_paiements[$paymentTypeId][
'type']) && in_array($form->cache_types_paiements[$paymentTypeId][
'type'], $filterPaymentTypeIdArr)) {
418 $object->mode_reglement_id = $paymentTypeId;
422 if (
$object->fournisseur > 0) {
423 $object->cond_reglement_supplier_id = $paymentTermId;
425 $filterPaymentTypeIdArr = array(1, 2, 3);
426 if (!empty($form->cache_types_paiements[$paymentTypeId]) && isset($form->cache_types_paiements[$paymentTypeId][
'type']) && in_array($form->cache_types_paiements[$paymentTypeId][
'type'], $filterPaymentTypeIdArr)) {
427 $object->mode_reglement_supplier_id = $paymentTypeId;
438 $object->webservices_key =
GETPOST(
'webservices_key',
'san_alpha');
440 if (GETPOSTISSET(
'accountancy_code_sell')) {
441 $accountancy_code_sell =
GETPOST(
'accountancy_code_sell',
'alpha');
443 if (empty($accountancy_code_sell) || $accountancy_code_sell ==
'-1') {
444 $object->accountancy_code_sell =
'';
446 $object->accountancy_code_sell = $accountancy_code_sell;
449 if (GETPOSTISSET(
'accountancy_code_buy')) {
450 $accountancy_code_buy =
GETPOST(
'accountancy_code_buy',
'alpha');
452 if (empty($accountancy_code_buy) || $accountancy_code_buy ==
'-1') {
453 $object->accountancy_code_buy =
'';
455 $object->accountancy_code_buy = $accountancy_code_buy;
460 if (isModEnabled(
'incoterm')) {
462 $object->location_incoterms =
GETPOST(
'location_incoterms',
'alpha');
466 if (isModEnabled(
"multicurrency")) {
467 $object->multicurrency_code =
GETPOST(
'multicurrency_code',
'alpha');
471 $ret = $extrafields->setOptionalsFromPost(
null,
$object);
477 $ret =
$object->setValuesForExtraLanguages();
483 if (!empty($_FILES[
'photo'][
'name'])) {
494 if (!
GETPOST(
'cancel',
'alpha')) {
496 $langs->load(
"errors");
501 $langs->load(
"errors");
504 if (!empty(
$object->webservices_url)) {
506 if (strpos(
$object->webservices_url,
"http") ===
false) {
507 $object->webservices_url =
"http://".$object->webservices_url;
510 $langs->load(
"errors");
512 $errors[] = $langs->trans(
"ErrorBadUrl",
$object->webservices_url);
520 $object->country_code = $tmparray[
'code'];
521 $object->country = $tmparray[
'label'];
527 if ($action ==
'add' && $permissiontoadd) {
535 if (empty(
$object->fournisseur)) {
536 $object->code_fournisseur =
'';
539 $result =
$object->create($user);
541 if ($result >= 0 && isModEnabled(
'mailing') && !empty(
$object->email) &&
$object->no_email == 1) {
544 if ($resultnoemail < 0) {
553 dol_syslog(
"We ask to create a contact/address too", LOG_DEBUG);
554 $contcats =
GETPOST(
'contcats',
'array');
556 $result =
$object->create_individual($user, $no_email, $contcats);
564 $salesreps =
GETPOST(
'commercial',
'array');
565 $result =
$object->setSalesRep($salesreps,
true);
572 $custcats =
GETPOST(
'custcats',
'array');
573 $result =
$object->setCategories($custcats,
'customer');
580 $suppcats =
GETPOST(
'suppcats',
'array');
581 $result =
$object->setCategories($suppcats,
'supplier');
589 $file_OK = is_uploaded_file($_FILES[
'photo'][
'tmp_name']);
598 if (!($result > 0)) {
599 $errors[] =
"ErrorFailedToSaveFile";
607 switch ($_FILES[
'photo'][
'error']) {
610 $errors[] =
"ErrorFileSizeTooLarge";
613 $errors[] =
"ErrorFilePartiallyUploaded";
618 if ($result == -3 && in_array(
'ErrorCustomerCodeAlreadyUsed',
$object->errors)) {
619 $duplicate_code_error =
true;
623 if ($result == -3 && in_array(
'ErrorSupplierCodeAlreadyUsed',
$object->errors)) {
624 $duplicate_code_error =
true;
625 $object->code_fournisseur =
'';
628 if ($db->lasterrno() ==
'DB_ERROR_RECORD_ALREADY_EXISTS') {
629 $duplicate_code_error =
true;
636 if ($result >= 0 && !$error) {
639 if (!empty($backtopage)) {
640 $backtopage = preg_replace(
'/--IDFORBACKTOPAGE--/', (
string)
$object->id, $backtopage);
641 if (preg_match(
'/\?/', $backtopage)) {
642 $backtopage .=
'&socid='.$object->id;
644 header(
"Location: ".$backtopage);
647 $url = $_SERVER[
"PHP_SELF"].
"?socid=".
$object->id;
649 $url = DOL_URL_ROOT.
"/comm/card.php?socid=".
$object->id;
650 } elseif (
$object->fournisseur == 1) {
651 $url = DOL_URL_ROOT.
"/fourn/card.php?socid=".
$object->id;
654 header(
"Location: ".$url);
663 if ($action ==
'update' && $permissiontoadd) {
666 if (
GETPOST(
'cancel',
'alpha')) {
667 if (!empty($backtopage)) {
668 header(
"Location: ".$backtopage);
671 header(
"Location: ".$_SERVER[
"PHP_SELF"].
"?socid=".$socid);
677 if (empty(
$object->client) && empty(
$object->oldcopy->code_client)) {
680 if (empty(
$object->fournisseur) && empty(
$object->oldcopy->code_fournisseur)) {
681 $object->code_fournisseur =
'';
685 $result =
$object->update($socid, $user, 1,
$object->oldcopy->codeclient_modifiable(),
$object->oldcopy->codefournisseur_modifiable(),
'update', 0);
689 if (GETPOSTISSET(
'no_email') &&
$object->email) {
691 $result =
$object->setNoEmail($no_email);
710 $salesreps =
GETPOST(
'commercial',
'array');
711 $result =
$object->setSalesRep($salesreps);
718 if (!$error && $user->hasRight(
'categorie',
'lire')) {
720 $categories =
GETPOST(
'custcats',
'array');
721 $result =
$object->setCategories($categories,
'customer');
728 $categories =
GETPOST(
'suppcats',
'array');
729 $result =
$object->setCategories($categories,
'supplier');
738 $file_OK = is_uploaded_file($_FILES[
'photo'][
'tmp_name']);
740 $fileimg = $dir.
'/'.
$object->logo;
741 $dirthumbs = $dir.
'/thumbs';
747 if ($current_logo !=
$object->logo) {
748 $fileimg = $dir.
'/'.$current_logo;
749 $dirthumbs = $dir.
'/thumbs';
760 if (!($result > 0)) {
761 $errors[] =
"ErrorFailedToSaveFile";
768 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
777 $errors[] =
"ErrorBadImageFormat";
780 switch ($_FILES[
'photo'][
'error']) {
783 $errors[] =
"ErrorFileSizeTooLarge";
786 $errors[] =
"ErrorFilePartiallyUploaded";
795 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"adherent";
796 $sql .=
" SET fk_soc = NULL WHERE fk_soc = ".((int) $socid);
797 if (!
$object->db->query($sql)) {
804 if (!$error && !count($errors)) {
805 if (!empty($backtopage)) {
806 header(
"Location: ".$backtopage);
809 header(
"Location: ".$_SERVER[
"PHP_SELF"].
"?socid=".$socid);
818 $action = ($action ==
'add' ?
'create' :
'edit');
823 if ($action ==
'confirm_delete' && $confirm ==
'yes' && $user->hasRight(
'societe',
'supprimer')) {
826 $result =
$object->delete($socid, $user);
829 header(
"Location: ".DOL_URL_ROOT.
"/societe/list.php?restore_lastsearch_values=1&delsoc=".urlencode(
$object->name));
832 $langs->load(
"errors");
840 if ($action ==
'set_thirdpartytype' && $permissiontoadd) {
846 if ($action ==
'set_incoterms' && $permissiontoadd && isModEnabled(
'incoterm')) {
852 if ($action ==
'set_thirdparty' && $permissiontoadd) {
858 if ($action ==
'set_salesrepresentatives' && $permissiontoadd) {
864 if ($action ==
'setwarehouse' && $permissiontoadd) {
868 if ($action ==
'confirm_clone' && $confirm !=
'yes') {
872 if ($action ==
'confirm_clone' && $confirm ==
'yes' && $user->hasRight(
'societe',
'creer')) {
878 if (!empty(
GETPOST(
'clone_name'))) {
880 $clone->name =
GETPOST(
'clone_name',
'alphanohtml');
882 $clone->fournisseur = 0;
887 $clone->context[
'createfromclone'] =
'createfromclone';
888 $id = $clone->create($user);
896 unset($clone->context[
'createfromclone']);
903 header(
"Location: " . $_SERVER[
"PHP_SELF"] .
"?id=" . $id);
907 setEventMessages($langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"NewRefForClone")),
null,
'errors');
920 include DOL_DOCUMENT_ROOT.
'/core/actions_changeselectedfields.inc.php';
924 $triggersendname =
'COMPANY_SENTBYMAIL';
925 $paramname =
'socid';
926 $mode =
'emailfromthirdparty';
927 $trackid =
'thi'.$object->id;
928 include DOL_DOCUMENT_ROOT.
'/core/actions_sendmails.inc.php';
932 $upload_dir = !empty(
$conf->societe->multidir_output[
$object->entity]) ?
$conf->societe->multidir_output[
$object->entity] :
$conf->societe->dir_output;
933 $permissiontoadd = $user->hasRight(
'societe',
'creer');
934 include DOL_DOCUMENT_ROOT.
'/core/actions_builddoc.inc.php';
942$form =
new Form($db);
946if (isModEnabled(
'accounting')) {
950if ($socid > 0 && empty(
$object->id)) {
951 $result =
$object->fetch($socid);
958$title = $langs->trans(
"ThirdParty");
959if ($action ==
'create') {
960 $title = $langs->trans(
"NewThirdParty");
963 $title =
$object->name.
" - ".$langs->trans(
'Card');
965$help_url =
'EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas|DE:Modul_Geschäftspartner';
969$countrynotdefined = $langs->trans(
"ErrorSetACountryFirst").
' ('.$langs->trans(
"SeeAbove").
')';
971$canvasdisplayaction = $action;
972if (in_array($canvasdisplayaction, array(
'merge',
'confirm_merge'))) {
973 $canvasdisplayaction =
'view';
976if (is_object($objcanvas) && $objcanvas->displayCanvasExists($canvasdisplayaction)) {
980 $objcanvas->assign_values($canvasdisplayaction,
$object->id,
$object->ref);
981 $objcanvas->display_canvas($canvasdisplayaction);
986 if ($action ==
'create') {
991 if (
getDolGlobalString(
'THIRDPARTY_DEFAULT_CREATE_CONTACT') && !GETPOSTISSET(
'private')) {
994 if (empty($private)) {
1000 if (substr($module, 0, 15) ==
'mod_codeclient_' && substr($module, -3) ==
'php') {
1001 $module = substr($module, 0,
dol_strlen($module) - 4);
1003 $dirsociete = array_merge(array(
'/core/modules/societe/'),
$conf->modules_parts[
'societe']);
1004 foreach ($dirsociete as $dirroot) {
1010 $modCodeClient =
new $module($db);
1011 '@phan-var-force ModeleThirdPartyCode $modCodeClient';
1015 if (substr($module, 0, 15) ==
'mod_codeclient_' && substr($module, -3) ==
'php') {
1016 $module = substr($module, 0,
dol_strlen($module) - 4);
1018 $dirsociete = array_merge(array(
'/core/modules/societe/'),
$conf->modules_parts[
'societe']);
1019 foreach ($dirsociete as $dirroot) {
1025 $modCodeFournisseur =
new $module($db);
1026 '@phan-var-force ModeleThirdPartyCode $modCodeFournisseur';
1029 if (
GETPOST(
"type",
'aZ') !=
'f') {
1036 if (
GETPOST(
"type",
'aZ') ==
'c') {
1043 if (
GETPOST(
"type",
'aZ') ==
'p') {
1051 if ((isModEnabled(
"supplier_order") || isModEnabled(
"supplier_invoice")) && (
GETPOST(
"type") ==
'f' || (
GETPOST(
"type") ==
'' &&
getDolGlobalString(
'THIRDPARTY_SUPPLIER_BY_DEFAULT')))) {
1058 $object->particulier = $private;
1062 if (empty($duplicate_code_error)) {
1067 setEventMessages($langs->trans(
'NewCustomerSupplierCodeProposed'),
null,
'warnings');
1075 $object->socialnetworks = array();
1076 if (isModEnabled(
'socialnetworks')) {
1077 foreach ($socialnetworks as $key => $value) {
1078 if (GETPOSTISSET($key) &&
GETPOST($key,
'alphanohtml') !=
'') {
1085 $object->phone_mobile = (string)
GETPOST(
"phone_mobile",
'alpha');
1090 $paymentTermId =
GETPOSTINT(
'cond_reglement_id');
1091 if (empty($paymentTermId) && !GETPOSTISSET(
'cond_reglement_id')) {
1094 $object->cond_reglement_id = $paymentTermId;
1095 $paymentTypeId =
GETPOSTINT(
'mode_reglement_id');
1096 if (empty($paymentTypeId) && !GETPOSTISSET(
'mode_reglement_id')) {
1099 $object->mode_reglement_id = $paymentTypeId;
1112 $object->vat_reverse_charge =
GETPOST(
'vat_reverse_charge') ==
'on' ? 1 : 0;
1127 if (GETPOSTISSET(
'accountancy_code_sell')) {
1128 $accountancy_code_sell =
GETPOST(
'accountancy_code_sell',
'alpha');
1130 if (empty($accountancy_code_sell) || $accountancy_code_sell ==
'-1') {
1131 $object->accountancy_code_sell =
'';
1133 $object->accountancy_code_sell = $accountancy_code_sell;
1136 if (GETPOSTISSET(
'accountancy_code_buy')) {
1137 $accountancy_code_buy =
GETPOST(
'accountancy_code_buy',
'alpha');
1139 if (empty($accountancy_code_buy) || $accountancy_code_buy ==
'-1') {
1140 $object->accountancy_code_buy =
'';
1142 $object->accountancy_code_buy = $accountancy_code_buy;
1150 $file_OK = (isset($_FILES[
'photo']) ? is_uploaded_file($_FILES[
'photo'][
'tmp_name']) : false);
1155 if (@is_dir($dir)) {
1159 if (!($result > 0)) {
1160 $errors[] =
"ErrorFailedToSaveFile";
1173 $object->country_code = $tmparray[
'code'];
1174 $object->country = $tmparray[
'label'];
1179 if (isModEnabled(
"multicurrency")) {
1185 print
load_fiche_titre($langs->trans(
"NewThirdParty"), $linkback,
'building');
1187 if (!empty(
$conf->use_javascript_ajax)) {
1189 print
"\n".
'<script type="text/javascript">';
1190 print
'$(document).ready(function () {
1193 is_private=' . $private.
';
1195 $(".individualline").show();
1197 $(".individualline").hide();
1199 $("#radiocompany").click(function() {
1200 $(".individualline").hide();
1201 $("#typent_id").val(0);
1202 $("#typent_id").change();
1203 $("#effectif_id").val(0);
1204 $("#effectif_id").change();
1205 $("#TypeName").html(document.formsoc.ThirdPartyName.value);
1206 document.formsoc.private.value=0;
1208 $("#radioprivate").click(function() {
1209 $(".individualline").show();
1210 $("#typent_id").val(id_te_private);
1211 $("#typent_id").change();
1212 $("#effectif_id").val(id_ef15);
1213 $("#effectif_id").change();
1214 /* Force to recompute the width of a select2 field when it was hidden and then shown programmatically */
1215 if ($("#civility_id").data("select2")) {
1216 $("#civility_id").select2({width: "resolve"});
1218 $("#TypeName").html(document.formsoc.LastName.value);
1219 document.formsoc.private.value=1;
1224 function init_check_no_email(input) {
1225 if (input.val()!="") {
1226 $(".noemail").addClass("fieldrequired");
1228 $(".noemail").removeClass("fieldrequired");
1231 $("#email").keyup(function() {
1232 init_check_no_email($(this));
1234 init_check_no_email($("#email"));';
1237 print
'</script>'.
"\n";
1239 print
'<div id="selectthirdpartytype">';
1240 print
'<div class="hideonsmartphone float">';
1241 print $langs->trans(
"ThirdPartyType").
': ';
1243 print
'<label for="radiocompany" class="radiocompany">';
1244 print
'<input type="radio" id="radiocompany" class="flat" name="private" value="0"'.($private ?
'' :
' checked').
'>';
1246 print $langs->trans(
"CreateThirdPartyOnly");
1248 print
' ';
1249 print
'<label for="radioprivate" class="radioprivate">';
1250 $text =
'<input type="radio" id="radioprivate" class="flat" name="private" value="1"'.($private ?
' checked' :
'').
'>';
1252 $text .= $langs->trans(
"CreateThirdPartyAndContact");
1253 $htmltext = $langs->trans(
"ToCreateContactWithSameName");
1254 print $form->textwithpicto($text, $htmltext, 1,
'help',
'', 0, 3);
1260 print
'<script type="text/javascript">';
1261 print
'$(document).ready(function () {
1262 var canHaveCustomerCategoryIfNotCustomerProspectSupplier = ' . (!
getDolGlobalString(
'THIRDPARTY_CAN_HAVE_CUSTOMER_CATEGORY_EVEN_IF_NOT_CUSTOMER_PROSPECT') ?
'0' :
'1') .
';
1264 init_customer_categ();
1265 $("#customerprospect").change(function() {
1266 init_customer_categ();
1268 function init_customer_categ() {
1269 console.log("is customer or prospect = "+jQuery("#customerprospect").val());
1270 if (jQuery("#customerprospect").val() == 0 && !canHaveCustomerCategoryIfNotCustomerProspectSupplier) {
1271 jQuery(".visibleifcustomer").hide();
1273 jQuery(".visibleifcustomer").show();
1277 init_supplier_categ();
1278 $("#fournisseur").change(function() {
1279 init_supplier_categ();
1281 function init_supplier_categ() {
1282 console.log("is supplier = "+jQuery("#fournisseur").val());
1283 if (jQuery("#fournisseur").val() == 0) {
1284 jQuery(".visibleifsupplier").hide();
1286 jQuery(".visibleifsupplier").show();
1290 $("#selectcountry_id").change(function() {
1291 console.log("selectcountry_id change");
1292 document.formsoc.action.value="create";
1293 document.formsoc.submit();
1296 print
'</script>'.
"\n";
1301 print
'<form enctype="multipart/form-data" action="'.$_SERVER[
"PHP_SELF"].
'" method="post" name="formsoc" autocomplete="off">';
1303 print
'<input type="hidden" name="action" value="add">';
1304 print
'<input type="hidden" name="token" value="'.newToken().
'">';
1305 print
'<input type="hidden" name="backtopage" value="'.$backtopage.
'">';
1306 print
'<input type="hidden" name="dol_openinpopup" value="'.$dol_openinpopup.
'">';
1307 print
'<input type="hidden" name="private" value='.$object->particulier.
'>';
1308 print
'<input type="hidden" name="type" value='.GETPOST(
"type",
'alpha').
'>';
1309 print
'<input type="hidden" name="LastName" value="'.$langs->trans(
'ThirdPartyName').
' / '.$langs->trans(
'LastName').
'">';
1310 print
'<input type="hidden" name="ThirdPartyName" value="'.$langs->trans(
'ThirdPartyName').
'">';
1311 if ($modCodeClient->code_auto || $modCodeFournisseur->code_auto) {
1312 print
'<input type="hidden" name="code_auto" value="1">';
1318 $parameters = array();
1320 $reshook = $hookmanager->executeHooks(
'tabContentCreateThirdparty', $parameters,
$object, $action);
1321 if (empty($reshook)) {
1322 print
'<table class="border centpercent">';
1325 print
'<tr class="tr-field-thirdparty-name"><td class="titlefieldcreate">';
1326 if (
$object->particulier || $private) {
1327 print
'<span id="TypeName" class="fieldrequired">'.$langs->trans(
'ThirdPartyName').
' / '.$langs->trans(
'LastName',
'name').
'</span>';
1329 print
'<span id="TypeName" class="fieldrequired">'.$form->editfieldkey(
'ThirdPartyName',
'name',
'',
$object, 0).
'</span>';
1331 print
'</td><td'.(getDolGlobalString(
'SOCIETE_USEPREFIX') ?
'' :
' colspan="3"').
'>';
1333 print
'<input type="text" class="minwidth300" maxlength="128" name="name" id="name" value="'.dol_escape_htmltag(
$object->name).
'" autofocus="autofocus">';
1334 print $form->widgetForTranslation(
"name",
$object, $permissiontoadd,
'string',
'alphanohtml',
'minwidth300');
1429 print
'<td>'.$langs->trans(
'Prefix').
'</td><td><input type="text" size="5" maxlength="5" name="prefix_comm" value="'.
dol_escape_htmltag(
$object->prefix_comm).
'"></td>';
1434 if (
$conf->use_javascript_ajax) {
1437 print
'<tr class="individualline"><td>'.$form->editfieldkey(
'FirstName',
'firstname',
'',
$object, 0).
'</td>';
1438 print
'<td colspan="3"><input type="text" class="minwidth300" maxlength="128" name="firstname" id="firstname" value="'.dol_escape_htmltag(
$object->firstname).
'"></td>';
1442 print
'<tr class="individualline"><td>'.$form->editfieldkey(
'UserTitle',
'civility_id',
'',
$object, 0).
'</td><td colspan="3" class="maxwidthonsmartphone">';
1443 print $formcompany->select_civility(
$object->civility_id,
'civility_id',
'maxwidth100').
'</td>';
1449 print
'<tr id="name_alias"><td><label for="name_alias_input">'.$langs->trans(
'AliasNames').
'</label></td>';
1450 print
'<td colspan="3"><input type="text" class="minwidth300" name="name_alias" id="name_alias_input" value="'.dol_escape_htmltag(
$object->name_alias).
'"></td></tr>';
1456 switch ($selected) {
1458 $selectedcustomer = 1;
1461 $selectedprospect = 1;
1464 $selectedprospect = 1;
1465 $selectedcustomer = 1;
1471 $selectedprospect = ((GETPOSTISSET(
'prospect') && $action ==
'create') ?
GETPOSTINT(
'prospect') : $selectedprospect);
1472 $selectedcustomer = ((GETPOSTISSET(
'customer') && $action ==
'create') ?
GETPOSTINT(
'customer') : $selectedcustomer);
1473 $selectedsupplier = ((GETPOSTISSET(
'supplier') && $action ==
'create') ?
GETPOSTINT(
'supplier') :
$object->fournisseur);
1475 if ($selectedprospect && $selectedcustomer &&
getDolGlobalString(
"SOCIETE_DISABLE_PROSPECTSCUSTOMERS")) {
1477 $selectedcustomer = 0;
1480 print
'<tr class="marginbottomlarge height50">';
1481 if (
$conf->browser->layout !=
'phone') {
1482 print
'<td class="titlefieldcreate">'.$form->editfieldkey(
'',
'customerprospect',
'',
$object, 0,
'string',
'', 0).
'</td>';
1484 print
'<td class="maxwidthonsmartphone"'.($conf->browser->layout !=
'phone' ?
'colspan="3"' :
'colspan="2"').
'>';
1487 print
'<span id="spannature1" class="spannature prospect-back paddinglarge marginrightonly"><label for="prospectinput" class="valignmiddle">'.$langs->trans(
"Prospect").
'<input id="prospectinput" class="flat checkforselect marginleftonly valignmiddle" type="checkbox" name="prospect" value="2"'.($selectedprospect ?
' checked="checked"' :
'').
'></label></span>';
1491 print
'<span id="spannature2" class="spannature customer-back paddinglarge marginrightonly"><label for="customerinput" class="valignmiddle">'.$langs->trans(
"Customer").
'<input id="customerinput" class="flat checkforselect marginleftonly valignmiddle" type="checkbox" name="customer" value="1"'.($selectedcustomer ?
' checked="checked"' :
'').
'></label></span>';
1494 if ((isModEnabled(
"fournisseur") && $user->hasRight(
'fournisseur',
'lire') && !
getDolGlobalString(
'MAIN_USE_NEW_SUPPLIERMOD')) || (isModEnabled(
"supplier_order") && $user->hasRight(
'supplier_order',
'lire')) || (isModEnabled(
"supplier_invoice") && $user->hasRight(
'supplier_invoice',
'lire'))
1495 || (isModEnabled(
'supplier_proposal') && $user->hasRight(
'supplier_proposal',
'lire'))) {
1497 print
'<span id="spannature3" class="spannature vendor-back paddinglarge marginrightonly"><label for="supplierinput" class="valignmiddle">'.$langs->trans(
"Vendor").
'<input id="supplierinput" class="flat checkforselect marginleftonly valignmiddle" type="checkbox" name="supplier" value="1"'.($selectedsupplier ?
' checked="checked"' :
'').
'></label></span>';
1500 if (
$conf->use_javascript_ajax) {
1502 function refreshNatureCss() {
1503 jQuery(".spannature").each(function( index ) {
1504 id = $(this).attr("id").split("spannature")[1];
1505 console.log(jQuery("#spannature"+(id)+" .checkforselect").is(":checked"));
1506 if (jQuery("#spannature"+(id)+" .checkforselect").is(":checked")) {
1508 jQuery("#spannature"+(id)).addClass("prospect-back").removeClass("nonature-back");
1511 jQuery("#spannature"+(id)).addClass("customer-back").removeClass("nonature-back");
1514 jQuery("#spannature"+(id)).addClass("vendor-back").removeClass("nonature-back");
1517 jQuery("#spannature"+(id)).removeClass("prospect-back").removeClass("customer-back").removeClass("vendor-back").addClass("nonature-back");
1522 function manageprospectcustomer(element) {
1523 console.log("We uncheck unwanted values on a nature");
1524 id = $(element).attr("id").split("spannature")[1];
1526 $("#spannature2 .checkforselect").prop("checked", false);
1529 $("#spannature1 .checkforselect").prop("checked", false);
1533 jQuery(".spannature").click(function(){
1534 console.log("We click on a nature");
1535 '.(getDolGlobalString(
'SOCIETE_DISABLE_PROSPECTSCUSTOMERS') ?
'manageprospectcustomer($(this));' :
'').
'
1546 print
'<td>'.$form->editfieldkey(
'CustomerCode',
'customer_code',
'',
$object, 0).
'</td><td>';
1547 print
'<table class="nobordernopadding"><tr><td>';
1548 $tmpcode =
$object->code_client ??
'';
1549 if (empty($tmpcode) && !empty($modCodeClient->code_auto)) {
1550 $tmpcode = $modCodeClient->getNextValue(
$object, 0);
1552 print
'<input type="text" name="customer_code" id="customer_code" class="maxwidthonsmartphone" value="'.dol_escape_htmltag($tmpcode).
'" maxlength="24">';
1554 $s = $modCodeClient->getToolTip($langs,
$object, 0);
1555 print $form->textwithpicto(
'', $s, 1);
1556 print
'</td></tr></table>';
1559 if ((isModEnabled(
"fournisseur") && $user->hasRight(
'fournisseur',
'lire') && !
getDolGlobalString(
'MAIN_USE_NEW_SUPPLIERMOD')) || (isModEnabled(
"supplier_order") && $user->hasRight(
'supplier_order',
'lire')) || (isModEnabled(
"supplier_invoice") && $user->hasRight(
'supplier_invoice',
'lire'))
1560 || (isModEnabled(
'supplier_proposal') && $user->hasRight(
'supplier_proposal',
'lire'))) {
1561 if (
$conf->browser->layout ==
'phone') {
1562 print
'<td colspan="2"></td>';
1565 print
'<td>'.$form->editfieldkey(
'SupplierCode',
'supplier_code',
'',
$object, 0).
'</td><td>';
1566 print
'<table class="nobordernopadding"><tr><td>';
1567 $tmpcode =
$object->code_fournisseur ??
'';
1568 if (empty($tmpcode) && !empty($modCodeFournisseur->code_auto)) {
1569 $tmpcode = $modCodeFournisseur->getNextValue(
$object, 1);
1571 print
'<input type="text" name="supplier_code" id="supplier_code" class="maxwidthonsmartphone" value="'.dol_escape_htmltag($tmpcode).
'" maxlength="24">';
1573 $s = $modCodeFournisseur->getToolTip($langs,
$object, 1);
1574 print $form->textwithpicto(
'', $s, 1);
1575 print
'</td></tr></table>';
1578 print
'<td colspan="2"></td>';
1583 print
'<tr><td>'.$form->editfieldkey(
'Status',
'status',
'',
$object, 0).
'</td><td colspan="3">';
1584 print $form->selectarray(
'status', array(
'1' => $langs->trans(
'InActivity'),
'0' => $langs->trans(
'ActivityCeased')), 1, 0, 0, 0,
'', 0, 0, 0,
'',
'minwidth100', 1);
1588 if (isModEnabled(
'barcode')) {
1589 print
'<tr><td>'.$form->editfieldkey(
'Gencod',
'barcode',
'',
$object, 0).
'</td>';
1590 print
'<td colspan="3">';
1591 print
img_picto(
'',
'barcode',
'class="pictofixedwidth"');
1592 print
'<input type="text" class="minwidth200 maxwidth300 widthcentpercentminusx" name="barcode" id="barcode" value="'.dol_escape_htmltag(
$object->barcode).
'">';
1596 print
'<tr><td colspan="4"> </td></tr>';
1599 print
'<tr><td class="tdtop">';
1600 print $form->editfieldkey(
'Address',
'address',
'',
$object, 0);
1602 print
'<td colspan="3">';
1603 print
'<textarea name="address" id="address" class="quatrevingtpercent" rows="'.ROWS_2.
'" wrap="soft">';
1605 print
'</textarea>';
1606 print $form->widgetForTranslation(
"address",
$object, $permissiontoadd,
'textarea',
'alphanohtml',
'quatrevingtpercent');
1610 print
'<tr><td>'.$form->editfieldkey(
'Zip',
'zipcode',
'',
$object, 0).
'</td><td>';
1611 print $formcompany->select_ziptown(
$object->zip,
'zipcode', array(
'town',
'selectcountry_id',
'state_id'), 0, 0,
'',
'maxwidth100');
1613 if (
$conf->browser->layout ==
'phone') {
1616 print
'<td class="tdtop">'.$form->editfieldkey(
'Town',
'town',
'',
$object, 0).
'</td><td>';
1617 print $formcompany->select_ziptown(
$object->town,
'town', array(
'zipcode',
'selectcountry_id',
'state_id'), 0, 0,
'',
'maxwidth150 quatrevingtpercent');
1618 print $form->widgetForTranslation(
"town",
$object, $permissiontoadd,
'string',
'alphanohtml',
'maxwidth100 quatrevingtpercent');
1622 print
'<tr><td>'.$form->editfieldkey(
'Country',
'selectcountry_id',
'',
$object, 0).
'</td><td colspan="3" class="maxwidthonsmartphone">';
1623 print
img_picto(
'',
'country',
'class="pictofixedwidth"');
1624 print $form->select_country((GETPOSTISSET(
'country_id') ?
GETPOST(
'country_id') :
$object->country_id),
'country_id',
'', 0,
'minwidth200 maxwidth300 widthcentpercentminusx');
1626 print
info_admin($langs->trans(
"YouCanChangeValuesForThisListFromDictionarySetup"), 1);
1633 print
'<tr><td>'.$form->editfieldkey(
'Region-State',
'state_id',
'',
$object, 0).
'</td><td colspan="3" class="maxwidthonsmartphone">';
1635 print
'<tr><td>'.$form->editfieldkey(
'State',
'state_id',
'',
$object, 0).
'</td><td colspan="3" class="maxwidthonsmartphone">';
1639 print
img_picto(
'',
'state',
'class="pictofixedwidth"');
1640 print $formcompany->select_state(
$object->state_id,
$object->country_code,
'state_id',
'minwidth200 maxwidth300 widthcentpercentminusx');
1642 print $countrynotdefined;
1648 print
'<tr><td>'.$form->editfieldkey(
'Phone',
'phone',
'',
$object, 0).
'</td>';
1649 print
'<td'.($conf->browser->layout ==
'phone' ?
' colspan="3"' :
'').
'>'.
img_picto(
'',
'object_phoning',
'class="pictofixedwidth"').
' <input type="text" name="phone" id="phone" class="maxwidth200 widthcentpercentminusx" value="'.(GETPOSTISSET(
'phone') ?
GETPOST(
'phone',
'alpha') :
$object->phone).
'"></td>';
1651 if (
$conf->browser->layout ==
'phone') {
1656 print
'<td>'.$form->editfieldkey(
'PhoneMobile',
'phone_mobile',
'',
$object, 0).
'</td>';
1657 print
'<td'.($conf->browser->layout ==
'phone' ?
' colspan="3"' :
'').
'>'.
img_picto(
'',
'object_phoning_mobile',
'class="pictofixedwidth"').
' <input type="text" name="phone_mobile" id="phone_mobile" class="maxwidth200 widthcentpercentminusx" value="'.(GETPOSTISSET(
'phone_mobile') ?
GETPOST(
'phone_mobile',
'alpha') :
$object->phone_mobile).
'"></td></tr>';
1661 print
'<td>'.$form->editfieldkey(
'Fax',
'fax',
'',
$object, 0).
'</td>';
1662 print
'<td'.($conf->browser->layout ==
'phone' ?
' colspan="3"' :
'').
'>'.
img_picto(
'',
'object_phoning_fax',
'class="pictofixedwidth"').
' <input type="text" name="fax" id="fax" class="maxwidth200 widthcentpercentminusx" value="'.(GETPOSTISSET(
'fax') ?
GETPOST(
'fax',
'alpha') :
$object->fax).
'"></td></tr>';
1665 print
'<tr><td>'.$form->editfieldkey(
'Web',
'url',
'',
$object, 0).
'</td>';
1666 print
'<td colspan="3">'.img_picto(
'',
'globe',
'class="pictofixedwidth"').
' <input type="text" class="maxwidth500 widthcentpercentminusx" name="url" id="url" value="'.
$object->url.
'"></td></tr>';
1669 print
'<tr><td>'.$form->editfieldkey(
'EMail',
'email',
'',
$object, 0,
'string',
'',
getDolGlobalInt(
'SOCIETE_EMAIL_MANDATORY')).
'</td>';
1670 print
'<td'.(($conf->browser->layout ==
'phone') || !isModEnabled(
'mailing') ?
' colspan="3"' :
'').
'>'.
img_picto(
'',
'object_email',
'class="pictofixedwidth"').
' <input type="text" class="maxwidth200 widthcentpercentminusx" name="email" id="email" value="'.
$object->email.
'"></td>';
1673 if (isModEnabled(
'mailing')) {
1674 if (
$conf->browser->layout ==
'phone') {
1677 if (
$conf->use_javascript_ajax &&
getDolGlobalInt(
'MAILING_CONTACT_DEFAULT_BULK_STATUS') == 2) {
1678 print
"\n".
'<script type="text/javascript">'.
"\n";
1679 print
'$(document).ready(function () {
1680 $("#email").keyup(function() {
1681 console.log("We change email content");
1682 if ($(this).val()!="") {
1683 $(".noemail").addClass("fieldrequired");
1685 $(".noemail").removeClass("fieldrequired");
1689 print
'</script>'.
"\n";
1691 if (!GETPOSTISSET(
"no_email") && !empty(
$object->email)) {
1692 $result =
$object->getNoEmail();
1697 print
'<td class="noemail"><label for="no_email">'.$langs->trans(
"No_Email").
'</label></td>';
1699 print $form->selectyesno(
'no_email', (GETPOSTISSET(
"no_email") ?
GETPOSTINT(
"no_email") :
getDolGlobalInt(
'MAILING_CONTACT_DEFAULT_BULK_STATUS')), 1, false, (
getDolGlobalInt(
'MAILING_CONTACT_DEFAULT_BULK_STATUS') == 2 ? 1 : 0), 1);
1705 if (isModEnabled(
'mailing') &&
getDolGlobalString(
'THIRDPARTY_SUGGEST_ALSO_ADDRESS_CREATION')) {
1707 if (
$conf->browser->layout !=
'phone') {
1711 print
'<td class="individualline noemail">'.$form->editfieldkey($langs->trans(
'No_Email') .
' ('.$langs->trans(
'Contact').
')',
'contact_no_email',
'',
$object, 0).
'</td>';
1712 print
'<td class="individualline" '.(($conf->browser->layout ==
'phone') || !isModEnabled(
'mailing') ?
' colspan="3"' :
'').
'>'.$form->selectyesno(
'contact_no_email', (GETPOSTISSET(
"contact_no_email") ?
GETPOST(
"contact_no_email",
'alpha') : (empty(
$object->no_email) ? 0 : 1)), 1, false, 1).
'</td>';
1717 if (isModEnabled(
'socialnetworks')) {
1718 $colspan = (
$conf->browser->layout ==
'phone' ? 2 : 4);
1720 $object->showSocialNetwork($socialnetworks, $colspan);
1722 print
'<tr><td'.($colspan ?
' colspan="'.$colspan.
'"' :
'').
'><hr></td></tr>';
1728 $NBCOLS = (
$conf->browser->layout ==
'phone' ? 1 : 2);
1731 while ($i <= $NBPROFIDMAX) {
1732 $idprof = $langs->transcountry(
'ProfId'.$i, (
string)
$object->country_code);
1733 if ($idprof !=
'-' && ($i <= $NBPROFIDMIN || !empty($langs->tab_translate[
'ProfId'.$i.$object->country_code]))) {
1736 if (($j % $NBCOLS) == 0) {
1740 $idprof_mandatory =
'SOCIETE_IDPROF'.($i).
'_MANDATORY';
1741 print
'<td>'.$form->editfieldkey($idprof, $key,
'',
$object, 0,
'string',
'', (empty(
$conf->global->$idprof_mandatory) ? 0 : 1)).
'</td><td>';
1743 print $formcompany->get_input_id_prof($i, $key,
$object->$key,
$object->country_code);
1745 if (($j % $NBCOLS) == ($NBCOLS - 1)) {
1752 if ($NBCOLS > 1 && ($j % 2 == 1)) {
1753 print
'<td colspan="2"></td></tr>';
1757 print
'<tr><td><label for="assujtva_value">'.$form->editfieldkey(
'VATIsUsed',
'assujtva_value',
'',
$object, 0).
'</label></td>';
1759 print
'<input id="assujtva_value" name="assujtva_value" type="checkbox" ' . (GETPOSTISSET(
'assujtva_value') ? (
GETPOST(
'assujtva_value',
'alpha') !=
'' ?
' checked="checked"' :
'') :
'checked="checked"') .
' value="1">';
1761 if (
$conf->browser->layout ==
'phone') {
1764 print
'<td class="nowrap">'.$form->editfieldkey(
'VATIntra',
'intra_vat',
'',
$object, 0).
'</td>';
1765 print
'<td class="nowrap">';
1766 $s =
'<input type="text" class="flat maxwidthonsmartphone" name="tva_intra" id="intra_vat" maxlength="20" value="'.$object->tva_intra.
'">';
1771 if (!empty(
$conf->use_javascript_ajax)) {
1773 if (!empty(
$conf->dol_use_jmobile)) {
1778 print
'<script type="text/javascript">';
1779 print
"function CheckVAT(a) {\n";
1780 if ($mysoc->country_code ==
'GR' &&
$object->country_code ==
'GR' && !empty($u)) {
1781 print
"GRVAT(a,'{$u}','{$p}','{$myafm}');\n";
1783 print
"newpopup('".DOL_URL_ROOT.
"/societe/checkvat/checkVatPopup.php?vatNumber='+a, '".
dol_escape_js($langs->trans(
"VATIntraCheckableOnEUSite")).
"', ".$widthpopup.
", ".$heightpopup.
");\n";
1788 $s .=
'<a href="#" class="hideonsmartphone" onclick="CheckVAT(document.formsoc.tva_intra.value);">'.$langs->trans(
"VATIntraCheck").
'</a>';
1789 $s = $form->textwithpicto($s, $langs->trans(
"VATIntraCheckDesc", $langs->transnoentitiesnoconv(
"VATIntraCheck")), 1);
1791 $s .=
'<a href="'.$langs->transcountry(
"VATIntraCheckURL", (
string)
$object->country_id).
'" target="_blank" rel="noopener noreferrer">'.
img_picto($langs->trans(
"VATIntraCheckableOnEUSite"),
'help').
'</a>';
1800 print
'<tr><td><label for="vat_reverse_charge">' . $form->editfieldkey(
'VATReverseChargeByDefault',
'vat_reverse_charge',
'',
$object, 0) .
'</label></td><td colspan="3">';
1801 print
'<input type="checkbox" name="vat_reverse_charge" id="vat_reverse_charge" '.($object->vat_reverse_charge ==
'1' ?
' checked' :
'').
'>';
1807 if ($mysoc->localtax1_assuj ==
"1" && $mysoc->localtax2_assuj ==
"1") {
1808 print
'<tr><td>'.$langs->transcountry(
"LocalTax1IsUsed", $mysoc->country_code).
'</td><td>';
1809 print
'<input id="localtax1assuj_value" name="localtax1assuj_value" type="checkbox" ' . (isset(
$conf->global->THIRDPARTY_DEFAULT_USELOCALTAX1) ?
'checked="checked"' :
'') .
' value="1">';
1811 if (
$conf->browser->layout ==
'phone') {
1814 print
'<td>'.$langs->transcountry(
"LocalTax2IsUsed", $mysoc->country_code).
'</td><td>';
1815 print
'<input id="localtax2assuj_value" name="localtax2assuj_value" type="checkbox" ' . (isset(
$conf->global->THIRDPARTY_DEFAULT_USELOCALTAX2) ?
'checked="checked"' :
'') .
' value="1">';
1817 } elseif ($mysoc->localtax1_assuj ==
"1") {
1818 print
'<tr><td>'.$langs->transcountry(
"LocalTax1IsUsed", $mysoc->country_code).
'</td><td colspan="3">';
1819 print
'<input id="localtax1assuj_value" name="localtax1assuj_value" type="checkbox" ' . (isset(
$conf->global->THIRDPARTY_DEFAULT_USELOCALTAX1) ?
'checked="checked"' :
'') .
' value="1">';
1821 } elseif ($mysoc->localtax2_assuj ==
"1") {
1822 print
'<tr><td>'.$langs->transcountry(
"LocalTax2IsUsed", $mysoc->country_code).
'</td><td colspan="3">';
1823 print
'<input id="localtax2assuj_value" name="localtax2assuj_value" type="checkbox" ' . (isset(
$conf->global->THIRDPARTY_DEFAULT_USELOCALTAX2) ?
'checked="checked"' :
'') .
' value="1">';
1828 print
'<tr><td>'.$form->editfieldkey(
'ThirdPartyType',
'typent_id',
'',
$object, 0).
'</td><td class="maxwidthonsmartphone"'.((
$conf->browser->layout ==
'phone' ||
getDolGlobalString(
'SOCIETE_DISABLE_WORKFORCE')) ?
' colspan="3"' :
'').
'>'.
"\n";
1829 $sortparam = (!
getDolGlobalString(
'SOCIETE_SORT_ON_TYPEENT') ?
'ASC' :
$conf->global->SOCIETE_SORT_ON_TYPEENT);
1830 print $form->selectarray(
"typent_id", $formcompany->typent_array(0),
$object->typent_id, 1, 0, 0,
'', 0, 0, 0, $sortparam,
'', 1);
1832 print
' '.info_admin($langs->trans(
"YouCanChangeValuesForThisListFromDictionarySetup"), 1);
1836 if (
$conf->browser->layout ==
'phone') {
1839 print
'<td>'.$form->editfieldkey(
'Workforce',
'effectif_id',
'',
$object, 0).
'</td><td class="maxwidthonsmartphone"'.(
$conf->browser->layout ==
'phone' ?
' colspan="3"' :
'').
'>';
1840 print $form->selectarray(
"effectif_id", $formcompany->effectif_array(0),
$object->effectif_id, 0, 0, 0,
'', 0, 0, 0,
'',
'', 1);
1842 print
' '.info_admin($langs->trans(
"YouCanChangeValuesForThisListFromDictionarySetup"), 1);
1845 print
'<input type="hidden" name="effectif_id" id="effectif_id" value="'.$object->effectif_id.
'">';
1850 print
'<tr><td>'.$form->editfieldkey(
'JuridicalStatus',
'forme_juridique_code',
'',
$object, 0).
'</td>';
1851 print
'<td colspan="3" class="maxwidthonsmartphone">';
1853 print $formcompany->select_juridicalstatus(
$object->forme_juridique_code,
$object->country_code,
'',
'forme_juridique_code');
1855 print $countrynotdefined;
1860 print
'<tr><td>'.$form->editfieldkey(
'Capital',
'capital',
'',
$object, 0).
'</td>';
1861 print
'<td colspan="3"><input type="text" name="capital" id="capital" class="maxwidth100" value="'.$object->capital.
'"> ';
1862 if (isModEnabled(
"multicurrency")) {
1863 print
'<span class="hideonsmartphone">';
1865 print $langs->getCurrencySymbol(
$object->multicurrency_code);
1866 print
'</span></td></tr>';
1868 print
'<span class="hideonsmartphone">';
1869 print $langs->getCurrencySymbol(
$conf->currency);
1871 print
'</span></td></tr>';
1874 print
'<tr><td>'.$form->editfieldkey(
'DefaultLang',
'default_lang',
'',
$object, 0).
'</td><td colspan="3" class="maxwidthonsmartphone">'.
"\n";
1875 print
img_picto(
'',
'language',
'class="pictofixedwidth"').$formadmin->select_language(
GETPOST(
'default_lang',
'alpha') ?
GETPOST(
'default_lang',
'alpha') : (
$object->default_lang ?
$object->default_lang :
''),
'default_lang', 0, array(), 1, 0, 0,
'maxwidth200onsmartphone');
1882 print
'<td>'.$form->editfieldkey(
'PaymentConditions',
'cond_reglement_id',
'',
$object, 0).
'</td>';
1883 print
'<td colspan="3" class="maxwidthonsmartphone">';
1884 print $form->getSelectConditionsPaiements((
int)
$object->cond_reglement_id,
'cond_reglement_id', 1, 1, 1,
'', (
float)
$object->deposit_percent);
1889 print
'<td>'.$form->editfieldkey(
'PaymentMode',
'mode_reglement_id',
'',
$object, 0).
'</td>';
1890 print
'<td colspan="3" class="maxwidthonsmartphone">';
1891 print $form->select_types_paiements((
string)
$object->mode_reglement_id,
'mode_reglement_id',
'', 0, 1, 1, 0, 1);
1895 if (isModEnabled(
'incoterm')) {
1897 print
'<td>'.$form->editfieldkey(
'IncotermLabel',
'incoterm_id',
'',
$object, 0).
'</td>';
1898 print
'<td colspan="3" class="maxwidthonsmartphone">';
1899 print $form->select_incoterms((!empty(
$object->fk_incoterms) ?
$object->fk_incoterms :
''), (!empty(
$object->location_incoterms) ?
$object->location_incoterms :
''));
1904 if (isModEnabled(
'category') && $user->hasRight(
'categorie',
'lire')) {
1905 $langs->load(
'categories');
1908 print
'<tr class="visibleifcustomer"><td class="toptd">'.$form->editfieldkey(
'CustomersProspectsCategoriesShort',
'custcats',
'',
$object, 0).
'</td><td colspan="3">';
1909 print $form->selectCategories(Categorie::TYPE_CUSTOMER,
'custcats',
$object);
1913 print
'<tr class="individualline"><td class="toptd">'.$form->editfieldkey(
'ContactCategoriesShort',
'contcats',
'',
$object, 0).
'</td><td colspan="3">';
1914 print $form->selectCategories(Categorie::TYPE_CONTACT,
'contcats',
$object);
1919 if (isModEnabled(
"supplier_proposal") || isModEnabled(
"supplier_order") || isModEnabled(
"supplier_invoice")) {
1920 print
'<tr class="visibleifsupplier"><td class="toptd">'.$form->editfieldkey(
'SuppliersCategoriesShort',
'suppcats',
'',
$object, 0).
'</td><td colspan="3">';
1921 print $form->selectCategories(Categorie::TYPE_SUPPLIER,
'suppcats',
$object);
1927 if (isModEnabled(
"multicurrency")) {
1929 print
'<td>'.$form->editfieldkey(
'Currency',
'multicurrency_code',
'',
$object, 0).
'</td>';
1930 print
'<td colspan="3" class="maxwidthonsmartphone">';
1931 print
img_picto(
'',
'currency',
'class="pictofixedwidth"');
1932 print $form->selectMultiCurrency((GETPOSTISSET(
'multicurrency_code') ?
GETPOST(
'multicurrency_code') : (
$object->multicurrency_code ?
$object->multicurrency_code :
$conf->currency)),
'multicurrency_code', 1,
'', false,
'maxwidth150 widthcentpercentminusx');
1937 $parameters = array(
'socid' => $socid,
'colspan' =>
' colspan="3"',
'colspanvalue' =>
'3');
1938 include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_add.tpl.php';
1943 print
'<td>'.$langs->trans(
'ParentCompany').
'</td>';
1944 print
'<td colspan="3" class="maxwidthonsmartphone">';
1945 print
img_picto(
'',
'company',
'class="paddingrightonly"');
1946 print $form->select_company(
GETPOST(
'parent_company_id'),
'parent_company_id',
'',
'SelectThirdParty', 0, 0, array(), 0,
'minwidth300 maxwidth500 widthcentpercentminusxx');
1952 print
'<td>'.$form->editfieldkey(
'AllocateCommercial',
'commercial_id',
'',
$object, 0).
'</td>';
1953 print
'<td colspan="3" class="maxwidthonsmartphone">';
1955 $userlist = $form->select_dolusers($selected,
'', 0,
null, 0,
'',
'',
'0', 0, 0,
'u.statut:=:1', 0,
'',
'', 0, 2);
1958 print
img_picto(
'',
'user').$form->multiselectarray(
'commercial', $userlist, $selected, 0, 0,
'quatrevingtpercent widthcentpercentminusx', 0, 0);
1962 print
'<tr class="hideonsmartphone">';
1963 print
'<td>'.$form->editfieldkey(
'Logo',
'photoinput',
'',
$object, 0).
'</td>';
1964 print
'<td colspan="3">';
1965 print
'<input class="flat" type="file" name="photo" id="photoinput" />';
1969 print
'</table>'.
"\n";
1973 print
'<table class="border centpercent">';
1975 if (isModEnabled(
'accounting')) {
1978 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellCode").
'</td>';
1980 $accountancy_code_sell =
GETPOST(
'accountancy_code_sell',
'alpha');
1981 print $formaccounting->select_account($accountancy_code_sell,
'accountancy_code_sell', 1, array(), 1, 1,
'');
1985 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyCode").
'</td>';
1987 $accountancy_code_buy =
GETPOST(
'accountancy_code_buy',
'alpha');
1988 print $formaccounting->select_account($accountancy_code_buy,
'accountancy_code_buy', 1, array(), 1, 1,
'');
1992 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellCode").
'</td>';
1993 print
'<td class="maxwidthonsmartphone"><input class="minwidth100" name="accountancy_code_sell" value="'.$object->accountancy_code_sell.
'">';
1997 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyCode").
'</td>';
1998 print
'<td class="maxwidthonsmartphone"><input class="minwidth100" name="accountancy_code_buy" value="'.$object->accountancy_code_buy.
'">';
2008 print $form->buttonsSaveCancel(
'AddThirdParty',
'Cancel', array(), 0,
'', $dol_openinpopup);
2010 print
'</form>'.
"\n";
2011 } elseif ($action ==
'edit') {
2015 $res =
$object->fetch_optionals();
2022 if (substr($module, 0, 15) ==
'mod_codeclient_' && substr($module, -3) ==
'php') {
2023 $module = substr($module, 0,
dol_strlen($module) - 4);
2025 $dirsociete = array_merge(array(
'/core/modules/societe/'),
$conf->modules_parts[
'societe']);
2026 foreach ($dirsociete as $dirroot) {
2032 $modCodeClient =
new $module($db);
2033 '@phan-var-force ModeleThirdPartyCode $modCodeClient';
2035 if ($modCodeClient->code_auto) {
2036 $prefixCustomerIsUsed = $modCodeClient->verif_prefixIsUsed();
2038 $prefixCustomerIsUsed =
false;
2041 if (substr($module, 0, 15) ==
'mod_codeclient_' && substr($module, -3) ==
'php') {
2042 $module = substr($module, 0,
dol_strlen($module) - 4);
2044 $dirsociete = array_merge(array(
'/core/modules/societe/'),
$conf->modules_parts[
'societe']);
2045 foreach ($dirsociete as $dirroot) {
2051 $modCodeFournisseur =
new $module($db);
2052 '@phan-var-force ModeleThirdPartyCode $modCodeFournisseur';
2054 if ($modCodeFournisseur->code_auto) {
2055 $prefixSupplierIsUsed = $modCodeFournisseur->verif_prefixIsUsed();
2057 $prefixSupplierIsUsed =
false;
2062 if (GETPOSTISSET(
'name')) {
2078 $object->socialnetworks = array();
2079 if (isModEnabled(
'socialnetworks')) {
2080 foreach ($socialnetworks as $key => $value) {
2081 if (GETPOSTISSET($key) &&
GETPOST($key,
'alphanohtml') !=
'') {
2088 $object->phone_mobile = (string)
GETPOST(
'phone_mobile',
'alpha');
2107 $object->vat_reverse_charge =
GETPOST(
'vat_reverse_charge') ==
'on' ? 1 : 0;
2113 $object->webservices_key =
GETPOST(
'webservices_key',
'san_alpha');
2115 if (GETPOSTISSET(
'accountancy_code_sell')) {
2116 $accountancy_code_sell =
GETPOST(
'accountancy_code_sell',
'alpha');
2118 if (empty($accountancy_code_sell) || $accountancy_code_sell ==
'-1') {
2119 $object->accountancy_code_sell =
'';
2121 $object->accountancy_code_sell = $accountancy_code_sell;
2124 if (GETPOSTISSET(
'accountancy_code_buy')) {
2125 $accountancy_code_buy =
GETPOST(
'accountancy_code_buy',
'alpha');
2127 if (empty($accountancy_code_buy) || $accountancy_code_buy ==
'-1') {
2128 $object->accountancy_code_buy =
'';
2130 $object->accountancy_code_buy = $accountancy_code_buy;
2135 if (isModEnabled(
'incoterm')) {
2137 $object->location_incoterms =
GETPOST(
'lcoation_incoterms',
'alpha');
2148 if (
$object->country_id > 0) {
2150 $object->country_code = $tmparray[
'code'];
2151 $object->country = $tmparray[
'label'];
2155 if (isModEnabled(
"multicurrency")) {
2160 if (
$object->localtax1_assuj == 0) {
2165 if (
$object->localtax2_assuj == 0) {
2171 if (!empty(
$conf->use_javascript_ajax)) {
2172 print
"\n".
'<script type="text/javascript">';
2173 print
'$(document).ready(function () {
2176 if("#localtax1assuj_value".value==undefined){
2183 if("#localtax2assuj_value".value==undefined){
2190 $("#localtax1assuj_value").change(function() {
2191 var value=document.getElementById("localtax1assuj_value").value;
2198 $("#localtax2assuj_value").change(function() {
2199 var value=document.getElementById("localtax2assuj_value").value;
2207 var canHaveCustomerCategoryIfNotCustomerProspect = ' . (
getDolGlobalInt(
'THIRDPARTY_CAN_HAVE_CUSTOMER_CATEGORY_EVEN_IF_NOT_CUSTOMER_PROSPECT') ?
'1' :
'0') .
';
2209 init_customer_categ();
2210 $("#customerprospect").change(function() {
2211 init_customer_categ();
2213 function init_customer_categ() {
2214 console.log("is customer or prospect = "+jQuery("#customerprospect").val());
2215 if (jQuery("#customerprospect").val() == 0 && !canHaveCustomerCategoryIfNotCustomerProspect)
2217 jQuery(".visibleifcustomer").hide();
2221 jQuery(".visibleifcustomer").show();
2225 init_supplier_categ();
2226 $("#fournisseur").change(function() {
2227 init_supplier_categ();
2229 function init_supplier_categ() {
2230 console.log("is supplier = "+jQuery("#fournisseur").val());
2231 if (jQuery("#fournisseur").val() == 0)
2233 jQuery(".visibleifsupplier").hide();
2237 jQuery(".visibleifsupplier").show();
2241 $("#selectcountry_id").change(function() {
2242 console.log("selectcountry_id change");
2243 document.formsoc.action.value="edit";
2244 document.formsoc.submit();
2248 print
'</script>'.
"\n";
2251 print
'<form enctype="multipart/form-data" action="'.$_SERVER[
"PHP_SELF"].
'?socid='.
$object->id.
'" method="post" name="formsoc">';
2252 print
'<input type="hidden" name="action" value="update">';
2253 print
'<input type="hidden" name="token" value="'.newToken().
'">';
2254 print
'<input type="hidden" name="socid" value="'.$object->id.
'">';
2255 print
'<input type="hidden" name="entity" value="'.$object->entity.
'">';
2256 if ($modCodeClient->code_auto || $modCodeFournisseur->code_auto) {
2257 print
'<input type="hidden" name="code_auto" value="1">';
2263 print
'<div class="fichecenter2">';
2265 $parameters = array();
2267 $reshook = $hookmanager->executeHooks(
'tabContentEditThirdparty', $parameters,
$object, $action);
2268 if (empty($reshook)) {
2269 print
'<table class="border centpercent">';
2273 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ID").
'</td><td colspan="3">';
2279 print
'<tr><td class="titlefieldcreate">'.$form->editfieldkey(
'ThirdPartyName',
'name',
'',
$object, 0,
'string',
'', 1).
'</td>';
2280 print
'<td colspan="3"><input type="text" class="minwidth300" maxlength="128" name="name" id="name" value="'.dol_escape_htmltag(
$object->name).
'" autofocus="autofocus">';
2281 print $form->widgetForTranslation(
"name",
$object, (
int) $permissiontoadd,
'string',
'alphanohtml',
'minwidth300');
2285 print
'<tr id="name_alias"><td><label for="name_alias_input">'.$langs->trans(
'AliasNames').
'</label></td>';
2286 print
'<td colspan="3"><input type="text" class="minwidth300" name="name_alias" id="name_alias_input" value="'.dol_escape_htmltag(
$object->name_alias).
'"></td></tr>';
2290 print
'<tr><td>'.$form->editfieldkey(
'Prefix',
'prefix',
'',
$object, 0).
'</td><td colspan="3">';
2292 if (($prefixCustomerIsUsed || $prefixSupplierIsUsed) &&
$object->prefix_comm) {
2293 print
'<input type="hidden" name="prefix_comm" value="'.dol_escape_htmltag(
$object->prefix_comm).
'">';
2296 print
'<input type="text" size="5" maxlength="5" name="prefix_comm" id="prefix" value="'.dol_escape_htmltag(
$object->prefix_comm).
'">';
2303 $selectedcustomer = 0;
2304 $selectedprospect = 0;
2305 switch ($selected) {
2307 $selectedcustomer = 1;
2310 $selectedprospect = 1;
2313 $selectedprospect = 1;
2314 $selectedcustomer = 1;
2321 $selectedprospect = (GETPOSTISSET(
'prospect') ?
GETPOSTINT(
'prospect') : $selectedprospect);
2322 $selectedcustomer = (GETPOSTISSET(
'customer') ?
GETPOSTINT(
'customer') : $selectedcustomer);
2323 print
'<tr class="marginbottomlarge height50">';
2324 if (
$conf->browser->layout !=
'phone') {
2325 print
'<td class="titlefieldcreate">'.$form->editfieldkey(
'',
'customerprospect',
'',
$object, 0,
'string',
'', 0).
'</td>';
2327 print
'<td class="maxwidthonsmartphone"'.($conf->browser->layout !=
'phone' ?
'colspan="3"' :
'colspan="2"').
'>';
2330 print
'<span id="spannature1" class="spannature prospect-back paddinglarge marginrightonly"><label for="prospectinput" class="valignmiddle">'.$langs->trans(
"Prospect").
'<input id="prospectinput" class="flat checkforselect marginleftonly valignmiddle" type="checkbox" name="prospect" value="2"'.($selectedprospect ?
' checked="checked"' :
'').
'></label></span>';
2334 print
'<span id="spannature2" class="spannature customer-back paddinglarge marginrightonly"><label for="customerinput" class="valignmiddle">'.$langs->trans(
"Customer").
'<input id="customerinput" class="flat checkforselect marginleftonly valignmiddle" type="checkbox" name="customer" value="1"'.($selectedcustomer ?
' checked="checked"' :
'').
'></label></span>';
2336 if ((isModEnabled(
"fournisseur") && $user->hasRight(
'fournisseur',
'lire') && !
getDolGlobalString(
'MAIN_USE_NEW_SUPPLIERMOD')) || (isModEnabled(
"supplier_order") && $user->hasRight(
'supplier_order',
'lire')) || (isModEnabled(
"supplier_invoice") && $user->hasRight(
'supplier_invoice',
'lire'))
2337 || (isModEnabled(
'supplier_proposal') && $user->hasRight(
'supplier_proposal',
'lire'))) {
2339 $selected = (GETPOSTISSET(
'supplier') ?
GETPOSTINT(
'supplier') :
$object->fournisseur);
2340 print
'<span id="spannature3" class="spannature vendor-back paddinglarge marginrightonly"><label for="supplierinput" class="valignmiddle">'.$langs->trans(
"Vendor").
'<input id="supplierinput" class="flat checkforselect marginleftonly valignmiddle" type="checkbox" name="supplier" value="1"'.($selected ?
' checked="checked"' :
'').
'></label></span>';
2344 if (
$conf->use_javascript_ajax) {
2346 function refreshNatureCss() {
2347 jQuery(".spannature").each(function( index ) {
2348 id = $(this).attr("id").split("spannature")[1];
2349 console.log(jQuery("#spannature"+(id)+" .checkforselect").is(":checked"));
2350 if (jQuery("#spannature"+(id)+" .checkforselect").is(":checked")) {
2352 jQuery("#spannature"+(id)).addClass("prospect-back").removeClass("nonature-back");
2355 jQuery("#spannature"+(id)).addClass("customer-back").removeClass("nonature-back");
2358 jQuery("#spannature"+(id)).addClass("vendor-back").removeClass("nonature-back");
2361 jQuery("#spannature"+(id)).removeClass("prospect-back").removeClass("customer-back").removeClass("vendor-back").addClass("nonature-back");
2366 function manageprospectcustomer(element) {
2367 console.log("We uncheck unwanted values on a nature");
2368 id = $(element).attr("id").split("spannature")[1];
2370 $("#spannature2 .checkforselect").prop("checked", false);
2373 $("#spannature1 .checkforselect").prop("checked", false);
2377 jQuery(".spannature").click(function(){
2378 console.log("We click on a nature");
2379 '.(getDolGlobalString(
'SOCIETE_DISABLE_PROSPECTSCUSTOMERS') ?
'manageprospectcustomer($(this));' :
'').
'
2389 if (
$conf->browser->layout ==
'phone') {
2393 print
'<tr><td>'.$form->editfieldkey(
'CustomerCode',
'customer_code',
'',
$object, 0).
'</td><td'.($colspan ?
' colspan="'.$colspan.
'"':
'').
'>';
2394 print
'<table class="nobordernopadding"><tr><td>';
2395 $tmpcode =
$object->code_client ??
'';
2396 if (empty($tmpcode) && !empty($modCodeClient->code_auto)) {
2397 $tmpcode = $modCodeClient->getNextValue(
$object, 0);
2399 print
'<input type="text" name="customer_code" id="customer_code" class="maxwidthonsmartphone" value="'.dol_escape_htmltag($tmpcode).
'" maxlength="24">';
2401 $s = $modCodeClient->getToolTip($langs,
$object, 0);
2402 print $form->textwithpicto(
'', $s, 1);
2403 print
'</td></tr></table>';
2406 if (
$conf->browser->layout ==
'phone') {
2410 print
'<td>'.$form->editfieldkey(
'SupplierCode',
'supplier_code',
'',
$object, 0).
'</td><td'.($colspan ?
' colspan="'.$colspan.
'"':
'').
'>';
2412 if ((isModEnabled(
"fournisseur") && $user->hasRight(
'fournisseur',
'lire') && !
getDolGlobalString(
'MAIN_USE_NEW_SUPPLIERMOD')) || (isModEnabled(
"supplier_order") && $user->hasRight(
'supplier_order',
'lire')) || (isModEnabled(
"supplier_invoice") && $user->hasRight(
'supplier_invoice',
'lire'))) {
2413 print
'<table class="nobordernopadding"><tr><td>';
2414 $tmpcode =
$object->code_fournisseur ??
'';
2415 if (empty($tmpcode) && !empty($modCodeFournisseur->code_auto)) {
2416 $tmpcode = $modCodeFournisseur->getNextValue(
$object, 1);
2418 print
'<input type="text" name="supplier_code" id="supplier_code" class="maxwidthonsmartphone" value="'.dol_escape_htmltag($tmpcode).
'" maxlength="24">';
2420 $s = $modCodeFournisseur->getToolTip($langs,
$object, 1);
2421 print $form->textwithpicto(
'', $s, 1);
2422 print
'</td></tr></table>';
2428 if (isModEnabled(
'barcode')) {
2429 print
'<tr><td class="tdtop">'.$form->editfieldkey(
'Gencod',
'barcode',
'',
$object, 0).
'</td>';
2430 print
'<td colspan="3">';
2431 print
img_picto(
'',
'barcode',
'class="pictofixedwidth"');
2432 print
'<input type="text" class="minwidth100 maxwidth200 widthcentpercentminusx" name="barcode" id="barcode" value="'.dol_escape_htmltag(
$object->barcode).
'">';
2437 print
'<tr><td>'.$form->editfieldkey(
'Status',
'status',
'',
$object, 0).
'</td><td'.(
$conf->browser->layout ==
'phone' ?
'' :
' colspan="3"').
'>';
2438 print $form->selectarray(
'status', array(
'0' => $langs->trans(
'ActivityCeased'),
'1' => $langs->trans(
'InActivity')),
$object->status, 0, 0, 0,
'', 0, 0, 0,
'',
'minwidth100', 1);
2443 print
'<tr><td colspan="'.$colspan.
'"> </td></tr>';
2446 print
'<tr><td class="tdtop">'.$form->editfieldkey(
'Address',
'address',
'',
$object, 0).
'</td>';
2447 print
'<td colspan="3"><textarea name="address" id="address" class="quatrevingtpercent" rows="3" wrap="soft">';
2449 print
'</textarea>';
2450 print $form->widgetForTranslation(
"address",
$object, (
int) $permissiontoadd,
'textarea',
'alphanohtml',
'quatrevingtpercent');
2454 print
'<tr><td>'.$form->editfieldkey(
'Zip',
'zipcode',
'',
$object, 0).
'</td><td'.(
$conf->browser->layout ==
'phone' ?
' colspan="3"' :
'').
'>';
2455 print $formcompany->select_ziptown(
$object->zip,
'zipcode', array(
'town',
'selectcountry_id',
'state_id'), 0, 0,
'',
'maxwidth100');
2457 if (
$conf->browser->layout ==
'phone') {
2460 print
'<td>'.$form->editfieldkey(
'Town',
'town',
'',
$object, 0).
'</td><td'.(
$conf->browser->layout ==
'phone' ?
' colspan="3"' :
'').
'>';
2461 print $formcompany->select_ziptown(
$object->town,
'town', array(
'zipcode',
'selectcountry_id',
'state_id'));
2462 print $form->widgetForTranslation(
"town",
$object, (
int) $permissiontoadd,
'string',
'alphanohtml',
'maxwidth100 quatrevingtpercent');
2466 print
'<tr><td>'.$form->editfieldkey(
'Country',
'selectcounty_id',
'',
$object, 0).
'</td><td colspan="3">';
2467 print
img_picto(
'',
'globe-americas',
'class="pictofixedwidth"');
2468 print $form->select_country((GETPOSTISSET(
'country_id') ?
GETPOST(
'country_id') :
$object->country_id),
'country_id',
'', 0,
'minwidth200 maxwidth400 widthcentpercentminusx');
2470 print
info_admin($langs->trans(
"YouCanChangeValuesForThisListFromDictionarySetup"), 1);
2477 print
'<tr><td>'.$form->editfieldkey(
'Region-State',
'state_id',
'',
$object, 0).
'</td><td colspan="3">';
2479 print
'<tr><td>'.$form->editfieldkey(
'State',
'state_id',
'',
$object, 0).
'</td><td colspan="3">';
2482 print
img_picto(
'',
'state',
'class="pictofixedwidth"');
2483 print $formcompany->select_state(
$object->state_id,
$object->country_code,
'state_id',
'minwidth200 maxwidth400 widthcentpercentminusx');
2488 print
'<tr><td>'.$form->editfieldkey(
'Phone',
'phone',
GETPOST(
'phone',
'alpha'),
$object, 0).
'</td>';
2489 print
'<td'.($conf->browser->layout ==
'phone' ?
' colspan="3"' :
'').
'>'.
img_picto(
'',
'object_phoning',
'class="pictofixedwidth"').
' <input type="text" name="phone" id="phone" class="maxwidth200 widthcentpercentminusx" value="'.(GETPOSTISSET(
'phone') ?
GETPOST(
'phone',
'alpha') :
$object->phone).
'"></td>';
2490 if (
$conf->browser->layout ==
'phone') {
2493 print
'<td>'.$form->editfieldkey(
'PhoneMobile',
'phone_mobile',
GETPOST(
'phone_mobile',
'alpha'),
$object, 0).
'</td>';
2494 print
'<td'.($conf->browser->layout ==
'phone' ?
' colspan="3"' :
'').
'>'.
img_picto(
'',
'object_phoning_mobile',
'class="pictofixedwidth"').
' <input type="text" name="phone_mobile" id="phone_mobile" class="maxwidth200 widthcentpercentminusx" value="'.(GETPOSTISSET(
'phone_mobile') ?
GETPOST(
'phone_mobile',
'alpha') :
$object->phone_mobile).
'"></td></tr>';
2496 print
'<td>'.$form->editfieldkey(
'Fax',
'fax',
GETPOST(
'fax',
'alpha'),
$object, 0).
'</td>';
2497 print
'<td'.($conf->browser->layout ==
'phone' ?
' colspan="3"' :
'').
'>'.
img_picto(
'',
'object_phoning_fax',
'class="pictofixedwidth"').
' <input type="text" name="fax" id="fax" class="maxwidth200 widthcentpercentminusx" value="'.(GETPOSTISSET(
'fax') ?
GETPOST(
'fax',
'alpha') :
$object->fax).
'"></td>';
2501 print
'<tr><td>'.$form->editfieldkey(
'Web',
'url',
GETPOST(
'url',
'alpha'),
$object, 0).
'</td>';
2502 print
'<td colspan="3">'.img_picto(
'',
'globe',
'class="pictofixedwidth"').
' <input type="text" name="url" id="url" class="maxwidth200onsmartphone maxwidth300 widthcentpercentminusx " value="'.(GETPOSTISSET(
'url') ?
GETPOST(
'url',
'alpha') :
$object->url).
'"></td></tr>';
2505 print
'<tr><td>'.$form->editfieldkey(
'EMail',
'email',
GETPOST(
'email',
'alpha'),
$object, 0,
'string',
'', (
getDolGlobalInt(
'SOCIETE_EMAIL_MANDATORY'))).
'</td>';
2506 print
'<td'.(($conf->browser->layout ==
'phone') || !isModEnabled(
'mailing') ?
' colspan="3"' :
'').
'>';
2507 print
img_picto(
'',
'object_email',
'class="pictofixedwidth"');
2508 print
'<input type="text" name="email" id="email" class="maxwidth500 widthcentpercentminusx" value="'.(GETPOSTISSET(
'email') ?
GETPOST(
'email',
'alpha') :
$object->
email).
'">';
2512 if (isModEnabled(
'mailing')) {
2513 if (
$conf->browser->layout ==
'phone') {
2516 if (
$conf->use_javascript_ajax &&
getDolGlobalInt(
'MAILING_CONTACT_DEFAULT_BULK_STATUS') == 2) {
2517 print
"\n".
'<script type="text/javascript">'.
"\n";
2520 jQuery(document).ready(function () {
2521 function init_check_no_email(input) {
2522 if (input.val()!="") {
2523 $(".noemail").addClass("fieldrequired");
2525 $(".noemail").removeClass("fieldrequired");
2528 $("#email").keyup(function() {
2529 init_check_no_email($(this));
2531 init_check_no_email($("#email"));
2533 print
'</script>'.
"\n";
2535 if (!GETPOSTISSET(
"no_email") && !empty(
$object->email)) {
2536 $result =
$object->getNoEmail();
2541 print
'<td class="noemail"><label for="no_email">'.$langs->trans(
"No_Email").
'</label></td>';
2543 $useempty = (int) (
getDolGlobalInt(
'MAILING_CONTACT_DEFAULT_BULK_STATUS') == 2);
2544 print $form->selectyesno(
'no_email', (GETPOSTISSET(
"no_email") ?
GETPOSTINT(
"no_email") :
$object->no_email), 1, 0, $useempty);
2550 if (isModEnabled(
'socialnetworks')) {
2554 $object->showSocialNetwork($socialnetworks, $colspan);
2556 print
'<tr><td'.($colspan ?
' colspan="'.$colspan.
'"' :
'').
'><hr></td></tr>';
2562 $NBCOLS = (
$conf->browser->layout ==
'phone' ? 1 : 2);
2565 while ($i <= $NBPROFIDMAX) {
2566 $idprof = $langs->transcountry(
'ProfId'.$i,
$object->country_code);
2567 if ($idprof !=
'-' && ($i <= $NBPROFIDMIN || !empty($langs->tab_translate[
'ProfId'.$i.$object->country_code]))) {
2570 if (($j % $NBCOLS) == 0) {
2574 $idprof_mandatory =
'SOCIETE_IDPROF'.($i).
'_MANDATORY';
2575 print
'<td>'.$form->editfieldkey($idprof, $key,
'',
$object, 0,
'string',
'', (
int) !(empty(
$conf->global->$idprof_mandatory) || !
$object->isACompany())).
'</td><td>';
2576 print $formcompany->get_input_id_prof($i, $key,
$object->$key,
$object->country_code);
2578 if (($j % $NBCOLS) == ($NBCOLS - 1)) {
2585 if ($NBCOLS > 0 && ($j % 2) == 1) {
2586 print
'<td colspan="2"></td></tr>';
2590 print
'<tr><td>'.$form->editfieldkey(
'VATIsUsed',
'assujtva_value',
'',
$object, 0).
'</td><td colspan="3">';
2591 print
'<input id="assujtva_value" name="assujtva_value" type="checkbox" ' . (
$object->tva_assuj ?
'checked="checked"' :
'') .
' value="1">';
2596 if ($mysoc->localtax1_assuj ==
"1" && $mysoc->localtax2_assuj ==
"1") {
2597 print
'<tr><td>'.$form->editfieldkey($langs->transcountry(
"LocalTax1IsUsed", $mysoc->country_code),
'localtax1assuj_value',
'',
$object, 0).
'</td><td>';
2598 print
'<input id="localtax1assuj_value" name="localtax1assuj_value" type="checkbox" ' . (
$object->localtax1_assuj ?
'checked="checked"' :
'') .
' value="1">';
2600 print
'<span class="cblt1"> '.$langs->transcountry(
"Type", $mysoc->country_code).
': ';
2601 $formcompany->select_localtax(1, (
float)
$object->localtax1_value,
"lt1");
2606 print
'<td>'.$form->editfieldkey($langs->transcountry(
"LocalTax2IsUsed", $mysoc->country_code),
'localtax2assuj_value',
'',
$object, 0).
'</td><td>';
2607 print
'<input id="localtax2assuj_value" name="localtax2assuj_value" type="checkbox" ' . (
$object->localtax2_assuj ?
'checked="checked"' :
'') .
' value="1"></td></tr>';
2609 print
'<span class="cblt2"> '.$langs->transcountry(
"Type", $mysoc->country_code).
': ';
2610 $formcompany->select_localtax(2, (
float)
$object->localtax2_value,
"lt2");
2614 } elseif ($mysoc->localtax1_assuj ==
"1" && $mysoc->localtax2_assuj !=
"1") {
2615 print
'<tr><td>'.$form->editfieldkey($langs->transcountry(
"LocalTax1IsUsed", $mysoc->country_code),
'localtax1assuj_value',
'',
$object, 0).
'</td><td colspan="3">';
2616 print
'<input id="localtax1assuj_value" name="localtax1assuj_value" type="checkbox" ' . (
$object->localtax1_assuj ?
'checked="checked"' :
'') .
' value="1">';
2618 print
'<span class="cblt1"> '.$langs->transcountry(
"Type", $mysoc->country_code).
': ';
2619 $formcompany->select_localtax(1, (
float)
$object->localtax1_value,
"lt1");
2623 } elseif ($mysoc->localtax2_assuj ==
"1" && $mysoc->localtax1_assuj !=
"1") {
2624 print
'<tr><td>'.$form->editfieldkey($langs->transcountry(
"LocalTax2IsUsed", $mysoc->country_code),
'localtax2assuj_value',
'',
$object, 0).
'</td><td colspan="3">';
2625 print
'<input id="localtax2assuj_value" name="localtax2assuj_value" type="checkbox" ' . (
$object->localtax2_assuj ?
'checked="checked"' :
'') .
' value="1">';
2627 print
'<span class="cblt2"> '.$langs->transcountry(
"Type", $mysoc->country_code).
': ';
2628 $formcompany->select_localtax(2, (
float)
$object->localtax2_value,
"lt2");
2636 print
'<tr><td>' . $form->editfieldkey(
'VATReverseChargeByDefault',
'vat_reverse_charge',
'',
$object, 0) .
'</td><td colspan="3">';
2637 print
'<input type="checkbox" name="vat_reverse_charge" '.($object->vat_reverse_charge ==
'1' ?
' checked' :
'').
'>';
2642 print
'<tr><td>'.$form->editfieldkey(
'VATIntra',
'intra_vat',
'',
$object, 0).
'</td>';
2643 print
'<td colspan="3">';
2644 $s =
'<input type="text" class="flat maxwidthonsmartphone" name="tva_intra" id="intra_vat" maxlength="20" value="'.$object->tva_intra.
'">';
2649 if (
$conf->use_javascript_ajax) {
2651 if (!empty(
$conf->dol_use_jmobile)) {
2656 print
'<script type="text/javascript">';
2657 print
"function CheckVAT(a) {\n";
2658 if ($mysoc->country_code ==
'GR' &&
$object->country_code ==
'GR' && !empty($u)) {
2659 print
"GRVAT(a,'{$u}','{$p}','{$myafm}');\n";
2661 print
"newpopup('".DOL_URL_ROOT.
"/societe/checkvat/checkVatPopup.php?vatNumber='+a, '".
dol_escape_js($langs->trans(
"VATIntraCheckableOnEUSite")).
"', ".$widthpopup.
", ".$heightpopup.
");\n";
2666 $s .=
'<a href="#" class="hideonsmartphone" onclick="CheckVAT(document.formsoc.tva_intra.value);">'.$langs->trans(
"VATIntraCheck").
'</a>';
2667 $s = $form->textwithpicto($s, $langs->trans(
"VATIntraCheckDesc", $langs->transnoentitiesnoconv(
"VATIntraCheck")), 1);
2669 $s .=
'<a href="'.$langs->transcountry(
"VATIntraCheckURL", (
string)
$object->country_id).
'" class="hideonsmartphone" target="_blank" rel="noopener noreferrer">'.
img_picto($langs->trans(
"VATIntraCheckableOnEUSite"),
'help').
'</a>';
2677 print
'<tr><td>'.$form->editfieldkey(
'ThirdPartyType',
'typent_id',
'',
$object, 0).
'</td><td class="maxwidthonsmartphone"'.((
$conf->browser->layout ==
'phone' ||
getDolGlobalString(
'SOCIETE_DISABLE_WORKFORCE')) ?
' colspan="3"' :
'').
'>';
2678 print $form->selectarray(
"typent_id", $formcompany->typent_array(0),
$object->typent_id, 1, 0, 0,
'', 0, 0, 0, (!
getDolGlobalString(
'SOCIETE_SORT_ON_TYPEENT') ?
'ASC' :
$conf->global->SOCIETE_SORT_ON_TYPEENT),
'', 1);
2680 print
info_admin($langs->trans(
"YouCanChangeValuesForThisListFromDictionarySetup"), 1);
2684 if (
$conf->browser->layout ==
'phone') {
2687 print
'<td>'.$form->editfieldkey(
'Workforce',
'effectif_id',
'',
$object, 0).
'</td><td class="maxwidthonsmartphone">';
2688 print $form->selectarray(
"effectif_id", $formcompany->effectif_array(0),
$object->effectif_id, 0, 0, 0,
'', 0, 0, 0,
'',
'', 1);
2690 print
info_admin($langs->trans(
"YouCanChangeValuesForThisListFromDictionarySetup"), 1);
2693 print
'<input type="hidden" name="effectif_id" id="effectif_id" value="'.$object->effectif_id.
'">';
2698 print
'<tr><td>'.$form->editfieldkey(
'JuridicalStatus',
'forme_juridique_code',
'',
$object, 0).
'</td><td class="maxwidthonsmartphone" colspan="3">';
2699 print $formcompany->select_juridicalstatus(
$object->forme_juridique_code,
$object->country_code,
'',
'forme_juridique_code');
2703 print
'<tr><td>'.$form->editfieldkey(
'Capital',
'capital',
'',
$object, 0).
'</td>';
2704 print
'<td colspan="3"><input type="text" name="capital" id="capital" size="10" value="';
2706 if (isModEnabled(
"multicurrency")) {
2707 print
'"> <span class="hideonsmartphone">'.$langs->trans(
"Currency".
$object->multicurrency_code).
'</span></td></tr>';
2709 print
'"> <span class="hideonsmartphone">'.$langs->trans(
"Currency".
$conf->currency).
'</span></td></tr>';
2714 print
'<tr><td>'.$form->editfieldkey(
'DefaultLang',
'default_lang',
'',
$object, 0).
'</td><td colspan="3">'.
"\n";
2715 print
img_picto(
'',
'language',
'class="pictofixedwidth"').$formadmin->select_language(
$object->default_lang,
'default_lang', 0, array(),
'1', 0, 0,
'maxwidth300 widthcentpercentminusx');
2721 if (isModEnabled(
'incoterm')) {
2723 print
'<td>'.$form->editfieldkey(
'IncotermLabel',
'incoterm_id',
'',
$object, 0).
'</td>';
2724 print
'<td colspan="3" class="maxwidthonsmartphone">';
2725 print $form->select_incoterms((!empty(
$object->fk_incoterms) ?
$object->fk_incoterms :
''), (!empty(
$object->location_incoterms) ?
$object->location_incoterms :
''));
2730 if (isModEnabled(
'category') && $user->hasRight(
'categorie',
'lire')) {
2732 print
'<tr class="visibleifcustomer"><td>'.$form->editfieldkey(
'CustomersCategoriesShort',
'custcats',
'',
$object, 0).
'</td>';
2733 print
'<td colspan="3">';
2734 print $form->selectCategories(Categorie::TYPE_CUSTOMER,
'custcats',
$object);
2738 if ((isModEnabled(
"fournisseur") && $user->hasRight(
'fournisseur',
'lire') && !
getDolGlobalString(
'MAIN_USE_NEW_SUPPLIERMOD')) || (isModEnabled(
"supplier_order") && $user->hasRight(
'supplier_order',
'lire')) || (isModEnabled(
"supplier_invoice") && $user->hasRight(
'supplier_invoice',
'lire'))) {
2739 print
'<tr class="visibleifsupplier"><td>'.$form->editfieldkey(
'SuppliersCategoriesShort',
'suppcats',
'',
$object, 0).
'</td>';
2740 print
'<td colspan="3">';
2741 print $form->selectCategories(Categorie::TYPE_SUPPLIER,
'suppcats',
$object);
2747 if (isModEnabled(
"multicurrency")) {
2749 print
'<td>'.$form->editfieldkey(
'Currency',
'multicurrency_code',
'',
$object, 0).
'</td>';
2750 print
'<td colspan="3" class="maxwidthonsmartphone">';
2751 print
img_picto(
'',
'currency',
'class="pictofixedwidth"');
2752 print $form->selectMultiCurrency((GETPOSTISSET(
'multicurrency_code') ?
GETPOST(
'multicurrency_code') : (
$object->multicurrency_code ?
$object->multicurrency_code :
$conf->currency)),
'multicurrency_code', 1,
'', false,
'maxwidth150 widthcentpercentminusx');
2757 $parameters = array(
'socid' => $socid,
'colspan' =>
' colspan="3"',
'colspanvalue' =>
'3');
2758 include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_edit.tpl.php';
2763 print
'<td>'.$langs->trans(
'ParentCompany').
'</td>';
2764 print
'<td colspan="3" class="maxwidthonsmartphone">';
2765 print
img_picto(
'',
'company',
'class="pictofixedwidth"');
2766 print $form->select_company(
GETPOST(
'parent_company_id') ?
GETPOST(
'parent_company_id') :
$object->parent,
'parent_company_id',
'',
'SelectThirdParty', 0, 0, array(), 0,
'minwidth300 maxwidth500 widthcentpercentminusxx');
2771 print
'<tr class="hideonsmartphone">';
2772 print
'<td>'.$form->editfieldkey(
'Logo',
'photoinput',
'',
$object, 0).
'</td>';
2773 print
'<td colspan="3">';
2775 print $form->showphoto(
'societe',
$object, 100, 0, 0,
'inline-block');
2778 if ($caneditfield) {
2782 print
'<table class="nobordernopadding">';
2784 print
'<tr><td><input type="checkbox" class="flat photodelete" name="deletephoto" id="photodelete"> <label for="photodelete">'.$langs->trans(
"Delete").
'</photo><br></td></tr>';
2789 $maxmin = $maxfilesizearray[
'maxmin'];
2791 print
'<input type="hidden" name="MAX_FILE_SIZE" value="'.($maxmin * 1024).
'">';
2793 print
'<input type="file" class="flat" name="photo" id="photoinput">';
2802 print
'<td>'.$form->editfieldkey(
'AllocateCommercial',
'commercial_id',
'',
$object, 0).
'</td>';
2803 print
'<td colspan="3" class="maxwidthonsmartphone">';
2804 $userlist = $form->select_dolusers(
'',
'', 0,
null, 0,
'',
'',
'0', 0, 0,
'u.statut:=:1', 0,
'',
'', 0, 1);
2805 $arrayselected =
GETPOST(
'commercial',
'array');
2806 if (empty($arrayselected)) {
2807 $arrayselected =
$object->getSalesRepresentatives($user, 1);
2809 print
img_picto(
'',
'user',
'class="pictofixedwidth"').$form->multiselectarray(
'commercial', $userlist, $arrayselected, 0, 0,
'quatrevingtpercent widthcentpercentminusx', 0, 0,
'',
'',
'', 1);
2816 print
'<table class="border centpercent">';
2818 if (isModEnabled(
'accounting')) {
2821 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellCode").
'</td>';
2823 print $formaccounting->select_account(
$object->accountancy_code_sell,
'accountancy_code_sell', 1, array(), 1, 1);
2827 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyCode").
'</td>';
2829 print $formaccounting->select_account(
$object->accountancy_code_buy,
'accountancy_code_buy', 1, array(), 1, 1);
2833 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellCode").
'</td>';
2834 print
'<td><input name="accountancy_code_sell" class="maxwidth200" value="'.$object->accountancy_code_sell.
'">';
2838 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyCode").
'</td>';
2839 print
'<td><input name="accountancy_code_buy" class="maxwidth200" value="'.$object->accountancy_code_buy.
'">';
2850 print $form->buttonsSaveCancel();
2857 $res =
$object->fetch_optionals();
2864 print
dol_get_fiche_head($head,
'card', $langs->trans(
"ThirdParty"), -1,
'company', 0,
'',
'', 0,
'', 1);
2869 if ($action ==
'delete' || (
$conf->use_javascript_ajax && empty(
$conf->dol_use_jmobile))) {
2870 $formconfirm = $form->formconfirm($_SERVER[
"PHP_SELF"].
"?socid=".
$object->id, $langs->trans(
"DeleteACompany"), $langs->trans(
"ConfirmDeleteCompany"),
"confirm_delete",
'', 0,
"action-delete");
2873 if ($action ==
'merge') {
2874 $formquestion = array(
2876 'name' =>
'soc_origin',
2877 'label' => $langs->trans(
'MergeOriginThirdparty'),
2879 'value' => $form->select_company(
'',
'soc_origin',
'',
'SelectThirdParty', 1, 0, array(), 0,
'minwidth200',
'',
'', 1, array(),
false, array(
$object->id))
2883 $formconfirm .= $form->formconfirm($_SERVER[
"PHP_SELF"].
"?socid=".
$object->id, $langs->trans(
"MergeThirdparties"), $langs->trans(
"ConfirmMergeThirdparties"),
"confirm_merge", $formquestion,
'no', 1, 300);
2887 if (($action ==
'clone' && (empty(
$conf->use_javascript_ajax) || !empty(
$conf->dol_use_jmobile)))
2888 || (!empty(
$conf->use_javascript_ajax) && empty(
$conf->dol_use_jmobile))) {
2890 $formquestionclone = array(
2891 'text' => $langs->trans(
"ConfirmClone"),
2892 0 => array(
'type' =>
'text',
'name' =>
'clone_name',
'label' => $langs->trans(
"NewSocNameForClone"),
'value' => empty($tmpcode) ? $langs->trans(
"CopyOf").
' '.
$object->nom : $tmpcode,
'morecss' =>
'width250'),
2894 $formconfirm .= $form->formconfirm($_SERVER[
"PHP_SELF"].
'?id='.
$object->id, $langs->trans(
'ToClone'), $langs->trans(
'ConfirmCloneThirdparties',
$object->name),
'confirm_clone', $formquestionclone,
'yes',
'action-clone', 350, 600);
2898 $parameters = array(
'formConfirm' => $formconfirm);
2899 $reshook = $hookmanager->executeHooks(
'formConfirm', $parameters,
$object, $action);
2900 if (empty($reshook)) {
2901 $formconfirm .= $hookmanager->resPrint;
2902 } elseif ($reshook > 0) {
2903 $formconfirm = $hookmanager->resPrint;
2911 $linkback =
'<a href="'.DOL_URL_ROOT.
'/societe/list.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToList").
'</a>';
2913 $morehtmlref =
'<a href="'.DOL_URL_ROOT.
'/societe/vcard.php?id='.
$object->id.
'" class="refid">';
2914 $morehtmlref .=
img_picto($langs->trans(
"Download").
' '.$langs->trans(
"VCard"),
'vcard.png',
'class="valignmiddle marginleftonly paddingrightonly"');
2915 $morehtmlref .=
'</a>';
2917 dol_banner_tab(
$object,
'socid', $linkback, ($user->socid ? 0 : 1),
'rowid',
'nom', $morehtmlref);
2920 $parameters = array();
2922 $reshook = $hookmanager->executeHooks(
'tabContentViewThirdparty', $parameters,
$object, $action);
2923 if (empty($reshook)) {
2924 print
'<div class="fichecenter">';
2925 print
'<div class="fichehalfleft">';
2927 print
'<div class="underbanner clearboth"></div>';
2928 print
'<table class="border tableforfield centpercent">';
2931 print
'<tr><td class="titlefieldmiddle">'.$langs->trans(
'NatureOfThirdParty').
'</td><td>';
2944 print $langs->trans(
'CustomerCode');
2948 $tmpcheck =
$object->check_codeclient();
2949 if ($tmpcheck != 0 && $tmpcheck != -5) {
2950 print
' <span class="error">('.$langs->trans(
"WrongCustomerCode").
')</span>';
2957 if (((isModEnabled(
"fournisseur") && $user->hasRight(
'fournisseur',
'lire') && !
getDolGlobalString(
'MAIN_USE_NEW_SUPPLIERMOD')) || (isModEnabled(
"supplier_order") && $user->hasRight(
'supplier_order',
'lire')) || (isModEnabled(
"supplier_invoice") && $user->hasRight(
'supplier_invoice',
'lire'))) &&
$object->fournisseur) {
2959 print $langs->trans(
'SupplierCode').
'</td><td>';
2961 $tmpcheck =
$object->check_codefournisseur();
2962 if ($tmpcheck != 0 && $tmpcheck != -5) {
2963 print
' <span class="error">('.$langs->trans(
"WrongSupplierCode").
')</span>';
2970 if (isModEnabled(
'barcode')) {
2982 while ($i <= $NBPROFIDMAX) {
2983 $idprof = $langs->transcountry(
'ProfId'.$i,
$object->country_code);
2984 if (!empty(
$conf->dol_optimize_smallscreen)) {
2985 $idprof = $langs->transcountry(
'ProfId'.$i.
'Short',
$object->country_code);
2987 if ($idprof !=
'-' && ($i <= $NBPROFIDMIN || !empty($langs->tab_translate[
'ProfId'.$i.$object->country_code]))) {
2989 print
'<td>'.$idprof.
'</td><td>';
2995 print
' '.$object->id_prof_url($i,
$object);
2998 print
' <span class="error">('.$langs->trans(
"ErrorWrongValue").
')</span>';
3016 print $form->textwithpicto($langs->trans(
'VATIsUsed'), $langs->trans(
'VATIsUsedWhenSelling'));
3025 print $form->textwithpicto($langs->trans(
'VATReverseChargeByDefault'), $langs->trans(
'VATReverseChargeByDefaultDesc'));
3027 print
'<input type="checkbox" name="vat_reverse_charge" ' . (
$object->vat_reverse_charge ==
'1' ?
' checked' :
'') .
' disabled>';
3034 if (
$object->fournisseur || $mysoc->country_code ==
'ES') {
3035 if ($mysoc->localtax1_assuj ==
"1" && $mysoc->localtax2_assuj ==
"1") {
3036 print
'<tr><td>'.$langs->transcountry(
"LocalTax1IsUsed", $mysoc->country_code).
'</td><td>';
3038 print
'</td></tr><tr><td>'.$langs->transcountry(
"LocalTax2IsUsed", $mysoc->country_code).
'</td><td>';
3043 print
'<form method="post" action="'.$_SERVER[
'PHP_SELF'].
'?socid='.
$object->id.
'">';
3044 print
'<input type="hidden" name="action" value="set_localtax1">';
3045 print
'<input type="hidden" name="token" value="'.newToken().
'">';
3046 print
'<tr><td>'.$langs->transcountry(
"Localtax1", $mysoc->country_code).
' <a class="editfielda" href="'.$_SERVER[
"PHP_SELF"].
'?action=editRE&token='.
newToken().
'&socid='.
$object->id.
'">'.
img_edit($langs->transnoentitiesnoconv(
'Edit'), 1).
'</td>';
3047 if ($action ==
'editRE') {
3048 print
'<td class="left">';
3049 $formcompany->select_localtax(1, (
float)
$object->localtax1_value,
"lt1");
3050 print
'<input type="submit" class="button button-edit" value="'.$langs->trans(
"Modify").
'"></td>';
3052 print
'<td>'.$object->localtax1_value.
'</td>';
3054 print
'</tr></form>';
3057 print
'<form method="post" action="'.$_SERVER[
'PHP_SELF'].
'?socid='.
$object->id.
'">';
3058 print
'<input type="hidden" name="action" value="set_localtax2">';
3059 print
'<input type="hidden" name="token" value="'.newToken().
'">';
3060 print
'<tr><td>'.$langs->transcountry(
"Localtax2", $mysoc->country_code).
'<a class="editfielda" href="'.$_SERVER[
"PHP_SELF"].
'?action=editIRPF&token='.
newToken().
'&socid='.
$object->id.
'">'.
img_edit($langs->transnoentitiesnoconv(
'Edit'), 1).
'</td>';
3061 if ($action ==
'editIRPF') {
3062 print
'<td class="left">';
3063 $formcompany->select_localtax(2, (
float)
$object->localtax2_value,
"lt2");
3064 print
'<input type="submit" class="button button-edit" value="'.$langs->trans(
"Modify").
'"></td>';
3066 print
'<td>'.$object->localtax2_value.
'</td>';
3068 print
'</tr></form>';
3070 } elseif ($mysoc->localtax1_assuj ==
"1" && $mysoc->localtax2_assuj !=
"1") {
3071 print
'<tr><td>'.$langs->transcountry(
"LocalTax1IsUsed", $mysoc->country_code).
'</td><td>';
3075 print
'<form method="post" action="'.$_SERVER[
'PHP_SELF'].
'?socid='.
$object->id.
'">';
3076 print
'<input type="hidden" name="action" value="set_localtax1">';
3077 print
'<input type="hidden" name="token" value="'.newToken().
'">';
3078 print
'<tr><td> '.$langs->transcountry(
"Localtax1", $mysoc->country_code).
'<a class="editfielda" href="'.$_SERVER[
"PHP_SELF"].
'?action=editRE&token='.
newToken().
'&socid='.
$object->id.
'">'.
img_edit($langs->transnoentitiesnoconv(
'Edit'), 1).
'</td>';
3079 if ($action ==
'editRE') {
3080 print
'<td class="left">';
3081 $formcompany->select_localtax(1, (
float)
$object->localtax1_value,
"lt1");
3082 print
'<input type="submit" class="button button-edit" value="'.$langs->trans(
"Modify").
'"></td>';
3084 print
'<td>'.$object->localtax1_value.
'</td>';
3086 print
'</tr></form>';
3088 } elseif ($mysoc->localtax2_assuj ==
"1" && $mysoc->localtax1_assuj !=
"1") {
3089 print
'<tr><td>'.$langs->transcountry(
"LocalTax2IsUsed", $mysoc->country_code).
'</td><td>';
3093 print
'<form method="post" action="'.$_SERVER[
'PHP_SELF'].
'?socid='.
$object->id.
'">';
3094 print
'<input type="hidden" name="action" value="set_localtax2">';
3095 print
'<input type="hidden" name="token" value="'.newToken().
'">';
3096 print
'<tr><td> '.$langs->transcountry(
"Localtax2", $mysoc->country_code).
' <a class="editfielda" href="'.$_SERVER[
"PHP_SELF"].
'?action=editIRPF&token='.
newToken().
'&socid='.
$object->id.
'">'.
img_edit($langs->transnoentitiesnoconv(
'Edit'), 1).
'</td>';
3097 if ($action ==
'editIRPF') {
3098 print
'<td class="left">';
3099 $formcompany->select_localtax(2, (
float)
$object->localtax2_value,
"lt2");
3100 print
'<input type="submit" class="button button-edit" value="'.$langs->trans(
"Modify").
'"></td>';
3102 print
'<td>'.$object->localtax2_value.
'</td>';
3104 print
'</tr></form>';
3111 print
'<td class="nowrap">'.$langs->trans(
'VATIntra').
'</td><td>';
3115 $s .=
'<input type="hidden" id="tva_intra" name="tva_intra" maxlength="20" value="'.$object->tva_intra.
'">';
3120 if (
$conf->use_javascript_ajax) {
3122 if (!empty(
$conf->dol_use_jmobile)) {
3127 print
'<script type="text/javascript">';
3128 print
"function CheckVAT(a) {\n";
3129 if ($mysoc->country_code ==
'GR' &&
$object->country_code ==
'GR' && !empty($u)) {
3130 print
"GRVAT(a,'{$u}','{$p}','{$myafm}');\n";
3132 print
"newpopup('".DOL_URL_ROOT.
"/societe/checkvat/checkVatPopup.php?vatNumber='+a, '".
dol_escape_js($langs->trans(
"VATIntraCheckableOnEUSite")).
"', ".$widthpopup.
", ".$heightpopup.
");\n";
3137 $s .=
'<a href="#" class="hideonsmartphone" onclick="CheckVAT(jQuery(\'#tva_intra\').val());">'.$langs->trans(
"VATIntraCheck").
'</a>';
3138 $s = $form->textwithpicto($s, $langs->trans(
"VATIntraCheckDesc", $langs->transnoentitiesnoconv(
"VATIntraCheck")), 1);
3140 $s .=
'<a href="'.$langs->transcountry(
"VATIntraCheckURL", (
string)
$object->country_id).
'" class="hideonsmartphone" target="_blank" rel="noopener noreferrer">'.
img_picto($langs->trans(
"VATIntraCheckableOnEUSite"),
'help').
'</a>';
3151 $langs->load(
'stocks');
3152 require_once DOL_DOCUMENT_ROOT.
'/product/class/html.formproduct.class.php';
3154 print
'<tr class="nowrap">';
3156 print $form->editfieldkey(
"Warehouse",
'warehouse',
'',
$object, $user->hasRight(
'societe',
'creer'));
3158 if ($action ==
'editwarehouse') {
3159 $formproduct->formSelectWarehouses($_SERVER[
'PHP_SELF'].
'?id='.
$object->id,
$object->fk_warehouse,
'fk_warehouse', 1);
3161 if (
$object->fk_warehouse > 0) {
3162 print
img_picto(
'',
'stock',
'class="paddingrightonly"');
3164 $formproduct->formSelectWarehouses($_SERVER[
'PHP_SELF'].
'?id='.
$object->id,
$object->fk_warehouse,
'none');
3173 print
'<div class="fichehalfright">';
3175 print
'<div class="underbanner clearboth"></div>';
3176 print
'<table class="border tableforfield centpercent">';
3179 if (isModEnabled(
'category') && $user->hasRight(
'categorie',
'lire')) {
3182 print
'<tr><td class="titlefieldmiddle">'.$langs->trans(
"CustomersCategoriesShort").
'</td>';
3184 print $form->showCategories(
$object->id, Categorie::TYPE_CUSTOMER, 1);
3189 if (((isModEnabled(
"fournisseur") && $user->hasRight(
'fournisseur',
'lire') && !
getDolGlobalString(
'MAIN_USE_NEW_SUPPLIERMOD')) || (isModEnabled(
"supplier_order") && $user->hasRight(
'supplier_order',
'lire')) || (isModEnabled(
"supplier_invoice") && $user->hasRight(
'supplier_invoice',
'lire'))) &&
$object->fournisseur) {
3190 print
'<tr><td class="titlefieldmiddle">'.$langs->trans(
"SuppliersCategoriesShort").
'</td>';
3192 print $form->showCategories(
$object->id, Categorie::TYPE_SUPPLIER, 1);
3199 print
'<tr><td class="titlefieldmiddle">';
3200 print
'<table class="nobordernopadding" width="100%"><tr><td>'.$langs->trans(
'ThirdPartyType').
'</td>';
3201 if ($action !=
'editthirdpartytype' && $user->hasRight(
'societe',
'creer')) {
3202 print
'<td class="right"><a class="editfielda" href="'.$_SERVER[
"PHP_SELF"].
'?action=editthirdpartytype&token='.
newToken().
'&socid='.
$object->id.
'">'.
img_edit($langs->transnoentitiesnoconv(
'Edit'), 1).
'</a></td>';
3204 print
'</tr></table>';
3206 $html_name = ($action ==
'editthirdpartytype') ?
'typent_id' :
'none';
3207 $formcompany->formThirdpartyType($_SERVER[
'PHP_SELF'].
'?socid='.
$object->id, (
string)
$object->typent_id, $html_name,
'');
3212 print
'<tr><td>'.$langs->trans(
"Workforce").
'</td><td>'.
$object->effectif.
'</td></tr>';
3216 print
'<tr><td>'.$langs->trans(
'JuridicalStatus').
'</td><td>'.
dolPrintHTML(
$object->forme_juridique).
'</td></tr>';
3219 print
'<tr><td>'.$langs->trans(
'Capital').
'</td><td>';
3221 if (isModEnabled(
"multicurrency") && !empty(
$object->multicurrency_code)) {
3232 if (isModEnabled(
'mailing')) {
3233 $result =
$object->getNoEmail();
3237 print
'<tr><td>'.$langs->trans(
"No_Email").
'</td><td>';
3241 $langs->load(
"mails");
3242 print
'<span class="opacitymedium">'.$langs->trans(
"EMailNotDefined").
'</span>';
3245 $langs->load(
"mails");
3246 print
' <span class="badge badge-secondary" title="'.dol_escape_htmltag($langs->trans(
"NbOfEMailingsSend")).
'">'.
$object->getNbOfEMailings().
'</span>';
3253 require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
3254 print
'<tr><td>'.$langs->trans(
"DefaultLang").
'</td><td>';
3257 $langs->load(
"languages");
3258 $labellang = (
$object->default_lang ? $langs->trans(
'Language_'.
$object->default_lang) :
'');
3265 if (isModEnabled(
'incoterm')) {
3267 print
'<table width="100%" class="nobordernopadding"><tr><td>'.$langs->trans(
'IncotermLabel').
'</td>';
3268 if ($action !=
'editincoterm' && $user->hasRight(
'societe',
'creer')) {
3269 print
'<td class="right"><a class="editfielda" href="'.$_SERVER[
"PHP_SELF"].
'?socid='.
$object->id.
'&action=editincoterm&token='.
newToken().
'">'.
img_edit(
'', 1).
'</a></td>';
3271 print
'</tr></table>';
3272 print
'</td><td colspan="3">';
3273 if ($action !=
'editincoterm') {
3274 print $form->textwithpicto(
$object->display_incoterms(),
$object->label_incoterms, 1);
3276 print $form->select_incoterms((!empty(
$object->fk_incoterms) ?
$object->fk_incoterms :
''), (!empty(
$object->location_incoterms) ?
$object->location_incoterms :
''), $_SERVER[
'PHP_SELF'].
'?socid='.
$object->id);
3282 if (isModEnabled(
"multicurrency")) {
3284 print
'<td>'.$form->editfieldkey(
'Currency',
'multicurrency_code',
'',
$object, 0).
'</td>';
3292 print
'<tr><td class="nowrap">';
3293 print $langs->trans(
"ProductAccountancySellCode");
3294 print
'</td><td colspan="2">';
3295 if (isModEnabled(
'accounting')) {
3296 if (!empty(
$object->accountancy_code_sell)) {
3298 $accountingaccount->fetch(0,
$object->accountancy_code_sell, 1);
3300 print $accountingaccount->getNomUrl(0, 1, 1,
'', 1);
3303 print
$object->accountancy_code_sell;
3308 print
'<tr><td class="nowrap">';
3309 print $langs->trans(
"ProductAccountancyBuyCode");
3310 print
'</td><td colspan="2">';
3311 if (isModEnabled(
'accounting')) {
3312 if (!empty(
$object->accountancy_code_buy)) {
3314 $accountingaccount2->fetch(0,
$object->accountancy_code_buy, 1);
3316 print $accountingaccount2->getNomUrl(0, 1, 1,
'', 1);
3319 print
$object->accountancy_code_buy;
3325 $parameters = array(
'socid' => $socid,
'colspan' =>
' colspan="3"',
'colspanvalue' =>
'3');
3326 include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_view.tpl.php';
3331 print
'<table class="nobordernopadding" width="100%"><tr><td>'.$langs->trans(
'ParentCompany').
'</td>';
3332 if ($action !=
'editparentcompany' && $user->hasRight(
'societe',
'creer')) {
3333 print
'<td class="right"><a class="editfielda" href="'.$_SERVER[
"PHP_SELF"].
'?action=editparentcompany&token='.
newToken().
'&socid='.
$object->id.
'">'.
img_edit($langs->transnoentitiesnoconv(
'Edit'), 1).
'</a></td>';
3335 print
'</tr></table>';
3337 $html_name = ($action ==
'editparentcompany') ?
'parent_id' :
'none';
3338 $form->form_thirdparty($_SERVER[
'PHP_SELF'].
'?socid='.
$object->id, (
string)
$object->parent, $html_name,
'', 1, 0, 0, array(), 0, array(
$object->id));
3343 include DOL_DOCUMENT_ROOT.
'/societe/tpl/linesalesrepresentative.tpl.php';
3346 if (isModEnabled(
'member')) {
3347 $langs->load(
"members");
3348 print
'<tr><td>'.$langs->trans(
"LinkedToDolibarrMember").
'</td>';
3351 $result = $adh->fetch(0,
'',
$object->id);
3353 $adh->ref = $adh->getFullName($langs);
3354 print $adh->getNomUrl(-1);
3356 print
'<span class="opacitymedium">'.$langs->trans(
"ThirdpartyNotLinkedToMember").
'</span>';
3358 print
"</td></tr>\n";
3381 print
'<div class="clearboth"></div>';
3390 if ($action !=
'presend') {
3391 print
'<div class="tabsAction">'.
"\n";
3393 $parameters = array();
3394 $reshook = $hookmanager->executeHooks(
'addMoreActionsButtons', $parameters,
$object, $action);
3395 if (empty($reshook)) {
3396 $at_least_one_email_contact =
false;
3397 $TContact =
$object->contact_array_objects();
3398 foreach ($TContact as &$contact) {
3399 if (!empty($contact->email)) {
3400 $at_least_one_email_contact =
true;
3405 if (empty($user->socid)) {
3406 $langs->load(
"mails");
3408 if (empty(
$object->email) && !$at_least_one_email_contact) {
3409 $title = $langs->trans(
'NoEMail');
3411 print
dolGetButtonAction($title, $langs->trans(
'SendMail'),
'default', $_SERVER[
'PHP_SELF'].
'?socid='.
$object->id.
'&action=presend&mode=init#formmailbeforetitle',
'btn-send-mail', (!empty(
$object->email) || $at_least_one_email_contact) ? 1 : -1);
3414 print
dolGetButtonAction(
'', $langs->trans(
'Modify'),
'default', $_SERVER[
"PHP_SELF"].
'?socid='.
$object->id.
'&action=edit&token='.
newToken(),
'', $permissiontoadd);
3416 if (!empty(
$conf->use_javascript_ajax) && empty(
$conf->dol_use_jmobile)) {
3417 $cloneSocietetUrl =
'';
3418 $cloneButtonId =
'action-clone';
3420 $cloneSocietetUrl =
'';
3421 $cloneButtonId =
'';
3423 print
dolGetButtonAction($langs->trans(
'ToClone'),
'',
'default', $cloneSocietetUrl, $cloneButtonId, $user->hasRight(
'societe',
'creer'));
3425 if (isModEnabled(
'member')) {
3427 $result = $adh->fetch(0,
'',
$object->id);
3429 print
'<a class="butAction" href="'.DOL_URL_ROOT.
'/adherents/card.php?&action=create&socid='.
$object->id.
'" title="'.
dol_escape_htmltag($langs->trans(
"NewMember")).
'">'.$langs->trans(
"NewMember").
'</a>'.
"\n";
3433 print
dolGetButtonAction($langs->trans(
'MergeThirdparties'), $langs->trans(
'Merge'),
'danger', $_SERVER[
"PHP_SELF"].
'?socid='.
$object->id.
'&action=merge&token='.
newToken(),
'', $permissiontodelete);
3435 $deleteUrl = $_SERVER[
"PHP_SELF"].
'?socid='.
$object->id.
'&action=delete&token='.
newToken();
3436 $buttonId =
'action-delete-no-ajax';
3437 if (
$conf->use_javascript_ajax && empty(
$conf->dol_use_jmobile)) {
3439 $buttonId =
'action-delete';
3441 print
dolGetButtonAction(
'', $langs->trans(
'Delete'),
'delete', $deleteUrl, $buttonId, $permissiontodelete);
3444 print
'</div>'.
"\n";
3448 if (
GETPOST(
'modelselected')) {
3449 $action =
'presend';
3452 if ($action !=
'presend') {
3453 print
'<div class="fichecenter"><div class="fichehalfleft">';
3456 print
'<a name="builddoc"></a>';
3462 $urlsource = $_SERVER[
"PHP_SELF"].
"?socid=".
$object->id;
3463 $genallowed = $user->hasRight(
'societe',
'lire');
3464 $delallowed = $user->hasRight(
'societe',
'creer');
3466 print $formfile->showdocuments(
'company', (
string)
$object->id, $filedir, $urlsource, $genallowed, $delallowed,
$object->model_pdf, 0, 0, 0, 28, 0,
'entity='.$object->entity,
'',
'',
$object->default_lang);
3475 print
'</div><div class="fichehalfright">';
3479 $morehtmlcenter =
'<div class="nowraponall">';
3480 $morehtmlcenter .=
dolGetButtonTitle($langs->trans(
'FullConversation'),
'',
'fa fa-comments imgforviewmode', DOL_URL_ROOT.
'/societe/messaging.php?socid='.
$object->id);
3481 $morehtmlcenter .=
dolGetButtonTitle($langs->trans(
'FullList'),
'',
'fa fa-bars imgforviewmode', DOL_URL_ROOT.
'/societe/agenda.php?socid='.
$object->id);
3482 $morehtmlcenter .=
'</div>';
3485 include_once DOL_DOCUMENT_ROOT.
'/core/class/html.formactions.class.php';
3487 $somethingshown = $formactions->showactions(
$object,
'', $socid, 1,
'', $MAXEVENT,
'', $morehtmlcenter);
3489 print
'</div></div>';
3500 $modelmail =
'thirdparty';
3501 $defaulttopic =
'Information';
3502 $diroutput =
$conf->societe->multidir_output[
$object->entity];
3503 $trackid =
'thi'.$object->id;
3505 include DOL_DOCUMENT_ROOT.
'/core/tpl/card_presend.tpl.php';
3518function GRVAT(a, u, p, myafm) {
3519 var afm = a.replace(/\D/g,
"");
3523 url:
'<?php echo DOL_URL_ROOT ?>/societe/checkvat/checkVatGr.php',
3525 success:
function(data) {
3529 if (obj.RgWsPublicBasicRt_out.afm ===
null) {
3530 alert(obj.pErrorRec_out.errorDescr);
3532 $(
"#name").val(obj.RgWsPublicBasicRt_out.onomasia);
3533 $(
"#address").val(obj.RgWsPublicBasicRt_out.postalAddress +
" " + obj.RgWsPublicBasicRt_out.postalAddressNo);
3534 $(
"#zipcode").val(obj.RgWsPublicBasicRt_out.postalZipCode);
3535 $(
"#town").val(obj.RgWsPublicBasicRt_out.postalAreaDescription);
3536 $(
"#idprof2").val(obj.RgWsPublicBasicRt_out.doyDescr);
3537 $(
"#name_alias_input").val(obj.RgWsPublicBasicRt_out.commerTitle);
3539 if (obj.arrayOfRgWsPublicFirmActRt_out.RgWsPublicFirmActRtUser) {
3540 var firmActUser = obj.arrayOfRgWsPublicFirmActRt_out.RgWsPublicFirmActRtUser;
3542 if (Array.isArray(firmActUser)) {
3543 var primaryFirmAct = firmActUser.find(item => item.firmActKindDescr ===
"ΚΥΡΙΑ");
3544 if (primaryFirmAct) {
3545 $(
"#idprof1").val(primaryFirmAct.firmActDescr);
3548 $(
"#idprof1").val(firmActUser.firmActDescr);
$id
Support class for third parties, contacts, members, users or resources.
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
llxFooter($comment='', $zone='private', $disabledoutputofmessages=0)
Empty footer.
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
Empty header.
Class to manage accounting accounts.
Class to manage members of a foundation.
Class to manage third parties objects (customers, suppliers, prospects...)
show_contacts($conf, $langs, $db, $object, $backtopage='', $showuserlogin=0)
Show html area for list of contacts.
getCountry($searchkey, $withcode='', $dbtouse=null, $outputlangs=null, $entconv=1, $searchlabel='')
Return country label, code or id from an id, code or label.
currency_name($code_iso, $withcode=0, $outputlangs=null)
Return label of currency or code+label.
show_subsidiaries($conf, $langs, $db, $object)
Show html area for list of subsidiaries.
societe_prepare_head(Societe $object)
Return array of tabs to used on pages for third parties cards.
isInEEC($object)
Return if a country of an object is inside the EEC (European Economic Community)
print $script_file $mode $langs defaultlang(is_numeric($duration_value) ? " delay=". $duration_value :"").(is_numeric($duration_value2) ? " after cd cd cd description as p label as s rowid as s nom as s email
Sender: Who sends the email ("Sender" has sent emails on behalf of "From").
dol_delete_file($file, $disableglob=0, $nophperrors=0, $nohook=0, $object=null, $allowdotdot=false, $indexdatabase=1, $nolog=0)
Remove a file or several files with a mask.
addFileIntoDatabaseIndex($dir, $file, $fullpathorig='', $mode='uploaded', $setsharekey=0, $object=null, $forceFullTextIndexation='')
Add a file into database index.
dol_delete_dir_recursive($dir, $count=0, $nophperrors=0, $onlysub=0, &$countdeleted=0, $indexdatabase=1, $nolog=0, $level=0)
Remove a directory $dir and its subdirectories (or only files and subdirectories)
dol_move_uploaded_file($src_file, $dest_file, $allowoverwrite, $disablevirusscan=0, $uploaderrorcode=0, $nohook=0, $keyforsourcefile='addedfile', $upload_dir='', $mode=0)
Check validity of a file upload from an GUI page, and move it to its final destination.
deleteFilesIntoDatabaseIndex($dir, $file, $mode='uploaded', $object=null)
Delete files into database index using search criteria.
isValidUrl($url, $http=0, $pass=0, $port=0, $path=0, $query=0, $anchor=0)
Url string validation <http[s]> :// [user[:pass]@] hostname [port] [/path] [?getquery] [anchor].
recordNotFound($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Displays an error page when a record is not found.
isOnlyOneLocalTax($local)
Return true if LocalTax (1 or 2) is unique.
dol_getIdFromCode($db, $key, $tablename, $fieldkey='code', $fieldid='id', $entityfilter=0, $filters='', $useCache=true)
Return an id or code from a code or id.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
picto_from_langcode($codelang, $moreatt='', $notitlealt=0)
Return img flag of country for a language code or country code.
showValueWithClipboardCPButton($valuetocopy, $showonlyonhover=1, $texttoshow='')
Create a button to copy $valuetocopy in the clipboard (for copy and paste feature).
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2, $allowothertags=array())
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, $morecssdiv='')
Show tabs of a record.
dolPrintHTML($s, $allowiframe=0)
Return a string (that can be on several lines) ready to be output on a HTML page.
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_get_fiche_end($notab=0)
Return tab footer of a card.
dol_eval($s, $returnvalue=1, $hideerrors=1, $onlysimplestring='1')
Replace eval function to add more security.
dol_strlen($string, $stringencoding='UTF-8')
Make a strlen call.
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.
GETPOSTISARRAY($paramname, $method=0)
Return true if the parameter $paramname is submit from a POST OR GET as an array.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
dol_escape_js($stringtoescape, $mode=0, $noescapebackslashn=0)
Returns text escaped for inclusion into javascript code.
if(!function_exists( 'dol_getprefix')) dol_include_once($relpath, $classname='')
Make an include_once using default root and alternate root if it fails.
newToken()
Return the value of token currently saved into session with name 'newtoken'.
dolGetButtonAction($label, $text='', $actionType='default', $url='', $id='', $userRight=1, $params=array())
Function dolGetButtonAction.
dolGetFirstLastname($firstname, $lastname, $nameorder=-1)
Return firstname and lastname in correct order.
yn($yesno, $format=1, $color=0)
Return yes or no in current language.
getArrayOfSocialNetworks()
Get array of social network dictionary.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
GETPOSTFLOAT($paramname, $rounding='')
Return the value of a $_GET or $_POST supervariable, converted into float.
dol_print_profids($profID, $profIDtype, $countrycode='', $addcpButton=1)
Format professional IDs according to their country.
dol_htmloutput_mesg($mesgstring='', $mesgarray=array(), $style='ok', $keepembedded=0)
Print formatted messages to output (Used to show messages on html output).
dol_clone($object, $native=2)
Create a clone of instance of object (new instance with same value for each properties) With native =...
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
isValidEmail($address, $acceptsupervisorkey=0, $acceptuserkey=0)
Return true if email syntax is ok.
dol_sanitizeFileName($str, $newstr='_', $unaccent=1, $includequotes=0)
Clean a string to use it as a file name.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
info_admin($text, $infoonimgalt=0, $nodiv=0, $admin='1', $morecss='hideonsmartphone', $textfordropdown='', $picto='')
Show information in HTML for admin users or standard users.
img_edit($titlealt='default', $float=0, $other='')
Show logo edit/modify fiche.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename='', $restricttologhandler='', $logcontext=null)
Write log message into outputs.
dol_mkdir($dir, $dataroot='', $newmask='')
Creation of a directory (this can create recursive subdir)
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...
image_format_supported($file, $acceptsvg=0)
Return if a filename is file name of a supported image format.
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...
if(preg_match('/(crypted|dolcrypt):/i', $dolibarr_main_db_pass)||!empty($dolibarr_main_db_encrypted_pass)) $conf db type
getMaxFileSizeArray()
Return the max allowed for file upload.
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.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.