רבקה צולק

רבקה צולק
You are not permitted to submit this form!
You are not permitted to submit this form!

שם לקוח

מס. רכב

מס. השכרה

תחנה

סוכן

תאריך התחלה

תאריך סיום

חיוב בסה"כ

סטטוס

שעון עצר

רבקה

43376602

52148

2026-05-27

2026-05-27

109.74

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

רבקה

43891002

52146

2026-05-27

2026-05-27

109.74

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

רבקה

88153602

50591

2026-05-21

2026-05-22

148.68

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

רבקה

88153602

50227

2026-05-18

2026-05-18

89.68

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

רבקה

32419302

49188

2026-05-11

2026-05-11

109.74

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

רבקה

88153602

49127

2026-05-10

2026-05-11

119.18

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

חפש לפי:

מסמכים-סוג

מספר רכב

סוג מסמך

תאריך העלאה

הערות

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

יתרת חוב: 0.00 ₪

שם לקוח

מספר הזמנה

תאריך חיוב

גביה עד-

סכום לתשלום

סוג חיוב

סטטוס

הערות

רבקה

52148

01/06/2026

01/06/2026

fine

לא שולם

רבקה

52148

29/05/2026

29/05/2026

fine

לא שולם

רבקה

52148

29/05/2026

29/05/2026

fine

לא שולם

רבקה

52146

28/05/2026

28/05/2026

fine

לא שולם

רבקה

50591

25/05/2026

25/05/2026

fine

לא שולם

רבקה

50591

25/05/2026

25/05/2026

fine

לא שולם

רבקה

50227

18/05/2026

18/05/2026

fine

לא שולם

רבקה

50227

18/05/2026

18/05/2026

fine

לא שולם

רבקה

49188

11/05/2026

11/05/2026

fine

לא שולם

רבקה

49188

11/05/2026

11/05/2026

fine

לא שולם

שם לקוח

מספר הזמנה

תאריך חיוב

גביה עד-

סכום לתשלום

סוג חיוב

סטטוס

הערות

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

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