X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=lxo-import%2FcontactB.php;h=5dd8891e55b525cc3e713b6fca64983bf210b398;hb=3a56098f9b80397fe27922f1661b2069183aa2d6;hp=49e2adcb8368a7251bb21e3d546a555fd0b8ce5a;hpb=ad73be9c179367f2e85c2297297581ca092738f1;p=kivitendo-erp.git diff --git a/lxo-import/contactB.php b/lxo-import/contactB.php index 49e2adcb8..5dd8891e5 100644 --- a/lxo-import/contactB.php +++ b/lxo-import/contactB.php @@ -1,7 +1,7 @@ -"","'"=>"")))); $in_fld[]=$fld; + if (substr($fld,0,2) == "x_") $kunde_fld[] = $fld; } $j=0; $zeile=fgetcsv($f,2000,$trenner); @@ -138,6 +139,8 @@ while (!feof($f)){ $sql="insert into contacts "; $keys="("; $vals=" values ("; + unset($extra); + $extra = array(); foreach($zeile as $data) { $i++; if (!in_array($in_fld[$i],$kunde_fld)) { @@ -163,6 +166,12 @@ while (!feof($f)){ } else if($in_fld[$i]=="cp_cv_id") { continue; } + if (substr($in_fld[$i],0,2)=="x_" && $data) { + $extra[substr($in_fld[$i],2)] = $data; + continue; + } else if ((substr($in_fld[$i],0,2)=="x_")) { + continue; + }; if ($in_fld[$i]==$file."number" && $data) { if (!$id) { $tmp=getFirma($data,$file); @@ -223,10 +232,20 @@ while (!feof($f)){ echo "".str_replace("null,","null",$vals)."\n"; flush(); } else { - $sql.=substr($keys,0,-1).")"; - $sql.=substr($vals,0,-1).")"; + $newID=uniqid (rand()); + $now = date('Y-m-d H:i').":1.$j"; + $sql.= $keys."mtime)"; + $sql.= $vals."'$now')"; $rc=$db->query($sql); if (!$rc) echo "Fehler: ".$sql."\n"; + $rs = $db->getAll("select cp_id,cp_name from contacts where mtime = '$now'"); + $cp_id = $rs[0]["cp_id"]; + echo "(".$rs[0]["cp_name"].":$cp_id)".count($extra).";"; + if (count($extra)>0 and $cp_id) { + foreach ($extra as $fld=>$val) { + $rc = insertExtra("P",$cp_id,$fld,$val); + } + } } $j++; }; @@ -237,7 +256,7 @@ echo $j." $file importiert.\n";} else { ?>

Kontakt-Adressimport für die ERP

- + @@ -265,4 +284,4 @@ echo $j." $file importiert.\n";} else {
Zieltabellecustomer vendor
- +