צבי יוסף יעקבי

צבי יוסף יעקבי
You are not permitted to submit this form!
You are not permitted to submit this form!

שם לקוח

מס. רכב

מס. השכרה

תחנה

סוכן

תאריך התחלה

תאריך סיום

חיוב בסה"כ

סטטוס

שעון עצר

צבי יוסף

73592802

34373

2025-10-05

2025-10-06

function startStopwatch34373(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-34373').innerText='---'; return; } const [year, month, day] = targetDate.split('-').map(Number); const [hour, minute] = targetTime.split(':').map(Number); const target = new Date(year, month - 1, day, hour, minute); let days, hours, minutes; function updateStopwatch34373() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-34373').innerText = 'Time is up!'; // clearInterval(interval); return; } days = Math.floor(timeLeft / (1000 * 60 * 60 * 24)); hours = Math.floor((timeLeft % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); minutes = Math.floor((timeLeft % (1000 * 60 * 60)) / (1000 * 60)); // document.getElementById('stopwatch-34373').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-34373').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch34373(); const interval = setInterval(updateStopwatch34373, 60000); // Update every minute } // Example usage: var targetDate = '2025-10-05'; var targetTime = '11:15'; startStopwatch34373(targetDate, targetTime);

צבי יוסף

73592802

34269

2025-10-05

2025-10-06

function startStopwatch34269(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-34269').innerText='---'; return; } const [year, month, day] = targetDate.split('-').map(Number); const [hour, minute] = targetTime.split(':').map(Number); const target = new Date(year, month - 1, day, hour, minute); let days, hours, minutes; function updateStopwatch34269() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-34269').innerText = 'Time is up!'; // clearInterval(interval); return; } days = Math.floor(timeLeft / (1000 * 60 * 60 * 24)); hours = Math.floor((timeLeft % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); minutes = Math.floor((timeLeft % (1000 * 60 * 60)) / (1000 * 60)); // document.getElementById('stopwatch-34269').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-34269').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch34269(); const interval = setInterval(updateStopwatch34269, 60000); // Update every minute } // Example usage: var targetDate = '2025-10-05'; var targetTime = '10:00'; startStopwatch34269(targetDate, targetTime);

צבי יוסף

73592802

34262

2025-10-05

2025-10-05

function startStopwatch34262(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-34262').innerText='---'; return; } const [year, month, day] = targetDate.split('-').map(Number); const [hour, minute] = targetTime.split(':').map(Number); const target = new Date(year, month - 1, day, hour, minute); let days, hours, minutes; function updateStopwatch34262() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-34262').innerText = 'Time is up!'; // clearInterval(interval); return; } days = Math.floor(timeLeft / (1000 * 60 * 60 * 24)); hours = Math.floor((timeLeft % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); minutes = Math.floor((timeLeft % (1000 * 60 * 60)) / (1000 * 60)); // document.getElementById('stopwatch-34262').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-34262').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch34262(); const interval = setInterval(updateStopwatch34262, 60000); // Update every minute } // Example usage: var targetDate = '2025-10-05'; var targetTime = '10:00'; startStopwatch34262(targetDate, targetTime);

צבי יוסף

73592802

34261

2025-10-05

2025-10-05

function startStopwatch34261(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-34261').innerText='---'; return; } const [year, month, day] = targetDate.split('-').map(Number); const [hour, minute] = targetTime.split(':').map(Number); const target = new Date(year, month - 1, day, hour, minute); let days, hours, minutes; function updateStopwatch34261() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-34261').innerText = 'Time is up!'; // clearInterval(interval); return; } days = Math.floor(timeLeft / (1000 * 60 * 60 * 24)); hours = Math.floor((timeLeft % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); minutes = Math.floor((timeLeft % (1000 * 60 * 60)) / (1000 * 60)); // document.getElementById('stopwatch-34261').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-34261').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch34261(); const interval = setInterval(updateStopwatch34261, 60000); // Update every minute } // Example usage: var targetDate = '2025-10-05'; var targetTime = '10:00'; startStopwatch34261(targetDate, targetTime);

צבי יוסף

73592802

34260

2025-10-05

2025-10-05

function startStopwatch34260(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-34260').innerText='---'; return; } const [year, month, day] = targetDate.split('-').map(Number); const [hour, minute] = targetTime.split(':').map(Number); const target = new Date(year, month - 1, day, hour, minute); let days, hours, minutes; function updateStopwatch34260() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-34260').innerText = 'Time is up!'; // clearInterval(interval); return; } days = Math.floor(timeLeft / (1000 * 60 * 60 * 24)); hours = Math.floor((timeLeft % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); minutes = Math.floor((timeLeft % (1000 * 60 * 60)) / (1000 * 60)); // document.getElementById('stopwatch-34260').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-34260').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch34260(); const interval = setInterval(updateStopwatch34260, 60000); // Update every minute } // Example usage: var targetDate = '2025-10-05'; var targetTime = '10:00'; startStopwatch34260(targetDate, targetTime);

חפש לפי:

מסמכים-סוג

מספר רכב

סוג מסמך

תאריך העלאה

הערות

73592802

חשבונית מס קבלה

06/10/2025

73592802

חשבונית מס קבלה

05/10/2025

יתרת חוב: 0.00 ₪

שם לקוח

מספר הזמנה

תאריך חיוב

גביה עד-

סכום לתשלום

סוג חיוב

סטטוס

הערות

לא נמצאו מסמכים מתאימים

שם לקוח

מספר הזמנה

תאריך חיוב

גביה עד-

סכום לתשלום

סוג חיוב

סטטוס

הערות

צבי יוסף

34373

06/10/2025

06/10/2025

390.30710920309

fine

שולם

צבי יוסף

34269

05/10/2025

05/10/2025

349.00710920309

fine

שולם

לקוח חדש נוסף בהצלחה!