יצחק באלון

יצחק באלון
You are not permitted to submit this form!
You are not permitted to submit this form!

שם לקוח

מס. רכב

מס. השכרה

תחנה

סוכן

תאריך התחלה

תאריך סיום

חיוב בסה"כ

סטטוס

שעון עצר

יצחק

43234902

53345

2026-06-05

2026-06-07

228.92

function startStopwatch53345(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-53345').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 updateStopwatch53345() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-53345').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-53345').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-53345').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch53345(); const interval = setInterval(updateStopwatch53345, 60000); // Update every minute } // Example usage: var targetDate = '2026-06-05'; var targetTime = '07:00'; startStopwatch53345(targetDate, targetTime);

חפש לפי:

מסמכים-סוג

מספר רכב

סוג מסמך

תאריך העלאה

הערות

43234902

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

04/06/2026

יתרת חוב: 0.00 ₪

שם לקוח

מספר הזמנה

תאריך חיוב

גביה עד-

סכום לתשלום

סוג חיוב

סטטוס

הערות

יצחק

53345

06/06/2026

06/06/2026

fine

לא שולם

שם לקוח

מספר הזמנה

תאריך חיוב

גביה עד-

סכום לתשלום

סוג חיוב

סטטוס

הערות

יצחק

53345

04/06/2026

04/06/2026

renting

שולם

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