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']);
599 if (!is_numeric($result) || $result <= 0) {
600 $errors[] =
"ErrorFailedToSaveFile";
608 switch ($_FILES[
'photo'][
'error']) {
611 $errors[] =
"ErrorFileSizeTooLarge";
614 $errors[] =
"ErrorFilePartiallyUploaded";
619 if ($result == -3 && in_array(
'ErrorCustomerCodeAlreadyUsed',
$object->errors)) {
620 $duplicate_code_error =
true;
624 if ($result == -3 && in_array(
'ErrorSupplierCodeAlreadyUsed',
$object->errors)) {
625 $duplicate_code_error =
true;
626 $object->code_fournisseur =
'';
629 if ($db->lasterrno() ==
'DB_ERROR_RECORD_ALREADY_EXISTS') {
630 $duplicate_code_error =
true;
637 if ($result >= 0 && !$error) {
640 if (!empty($backtopage)) {
641 $backtopage = preg_replace(
'/--IDFORBACKTOPAGE--/', (
string)
$object->id, $backtopage);
642 if (preg_match(
'/\?/', $backtopage)) {
643 $backtopage .=
'&socid='.$object->id;
645 header(
"Location: ".$backtopage);
648 $url = $_SERVER[
"PHP_SELF"].
"?socid=".
$object->id;
650 $url = DOL_URL_ROOT.
"/comm/card.php?socid=".
$object->id;
651 } elseif (
$object->fournisseur == 1) {
652 $url = DOL_URL_ROOT.
"/fourn/card.php?socid=".
$object->id;
655 header(
"Location: ".$url);
664 if ($action ==
'update' && $permissiontoadd) {
667 if (
GETPOST(
'cancel',
'alpha')) {
668 if (!empty($backtopage)) {
669 header(
"Location: ".$backtopage);
672 header(
"Location: ".$_SERVER[
"PHP_SELF"].
"?socid=".$socid);
678 if (empty(
$object->client) && empty(
$object->oldcopy->code_client)) {
681 if (empty(
$object->fournisseur) && empty(
$object->oldcopy->code_fournisseur)) {
682 $object->code_fournisseur =
'';
686 $result =
$object->update($socid, $user, 1,
$object->oldcopy->codeclient_modifiable(),
$object->oldcopy->codefournisseur_modifiable(),
'update', 0);
690 if (GETPOSTISSET(
'no_email') &&
$object->email) {
692 $result =
$object->setNoEmail($no_email);
711 $salesreps =
GETPOST(
'commercial',
'array');
712 $result =
$object->setSalesRep($salesreps);
719 if (!$error && $user->hasRight(
'categorie',
'lire')) {
721 $categories =
GETPOST(
'custcats',
'array');
722 $result =
$object->setCategories($categories,
'customer');
729 $categories =
GETPOST(
'suppcats',
'array');
730 $result =
$object->setCategories($categories,
'supplier');
739 $file_OK = is_uploaded_file($_FILES[
'photo'][
'tmp_name']);
741 $fileimg = $dir.
'/'.
$object->logo;
742 $dirthumbs = $dir.
'/thumbs';
748 if ($current_logo !=
$object->logo) {
749 $fileimg = $dir.
'/'.$current_logo;
750 $dirthumbs = $dir.
'/thumbs';
762 if (!is_numeric($result) || $result <= 0) {
763 $errors[] =
"ErrorFailedToSaveFile";
770 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
779 $errors[] =
"ErrorBadImageFormat";
782 switch ($_FILES[
'photo'][
'error']) {
785 $errors[] =
"ErrorFileSizeTooLarge";
788 $errors[] =
"ErrorFilePartiallyUploaded";
797 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"adherent";
798 $sql .=
" SET fk_soc = NULL WHERE fk_soc = ".((int) $socid);
799 if (!
$object->db->query($sql)) {
806 if (!$error && !count($errors)) {
807 if (!empty($backtopage)) {
808 header(
"Location: ".$backtopage);
811 header(
"Location: ".$_SERVER[
"PHP_SELF"].
"?socid=".$socid);
820 $action = ($action ==
'add' ?
'create' :
'edit');
825 if ($action ==
'confirm_delete' && $confirm ==
'yes' && $user->hasRight(
'societe',
'supprimer')) {
828 $result =
$object->delete($socid, $user);
831 header(
"Location: ".DOL_URL_ROOT.
"/societe/list.php?restore_lastsearch_values=1&delsoc=".urlencode(
$object->name));
834 $langs->load(
"errors");
842 if ($action ==
'set_thirdpartytype' && $permissiontoadd) {
848 if ($action ==
'set_incoterms' && $permissiontoadd && isModEnabled(
'incoterm')) {
854 if ($action ==
'set_thirdparty' && $permissiontoadd) {
860 if ($action ==
'set_salesrepresentatives' && $permissiontoadd) {
866 if ($action ==
'setwarehouse' && $permissiontoadd) {
870 if ($action ==
'confirm_clone' && $confirm !=
'yes') {
874 if ($action ==
'confirm_clone' && $confirm ==
'yes' && $user->hasRight(
'societe',
'creer')) {
880 if (!empty(
GETPOST(
'clone_name'))) {
882 $clone->name =
GETPOST(
'clone_name',
'alphanohtml');
884 $clone->fournisseur = 0;
889 $clone->context[
'createfromclone'] =
'createfromclone';
890 $id = $clone->create($user);
898 unset($clone->context[
'createfromclone']);
905 header(
"Location: " . $_SERVER[
"PHP_SELF"] .
"?id=" . $id);
909 setEventMessages($langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"NewRefForClone")),
null,
'errors');
922 include DOL_DOCUMENT_ROOT.
'/core/actions_changeselectedfields.inc.php';
926 $triggersendname =
'COMPANY_SENTBYMAIL';
927 $paramname =
'socid';
928 $mode =
'emailfromthirdparty';
929 $trackid =
'thi'.$object->id;
930 include DOL_DOCUMENT_ROOT.
'/core/actions_sendmails.inc.php';
934 $upload_dir = !empty(
$conf->societe->multidir_output[
$object->entity]) ?
$conf->societe->multidir_output[
$object->entity] :
$conf->societe->dir_output;
935 $permissiontoadd = $user->hasRight(
'societe',
'creer');
936 include DOL_DOCUMENT_ROOT.
'/core/actions_builddoc.inc.php';
944$form =
new Form($db);
948if (isModEnabled(
'accounting')) {
952if ($socid > 0 && empty(
$object->id)) {
953 $result =
$object->fetch($socid);
960$title = $langs->trans(
"ThirdParty");
961if ($action ==
'create') {
962 $title = $langs->trans(
"NewThirdParty");
965 $title =
$object->name.
" - ".$langs->trans(
'Card');
967$help_url =
'EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas|DE:Modul_Geschäftspartner';
971$countrynotdefined = $langs->trans(
"ErrorSetACountryFirst").
' ('.$langs->trans(
"SeeAbove").
')';
973$canvasdisplayaction = $action;
974if (in_array($canvasdisplayaction, array(
'merge',
'confirm_merge'))) {
975 $canvasdisplayaction =
'view';
978if (is_object($objcanvas) && $objcanvas->displayCanvasExists($canvasdisplayaction)) {
982 $objcanvas->assign_values($canvasdisplayaction,
$object->id,
$object->ref);
983 $objcanvas->display_canvas($canvasdisplayaction);
988 if ($action ==
'create') {
993 if (
getDolGlobalString(
'THIRDPARTY_DEFAULT_CREATE_CONTACT') && !GETPOSTISSET(
'private')) {
996 if (empty($private)) {
1002 if (substr($module, 0, 15) ==
'mod_codeclient_' && substr($module, -3) ==
'php') {
1003 $module = substr($module, 0,
dol_strlen($module) - 4);
1005 $dirsociete = array_merge(array(
'/core/modules/societe/'),
$conf->modules_parts[
'societe']);
1006 foreach ($dirsociete as $dirroot) {
1012 $modCodeClient =
new $module($db);
1013 '@phan-var-force ModeleThirdPartyCode $modCodeClient';
1017 if (substr($module, 0, 15) ==
'mod_codeclient_' && substr($module, -3) ==
'php') {
1018 $module = substr($module, 0,
dol_strlen($module) - 4);
1020 $dirsociete = array_merge(array(
'/core/modules/societe/'),
$conf->modules_parts[
'societe']);
1021 foreach ($dirsociete as $dirroot) {
1027 $modCodeFournisseur =
new $module($db);
1028 '@phan-var-force ModeleThirdPartyCode $modCodeFournisseur';
1031 if (
GETPOST(
"type",
'aZ') !=
'f') {
1038 if (
GETPOST(
"type",
'aZ') ==
'c') {
1045 if (
GETPOST(
"type",
'aZ') ==
'p') {
1053 if ((isModEnabled(
"supplier_order") || isModEnabled(
"supplier_invoice")) && (
GETPOST(
"type") ==
'f' || (
GETPOST(
"type") ==
'' &&
getDolGlobalString(
'THIRDPARTY_SUPPLIER_BY_DEFAULT')))) {
1060 $object->particulier = $private;
1064 if (empty($duplicate_code_error)) {
1069 setEventMessages($langs->trans(
'NewCustomerSupplierCodeProposed'),
null,
'warnings');
1077 $object->socialnetworks = array();
1078 if (isModEnabled(
'socialnetworks')) {
1079 foreach ($socialnetworks as $key => $value) {
1080 if (GETPOSTISSET($key) &&
GETPOST($key,
'alphanohtml') !=
'') {
1087 $object->phone_mobile = (string)
GETPOST(
"phone_mobile",
'alpha');
1092 $paymentTermId =
GETPOSTINT(
'cond_reglement_id');
1093 if (empty($paymentTermId) && !GETPOSTISSET(
'cond_reglement_id')) {
1096 $object->cond_reglement_id = $paymentTermId;
1097 $paymentTypeId =
GETPOSTINT(
'mode_reglement_id');
1098 if (empty($paymentTypeId) && !GETPOSTISSET(
'mode_reglement_id')) {
1101 $object->mode_reglement_id = $paymentTypeId;
1114 $object->vat_reverse_charge =
GETPOST(
'vat_reverse_charge') ==
'on' ? 1 : 0;
1129 if (GETPOSTISSET(
'accountancy_code_sell')) {
1130 $accountancy_code_sell =
GETPOST(
'accountancy_code_sell',
'alpha');
1132 if (empty($accountancy_code_sell) || $accountancy_code_sell ==
'-1') {
1133 $object->accountancy_code_sell =
'';
1135 $object->accountancy_code_sell = $accountancy_code_sell;
1138 if (GETPOSTISSET(
'accountancy_code_buy')) {
1139 $accountancy_code_buy =
GETPOST(
'accountancy_code_buy',
'alpha');
1141 if (empty($accountancy_code_buy) || $accountancy_code_buy ==
'-1') {
1142 $object->accountancy_code_buy =
'';
1144 $object->accountancy_code_buy = $accountancy_code_buy;
1152 $file_OK = (isset($_FILES[
'photo']) ? is_uploaded_file($_FILES[
'photo'][
'tmp_name']) : false);
1157 if (@is_dir($dir)) {
1162 if (!is_numeric($result) || $result <= 0) {
1163 $errors[] =
"ErrorFailedToSaveFile";
1176 $object->country_code = $tmparray[
'code'];
1177 $object->country = $tmparray[
'label'];
1182 if (isModEnabled(
"multicurrency")) {
1188 print
load_fiche_titre($langs->trans(
"NewThirdParty"), $linkback,
'building');
1190 if (!empty(
$conf->use_javascript_ajax)) {
1192 print
"\n".
'<script type="text/javascript">';
1193 print
'$(document).ready(function () {
1196 is_private=' . $private.
';
1198 $(".individualline").show();
1200 $(".individualline").hide();
1202 $("#radiocompany").click(function() {
1203 $(".individualline").hide();
1204 $("#typent_id").val(0);
1205 $("#typent_id").change();
1206 $("#effectif_id").val(0);
1207 $("#effectif_id").change();
1208 $("#TypeName").html(document.formsoc.ThirdPartyName.value);
1209 document.formsoc.private.value=0;
1211 $("#radioprivate").click(function() {
1212 $(".individualline").show();
1213 $("#typent_id").val(id_te_private);
1214 $("#typent_id").change();
1215 $("#effectif_id").val(id_ef15);
1216 $("#effectif_id").change();
1217 /* Force to recompute the width of a select2 field when it was hidden and then shown programmatically */
1218 if ($("#civility_id").data("select2")) {
1219 $("#civility_id").select2({width: "resolve"});
1221 $("#TypeName").html(document.formsoc.LastName.value);
1222 document.formsoc.private.value=1;
1227 function init_check_no_email(input) {
1228 if (input.val()!="") {
1229 $(".noemail").addClass("fieldrequired");
1231 $(".noemail").removeClass("fieldrequired");
1234 $("#email").keyup(function() {
1235 init_check_no_email($(this));
1237 init_check_no_email($("#email"));';
1240 print
'</script>'.
"\n";
1242 print
'<div id="selectthirdpartytype">';
1243 print
'<div class="hideonsmartphone float">';
1244 print $langs->trans(
"ThirdPartyType").
': ';
1246 print
'<label for="radiocompany" class="radiocompany">';
1247 print
'<input type="radio" id="radiocompany" class="flat" name="private" value="0"'.($private ?
'' :
' checked').
'>';
1249 print $langs->trans(
"CreateThirdPartyOnly");
1251 print
' ';
1252 print
'<label for="radioprivate" class="radioprivate">';
1253 $text =
'<input type="radio" id="radioprivate" class="flat" name="private" value="1"'.($private ?
' checked' :
'').
'>';
1255 $text .= $langs->trans(
"CreateThirdPartyAndContact");
1256 $htmltext = $langs->trans(
"ToCreateContactWithSameName");
1257 print $form->textwithpicto($text, $htmltext, 1,
'help',
'', 0, 3);
1263 print
'<script type="text/javascript">';
1264 print
'$(document).ready(function () {
1265 var canHaveCustomerCategoryIfNotCustomerProspectSupplier = ' . (!
getDolGlobalString(
'THIRDPARTY_CAN_HAVE_CUSTOMER_CATEGORY_EVEN_IF_NOT_CUSTOMER_PROSPECT') ?
'0' :
'1') .
';
1267 init_customer_categ();
1268 $("#customerprospect").change(function() {
1269 init_customer_categ();
1271 function init_customer_categ() {
1272 console.log("is customer or prospect = "+jQuery("#customerprospect").val());
1273 if (jQuery("#customerprospect").val() == 0 && !canHaveCustomerCategoryIfNotCustomerProspectSupplier) {
1274 jQuery(".visibleifcustomer").hide();
1276 jQuery(".visibleifcustomer").show();
1280 init_supplier_categ();
1281 $("#fournisseur").change(function() {
1282 init_supplier_categ();
1284 function init_supplier_categ() {
1285 console.log("is supplier = "+jQuery("#fournisseur").val());
1286 if (jQuery("#fournisseur").val() == 0) {
1287 jQuery(".visibleifsupplier").hide();
1289 jQuery(".visibleifsupplier").show();
1293 $("#selectcountry_id").change(function() {
1294 console.log("selectcountry_id change");
1295 document.formsoc.action.value="create";
1296 document.formsoc.submit();
1299 print
'</script>'.
"\n";
1304 print
'<form enctype="multipart/form-data" action="'.$_SERVER[
"PHP_SELF"].
'" method="post" name="formsoc" autocomplete="off">';
1306 print
'<input type="hidden" name="action" value="add">';
1307 print
'<input type="hidden" name="token" value="'.newToken().
'">';
1308 print
'<input type="hidden" name="backtopage" value="'.$backtopage.
'">';
1309 print
'<input type="hidden" name="dol_openinpopup" value="'.$dol_openinpopup.
'">';
1310 print
'<input type="hidden" name="private" value='.$object->particulier.
'>';
1311 print
'<input type="hidden" name="type" value='.GETPOST(
"type",
'alpha').
'>';
1312 print
'<input type="hidden" name="LastName" value="'.$langs->trans(
'ThirdPartyName').
' / '.$langs->trans(
'LastName').
'">';
1313 print
'<input type="hidden" name="ThirdPartyName" value="'.$langs->trans(
'ThirdPartyName').
'">';
1314 if ($modCodeClient->code_auto || $modCodeFournisseur->code_auto) {
1315 print
'<input type="hidden" name="code_auto" value="1">';
1321 $parameters = array();
1323 $reshook = $hookmanager->executeHooks(
'tabContentCreateThirdparty', $parameters,
$object, $action);
1324 if (empty($reshook)) {
1325 print
'<table class="border centpercent">';
1328 print
'<tr class="tr-field-thirdparty-name"><td class="titlefieldcreate">';
1329 if (
$object->particulier || $private) {
1330 print
'<span id="TypeName" class="fieldrequired">'.$langs->trans(
'ThirdPartyName').
' / '.$langs->trans(
'LastName',
'name').
'</span>';
1332 print
'<span id="TypeName" class="fieldrequired">'.$form->editfieldkey(
'ThirdPartyName',
'name',
'',
$object, 0).
'</span>';
1334 print
'</td><td'.(getDolGlobalString(
'SOCIETE_USEPREFIX') ?
'' :
' colspan="3"').
'>';
1336 print
'<input type="text" class="minwidth300" maxlength="128" name="name" id="name" value="'.dol_escape_htmltag(
$object->name).
'" autofocus="autofocus">';
1337 print $form->widgetForTranslation(
"name",
$object, $permissiontoadd,
'string',
'alphanohtml',
'minwidth300');
1432 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>';
1437 if (
$conf->use_javascript_ajax) {
1440 print
'<tr class="individualline"><td>'.$form->editfieldkey(
'FirstName',
'firstname',
'',
$object, 0).
'</td>';
1441 print
'<td colspan="3"><input type="text" class="minwidth300" maxlength="128" name="firstname" id="firstname" value="'.dol_escape_htmltag(
$object->firstname).
'"></td>';
1445 print
'<tr class="individualline"><td>'.$form->editfieldkey(
'UserTitle',
'civility_id',
'',
$object, 0).
'</td><td colspan="3" class="maxwidthonsmartphone">';
1446 print $formcompany->select_civility(
$object->civility_id,
'civility_id',
'maxwidth100').
'</td>';
1452 print
'<tr id="name_alias"><td><label for="name_alias_input">'.$langs->trans(
'AliasNames').
'</label></td>';
1453 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>';
1459 switch ($selected) {
1461 $selectedcustomer = 1;
1464 $selectedprospect = 1;
1467 $selectedprospect = 1;
1468 $selectedcustomer = 1;
1474 $selectedprospect = ((GETPOSTISSET(
'prospect') && $action ==
'create') ?
GETPOSTINT(
'prospect') : $selectedprospect);
1475 $selectedcustomer = ((GETPOSTISSET(
'customer') && $action ==
'create') ?
GETPOSTINT(
'customer') : $selectedcustomer);
1476 $selectedsupplier = ((GETPOSTISSET(
'supplier') && $action ==
'create') ?
GETPOSTINT(
'supplier') :
$object->fournisseur);
1478 if ($selectedprospect && $selectedcustomer &&
getDolGlobalString(
"SOCIETE_DISABLE_PROSPECTSCUSTOMERS")) {
1480 $selectedcustomer = 0;
1483 print
'<tr class="marginbottomlarge height50">';
1484 if (
$conf->browser->layout !=
'phone') {
1485 print
'<td class="titlefieldcreate">'.$form->editfieldkey(
'',
'customerprospect',
'',
$object, 0,
'string',
'', 0).
'</td>';
1487 print
'<td class="maxwidthonsmartphone"'.($conf->browser->layout !=
'phone' ?
'colspan="3"' :
'colspan="2"').
'>';
1490 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>';
1494 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>';
1497 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'))
1498 || (isModEnabled(
'supplier_proposal') && $user->hasRight(
'supplier_proposal',
'lire'))) {
1500 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>';
1503 if (
$conf->use_javascript_ajax) {
1505 function refreshNatureCss() {
1506 jQuery(".spannature").each(function( index ) {
1507 id = $(this).attr("id").split("spannature")[1];
1508 console.log(jQuery("#spannature"+(id)+" .checkforselect").is(":checked"));
1509 if (jQuery("#spannature"+(id)+" .checkforselect").is(":checked")) {
1511 jQuery("#spannature"+(id)).addClass("prospect-back").removeClass("nonature-back");
1514 jQuery("#spannature"+(id)).addClass("customer-back").removeClass("nonature-back");
1517 jQuery("#spannature"+(id)).addClass("vendor-back").removeClass("nonature-back");
1520 jQuery("#spannature"+(id)).removeClass("prospect-back").removeClass("customer-back").removeClass("vendor-back").addClass("nonature-back");
1525 function manageprospectcustomer(element) {
1526 console.log("We uncheck unwanted values on a nature");
1527 id = $(element).attr("id").split("spannature")[1];
1529 $("#spannature2 .checkforselect").prop("checked", false);
1532 $("#spannature1 .checkforselect").prop("checked", false);
1536 jQuery(".spannature").click(function(){
1537 console.log("We click on a nature");
1538 '.(getDolGlobalString(
'SOCIETE_DISABLE_PROSPECTSCUSTOMERS') ?
'manageprospectcustomer($(this));' :
'').
'
1549 print
'<td>'.$form->editfieldkey(
'CustomerCode',
'customer_code',
'',
$object, 0).
'</td><td>';
1550 print
'<table class="nobordernopadding"><tr><td>';
1551 $tmpcode =
$object->code_client ??
'';
1552 if (empty($tmpcode) && !empty($modCodeClient->code_auto)) {
1553 $tmpcode = $modCodeClient->getNextValue(
$object, 0);
1555 print
'<input type="text" name="customer_code" id="customer_code" class="maxwidthonsmartphone" value="'.dol_escape_htmltag($tmpcode).
'" maxlength="24">';
1557 $s = $modCodeClient->getToolTip($langs,
$object, 0);
1558 print $form->textwithpicto(
'', $s, 1);
1559 print
'</td></tr></table>';
1562 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'))
1563 || (isModEnabled(
'supplier_proposal') && $user->hasRight(
'supplier_proposal',
'lire'))) {
1564 if (
$conf->browser->layout ==
'phone') {
1565 print
'<td colspan="2"></td>';
1568 print
'<td>'.$form->editfieldkey(
'SupplierCode',
'supplier_code',
'',
$object, 0).
'</td><td>';
1569 print
'<table class="nobordernopadding"><tr><td>';
1570 $tmpcode =
$object->code_fournisseur ??
'';
1571 if (empty($tmpcode) && !empty($modCodeFournisseur->code_auto)) {
1572 $tmpcode = $modCodeFournisseur->getNextValue(
$object, 1);
1574 print
'<input type="text" name="supplier_code" id="supplier_code" class="maxwidthonsmartphone" value="'.dol_escape_htmltag($tmpcode).
'" maxlength="24">';
1576 $s = $modCodeFournisseur->getToolTip($langs,
$object, 1);
1577 print $form->textwithpicto(
'', $s, 1);
1578 print
'</td></tr></table>';
1581 print
'<td colspan="2"></td>';
1586 print
'<tr><td>'.$form->editfieldkey(
'Status',
'status',
'',
$object, 0).
'</td><td colspan="3">';
1587 print $form->selectarray(
'status', array(
'1' => $langs->trans(
'InActivity'),
'0' => $langs->trans(
'ActivityCeased')), 1, 0, 0, 0,
'', 0, 0, 0,
'',
'minwidth100', 1);
1591 if (isModEnabled(
'barcode')) {
1592 print
'<tr><td>'.$form->editfieldkey(
'Gencod',
'barcode',
'',
$object, 0).
'</td>';
1593 print
'<td colspan="3">';
1594 print
img_picto(
'',
'barcode',
'class="pictofixedwidth"');
1595 print
'<input type="text" class="minwidth200 maxwidth300 widthcentpercentminusx" name="barcode" id="barcode" value="'.dol_escape_htmltag(
$object->barcode).
'">';
1599 print
'<tr><td colspan="4"> </td></tr>';
1602 print
'<tr><td class="tdtop">';
1603 print $form->editfieldkey(
'Address',
'address',
'',
$object, 0);
1605 print
'<td colspan="3">';
1606 print
'<textarea name="address" id="address" class="quatrevingtpercent" rows="'.ROWS_2.
'" wrap="soft">';
1608 print
'</textarea>';
1609 print $form->widgetForTranslation(
"address",
$object, $permissiontoadd,
'textarea',
'alphanohtml',
'quatrevingtpercent');
1613 print
'<tr><td>'.$form->editfieldkey(
'Zip',
'zipcode',
'',
$object, 0).
'</td><td>';
1614 print $formcompany->select_ziptown(
$object->zip,
'zipcode', array(
'town',
'selectcountry_id',
'state_id'), 0, 0,
'',
'maxwidth100');
1616 if (
$conf->browser->layout ==
'phone') {
1619 print
'<td class="tdtop">'.$form->editfieldkey(
'Town',
'town',
'',
$object, 0).
'</td><td>';
1620 print $formcompany->select_ziptown(
$object->town,
'town', array(
'zipcode',
'selectcountry_id',
'state_id'), 0, 0,
'',
'maxwidth150 quatrevingtpercent');
1621 print $form->widgetForTranslation(
"town",
$object, $permissiontoadd,
'string',
'alphanohtml',
'maxwidth100 quatrevingtpercent');
1625 print
'<tr><td>'.$form->editfieldkey(
'Country',
'selectcountry_id',
'',
$object, 0).
'</td><td colspan="3" class="maxwidthonsmartphone">';
1626 print
img_picto(
'',
'country',
'class="pictofixedwidth"');
1627 print $form->select_country((GETPOSTISSET(
'country_id') ?
GETPOST(
'country_id') :
$object->country_id),
'country_id',
'', 0,
'minwidth200 maxwidth300 widthcentpercentminusx');
1629 print
info_admin($langs->trans(
"YouCanChangeValuesForThisListFromDictionarySetup"), 1);
1636 print
'<tr><td>'.$form->editfieldkey(
'Region-State',
'state_id',
'',
$object, 0).
'</td><td colspan="3" class="maxwidthonsmartphone">';
1638 print
'<tr><td>'.$form->editfieldkey(
'State',
'state_id',
'',
$object, 0).
'</td><td colspan="3" class="maxwidthonsmartphone">';
1642 print
img_picto(
'',
'state',
'class="pictofixedwidth"');
1643 print $formcompany->select_state(
$object->state_id,
$object->country_code,
'state_id',
'minwidth200 maxwidth300 widthcentpercentminusx');
1645 print $countrynotdefined;
1651 print
'<tr><td>'.$form->editfieldkey(
'Phone',
'phone',
'',
$object, 0).
'</td>';
1652 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>';
1654 if (
$conf->browser->layout ==
'phone') {
1659 print
'<td>'.$form->editfieldkey(
'PhoneMobile',
'phone_mobile',
'',
$object, 0).
'</td>';
1660 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>';
1664 print
'<td>'.$form->editfieldkey(
'Fax',
'fax',
'',
$object, 0).
'</td>';
1665 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>';
1668 print
'<tr><td>'.$form->editfieldkey(
'Web',
'url',
'',
$object, 0).
'</td>';
1669 print
'<td colspan="3">'.img_picto(
'',
'globe',
'class="pictofixedwidth"').
' <input type="text" class="maxwidth500 widthcentpercentminusx" name="url" id="url" value="'.
$object->url.
'"></td></tr>';
1672 print
'<tr><td>'.$form->editfieldkey(
'EMail',
'email',
'',
$object, 0,
'string',
'',
getDolGlobalInt(
'SOCIETE_EMAIL_MANDATORY')).
'</td>';
1673 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>';
1676 if (isModEnabled(
'mailing')) {
1677 if (
$conf->browser->layout ==
'phone') {
1680 if (
$conf->use_javascript_ajax &&
getDolGlobalInt(
'MAILING_CONTACT_DEFAULT_BULK_STATUS') == 2) {
1681 print
"\n".
'<script type="text/javascript">'.
"\n";
1682 print
'$(document).ready(function () {
1683 $("#email").keyup(function() {
1684 console.log("We change email content");
1685 if ($(this).val()!="") {
1686 $(".noemail").addClass("fieldrequired");
1688 $(".noemail").removeClass("fieldrequired");
1692 print
'</script>'.
"\n";
1694 if (!GETPOSTISSET(
"no_email") && !empty(
$object->email)) {
1695 $result =
$object->getNoEmail();
1700 print
'<td class="noemail"><label for="no_email">'.$langs->trans(
"No_Email").
'</label></td>';
1702 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);
1708 if (isModEnabled(
'mailing') &&
getDolGlobalString(
'THIRDPARTY_SUGGEST_ALSO_ADDRESS_CREATION')) {
1710 if (
$conf->browser->layout !=
'phone') {
1714 print
'<td class="individualline noemail">'.$form->editfieldkey($langs->trans(
'No_Email') .
' ('.$langs->trans(
'Contact').
')',
'contact_no_email',
'',
$object, 0).
'</td>';
1715 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>';
1720 if (isModEnabled(
'socialnetworks')) {
1721 $colspan = (
$conf->browser->layout ==
'phone' ? 2 : 4);
1723 $object->showSocialNetwork($socialnetworks, $colspan);
1725 print
'<tr><td'.($colspan ?
' colspan="'.$colspan.
'"' :
'').
'><hr></td></tr>';
1731 $NBCOLS = (
$conf->browser->layout ==
'phone' ? 1 : 2);
1734 while ($i <= $NBPROFIDMAX) {
1735 $idprof = $langs->transcountry(
'ProfId'.$i, (
string)
$object->country_code);
1736 if ($idprof !=
'-' && ($i <= $NBPROFIDMIN || !empty($langs->tab_translate[
'ProfId'.$i.$object->country_code]))) {
1739 if (($j % $NBCOLS) == 0) {
1743 $idprof_mandatory =
'SOCIETE_IDPROF'.($i).
'_MANDATORY';
1744 print
'<td>'.$form->editfieldkey($idprof, $key,
'',
$object, 0,
'string',
'', (empty(
$conf->global->$idprof_mandatory) ? 0 : 1)).
'</td><td>';
1746 print $formcompany->get_input_id_prof($i, $key,
$object->$key,
$object->country_code);
1748 if (($j % $NBCOLS) == ($NBCOLS - 1)) {
1755 if ($NBCOLS > 1 && ($j % 2 == 1)) {
1756 print
'<td colspan="2"></td></tr>';
1760 print
'<tr><td><label for="assujtva_value">'.$form->editfieldkey(
'VATIsUsed',
'assujtva_value',
'',
$object, 0).
'</label></td>';
1762 print
'<input id="assujtva_value" name="assujtva_value" type="checkbox" ' . (GETPOSTISSET(
'assujtva_value') ? (
GETPOST(
'assujtva_value',
'alpha') !=
'' ?
' checked="checked"' :
'') :
'checked="checked"') .
' value="1">';
1764 if (
$conf->browser->layout ==
'phone') {
1767 print
'<td class="nowrap">'.$form->editfieldkey(
'VATIntra',
'intra_vat',
'',
$object, 0).
'</td>';
1768 print
'<td class="nowrap">';
1769 $s =
'<input type="text" class="flat maxwidthonsmartphone" name="tva_intra" id="intra_vat" maxlength="20" value="'.$object->tva_intra.
'">';
1774 if (!empty(
$conf->use_javascript_ajax)) {
1776 if (!empty(
$conf->dol_use_jmobile)) {
1781 print
'<script type="text/javascript">';
1782 print
"function CheckVAT(a) {\n";
1783 if ($mysoc->country_code ==
'GR' &&
$object->country_code ==
'GR' && !empty($u)) {
1784 print
"GRVAT(a,'{$u}','{$p}','{$myafm}');\n";
1786 print
"newpopup('".DOL_URL_ROOT.
"/societe/checkvat/checkVatPopup.php?vatNumber='+a, '".
dol_escape_js($langs->trans(
"VATIntraCheckableOnEUSite")).
"', ".$widthpopup.
", ".$heightpopup.
");\n";
1791 $s .=
'<a href="#" class="hideonsmartphone" onclick="CheckVAT(document.formsoc.tva_intra.value);">'.$langs->trans(
"VATIntraCheck").
'</a>';
1792 $s = $form->textwithpicto($s, $langs->trans(
"VATIntraCheckDesc", $langs->transnoentitiesnoconv(
"VATIntraCheck")), 1);
1794 $s .=
'<a href="'.$langs->transcountry(
"VATIntraCheckURL", (
string)
$object->country_id).
'" target="_blank" rel="noopener noreferrer">'.
img_picto($langs->trans(
"VATIntraCheckableOnEUSite"),
'help').
'</a>';
1803 print
'<tr><td><label for="vat_reverse_charge">' . $form->editfieldkey(
'VATReverseChargeByDefault',
'vat_reverse_charge',
'',
$object, 0) .
'</label></td><td colspan="3">';
1804 print
'<input type="checkbox" name="vat_reverse_charge" id="vat_reverse_charge" '.($object->vat_reverse_charge ==
'1' ?
' checked' :
'').
'>';
1810 if ($mysoc->localtax1_assuj ==
"1" && $mysoc->localtax2_assuj ==
"1") {
1811 print
'<tr><td>'.$langs->transcountry(
"LocalTax1IsUsed", $mysoc->country_code).
'</td><td>';
1812 print
'<input id="localtax1assuj_value" name="localtax1assuj_value" type="checkbox" ' . (isset(
$conf->global->THIRDPARTY_DEFAULT_USELOCALTAX1) ?
'checked="checked"' :
'') .
' value="1">';
1814 if (
$conf->browser->layout ==
'phone') {
1817 print
'<td>'.$langs->transcountry(
"LocalTax2IsUsed", $mysoc->country_code).
'</td><td>';
1818 print
'<input id="localtax2assuj_value" name="localtax2assuj_value" type="checkbox" ' . (isset(
$conf->global->THIRDPARTY_DEFAULT_USELOCALTAX2) ?
'checked="checked"' :
'') .
' value="1">';
1820 } elseif ($mysoc->localtax1_assuj ==
"1") {
1821 print
'<tr><td>'.$langs->transcountry(
"LocalTax1IsUsed", $mysoc->country_code).
'</td><td colspan="3">';
1822 print
'<input id="localtax1assuj_value" name="localtax1assuj_value" type="checkbox" ' . (isset(
$conf->global->THIRDPARTY_DEFAULT_USELOCALTAX1) ?
'checked="checked"' :
'') .
' value="1">';
1824 } elseif ($mysoc->localtax2_assuj ==
"1") {
1825 print
'<tr><td>'.$langs->transcountry(
"LocalTax2IsUsed", $mysoc->country_code).
'</td><td colspan="3">';
1826 print
'<input id="localtax2assuj_value" name="localtax2assuj_value" type="checkbox" ' . (isset(
$conf->global->THIRDPARTY_DEFAULT_USELOCALTAX2) ?
'checked="checked"' :
'') .
' value="1">';
1831 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";
1832 $sortparam = (!
getDolGlobalString(
'SOCIETE_SORT_ON_TYPEENT') ?
'ASC' :
$conf->global->SOCIETE_SORT_ON_TYPEENT);
1833 print $form->selectarray(
"typent_id", $formcompany->typent_array(0),
$object->typent_id, 1, 0, 0,
'', 0, 0, 0, $sortparam,
'', 1);
1835 print
' '.info_admin($langs->trans(
"YouCanChangeValuesForThisListFromDictionarySetup"), 1);
1839 if (
$conf->browser->layout ==
'phone') {
1842 print
'<td>'.$form->editfieldkey(
'Workforce',
'effectif_id',
'',
$object, 0).
'</td><td class="maxwidthonsmartphone"'.(
$conf->browser->layout ==
'phone' ?
' colspan="3"' :
'').
'>';
1843 print $form->selectarray(
"effectif_id", $formcompany->effectif_array(0),
$object->effectif_id, 0, 0, 0,
'', 0, 0, 0,
'',
'', 1);
1845 print
' '.info_admin($langs->trans(
"YouCanChangeValuesForThisListFromDictionarySetup"), 1);
1848 print
'<input type="hidden" name="effectif_id" id="effectif_id" value="'.$object->effectif_id.
'">';
1853 print
'<tr><td>'.$form->editfieldkey(
'JuridicalStatus',
'forme_juridique_code',
'',
$object, 0).
'</td>';
1854 print
'<td colspan="3" class="maxwidthonsmartphone">';
1856 print $formcompany->select_juridicalstatus(
$object->forme_juridique_code,
$object->country_code,
'',
'forme_juridique_code');
1858 print $countrynotdefined;
1863 print
'<tr><td>'.$form->editfieldkey(
'Capital',
'capital',
'',
$object, 0).
'</td>';
1864 print
'<td colspan="3"><input type="text" name="capital" id="capital" class="maxwidth100" value="'.$object->capital.
'"> ';
1865 if (isModEnabled(
"multicurrency")) {
1866 print
'<span class="hideonsmartphone">';
1868 print $langs->getCurrencySymbol(
$object->multicurrency_code);
1869 print
'</span></td></tr>';
1871 print
'<span class="hideonsmartphone">';
1872 print $langs->getCurrencySymbol(
$conf->currency);
1874 print
'</span></td></tr>';
1877 print
'<tr><td>'.$form->editfieldkey(
'DefaultLang',
'default_lang',
'',
$object, 0).
'</td><td colspan="3" class="maxwidthonsmartphone">'.
"\n";
1878 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');
1885 print
'<td>'.$form->editfieldkey(
'PaymentConditions',
'cond_reglement_id',
'',
$object, 0).
'</td>';
1886 print
'<td colspan="3" class="maxwidthonsmartphone">';
1887 print $form->getSelectConditionsPaiements((
int)
$object->cond_reglement_id,
'cond_reglement_id', 1, 1, 1,
'', (
float)
$object->deposit_percent);
1892 print
'<td>'.$form->editfieldkey(
'PaymentMode',
'mode_reglement_id',
'',
$object, 0).
'</td>';
1893 print
'<td colspan="3" class="maxwidthonsmartphone">';
1894 print $form->select_types_paiements((
string)
$object->mode_reglement_id,
'mode_reglement_id',
'', 0, 1, 1, 0, 1);
1898 if (isModEnabled(
'incoterm')) {
1900 print
'<td>'.$form->editfieldkey(
'IncotermLabel',
'incoterm_id',
'',
$object, 0).
'</td>';
1901 print
'<td colspan="3" class="maxwidthonsmartphone">';
1902 print $form->select_incoterms((!empty(
$object->fk_incoterms) ?
$object->fk_incoterms :
''), (!empty(
$object->location_incoterms) ?
$object->location_incoterms :
''));
1907 if (isModEnabled(
'category') && $user->hasRight(
'categorie',
'lire')) {
1908 $langs->load(
'categories');
1911 print
'<tr class="visibleifcustomer"><td class="toptd">'.$form->editfieldkey(
'CustomersProspectsCategoriesShort',
'custcats',
'',
$object, 0).
'</td><td colspan="3">';
1912 print $form->selectCategories(Categorie::TYPE_CUSTOMER,
'custcats',
$object);
1916 print
'<tr class="individualline"><td class="toptd">'.$form->editfieldkey(
'ContactCategoriesShort',
'contcats',
'',
$object, 0).
'</td><td colspan="3">';
1917 print $form->selectCategories(Categorie::TYPE_CONTACT,
'contcats',
$object);
1922 if (isModEnabled(
"supplier_proposal") || isModEnabled(
"supplier_order") || isModEnabled(
"supplier_invoice")) {
1923 print
'<tr class="visibleifsupplier"><td class="toptd">'.$form->editfieldkey(
'SuppliersCategoriesShort',
'suppcats',
'',
$object, 0).
'</td><td colspan="3">';
1924 print $form->selectCategories(Categorie::TYPE_SUPPLIER,
'suppcats',
$object);
1930 if (isModEnabled(
"multicurrency")) {
1932 print
'<td>'.$form->editfieldkey(
'Currency',
'multicurrency_code',
'',
$object, 0).
'</td>';
1933 print
'<td colspan="3" class="maxwidthonsmartphone">';
1934 print
img_picto(
'',
'currency',
'class="pictofixedwidth"');
1935 print $form->selectMultiCurrency((GETPOSTISSET(
'multicurrency_code') ?
GETPOST(
'multicurrency_code') : (
$object->multicurrency_code ?
$object->multicurrency_code :
$conf->currency)),
'multicurrency_code', 1,
'', false,
'maxwidth150 widthcentpercentminusx');
1940 $parameters = array(
'socid' => $socid,
'colspan' =>
' colspan="3"',
'colspanvalue' =>
'3');
1941 include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_add.tpl.php';
1946 print
'<td>'.$langs->trans(
'ParentCompany').
'</td>';
1947 print
'<td colspan="3" class="maxwidthonsmartphone">';
1948 print
img_picto(
'',
'company',
'class="paddingrightonly"');
1949 print $form->select_company(
GETPOST(
'parent_company_id'),
'parent_company_id',
'',
'SelectThirdParty', 0, 0, array(), 0,
'minwidth300 maxwidth500 widthcentpercentminusxx');
1955 print
'<td>'.$form->editfieldkey(
'AllocateCommercial',
'commercial_id',
'',
$object, 0).
'</td>';
1956 print
'<td colspan="3" class="maxwidthonsmartphone">';
1958 $userlist = $form->select_dolusers($selected,
'', 0,
null, 0,
'',
'',
'0', 0, 0,
'u.statut:=:1', 0,
'',
'', 0, 2);
1961 print
img_picto(
'',
'user').$form->multiselectarray(
'commercial', $userlist, $selected, 0, 0,
'quatrevingtpercent widthcentpercentminusx', 0, 0);
1965 print
'<tr class="hideonsmartphone">';
1966 print
'<td>'.$form->editfieldkey(
'Logo',
'photoinput',
'',
$object, 0).
'</td>';
1967 print
'<td colspan="3">';
1968 print
'<input class="flat" type="file" name="photo" id="photoinput" />';
1972 print
'</table>'.
"\n";
1976 print
'<table class="border centpercent">';
1978 if (isModEnabled(
'accounting')) {
1981 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellCode").
'</td>';
1983 $accountancy_code_sell =
GETPOST(
'accountancy_code_sell',
'alpha');
1984 print $formaccounting->select_account($accountancy_code_sell,
'accountancy_code_sell', 1, array(), 1, 1,
'');
1988 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyCode").
'</td>';
1990 $accountancy_code_buy =
GETPOST(
'accountancy_code_buy',
'alpha');
1991 print $formaccounting->select_account($accountancy_code_buy,
'accountancy_code_buy', 1, array(), 1, 1,
'');
1995 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellCode").
'</td>';
1996 print
'<td class="maxwidthonsmartphone"><input class="minwidth100" name="accountancy_code_sell" value="'.$object->accountancy_code_sell.
'">';
2000 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyCode").
'</td>';
2001 print
'<td class="maxwidthonsmartphone"><input class="minwidth100" name="accountancy_code_buy" value="'.$object->accountancy_code_buy.
'">';
2011 print $form->buttonsSaveCancel(
'AddThirdParty',
'Cancel', array(), 0,
'', $dol_openinpopup);
2013 print
'</form>'.
"\n";
2014 } elseif ($action ==
'edit') {
2018 $res =
$object->fetch_optionals();
2025 if (substr($module, 0, 15) ==
'mod_codeclient_' && substr($module, -3) ==
'php') {
2026 $module = substr($module, 0,
dol_strlen($module) - 4);
2028 $dirsociete = array_merge(array(
'/core/modules/societe/'),
$conf->modules_parts[
'societe']);
2029 foreach ($dirsociete as $dirroot) {
2035 $modCodeClient =
new $module($db);
2036 '@phan-var-force ModeleThirdPartyCode $modCodeClient';
2038 if ($modCodeClient->code_auto) {
2039 $prefixCustomerIsUsed = $modCodeClient->verif_prefixIsUsed();
2041 $prefixCustomerIsUsed =
false;
2044 if (substr($module, 0, 15) ==
'mod_codeclient_' && substr($module, -3) ==
'php') {
2045 $module = substr($module, 0,
dol_strlen($module) - 4);
2047 $dirsociete = array_merge(array(
'/core/modules/societe/'),
$conf->modules_parts[
'societe']);
2048 foreach ($dirsociete as $dirroot) {
2054 $modCodeFournisseur =
new $module($db);
2055 '@phan-var-force ModeleThirdPartyCode $modCodeFournisseur';
2057 if ($modCodeFournisseur->code_auto) {
2058 $prefixSupplierIsUsed = $modCodeFournisseur->verif_prefixIsUsed();
2060 $prefixSupplierIsUsed =
false;
2065 if (GETPOSTISSET(
'name')) {
2081 $object->socialnetworks = array();
2082 if (isModEnabled(
'socialnetworks')) {
2083 foreach ($socialnetworks as $key => $value) {
2084 if (GETPOSTISSET($key) &&
GETPOST($key,
'alphanohtml') !=
'') {
2091 $object->phone_mobile = (string)
GETPOST(
'phone_mobile',
'alpha');
2110 $object->vat_reverse_charge =
GETPOST(
'vat_reverse_charge') ==
'on' ? 1 : 0;
2116 $object->webservices_key =
GETPOST(
'webservices_key',
'san_alpha');
2118 if (GETPOSTISSET(
'accountancy_code_sell')) {
2119 $accountancy_code_sell =
GETPOST(
'accountancy_code_sell',
'alpha');
2121 if (empty($accountancy_code_sell) || $accountancy_code_sell ==
'-1') {
2122 $object->accountancy_code_sell =
'';
2124 $object->accountancy_code_sell = $accountancy_code_sell;
2127 if (GETPOSTISSET(
'accountancy_code_buy')) {
2128 $accountancy_code_buy =
GETPOST(
'accountancy_code_buy',
'alpha');
2130 if (empty($accountancy_code_buy) || $accountancy_code_buy ==
'-1') {
2131 $object->accountancy_code_buy =
'';
2133 $object->accountancy_code_buy = $accountancy_code_buy;
2138 if (isModEnabled(
'incoterm')) {
2140 $object->location_incoterms =
GETPOST(
'lcoation_incoterms',
'alpha');
2151 if (
$object->country_id > 0) {
2153 $object->country_code = $tmparray[
'code'];
2154 $object->country = $tmparray[
'label'];
2158 if (isModEnabled(
"multicurrency")) {
2163 if (
$object->localtax1_assuj == 0) {
2168 if (
$object->localtax2_assuj == 0) {
2174 if (!empty(
$conf->use_javascript_ajax)) {
2175 print
"\n".
'<script type="text/javascript">';
2176 print
'$(document).ready(function () {
2179 if("#localtax1assuj_value".value==undefined){
2186 if("#localtax2assuj_value".value==undefined){
2193 $("#localtax1assuj_value").change(function() {
2194 var value=document.getElementById("localtax1assuj_value").value;
2201 $("#localtax2assuj_value").change(function() {
2202 var value=document.getElementById("localtax2assuj_value").value;
2210 var canHaveCustomerCategoryIfNotCustomerProspect = ' . (
getDolGlobalInt(
'THIRDPARTY_CAN_HAVE_CUSTOMER_CATEGORY_EVEN_IF_NOT_CUSTOMER_PROSPECT') ?
'1' :
'0') .
';
2212 init_customer_categ();
2213 $("#customerprospect").change(function() {
2214 init_customer_categ();
2216 function init_customer_categ() {
2217 console.log("is customer or prospect = "+jQuery("#customerprospect").val());
2218 if (jQuery("#customerprospect").val() == 0 && !canHaveCustomerCategoryIfNotCustomerProspect)
2220 jQuery(".visibleifcustomer").hide();
2224 jQuery(".visibleifcustomer").show();
2228 init_supplier_categ();
2229 $("#fournisseur").change(function() {
2230 init_supplier_categ();
2232 function init_supplier_categ() {
2233 console.log("is supplier = "+jQuery("#fournisseur").val());
2234 if (jQuery("#fournisseur").val() == 0)
2236 jQuery(".visibleifsupplier").hide();
2240 jQuery(".visibleifsupplier").show();
2244 $("#selectcountry_id").change(function() {
2245 console.log("selectcountry_id change");
2246 document.formsoc.action.value="edit";
2247 document.formsoc.submit();
2251 print
'</script>'.
"\n";
2254 print
'<form enctype="multipart/form-data" action="'.$_SERVER[
"PHP_SELF"].
'?socid='.
$object->id.
'" method="post" name="formsoc">';
2255 print
'<input type="hidden" name="action" value="update">';
2256 print
'<input type="hidden" name="token" value="'.newToken().
'">';
2257 print
'<input type="hidden" name="socid" value="'.$object->id.
'">';
2258 print
'<input type="hidden" name="entity" value="'.$object->entity.
'">';
2259 if ($modCodeClient->code_auto || $modCodeFournisseur->code_auto) {
2260 print
'<input type="hidden" name="code_auto" value="1">';
2266 print
'<div class="fichecenter2">';
2268 $parameters = array();
2270 $reshook = $hookmanager->executeHooks(
'tabContentEditThirdparty', $parameters,
$object, $action);
2271 if (empty($reshook)) {
2272 print
'<table class="border centpercent">';
2276 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ID").
'</td><td colspan="3">';
2282 print
'<tr><td class="titlefieldcreate">'.$form->editfieldkey(
'ThirdPartyName',
'name',
'',
$object, 0,
'string',
'', 1).
'</td>';
2283 print
'<td colspan="3"><input type="text" class="minwidth300" maxlength="128" name="name" id="name" value="'.dol_escape_htmltag(
$object->name).
'" autofocus="autofocus">';
2284 print $form->widgetForTranslation(
"name",
$object, (
int) $permissiontoadd,
'string',
'alphanohtml',
'minwidth300');
2288 print
'<tr id="name_alias"><td><label for="name_alias_input">'.$langs->trans(
'AliasNames').
'</label></td>';
2289 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>';
2293 print
'<tr><td>'.$form->editfieldkey(
'Prefix',
'prefix',
'',
$object, 0).
'</td><td colspan="3">';
2295 if (($prefixCustomerIsUsed || $prefixSupplierIsUsed) &&
$object->prefix_comm) {
2296 print
'<input type="hidden" name="prefix_comm" value="'.dol_escape_htmltag(
$object->prefix_comm).
'">';
2299 print
'<input type="text" size="5" maxlength="5" name="prefix_comm" id="prefix" value="'.dol_escape_htmltag(
$object->prefix_comm).
'">';
2306 $selectedcustomer = 0;
2307 $selectedprospect = 0;
2308 switch ($selected) {
2310 $selectedcustomer = 1;
2313 $selectedprospect = 1;
2316 $selectedprospect = 1;
2317 $selectedcustomer = 1;
2324 $selectedprospect = (GETPOSTISSET(
'prospect') ?
GETPOSTINT(
'prospect') : $selectedprospect);
2325 $selectedcustomer = (GETPOSTISSET(
'customer') ?
GETPOSTINT(
'customer') : $selectedcustomer);
2326 print
'<tr class="marginbottomlarge height50">';
2327 if (
$conf->browser->layout !=
'phone') {
2328 print
'<td class="titlefieldcreate">'.$form->editfieldkey(
'',
'customerprospect',
'',
$object, 0,
'string',
'', 0).
'</td>';
2330 print
'<td class="maxwidthonsmartphone"'.($conf->browser->layout !=
'phone' ?
'colspan="3"' :
'colspan="2"').
'>';
2333 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>';
2337 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>';
2339 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'))
2340 || (isModEnabled(
'supplier_proposal') && $user->hasRight(
'supplier_proposal',
'lire'))) {
2342 $selected = (GETPOSTISSET(
'supplier') ?
GETPOSTINT(
'supplier') :
$object->fournisseur);
2343 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>';
2347 if (
$conf->use_javascript_ajax) {
2349 function refreshNatureCss() {
2350 jQuery(".spannature").each(function( index ) {
2351 id = $(this).attr("id").split("spannature")[1];
2352 console.log(jQuery("#spannature"+(id)+" .checkforselect").is(":checked"));
2353 if (jQuery("#spannature"+(id)+" .checkforselect").is(":checked")) {
2355 jQuery("#spannature"+(id)).addClass("prospect-back").removeClass("nonature-back");
2358 jQuery("#spannature"+(id)).addClass("customer-back").removeClass("nonature-back");
2361 jQuery("#spannature"+(id)).addClass("vendor-back").removeClass("nonature-back");
2364 jQuery("#spannature"+(id)).removeClass("prospect-back").removeClass("customer-back").removeClass("vendor-back").addClass("nonature-back");
2369 function manageprospectcustomer(element) {
2370 console.log("We uncheck unwanted values on a nature");
2371 id = $(element).attr("id").split("spannature")[1];
2373 $("#spannature2 .checkforselect").prop("checked", false);
2376 $("#spannature1 .checkforselect").prop("checked", false);
2380 jQuery(".spannature").click(function(){
2381 console.log("We click on a nature");
2382 '.(getDolGlobalString(
'SOCIETE_DISABLE_PROSPECTSCUSTOMERS') ?
'manageprospectcustomer($(this));' :
'').
'
2392 if (
$conf->browser->layout ==
'phone') {
2396 print
'<tr><td>'.$form->editfieldkey(
'CustomerCode',
'customer_code',
'',
$object, 0).
'</td><td'.($colspan ?
' colspan="'.$colspan.
'"':
'').
'>';
2397 print
'<table class="nobordernopadding"><tr><td>';
2398 $tmpcode =
$object->code_client ??
'';
2399 if (empty($tmpcode) && !empty($modCodeClient->code_auto)) {
2400 $tmpcode = $modCodeClient->getNextValue(
$object, 0);
2402 print
'<input type="text" name="customer_code" id="customer_code" class="maxwidthonsmartphone" value="'.dol_escape_htmltag($tmpcode).
'" maxlength="24">';
2404 $s = $modCodeClient->getToolTip($langs,
$object, 0);
2405 print $form->textwithpicto(
'', $s, 1);
2406 print
'</td></tr></table>';
2409 if (
$conf->browser->layout ==
'phone') {
2413 print
'<td>'.$form->editfieldkey(
'SupplierCode',
'supplier_code',
'',
$object, 0).
'</td><td'.($colspan ?
' colspan="'.$colspan.
'"':
'').
'>';
2415 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'))) {
2416 print
'<table class="nobordernopadding"><tr><td>';
2417 $tmpcode =
$object->code_fournisseur ??
'';
2418 if (empty($tmpcode) && !empty($modCodeFournisseur->code_auto)) {
2419 $tmpcode = $modCodeFournisseur->getNextValue(
$object, 1);
2421 print
'<input type="text" name="supplier_code" id="supplier_code" class="maxwidthonsmartphone" value="'.dol_escape_htmltag($tmpcode).
'" maxlength="24">';
2423 $s = $modCodeFournisseur->getToolTip($langs,
$object, 1);
2424 print $form->textwithpicto(
'', $s, 1);
2425 print
'</td></tr></table>';
2431 if (isModEnabled(
'barcode')) {
2432 print
'<tr><td class="tdtop">'.$form->editfieldkey(
'Gencod',
'barcode',
'',
$object, 0).
'</td>';
2433 print
'<td colspan="3">';
2434 print
img_picto(
'',
'barcode',
'class="pictofixedwidth"');
2435 print
'<input type="text" class="minwidth100 maxwidth200 widthcentpercentminusx" name="barcode" id="barcode" value="'.dol_escape_htmltag(
$object->barcode).
'">';
2440 print
'<tr><td>'.$form->editfieldkey(
'Status',
'status',
'',
$object, 0).
'</td><td'.(
$conf->browser->layout ==
'phone' ?
'' :
' colspan="3"').
'>';
2441 print $form->selectarray(
'status', array(
'0' => $langs->trans(
'ActivityCeased'),
'1' => $langs->trans(
'InActivity')),
$object->status, 0, 0, 0,
'', 0, 0, 0,
'',
'minwidth100', 1);
2446 print
'<tr><td colspan="'.$colspan.
'"> </td></tr>';
2449 print
'<tr><td class="tdtop">'.$form->editfieldkey(
'Address',
'address',
'',
$object, 0).
'</td>';
2450 print
'<td colspan="3"><textarea name="address" id="address" class="quatrevingtpercent" rows="3" wrap="soft">';
2452 print
'</textarea>';
2453 print $form->widgetForTranslation(
"address",
$object, (
int) $permissiontoadd,
'textarea',
'alphanohtml',
'quatrevingtpercent');
2457 print
'<tr><td>'.$form->editfieldkey(
'Zip',
'zipcode',
'',
$object, 0).
'</td><td'.(
$conf->browser->layout ==
'phone' ?
' colspan="3"' :
'').
'>';
2458 print $formcompany->select_ziptown(
$object->zip,
'zipcode', array(
'town',
'selectcountry_id',
'state_id'), 0, 0,
'',
'maxwidth100');
2460 if (
$conf->browser->layout ==
'phone') {
2463 print
'<td>'.$form->editfieldkey(
'Town',
'town',
'',
$object, 0).
'</td><td'.(
$conf->browser->layout ==
'phone' ?
' colspan="3"' :
'').
'>';
2464 print $formcompany->select_ziptown(
$object->town,
'town', array(
'zipcode',
'selectcountry_id',
'state_id'));
2465 print $form->widgetForTranslation(
"town",
$object, (
int) $permissiontoadd,
'string',
'alphanohtml',
'maxwidth100 quatrevingtpercent');
2469 print
'<tr><td>'.$form->editfieldkey(
'Country',
'selectcounty_id',
'',
$object, 0).
'</td><td colspan="3">';
2470 print
img_picto(
'',
'globe-americas',
'class="pictofixedwidth"');
2471 print $form->select_country((GETPOSTISSET(
'country_id') ?
GETPOST(
'country_id') :
$object->country_id),
'country_id',
'', 0,
'minwidth200 maxwidth400 widthcentpercentminusx');
2473 print
info_admin($langs->trans(
"YouCanChangeValuesForThisListFromDictionarySetup"), 1);
2480 print
'<tr><td>'.$form->editfieldkey(
'Region-State',
'state_id',
'',
$object, 0).
'</td><td colspan="3">';
2482 print
'<tr><td>'.$form->editfieldkey(
'State',
'state_id',
'',
$object, 0).
'</td><td colspan="3">';
2485 print
img_picto(
'',
'state',
'class="pictofixedwidth"');
2486 print $formcompany->select_state(
$object->state_id,
$object->country_code,
'state_id',
'minwidth200 maxwidth400 widthcentpercentminusx');
2491 print
'<tr><td>'.$form->editfieldkey(
'Phone',
'phone',
GETPOST(
'phone',
'alpha'),
$object, 0).
'</td>';
2492 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>';
2493 if (
$conf->browser->layout ==
'phone') {
2496 print
'<td>'.$form->editfieldkey(
'PhoneMobile',
'phone_mobile',
GETPOST(
'phone_mobile',
'alpha'),
$object, 0).
'</td>';
2497 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>';
2499 print
'<td>'.$form->editfieldkey(
'Fax',
'fax',
GETPOST(
'fax',
'alpha'),
$object, 0).
'</td>';
2500 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>';
2504 print
'<tr><td>'.$form->editfieldkey(
'Web',
'url',
GETPOST(
'url',
'alpha'),
$object, 0).
'</td>';
2505 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>';
2508 print
'<tr><td>'.$form->editfieldkey(
'EMail',
'email',
GETPOST(
'email',
'alpha'),
$object, 0,
'string',
'', (
getDolGlobalInt(
'SOCIETE_EMAIL_MANDATORY'))).
'</td>';
2509 print
'<td'.(($conf->browser->layout ==
'phone') || !isModEnabled(
'mailing') ?
' colspan="3"' :
'').
'>';
2510 print
img_picto(
'',
'object_email',
'class="pictofixedwidth"');
2511 print
'<input type="text" name="email" id="email" class="maxwidth500 widthcentpercentminusx" value="'.(GETPOSTISSET(
'email') ?
GETPOST(
'email',
'alpha') :
$object->
email).
'">';
2515 if (isModEnabled(
'mailing')) {
2516 if (
$conf->browser->layout ==
'phone') {
2519 if (
$conf->use_javascript_ajax &&
getDolGlobalInt(
'MAILING_CONTACT_DEFAULT_BULK_STATUS') == 2) {
2520 print
"\n".
'<script type="text/javascript">'.
"\n";
2523 jQuery(document).ready(function () {
2524 function init_check_no_email(input) {
2525 if (input.val()!="") {
2526 $(".noemail").addClass("fieldrequired");
2528 $(".noemail").removeClass("fieldrequired");
2531 $("#email").keyup(function() {
2532 init_check_no_email($(this));
2534 init_check_no_email($("#email"));
2536 print
'</script>'.
"\n";
2538 if (!GETPOSTISSET(
"no_email") && !empty(
$object->email)) {
2539 $result =
$object->getNoEmail();
2544 print
'<td class="noemail"><label for="no_email">'.$langs->trans(
"No_Email").
'</label></td>';
2546 $useempty = (int) (
getDolGlobalInt(
'MAILING_CONTACT_DEFAULT_BULK_STATUS') == 2);
2547 print $form->selectyesno(
'no_email', (GETPOSTISSET(
"no_email") ?
GETPOSTINT(
"no_email") :
$object->no_email), 1, 0, $useempty);
2553 if (isModEnabled(
'socialnetworks')) {
2557 $object->showSocialNetwork($socialnetworks, $colspan);
2559 print
'<tr><td'.($colspan ?
' colspan="'.$colspan.
'"' :
'').
'><hr></td></tr>';
2565 $NBCOLS = (
$conf->browser->layout ==
'phone' ? 1 : 2);
2568 while ($i <= $NBPROFIDMAX) {
2569 $idprof = $langs->transcountry(
'ProfId'.$i,
$object->country_code);
2570 if ($idprof !=
'-' && ($i <= $NBPROFIDMIN || !empty($langs->tab_translate[
'ProfId'.$i.$object->country_code]))) {
2573 if (($j % $NBCOLS) == 0) {
2577 $idprof_mandatory =
'SOCIETE_IDPROF'.($i).
'_MANDATORY';
2578 print
'<td>'.$form->editfieldkey($idprof, $key,
'',
$object, 0,
'string',
'', (
int) !(empty(
$conf->global->$idprof_mandatory) || !
$object->isACompany())).
'</td><td>';
2579 print $formcompany->get_input_id_prof($i, $key,
$object->$key,
$object->country_code);
2581 if (($j % $NBCOLS) == ($NBCOLS - 1)) {
2588 if ($NBCOLS > 0 && ($j % 2) == 1) {
2589 print
'<td colspan="2"></td></tr>';
2593 print
'<tr><td>'.$form->editfieldkey(
'VATIsUsed',
'assujtva_value',
'',
$object, 0).
'</td><td colspan="3">';
2594 print
'<input id="assujtva_value" name="assujtva_value" type="checkbox" ' . (
$object->tva_assuj ?
'checked="checked"' :
'') .
' value="1">';
2599 if ($mysoc->localtax1_assuj ==
"1" && $mysoc->localtax2_assuj ==
"1") {
2600 print
'<tr><td>'.$form->editfieldkey($langs->transcountry(
"LocalTax1IsUsed", $mysoc->country_code),
'localtax1assuj_value',
'',
$object, 0).
'</td><td>';
2601 print
'<input id="localtax1assuj_value" name="localtax1assuj_value" type="checkbox" ' . (
$object->localtax1_assuj ?
'checked="checked"' :
'') .
' value="1">';
2603 print
'<span class="cblt1"> '.$langs->transcountry(
"Type", $mysoc->country_code).
': ';
2604 $formcompany->select_localtax(1, (
float)
$object->localtax1_value,
"lt1");
2609 print
'<td>'.$form->editfieldkey($langs->transcountry(
"LocalTax2IsUsed", $mysoc->country_code),
'localtax2assuj_value',
'',
$object, 0).
'</td><td>';
2610 print
'<input id="localtax2assuj_value" name="localtax2assuj_value" type="checkbox" ' . (
$object->localtax2_assuj ?
'checked="checked"' :
'') .
' value="1"></td></tr>';
2612 print
'<span class="cblt2"> '.$langs->transcountry(
"Type", $mysoc->country_code).
': ';
2613 $formcompany->select_localtax(2, (
float)
$object->localtax2_value,
"lt2");
2617 } elseif ($mysoc->localtax1_assuj ==
"1" && $mysoc->localtax2_assuj !=
"1") {
2618 print
'<tr><td>'.$form->editfieldkey($langs->transcountry(
"LocalTax1IsUsed", $mysoc->country_code),
'localtax1assuj_value',
'',
$object, 0).
'</td><td colspan="3">';
2619 print
'<input id="localtax1assuj_value" name="localtax1assuj_value" type="checkbox" ' . (
$object->localtax1_assuj ?
'checked="checked"' :
'') .
' value="1">';
2621 print
'<span class="cblt1"> '.$langs->transcountry(
"Type", $mysoc->country_code).
': ';
2622 $formcompany->select_localtax(1, (
float)
$object->localtax1_value,
"lt1");
2626 } elseif ($mysoc->localtax2_assuj ==
"1" && $mysoc->localtax1_assuj !=
"1") {
2627 print
'<tr><td>'.$form->editfieldkey($langs->transcountry(
"LocalTax2IsUsed", $mysoc->country_code),
'localtax2assuj_value',
'',
$object, 0).
'</td><td colspan="3">';
2628 print
'<input id="localtax2assuj_value" name="localtax2assuj_value" type="checkbox" ' . (
$object->localtax2_assuj ?
'checked="checked"' :
'') .
' value="1">';
2630 print
'<span class="cblt2"> '.$langs->transcountry(
"Type", $mysoc->country_code).
': ';
2631 $formcompany->select_localtax(2, (
float)
$object->localtax2_value,
"lt2");
2639 print
'<tr><td>' . $form->editfieldkey(
'VATReverseChargeByDefault',
'vat_reverse_charge',
'',
$object, 0) .
'</td><td colspan="3">';
2640 print
'<input type="checkbox" name="vat_reverse_charge" '.($object->vat_reverse_charge ==
'1' ?
' checked' :
'').
'>';
2645 print
'<tr><td>'.$form->editfieldkey(
'VATIntra',
'intra_vat',
'',
$object, 0).
'</td>';
2646 print
'<td colspan="3">';
2647 $s =
'<input type="text" class="flat maxwidthonsmartphone" name="tva_intra" id="intra_vat" maxlength="20" value="'.$object->tva_intra.
'">';
2652 if (
$conf->use_javascript_ajax) {
2654 if (!empty(
$conf->dol_use_jmobile)) {
2659 print
'<script type="text/javascript">';
2660 print
"function CheckVAT(a) {\n";
2661 if ($mysoc->country_code ==
'GR' &&
$object->country_code ==
'GR' && !empty($u)) {
2662 print
"GRVAT(a,'{$u}','{$p}','{$myafm}');\n";
2664 print
"newpopup('".DOL_URL_ROOT.
"/societe/checkvat/checkVatPopup.php?vatNumber='+a, '".
dol_escape_js($langs->trans(
"VATIntraCheckableOnEUSite")).
"', ".$widthpopup.
", ".$heightpopup.
");\n";
2669 $s .=
'<a href="#" class="hideonsmartphone" onclick="CheckVAT(document.formsoc.tva_intra.value);">'.$langs->trans(
"VATIntraCheck").
'</a>';
2670 $s = $form->textwithpicto($s, $langs->trans(
"VATIntraCheckDesc", $langs->transnoentitiesnoconv(
"VATIntraCheck")), 1);
2672 $s .=
'<a href="'.$langs->transcountry(
"VATIntraCheckURL", (
string)
$object->country_id).
'" class="hideonsmartphone" target="_blank" rel="noopener noreferrer">'.
img_picto($langs->trans(
"VATIntraCheckableOnEUSite"),
'help').
'</a>';
2680 print
'<tr><td>'.$form->editfieldkey(
'ThirdPartyType',
'typent_id',
'',
$object, 0).
'</td><td class="maxwidthonsmartphone"'.((
$conf->browser->layout ==
'phone' ||
getDolGlobalString(
'SOCIETE_DISABLE_WORKFORCE')) ?
' colspan="3"' :
'').
'>';
2681 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);
2683 print
info_admin($langs->trans(
"YouCanChangeValuesForThisListFromDictionarySetup"), 1);
2687 if (
$conf->browser->layout ==
'phone') {
2690 print
'<td>'.$form->editfieldkey(
'Workforce',
'effectif_id',
'',
$object, 0).
'</td><td class="maxwidthonsmartphone">';
2691 print $form->selectarray(
"effectif_id", $formcompany->effectif_array(0),
$object->effectif_id, 0, 0, 0,
'', 0, 0, 0,
'',
'', 1);
2693 print
info_admin($langs->trans(
"YouCanChangeValuesForThisListFromDictionarySetup"), 1);
2696 print
'<input type="hidden" name="effectif_id" id="effectif_id" value="'.$object->effectif_id.
'">';
2701 print
'<tr><td>'.$form->editfieldkey(
'JuridicalStatus',
'forme_juridique_code',
'',
$object, 0).
'</td><td class="maxwidthonsmartphone" colspan="3">';
2702 print $formcompany->select_juridicalstatus(
$object->forme_juridique_code,
$object->country_code,
'',
'forme_juridique_code');
2706 print
'<tr><td>'.$form->editfieldkey(
'Capital',
'capital',
'',
$object, 0).
'</td>';
2707 print
'<td colspan="3"><input type="text" name="capital" id="capital" size="10" value="';
2709 if (isModEnabled(
"multicurrency")) {
2710 print
'"> <span class="hideonsmartphone">'.$langs->trans(
"Currency".
$object->multicurrency_code).
'</span></td></tr>';
2712 print
'"> <span class="hideonsmartphone">'.$langs->trans(
"Currency".
$conf->currency).
'</span></td></tr>';
2717 print
'<tr><td>'.$form->editfieldkey(
'DefaultLang',
'default_lang',
'',
$object, 0).
'</td><td colspan="3">'.
"\n";
2718 print
img_picto(
'',
'language',
'class="pictofixedwidth"').$formadmin->select_language(
$object->default_lang,
'default_lang', 0, array(),
'1', 0, 0,
'maxwidth300 widthcentpercentminusx');
2724 if (isModEnabled(
'incoterm')) {
2726 print
'<td>'.$form->editfieldkey(
'IncotermLabel',
'incoterm_id',
'',
$object, 0).
'</td>';
2727 print
'<td colspan="3" class="maxwidthonsmartphone">';
2728 print $form->select_incoterms((!empty(
$object->fk_incoterms) ?
$object->fk_incoterms :
''), (!empty(
$object->location_incoterms) ?
$object->location_incoterms :
''));
2733 if (isModEnabled(
'category') && $user->hasRight(
'categorie',
'lire')) {
2735 print
'<tr class="visibleifcustomer"><td>'.$form->editfieldkey(
'CustomersCategoriesShort',
'custcats',
'',
$object, 0).
'</td>';
2736 print
'<td colspan="3">';
2737 print $form->selectCategories(Categorie::TYPE_CUSTOMER,
'custcats',
$object);
2741 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'))) {
2742 print
'<tr class="visibleifsupplier"><td>'.$form->editfieldkey(
'SuppliersCategoriesShort',
'suppcats',
'',
$object, 0).
'</td>';
2743 print
'<td colspan="3">';
2744 print $form->selectCategories(Categorie::TYPE_SUPPLIER,
'suppcats',
$object);
2750 if (isModEnabled(
"multicurrency")) {
2752 print
'<td>'.$form->editfieldkey(
'Currency',
'multicurrency_code',
'',
$object, 0).
'</td>';
2753 print
'<td colspan="3" class="maxwidthonsmartphone">';
2754 print
img_picto(
'',
'currency',
'class="pictofixedwidth"');
2755 print $form->selectMultiCurrency((GETPOSTISSET(
'multicurrency_code') ?
GETPOST(
'multicurrency_code') : (
$object->multicurrency_code ?
$object->multicurrency_code :
$conf->currency)),
'multicurrency_code', 1,
'', false,
'maxwidth150 widthcentpercentminusx');
2760 $parameters = array(
'socid' => $socid,
'colspan' =>
' colspan="3"',
'colspanvalue' =>
'3');
2761 include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_edit.tpl.php';
2766 print
'<td>'.$langs->trans(
'ParentCompany').
'</td>';
2767 print
'<td colspan="3" class="maxwidthonsmartphone">';
2768 print
img_picto(
'',
'company',
'class="pictofixedwidth"');
2769 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');
2774 print
'<tr class="hideonsmartphone">';
2775 print
'<td>'.$form->editfieldkey(
'Logo',
'photoinput',
'',
$object, 0).
'</td>';
2776 print
'<td colspan="3">';
2778 print $form->showphoto(
'societe',
$object, 100, 0, 0,
'inline-block');
2781 if ($caneditfield) {
2785 print
'<table class="nobordernopadding">';
2787 print
'<tr><td><input type="checkbox" class="flat photodelete" name="deletephoto" id="photodelete"> <label for="photodelete">'.$langs->trans(
"Delete").
'</photo><br></td></tr>';
2792 $maxmin = $maxfilesizearray[
'maxmin'];
2794 print
'<input type="hidden" name="MAX_FILE_SIZE" value="'.($maxmin * 1024).
'">';
2796 print
'<input type="file" class="flat" name="photo" id="photoinput">';
2805 print
'<td>'.$form->editfieldkey(
'AllocateCommercial',
'commercial_id',
'',
$object, 0).
'</td>';
2806 print
'<td colspan="3" class="maxwidthonsmartphone">';
2807 $userlist = $form->select_dolusers(
'',
'', 0,
null, 0,
'',
'',
'0', 0, 0,
'u.statut:=:1', 0,
'',
'', 0, 1);
2808 $arrayselected =
GETPOST(
'commercial',
'array');
2809 if (empty($arrayselected)) {
2810 $arrayselected =
$object->getSalesRepresentatives($user, 1);
2812 print
img_picto(
'',
'user',
'class="pictofixedwidth"').$form->multiselectarray(
'commercial', $userlist, $arrayselected, 0, 0,
'quatrevingtpercent widthcentpercentminusx', 0, 0,
'',
'',
'', 1);
2819 print
'<table class="border centpercent">';
2821 if (isModEnabled(
'accounting')) {
2824 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellCode").
'</td>';
2826 print $formaccounting->select_account(
$object->accountancy_code_sell,
'accountancy_code_sell', 1, array(), 1, 1);
2830 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyCode").
'</td>';
2832 print $formaccounting->select_account(
$object->accountancy_code_buy,
'accountancy_code_buy', 1, array(), 1, 1);
2836 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellCode").
'</td>';
2837 print
'<td><input name="accountancy_code_sell" class="maxwidth200" value="'.$object->accountancy_code_sell.
'">';
2841 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyCode").
'</td>';
2842 print
'<td><input name="accountancy_code_buy" class="maxwidth200" value="'.$object->accountancy_code_buy.
'">';
2853 print $form->buttonsSaveCancel();
2860 $res =
$object->fetch_optionals();
2867 print
dol_get_fiche_head($head,
'card', $langs->trans(
"ThirdParty"), -1,
'company', 0,
'',
'', 0,
'', 1);
2872 if ($action ==
'delete' || (
$conf->use_javascript_ajax && empty(
$conf->dol_use_jmobile))) {
2873 $formconfirm = $form->formconfirm($_SERVER[
"PHP_SELF"].
"?socid=".
$object->id, $langs->trans(
"DeleteACompany"), $langs->trans(
"ConfirmDeleteCompany"),
"confirm_delete",
'', 0,
"action-delete");
2876 if ($action ==
'merge') {
2877 $formquestion = array(
2879 'name' =>
'soc_origin',
2880 'label' => $langs->trans(
'MergeOriginThirdparty'),
2882 'value' => $form->select_company(
'',
'soc_origin',
'',
'SelectThirdParty', 1, 0, array(), 0,
'minwidth200',
'',
'', 1, array(),
false, array(
$object->id))
2886 $formconfirm .= $form->formconfirm($_SERVER[
"PHP_SELF"].
"?socid=".
$object->id, $langs->trans(
"MergeThirdparties"), $langs->trans(
"ConfirmMergeThirdparties"),
"confirm_merge", $formquestion,
'no', 1, 300);
2890 if (($action ==
'clone' && (empty(
$conf->use_javascript_ajax) || !empty(
$conf->dol_use_jmobile)))
2891 || (!empty(
$conf->use_javascript_ajax) && empty(
$conf->dol_use_jmobile))) {
2893 $formquestionclone = array(
2894 'text' => $langs->trans(
"ConfirmClone"),
2895 0 => array(
'type' =>
'text',
'name' =>
'clone_name',
'label' => $langs->trans(
"NewSocNameForClone"),
'value' => empty($tmpcode) ? $langs->trans(
"CopyOf").
' '.
$object->nom : $tmpcode,
'morecss' =>
'width250'),
2897 $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);
2901 $parameters = array(
'formConfirm' => $formconfirm);
2902 $reshook = $hookmanager->executeHooks(
'formConfirm', $parameters,
$object, $action);
2903 if (empty($reshook)) {
2904 $formconfirm .= $hookmanager->resPrint;
2905 } elseif ($reshook > 0) {
2906 $formconfirm = $hookmanager->resPrint;
2914 $linkback =
'<a href="'.DOL_URL_ROOT.
'/societe/list.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToList").
'</a>';
2916 $morehtmlref =
'<a href="'.DOL_URL_ROOT.
'/societe/vcard.php?id='.
$object->id.
'" class="refid">';
2917 $morehtmlref .=
img_picto($langs->trans(
"Download").
' '.$langs->trans(
"VCard"),
'vcard.png',
'class="valignmiddle marginleftonly paddingrightonly"');
2918 $morehtmlref .=
'</a>';
2920 dol_banner_tab(
$object,
'socid', $linkback, ($user->socid ? 0 : 1),
'rowid',
'nom', $morehtmlref);
2923 $parameters = array();
2925 $reshook = $hookmanager->executeHooks(
'tabContentViewThirdparty', $parameters,
$object, $action);
2926 if (empty($reshook)) {
2927 print
'<div class="fichecenter">';
2928 print
'<div class="fichehalfleft">';
2930 print
'<div class="underbanner clearboth"></div>';
2931 print
'<table class="border tableforfield centpercent">';
2934 print
'<tr><td class="titlefieldmiddle">'.$langs->trans(
'NatureOfThirdParty').
'</td><td>';
2947 print $langs->trans(
'CustomerCode');
2951 $tmpcheck =
$object->check_codeclient();
2952 if ($tmpcheck != 0 && $tmpcheck != -5) {
2953 print
' <span class="error">('.$langs->trans(
"WrongCustomerCode").
')</span>';
2960 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) {
2962 print $langs->trans(
'SupplierCode').
'</td><td>';
2964 $tmpcheck =
$object->check_codefournisseur();
2965 if ($tmpcheck != 0 && $tmpcheck != -5) {
2966 print
' <span class="error">('.$langs->trans(
"WrongSupplierCode").
')</span>';
2973 if (isModEnabled(
'barcode')) {
2985 while ($i <= $NBPROFIDMAX) {
2986 $idprof = $langs->transcountry(
'ProfId'.$i,
$object->country_code);
2987 if (!empty(
$conf->dol_optimize_smallscreen)) {
2988 $idprof = $langs->transcountry(
'ProfId'.$i.
'Short',
$object->country_code);
2990 if ($idprof !=
'-' && ($i <= $NBPROFIDMIN || !empty($langs->tab_translate[
'ProfId'.$i.$object->country_code]))) {
2992 print
'<td>'.$idprof.
'</td><td>';
2998 print
' '.$object->id_prof_url($i,
$object);
3001 print
' <span class="error">('.$langs->trans(
"ErrorWrongValue").
')</span>';
3019 print $form->textwithpicto($langs->trans(
'VATIsUsed'), $langs->trans(
'VATIsUsedWhenSelling'));
3028 print $form->textwithpicto($langs->trans(
'VATReverseChargeByDefault'), $langs->trans(
'VATReverseChargeByDefaultDesc'));
3030 print
'<input type="checkbox" name="vat_reverse_charge" ' . (
$object->vat_reverse_charge ==
'1' ?
' checked' :
'') .
' disabled>';
3037 if (
$object->fournisseur || $mysoc->country_code ==
'ES') {
3038 if ($mysoc->localtax1_assuj ==
"1" && $mysoc->localtax2_assuj ==
"1") {
3039 print
'<tr><td>'.$langs->transcountry(
"LocalTax1IsUsed", $mysoc->country_code).
'</td><td>';
3041 print
'</td></tr><tr><td>'.$langs->transcountry(
"LocalTax2IsUsed", $mysoc->country_code).
'</td><td>';
3046 print
'<form method="post" action="'.$_SERVER[
'PHP_SELF'].
'?socid='.
$object->id.
'">';
3047 print
'<input type="hidden" name="action" value="set_localtax1">';
3048 print
'<input type="hidden" name="token" value="'.newToken().
'">';
3049 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>';
3050 if ($action ==
'editRE') {
3051 print
'<td class="left">';
3052 $formcompany->select_localtax(1, (
float)
$object->localtax1_value,
"lt1");
3053 print
'<input type="submit" class="button button-edit" value="'.$langs->trans(
"Modify").
'"></td>';
3055 print
'<td>'.$object->localtax1_value.
'</td>';
3057 print
'</tr></form>';
3060 print
'<form method="post" action="'.$_SERVER[
'PHP_SELF'].
'?socid='.
$object->id.
'">';
3061 print
'<input type="hidden" name="action" value="set_localtax2">';
3062 print
'<input type="hidden" name="token" value="'.newToken().
'">';
3063 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>';
3064 if ($action ==
'editIRPF') {
3065 print
'<td class="left">';
3066 $formcompany->select_localtax(2, (
float)
$object->localtax2_value,
"lt2");
3067 print
'<input type="submit" class="button button-edit" value="'.$langs->trans(
"Modify").
'"></td>';
3069 print
'<td>'.$object->localtax2_value.
'</td>';
3071 print
'</tr></form>';
3073 } elseif ($mysoc->localtax1_assuj ==
"1" && $mysoc->localtax2_assuj !=
"1") {
3074 print
'<tr><td>'.$langs->transcountry(
"LocalTax1IsUsed", $mysoc->country_code).
'</td><td>';
3078 print
'<form method="post" action="'.$_SERVER[
'PHP_SELF'].
'?socid='.
$object->id.
'">';
3079 print
'<input type="hidden" name="action" value="set_localtax1">';
3080 print
'<input type="hidden" name="token" value="'.newToken().
'">';
3081 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>';
3082 if ($action ==
'editRE') {
3083 print
'<td class="left">';
3084 $formcompany->select_localtax(1, (
float)
$object->localtax1_value,
"lt1");
3085 print
'<input type="submit" class="button button-edit" value="'.$langs->trans(
"Modify").
'"></td>';
3087 print
'<td>'.$object->localtax1_value.
'</td>';
3089 print
'</tr></form>';
3091 } elseif ($mysoc->localtax2_assuj ==
"1" && $mysoc->localtax1_assuj !=
"1") {
3092 print
'<tr><td>'.$langs->transcountry(
"LocalTax2IsUsed", $mysoc->country_code).
'</td><td>';
3096 print
'<form method="post" action="'.$_SERVER[
'PHP_SELF'].
'?socid='.
$object->id.
'">';
3097 print
'<input type="hidden" name="action" value="set_localtax2">';
3098 print
'<input type="hidden" name="token" value="'.newToken().
'">';
3099 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>';
3100 if ($action ==
'editIRPF') {
3101 print
'<td class="left">';
3102 $formcompany->select_localtax(2, (
float)
$object->localtax2_value,
"lt2");
3103 print
'<input type="submit" class="button button-edit" value="'.$langs->trans(
"Modify").
'"></td>';
3105 print
'<td>'.$object->localtax2_value.
'</td>';
3107 print
'</tr></form>';
3114 print
'<td class="nowrap">'.$langs->trans(
'VATIntra').
'</td><td>';
3118 $s .=
'<input type="hidden" id="tva_intra" name="tva_intra" maxlength="20" value="'.$object->tva_intra.
'">';
3123 if (
$conf->use_javascript_ajax) {
3125 if (!empty(
$conf->dol_use_jmobile)) {
3130 print
'<script type="text/javascript">';
3131 print
"function CheckVAT(a) {\n";
3132 if ($mysoc->country_code ==
'GR' &&
$object->country_code ==
'GR' && !empty($u)) {
3133 print
"GRVAT(a,'{$u}','{$p}','{$myafm}');\n";
3135 print
"newpopup('".DOL_URL_ROOT.
"/societe/checkvat/checkVatPopup.php?vatNumber='+a, '".
dol_escape_js($langs->trans(
"VATIntraCheckableOnEUSite")).
"', ".$widthpopup.
", ".$heightpopup.
");\n";
3140 $s .=
'<a href="#" class="hideonsmartphone" onclick="CheckVAT(jQuery(\'#tva_intra\').val());">'.$langs->trans(
"VATIntraCheck").
'</a>';
3141 $s = $form->textwithpicto($s, $langs->trans(
"VATIntraCheckDesc", $langs->transnoentitiesnoconv(
"VATIntraCheck")), 1);
3143 $s .=
'<a href="'.$langs->transcountry(
"VATIntraCheckURL", (
string)
$object->country_id).
'" class="hideonsmartphone" target="_blank" rel="noopener noreferrer">'.
img_picto($langs->trans(
"VATIntraCheckableOnEUSite"),
'help').
'</a>';
3154 $langs->load(
'stocks');
3155 require_once DOL_DOCUMENT_ROOT.
'/product/class/html.formproduct.class.php';
3157 print
'<tr class="nowrap">';
3159 print $form->editfieldkey(
"Warehouse",
'warehouse',
'',
$object, $user->hasRight(
'societe',
'creer'));
3161 if ($action ==
'editwarehouse') {
3162 $formproduct->formSelectWarehouses($_SERVER[
'PHP_SELF'].
'?id='.
$object->id,
$object->fk_warehouse,
'fk_warehouse', 1);
3164 if (
$object->fk_warehouse > 0) {
3165 print
img_picto(
'',
'stock',
'class="paddingrightonly"');
3167 $formproduct->formSelectWarehouses($_SERVER[
'PHP_SELF'].
'?id='.
$object->id,
$object->fk_warehouse,
'none');
3176 print
'<div class="fichehalfright">';
3178 print
'<div class="underbanner clearboth"></div>';
3179 print
'<table class="border tableforfield centpercent">';
3182 if (isModEnabled(
'category') && $user->hasRight(
'categorie',
'lire')) {
3185 print
'<tr><td class="titlefieldmiddle">'.$langs->trans(
"CustomersCategoriesShort").
'</td>';
3187 print $form->showCategories(
$object->id, Categorie::TYPE_CUSTOMER, 1);
3192 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) {
3193 print
'<tr><td class="titlefieldmiddle">'.$langs->trans(
"SuppliersCategoriesShort").
'</td>';
3195 print $form->showCategories(
$object->id, Categorie::TYPE_SUPPLIER, 1);
3202 print
'<tr><td class="titlefieldmiddle">';
3203 print
'<table class="nobordernopadding" width="100%"><tr><td>'.$langs->trans(
'ThirdPartyType').
'</td>';
3204 if ($action !=
'editthirdpartytype' && $user->hasRight(
'societe',
'creer')) {
3205 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>';
3207 print
'</tr></table>';
3209 $html_name = ($action ==
'editthirdpartytype') ?
'typent_id' :
'none';
3210 $formcompany->formThirdpartyType($_SERVER[
'PHP_SELF'].
'?socid='.
$object->id, (
string)
$object->typent_id, $html_name,
'');
3215 print
'<tr><td>'.$langs->trans(
"Workforce").
'</td><td>'.
$object->effectif.
'</td></tr>';
3219 print
'<tr><td>'.$langs->trans(
'JuridicalStatus').
'</td><td>'.
dolPrintHTML(
$object->forme_juridique).
'</td></tr>';
3222 print
'<tr><td>'.$langs->trans(
'Capital').
'</td><td>';
3224 if (isModEnabled(
"multicurrency") && !empty(
$object->multicurrency_code)) {
3235 if (isModEnabled(
'mailing')) {
3236 $result =
$object->getNoEmail();
3240 print
'<tr><td>'.$langs->trans(
"No_Email").
'</td><td>';
3244 $langs->load(
"mails");
3245 print
'<span class="opacitymedium">'.$langs->trans(
"EMailNotDefined").
'</span>';
3248 $langs->load(
"mails");
3249 print
' <span class="badge badge-secondary" title="'.dol_escape_htmltag($langs->trans(
"NbOfEMailingsSend")).
'">'.
$object->getNbOfEMailings().
'</span>';
3256 require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
3257 print
'<tr><td>'.$langs->trans(
"DefaultLang").
'</td><td>';
3260 $langs->load(
"languages");
3261 $labellang = (
$object->default_lang ? $langs->trans(
'Language_'.
$object->default_lang) :
'');
3268 if (isModEnabled(
'incoterm')) {
3270 print
'<table width="100%" class="nobordernopadding"><tr><td>'.$langs->trans(
'IncotermLabel').
'</td>';
3271 if ($action !=
'editincoterm' && $user->hasRight(
'societe',
'creer')) {
3272 print
'<td class="right"><a class="editfielda" href="'.$_SERVER[
"PHP_SELF"].
'?socid='.
$object->id.
'&action=editincoterm&token='.
newToken().
'">'.
img_edit(
'', 1).
'</a></td>';
3274 print
'</tr></table>';
3275 print
'</td><td colspan="3">';
3276 if ($action !=
'editincoterm') {
3277 print $form->textwithpicto(
$object->display_incoterms(),
$object->label_incoterms, 1);
3279 print $form->select_incoterms((!empty(
$object->fk_incoterms) ?
$object->fk_incoterms :
''), (!empty(
$object->location_incoterms) ?
$object->location_incoterms :
''), $_SERVER[
'PHP_SELF'].
'?socid='.
$object->id);
3285 if (isModEnabled(
"multicurrency")) {
3287 print
'<td>'.$form->editfieldkey(
'Currency',
'multicurrency_code',
'',
$object, 0).
'</td>';
3295 print
'<tr><td class="nowrap">';
3296 print $langs->trans(
"ProductAccountancySellCode");
3297 print
'</td><td colspan="2">';
3298 if (isModEnabled(
'accounting')) {
3299 if (!empty(
$object->accountancy_code_sell)) {
3301 $accountingaccount->fetch(0,
$object->accountancy_code_sell, 1);
3303 print $accountingaccount->getNomUrl(0, 1, 1,
'', 1);
3306 print
$object->accountancy_code_sell;
3311 print
'<tr><td class="nowrap">';
3312 print $langs->trans(
"ProductAccountancyBuyCode");
3313 print
'</td><td colspan="2">';
3314 if (isModEnabled(
'accounting')) {
3315 if (!empty(
$object->accountancy_code_buy)) {
3317 $accountingaccount2->fetch(0,
$object->accountancy_code_buy, 1);
3319 print $accountingaccount2->getNomUrl(0, 1, 1,
'', 1);
3322 print
$object->accountancy_code_buy;
3328 $parameters = array(
'socid' => $socid,
'colspan' =>
' colspan="3"',
'colspanvalue' =>
'3');
3329 include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_view.tpl.php';
3334 print
'<table class="nobordernopadding" width="100%"><tr><td>'.$langs->trans(
'ParentCompany').
'</td>';
3335 if ($action !=
'editparentcompany' && $user->hasRight(
'societe',
'creer')) {
3336 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>';
3338 print
'</tr></table>';
3340 $html_name = ($action ==
'editparentcompany') ?
'parent_id' :
'none';
3341 $form->form_thirdparty($_SERVER[
'PHP_SELF'].
'?socid='.
$object->id, (
string)
$object->parent, $html_name,
'', 1, 0, 0, array(), 0, array(
$object->id));
3346 include DOL_DOCUMENT_ROOT.
'/societe/tpl/linesalesrepresentative.tpl.php';
3349 if (isModEnabled(
'member')) {
3350 $langs->load(
"members");
3351 print
'<tr><td>'.$langs->trans(
"LinkedToDolibarrMember").
'</td>';
3354 $result = $adh->fetch(0,
'',
$object->id);
3356 $adh->ref = $adh->getFullName($langs);
3357 print $adh->getNomUrl(-1);
3359 print
'<span class="opacitymedium">'.$langs->trans(
"ThirdpartyNotLinkedToMember").
'</span>';
3361 print
"</td></tr>\n";
3384 print
'<div class="clearboth"></div>';
3393 if ($action !=
'presend') {
3394 print
'<div class="tabsAction">'.
"\n";
3396 $parameters = array();
3397 $reshook = $hookmanager->executeHooks(
'addMoreActionsButtons', $parameters,
$object, $action);
3398 if (empty($reshook)) {
3399 $at_least_one_email_contact =
false;
3400 $TContact =
$object->contact_array_objects();
3401 foreach ($TContact as &$contact) {
3402 if (!empty($contact->email)) {
3403 $at_least_one_email_contact =
true;
3408 if (empty($user->socid)) {
3409 $langs->load(
"mails");
3411 if (empty(
$object->email) && !$at_least_one_email_contact) {
3412 $title = $langs->trans(
'NoEMail');
3414 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);
3417 print
dolGetButtonAction(
'', $langs->trans(
'Modify'),
'default', $_SERVER[
"PHP_SELF"].
'?socid='.
$object->id.
'&action=edit&token='.
newToken(),
'', $permissiontoadd);
3419 if (!empty(
$conf->use_javascript_ajax) && empty(
$conf->dol_use_jmobile)) {
3420 $cloneSocietetUrl =
'';
3421 $cloneButtonId =
'action-clone';
3423 $cloneSocietetUrl =
'';
3424 $cloneButtonId =
'';
3426 print
dolGetButtonAction($langs->trans(
'ToClone'),
'',
'default', $cloneSocietetUrl, $cloneButtonId, $user->hasRight(
'societe',
'creer'));
3428 if (isModEnabled(
'member')) {
3430 $result = $adh->fetch(0,
'',
$object->id);
3432 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";
3436 print
dolGetButtonAction($langs->trans(
'MergeThirdparties'), $langs->trans(
'Merge'),
'danger', $_SERVER[
"PHP_SELF"].
'?socid='.
$object->id.
'&action=merge&token='.
newToken(),
'', $permissiontodelete);
3438 $deleteUrl = $_SERVER[
"PHP_SELF"].
'?socid='.
$object->id.
'&action=delete&token='.
newToken();
3439 $buttonId =
'action-delete-no-ajax';
3440 if (
$conf->use_javascript_ajax && empty(
$conf->dol_use_jmobile)) {
3442 $buttonId =
'action-delete';
3444 print
dolGetButtonAction(
'', $langs->trans(
'Delete'),
'delete', $deleteUrl, $buttonId, $permissiontodelete);
3447 print
'</div>'.
"\n";
3451 if (
GETPOST(
'modelselected')) {
3452 $action =
'presend';
3455 if ($action !=
'presend') {
3456 print
'<div class="fichecenter"><div class="fichehalfleft">';
3459 print
'<a name="builddoc"></a>';
3465 $urlsource = $_SERVER[
"PHP_SELF"].
"?socid=".
$object->id;
3466 $genallowed = $user->hasRight(
'societe',
'lire');
3467 $delallowed = $user->hasRight(
'societe',
'creer');
3469 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);
3478 print
'</div><div class="fichehalfright">';
3482 $morehtmlcenter =
'<div class="nowraponall">';
3483 $morehtmlcenter .=
dolGetButtonTitle($langs->trans(
'FullConversation'),
'',
'fa fa-comments imgforviewmode', DOL_URL_ROOT.
'/societe/messaging.php?socid='.
$object->id);
3484 $morehtmlcenter .=
dolGetButtonTitle($langs->trans(
'FullList'),
'',
'fa fa-bars imgforviewmode', DOL_URL_ROOT.
'/societe/agenda.php?socid='.
$object->id);
3485 $morehtmlcenter .=
'</div>';
3488 include_once DOL_DOCUMENT_ROOT.
'/core/class/html.formactions.class.php';
3490 $somethingshown = $formactions->showactions(
$object,
'', $socid, 1,
'', $MAXEVENT,
'', $morehtmlcenter);
3492 print
'</div></div>';
3503 $modelmail =
'thirdparty';
3504 $defaulttopic =
'Information';
3505 $diroutput =
$conf->societe->multidir_output[
$object->entity];
3506 $trackid =
'thi'.$object->id;
3508 include DOL_DOCUMENT_ROOT.
'/core/tpl/card_presend.tpl.php';
3521function GRVAT(a, u, p, myafm) {
3522 var afm = a.replace(/\D/g,
"");
3526 url:
'<?php echo DOL_URL_ROOT ?>/societe/checkvat/checkVatGr.php',
3528 success:
function(data) {
3532 if (obj.RgWsPublicBasicRt_out.afm ===
null) {
3533 alert(obj.pErrorRec_out.errorDescr);
3535 $(
"#name").val(obj.RgWsPublicBasicRt_out.onomasia);
3536 $(
"#address").val(obj.RgWsPublicBasicRt_out.postalAddress +
" " + obj.RgWsPublicBasicRt_out.postalAddressNo);
3537 $(
"#zipcode").val(obj.RgWsPublicBasicRt_out.postalZipCode);
3538 $(
"#town").val(obj.RgWsPublicBasicRt_out.postalAreaDescription);
3539 $(
"#idprof2").val(obj.RgWsPublicBasicRt_out.doyDescr);
3540 $(
"#name_alias_input").val(obj.RgWsPublicBasicRt_out.commerTitle);
3542 if (obj.arrayOfRgWsPublicFirmActRt_out.RgWsPublicFirmActRtUser) {
3543 var firmActUser = obj.arrayOfRgWsPublicFirmActRt_out.RgWsPublicFirmActRtUser;
3545 if (Array.isArray(firmActUser)) {
3546 var primaryFirmAct = firmActUser.find(item => item.firmActKindDescr ===
"ΚΥΡΙΑ");
3547 if (primaryFirmAct) {
3548 $(
"#idprof1").val(primaryFirmAct.firmActDescr);
3551 $(
"#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.