השכרות

חפש לפי:

סנן לפי:

שם לקוח

מס. רכב

מס. השכרה

תחנה

סוכן

תאריך התחלה

תאריך סיום

חיוב בסה"כ

סטטוס

שעון עצר

רבקה

88153602

54161

2026-06-17

2026-06-17

119.18

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

עדן

43234902

54156

2026-06-11

2026-06-12

211.8572

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

עדן

43234902

54153

2026-06-11

2026-06-12

211.8572

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

עדן

88153602

54151

2026-06-11

2026-06-12

153.9428

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

YOSEF

43891002

54148

2026-06-12

2026-06-14

119.18

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

גדליה

88153602

54052

2026-06-10

2026-06-11

119.18

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

גדליה

43891002

54034

2026-06-10

2026-06-11

164.02

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

משה

43376602

53762

2026-06-08

2026-06-08

144.432

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

יצחק

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);

עדן

88153602

53333

2026-06-04

2026-06-05

89.68

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

טוען השכרות נוספות..

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