\n
\n\n\n\n"; @apache_setenv('no-gzip', 1); @ini_set('zlib.output_compression', 0); @ini_set('implicit_flush', 1); $shopnr = $_GET["Shop"]; $nofiles = ( $_GET["nofiles"] == '1' )?true:false; } else { $p = array('shopnr','nofiles'); if ( $argc > 1 ) { for( $i=1; $i"; print_r($shopdb->db); print_r($shopnr); echo ""; } else { $err->out('Keine Verbindung zum Shop',true); exit(); } $bestellungen = $shop->getBestellung($ERPusrID); //print_r($bestellungen); exit(1); $cnt = 0; $errors = 0; $err->out("Bestellimport vom Shop $shopnr",true); if ($bestellungen) foreach ($bestellungen as $row) { $rc = $erp->mkAuftrag($row,$shopnr,$longtxt); if ($rc>0) { $rc = $shop->setKundenNr($row['customer']['shopid'],$rc); if ($rc>0) { $shop->setAbgeholt($row['cusordnumber']); $cnt++; $err->out("ok",true); } else { $errors++; $err->out("Fehler setKdNr ".$row['customer']['shopid'],true); } } else if ($rc == -1) { $errors++; $err->out("Fehler mkAuftrag ".$row['cusordnumber'],true); } else { $err->out("Fehler Kunde zuordnen ".$row['customer']['shopid'].":".$row['cusordnumber'],true); $errors++; } } $err->out('Von '.count($bestellungen)." Bestellungen $cnt übertragen, $errors nicht",true); if ( $api != "cli" ) { echo "