"; endif; if (MASK_CASH_PAYER_SELECT != "1"): $PAYER_TEXT = "Rechnungszahler"; $COSTSPLIT_TEXT = "Kosten werden aufgeteilt"; $COSTSPLIT_TITLE = "Kosten splitten"; else: $PAYER_TEXT = "Bezahler"; $COSTSPLIT_TEXT = "Rechnungszahlung"; $COSTSPLIT_TITLE = "Rechnung an Bezahler"; endif; $JB_CASHPAYER_MAIL_DISABLED_START = ""; $sqlquery = "SELECT cs.cs_jbstatusmail, cs.cs_jbstatusmail2, cs.cs_jbstatusmail3" . " FROM costcenter AS csc, customer AS cs" . " WHERE csc.csc_id = " . getParameterValue("0", "CSC_ID_PAYER_CASH", $hq_id) . " AND csc.cs_id = cs.cs_id"; $res = $db->query($sqlquery); //$fileHandle = @fopen("../log/job_tour_" . $today['year'] . sprintf("%02d", $today['mon']) . ".log", 'a'); //@fwrite($fileHandle, "[" . date("Y-m-d H:i:s") . "] \$sqlquery = " . $sqlquery . "\n"); //@fclose($fileHandle); if (DB::isError($res)) reportDie ("$PHP_SELF: '$sqlquery': " . $res->getMessage()); $cs_jbstatusmailstr = ""; if ($row =($phpVersion >= "8.0" ? $res->fetch_assoc() : $res->fetchRow())): if ($row["cs_jbstatusmail3"] == "1") $cs_jbstatusmailstr .= "Erf."; if ($row["cs_jbstatusmail2"] == "1") $cs_jbstatusmailstr .= ($cs_jbstatusmailstr == "" ? "" : "/") . "Abh."; if ($row["cs_jbstatusmail"] == "1") $cs_jbstatusmailstr .= ($cs_jbstatusmailstr == "" ? "" : "/") . "Erl."; if ($cs_jbstatusmailstr != "") { $cs_jbstatusmailstr = "Mail (" . $cs_jbstatusmailstr . ")"; $JB_CASHPAYER_MAIL_DISABLED_START = ""; $JB_CASHPAYER_MAIL_DISABLED_END = ""; } endif; $res->free(); $CUSTOMER_DISABLED_START = ""; $CUSTOMER_DISABLED_END = ""; $PHOTO_DISABLED_START = ""; $PHOTO_DISABLED_END = ""; if (MASK_TR_PHOTO != "1"): $PHOTO_DISABLED_START = ""; endif; $MASK_CUSTOMER_PRICEQUERY_DISABLED_START = ""; $MASK_CUSTOMER_PRICEQUERY_DISABLED_END = ""; if (MASK_CUSTOMER_SHOW_PRICEQUERY != "1"): $MASK_CUSTOMER_PRICEQUERY_DISABLED_START = ""; endif; $_TOURNOVALSIZE_ = (MASK_MAXTOUR > 10 ? 2 : 1); // *** TABINDICES *** $_origin1_tabindex_ = ""; $_origin2_tabindex_ = ""; $_origin3_tabindex_ = ""; $_origin4_tabindex_ = ""; $_origin5_tabindex_ = ""; $_origin6_tabindex_ = ""; $_origin7_tabindex_ = ""; $ti = 0; $_von_cs_comp_tabindex_ = ++$ti; $_von_tr_person_tabindex_ = ++$ti; $_von_ad_street_tabindex_ = ++$ti; $_von_tr_hsno_tabindex_ = ++$ti; $_von_ad_country_tabindex_ = ""; $_von_ad_zipcode_tabindex_ = ++$ti; $_von_ad_city_tabindex_ = ++$ti; $_von_tr_remark_tabindex_ = ++$ti; $_nach_cs_comp_tabindex_ = ++$ti; $_nach_tr_person_tabindex_ = ++$ti; $_nach_ad_street_tabindex_ = ++$ti; $_nach_tr_hsno_tabindex_ = ++$ti; $_nach_ad_country_tabindex_ = ""; $_nach_ad_zipcode_tabindex_ = ++$ti; $_nach_ad_city_tabindex_ = ++$ti; $_nach_tr_remark_tabindex_ = ++$ti; $_von_tr_commission_no_tabindex_ = ++$ti; $_von_tr_commission_no_accesskey_ = _VON_TR_COMMISSION_NO_ACCESSKEY_; $_nach_tr_commission_no_tabindex_ = ++$ti; $_nach_tr_commission_no_accesskey_ = _NACH_TR_COMMISSION_NO_ACCESSKEY_; $_jb_orderer_tabindex_ = ++$ti; $_jb_commission_no_tabindex_ = ++$ti; $_nach_tr_tracking_tabindex_ = ++$ti; $_von_tr_tracking_tabindex_ = ++$ti; $_tr_photo_von_tabindex_ = ++$ti; $_tr_ware_from_von_tabindex_ = ++$ti; $_tr_ware_to_von_tabindex_ = ++$ti; $_tr_ware_from_nach_tabindex_ = ++$ti; $_tr_ware_to_nach_tabindex_ = ++$ti; $_tr_photo_nach_tabindex_ = ++$ti; $_payer_from_tabindex_ = ++$ti; $_payer_to_tabindex_ = ++$ti; $_vonFirmaButton_tabindex_ = ++$ti; $_vonFirmaButton_accesskey_ = _VONFIRMABUTTON_ACCESSKEY_; $_vonAdressButton_tabindex_ = ++$ti; $_vonAdressButton_accesskey_ = _VONADRESSBUTTON_ACCESSKEY_; $_von_tr_mediationarea_id_Button_tabindex_ = ""; $_von_tr_remark_Button_tabindex_ = ++$ti; $_von_tr_remark_Button_accesskey_ = _VON_TR_REMARK_BUTTON_ACCESSKEY_; $_hide_von_tr_remark_tabindex_ = ++$ti; $_nachFirmaButton_tabindex_ = ++$ti; $_nachFirmaButton_accesskey_ = _NACHFIRMABUTTON_ACCESSKEY_; $_nachAdressButton_tabindex_ = ++$ti; $_nachAdressButton_accesskey_ = _NACHADRESSBUTTON_ACCESSKEY_; $_nach_tr_mediationarea_id_Button_tabindex_ = ""; $_hide_nach_tr_remark_tabindex_ = ++$ti; $_nach_tr_remark_Button_tabindex_ = ++$ti; $_nach_tr_remark_Button_accesskey_ = _NACH_TR_REMARK_BUTTON_ACCESSKEY_; $_Berichte_tabindex_ = ""; $_Dokumente_tabindex_ = ""; $_bezahlerFirmaButton_tabindex_ = ++$ti; $_bezahlerFirmaButton_accesskey_ = _BEZAHLERFIRMABUTTON_ACCESSKEY_; $_jb_cash_tabindex_ = ++$ti; $_jb_cash_accesskey_ = ""; $_jb_costsplit_tabindex_ = ++$ti; $_jb_costsplit_accesskey_ = ""; $_accept_all_addresses_tabindex_ = ++$ti; $_accept_all_addresses_accesskey_ = _ACCEPT_ALL_ADDRESSES_ACCESSKEY_; $_jb_cashpayer_mail_tabindex_ = ++$ti; $_jb_offer_mail_tabindex_ = ++$ti; $_prevButton_tabindex_ = ++$ti; $_prevButton_accesskey_ = _PREVBUTTON_ACCESSKEY_; $_waste1Button_tabindex_ = ++$ti; $_waste1Button_accesskey_ = _WASTE1BUTTON_ACCESSKEY_; $_switchButton_tabindex_ = ++$ti; $_switchButton_accesskey_ = _SWITCHBUTTON_ACCESSKEY_; $_waste2Button_tabindex_ = ++$ti; $_waste2Button_accesskey_ = _WASTE2BUTTON_ACCESSKEY_; $_nextButton_tabindex_ = ++$ti; $_nextButton_accesskey_ = _NEXTBUTTON_ACCESSKEY_; $_searchOldJobButton_tabindex_ = ++$ti; //$_searchOldJobButton_accesskey_ = _SEARCHOLDJOBBUTTON_ACCESSKEY_; $_duplicateJobButton_tabindex_ = ++$ti; $_getLastJobButton_tabindex_ = ++$ti; $_duplicateJobButton_accesskey_ = _DUPLICATEJOBBUTTON_ACCESSKEY_; $_jb_freetextButton_tabindex_ = ++$ti; $_jb_freetextButton_accesskey_ = _JB_FREETEXTBUTTON_ACCESSKEY_; $_jb_hiddenFreetextButton_tabindex_ = ++$ti; // *** *** //include("..\jobs\shrink.inc.php"); //$html_code = $tpl->get(); //echo htmlShrink($html_code, true); ?> AUFTRAGSERFASSUNG - DATENEINGABE  
  Start  
Etappe 
  Ziel  
  Firma, Person Auftragseingang per
> Telefon
disabled> Dauerauftrag
> Mail
disabled> Listenbuchung
disabled> Schnittstelle
disabled> Höherversicherung
disabled> KAE
> Sonstiges

Besteller:    
Rg.-Ko.-Nr.:
 
  Straße, Nr.  
  PLZ, Ort  
Bemerkung  
Ko.-Nr.  
Tracking-eMail
            Pflichtfoto   An  Ab
An Ab      Pflichtfoto              
     
 
  Adressen ungeprüft übernehmen
   

Barzahlung              
");?>
 Standardpreis:  
 Standard-Frachtverg.:  
 Kilometerpreis:
 PZM-Preis:
 Rechnung an:
 Rechnungs-Email: info