דלג לתוכן
עמוד הבית
השכרות
רכבים
לקוחות
עסקים
מסמכים
מוסכים
מכירות
התראות
תחזוקה
הצעת מחיר
עמוד הבית
השכרות
רכבים
לקוחות
עסקים
מסמכים
מוסכים
מכירות
התראות
תחזוקה
הצעת מחיר
Search ...
Results
עמוד הבית
השכרות
רכבים
לקוחות
עסקים
מסמכים
מוסכים
מכירות
התראות
תחזוקה
הצעת מחיר
עמוד הבית
השכרות
רכבים
לקוחות
עסקים
מסמכים
מוסכים
מכירות
התראות
תחזוקה
הצעת מחיר
JACOB MOSHE HELLER
JACOB MOSHE HELLER
פרופיל
הזמנות
מסמכים
תשלומים
פרטים אישיים
פרטי רישיון
פרטי אשראי
You are not permitted to submit this form!
You are not permitted to submit this form!
4 ספרות אחרונות:
1645
שם לקוח
מס. רכב
מס. השכרה
תחנה
סוכן
תאריך התחלה
תאריך סיום
חיוב בסה"כ
סטטוס
שעון עצר
יעקב
87894002
53005
2026-06-01
2026-06-07
279.66
פעילה
הסתיים
מבוטל
מושהה
מתוזמן
פעילה
function startStopwatch53005(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-53005').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 updateStopwatch53005() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-53005').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-53005').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-53005').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch53005(); const interval = setInterval(updateStopwatch53005, 60000); // Update every minute } // Example usage: var targetDate = '2026-06-01'; var targetTime = '18:40'; startStopwatch53005(targetDate, targetTime);
פעולות נוספות
הערות
הצג פרטים
הצג PDF
הפק חשבונית
החזרת רכב
יעקב
88153602
51828
2026-05-25
2026-05-26
208.86
מבוטל
הסתיים
מבוטל
מושהה
מתוזמן
פעילה
function startStopwatch51828(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-51828').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 updateStopwatch51828() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-51828').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-51828').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-51828').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch51828(); const interval = setInterval(updateStopwatch51828, 60000); // Update every minute } // Example usage: var targetDate = '2026-05-25'; var targetTime = '19:30'; startStopwatch51828(targetDate, targetTime);
פעולות נוספות
הערות
הצג פרטים
הצג PDF
הפק חשבונית
החזרת רכב
יעקב
88153602
51826
2026-05-25
2026-05-26
208.86
מבוטל
הסתיים
מבוטל
מושהה
מתוזמן
פעילה
function startStopwatch51826(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-51826').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 updateStopwatch51826() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-51826').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-51826').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-51826').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch51826(); const interval = setInterval(updateStopwatch51826, 60000); // Update every minute } // Example usage: var targetDate = '2026-05-25'; var targetTime = '19:20'; startStopwatch51826(targetDate, targetTime);
פעולות נוספות
הערות
הצג פרטים
הצג PDF
הפק חשבונית
החזרת רכב
יעקב
87894002
50664
2026-05-21
2026-05-24
559.32
הסתיים
הסתיים
מבוטל
מושהה
מתוזמן
פעילה
function startStopwatch50664(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-50664').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 updateStopwatch50664() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-50664').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-50664').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-50664').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch50664(); const interval = setInterval(updateStopwatch50664, 60000); // Update every minute } // Example usage: var targetDate = '2026-05-21'; var targetTime = '15:00'; startStopwatch50664(targetDate, targetTime);
פעולות נוספות
הערות
הצג פרטים
הצג PDF
הפק חשבונית
החזרת רכב
יעקב
87894002
50245
2026-05-18
2026-05-18
179.36
הסתיים
הסתיים
מבוטל
מושהה
מתוזמן
פעילה
function startStopwatch50245(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-50245').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 updateStopwatch50245() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-50245').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-50245').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-50245').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch50245(); const interval = setInterval(updateStopwatch50245, 60000); // Update every minute } // Example usage: var targetDate = '2026-05-18'; var targetTime = '16:10'; startStopwatch50245(targetDate, targetTime);
פעולות נוספות
הערות
הצג פרטים
הצג PDF
הפק חשבונית
החזרת רכב
יעקב
43891002
49409
2026-05-14
2026-05-14
הסתיים
הסתיים
מבוטל
מושהה
מתוזמן
פעילה
function startStopwatch49409(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-49409').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 updateStopwatch49409() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-49409').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-49409').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-49409').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch49409(); const interval = setInterval(updateStopwatch49409, 60000); // Update every minute } // Example usage: var targetDate = '2026-05-14'; var targetTime = '13:25'; startStopwatch49409(targetDate, targetTime);
פעולות נוספות
הערות
הצג פרטים
הצג PDF
הפק חשבונית
החזרת רכב
חפש לפי:
סנן לפי:
מסמכים-סוג
הכל
ביטוח רכב
דוח תאונה
הצעת מחיר
חשבונית מס קבלה
טסט
מסמך כללי
מסמך רגיל
רשיון רכב
תעודת ביטוח
תקנון חתום
מספר רכב
סוג מסמך
תאריך העלאה
הערות
לא נמצאו מסמכים מתאימים
חובות וקנסות
תשלומים שהתקבלו
יתרת חוב: 13,200.24 ₪
שם לקוח
מספר הזמנה
תאריך חיוב
גביה עד-
סכום לתשלום
סוג חיוב
סטטוס
הערות
יעקב
50664
25/05/2026
25/05/2026
fine
לא שולם
פעולות נוספות
שלח הודעה
פתח הזמנה
מחק
יעקב
50245
18/05/2026
18/05/2026
fine
לא שולם
פעולות נוספות
שלח הודעה
פתח הזמנה
מחק
יעקב
50245
18/05/2026
18/05/2026
fine
לא שולם
פעולות נוספות
שלח הודעה
פתח הזמנה
מחק
יעקב
49409
14/05/2026
14/05/2026
fine
לא שולם
פעולות נוספות
שלח הודעה
פתח הזמנה
מחק
יעקב
49409
14/05/2026
14/05/2026
fine
לא שולם
פעולות נוספות
שלח הודעה
פתח הזמנה
מחק
יעקב
49403
14/05/2026
14/05/2026
fine
לא שולם
פעולות נוספות
שלח הודעה
פתח הזמנה
מחק
יעקב
49403
14/05/2026
14/05/2026
fine
לא שולם
פעולות נוספות
שלח הודעה
פתח הזמנה
מחק
יעקב
49339
13/05/2026
13/05/2026
fine
לא שולם
פעולות נוספות
שלח הודעה
פתח הזמנה
מחק
יעקב
49339
13/05/2026
13/05/2026
fine
לא שולם
פעולות נוספות
שלח הודעה
פתח הזמנה
מחק
יעקב
49333
13/05/2026
13/05/2026
fine
לא שולם
פעולות נוספות
שלח הודעה
פתח הזמנה
מחק
שם לקוח
מספר הזמנה
תאריך חיוב
גביה עד-
סכום לתשלום
סוג חיוב
סטטוס
הערות
לא נמצאו מסמכים מתאימים
לקוח חדש נוסף בהצלחה!