דלג לתוכן
עמוד הבית
השכרות
רכבים
לקוחות
עסקים
מסמכים
מוסכים
מכירות
התראות
תחזוקה
הצעת מחיר
עמוד הבית
השכרות
רכבים
לקוחות
עסקים
מסמכים
מוסכים
מכירות
התראות
תחזוקה
הצעת מחיר
Search ...
Results
עמוד הבית
השכרות
רכבים
לקוחות
עסקים
מסמכים
מוסכים
מכירות
התראות
תחזוקה
הצעת מחיר
עמוד הבית
השכרות
רכבים
לקוחות
עסקים
מסמכים
מוסכים
מכירות
התראות
תחזוקה
הצעת מחיר
השכרות
חפש לפי:
סנן לפי:
סנן לפי:
הכל
הסתיים
מבוטל
מושהה
מתוזמן
פעילה
שם לקוח
מס. רכב
מס. השכרה
תחנה
סוכן
תאריך התחלה
תאריך סיום
חיוב בסה"כ
סטטוס
שעון עצר
יצחק
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);
פעולות נוספות
הערות
הצג פרטים
הצג PDF
הפק חשבונית
החזרת רכב
עדן
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);
פעולות נוספות
הערות
הצג פרטים
הצג PDF
הפק חשבונית
החזרת רכב
LCHANAN BONEN
43376602
53274
2026-06-03
2026-06-04
187.62
הסתיים
הסתיים
מבוטל
מושהה
מתוזמן
פעילה
function startStopwatch53274(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-53274').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 updateStopwatch53274() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-53274').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-53274').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-53274').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch53274(); const interval = setInterval(updateStopwatch53274, 60000); // Update every minute } // Example usage: var targetDate = '2026-06-03'; var targetTime = '21:30'; startStopwatch53274(targetDate, targetTime);
פעולות נוספות
הערות
הצג פרטים
הצג PDF
הפק חשבונית
החזרת רכב
PINCHAS MENACHEM
22171102
53118
2026-06-03
2026-06-04
133.104
הסתיים
הסתיים
מבוטל
מושהה
מתוזמן
פעילה
function startStopwatch53118(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-53118').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 updateStopwatch53118() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-53118').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-53118').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-53118').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch53118(); const interval = setInterval(updateStopwatch53118, 60000); // Update every minute } // Example usage: var targetDate = '2026-06-03'; var targetTime = '19:00'; startStopwatch53118(targetDate, targetTime);
פעולות נוספות
הערות
הצג פרטים
הצג PDF
הפק חשבונית
החזרת רכב
YOSEF
88153602
52997
2026-06-07
2026-06-08
119.18
מתוזמן
הסתיים
מבוטל
מושהה
מתוזמן
פעילה
function startStopwatch52997(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-52997').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 updateStopwatch52997() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-52997').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-52997').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-52997').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch52997(); const interval = setInterval(updateStopwatch52997, 60000); // Update every minute } // Example usage: var targetDate = '2026-06-07'; var targetTime = '15:00'; startStopwatch52997(targetDate, targetTime);
פעולות נוספות
הערות
הצג פרטים
הצג PDF
הפק חשבונית
החזרת רכב
משה
88153602
52994
2026-06-01
2026-06-02
286.268
הסתיים
הסתיים
מבוטל
מושהה
מתוזמן
פעילה
function startStopwatch52994(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-52994').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 updateStopwatch52994() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-52994').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-52994').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-52994').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch52994(); const interval = setInterval(updateStopwatch52994, 60000); // Update every minute } // Example usage: var targetDate = '2026-06-01'; var targetTime = '18:45'; startStopwatch52994(targetDate, targetTime);
פעולות נוספות
הערות
הצג פרטים
הצג PDF
הפק חשבונית
החזרת רכב
שלמה
43376602
52987
2026-06-11
2026-06-12
164.02
מתוזמן
הסתיים
מבוטל
מושהה
מתוזמן
פעילה
function startStopwatch52987(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-52987').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 updateStopwatch52987() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-52987').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-52987').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-52987').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch52987(); const interval = setInterval(updateStopwatch52987, 60000); // Update every minute } // Example usage: var targetDate = '2026-06-11'; var targetTime = '15:30'; startStopwatch52987(targetDate, targetTime);
פעולות נוספות
הערות
הצג פרטים
הצג PDF
הפק חשבונית
החזרת רכב
AYALA
22171102
52591
2026-05-28
2026-05-29
164.02
הסתיים
הסתיים
מבוטל
מושהה
מתוזמן
פעילה
function startStopwatch52591(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-52591').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 updateStopwatch52591() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-52591').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-52591').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-52591').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch52591(); const interval = setInterval(updateStopwatch52591, 60000); // Update every minute } // Example usage: var targetDate = '2026-05-28'; var targetTime = '15:50'; startStopwatch52591(targetDate, targetTime);
פעולות נוספות
הערות
הצג פרטים
הצג PDF
הפק חשבונית
החזרת רכב
ee
88153602
52565
2026-05-28
2026-05-28
120.124
הסתיים
הסתיים
מבוטל
מושהה
מתוזמן
פעילה
function startStopwatch52565(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-52565').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 updateStopwatch52565() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-52565').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-52565').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-52565').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch52565(); const interval = setInterval(updateStopwatch52565, 60000); // Update every minute } // Example usage: var targetDate = '2026-05-28'; var targetTime = '15:25'; startStopwatch52565(targetDate, targetTime);
פעולות נוספות
הערות
הצג פרטים
הצג PDF
הפק חשבונית
החזרת רכב
AYALA
43891002
52518
2026-05-28
2026-05-29
187.62
הסתיים
הסתיים
מבוטל
מושהה
מתוזמן
פעילה
function startStopwatch52518(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-52518').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 updateStopwatch52518() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-52518').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-52518').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-52518').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch52518(); const interval = setInterval(updateStopwatch52518, 60000); // Update every minute } // Example usage: var targetDate = '2026-05-28'; var targetTime = '14:30'; startStopwatch52518(targetDate, targetTime);
פעולות נוספות
הערות
הצג פרטים
הצג PDF
הפק חשבונית
החזרת רכב
טוען השכרות נוספות..
לקוח חדש נוסף בהצלחה!