logo
      
/ KW01 / 29.12.2025
    • Du hast offene Vorgänge

          
      • Rechnung abgeschlossen
        "; $link = "https://admin.rostroth.de/pages/rechnungen/rechnung_anlegen.php?act=collapse&temprgnr_a=".$row_bill_temp1[bill_temp_id]."&schritt_done=2"; } else { // ändern $select_bill_data = mysqli_query($mysqli_vvw,"select *, M.status_wareneingang as m_status, B.stichwort as stichwort, M.contact_id as contact_id from rr_bills_temp B, vvw_master M where B.bill_temp_id = M.bill_temp_id and B.bill_temp_id = '$row_bill_temp1[bill_temp_id]' "); $link = "https://admin.rostroth.de/pages/rechnungen/rechnung_anlegen.php?temprgnr_a=".$row_bill_temp1[bill_temp_id]."&contact_id=".$row_bill_temp1[contact_id]."&schritt_done=2"; } $row_bill_temp = mysqli_fetch_assoc($select_bill_data); $select2 = mysqli_query($mysqli_vvw,"select * from vvw_contacts where contact_id = '$row_bill_temp1[contact_id]'"); $row2 = mysqli_fetch_assoc($select2); $timeago2 = $row_bill_temp1[datum]; $time_elapsed2 = timeAgo($timeago2); if($row2[firma] <> "") { $kunde = $row2[firma]; } if($row2[firma] == "") { $kunde = $row2[vorname]." ".$row2[nachname]; } $parts2= explode("\n", wordwrap($kunde, 20, "\n")); ?>