אביגיל כהן

אביגיל כהן
You are not permitted to submit this form!
You are not permitted to submit this form!

שם לקוח

מס. רכב

מס. השכרה

תחנה

סוכן

תאריך התחלה

תאריך סיום

חיוב בסה"כ

סטטוס

שעון עצר

אביגיל

73592802

36330

2025-11-25

2025-11-30

126.85

function startStopwatch36330(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-36330').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 updateStopwatch36330() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-36330').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-36330').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-36330').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch36330(); const interval = setInterval(updateStopwatch36330, 60000); // Update every minute } // Example usage: var targetDate = '2025-11-25'; var targetTime = '12:20'; startStopwatch36330(targetDate, targetTime);

אביגיל

73592802

36327

2025-11-25

2025-11-30

123.9

function startStopwatch36327(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-36327').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 updateStopwatch36327() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-36327').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-36327').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-36327').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch36327(); const interval = setInterval(updateStopwatch36327, 60000); // Update every minute } // Example usage: var targetDate = '2025-11-25'; var targetTime = '12:15'; startStopwatch36327(targetDate, targetTime);

אביגיל

73592802

36320

2025-11-25

2025-11-25

0.9794

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

אביגיל

73592802

36317

2025-11-25

2025-11-25

5.9

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

אביגיל

73592802

36312

2025-11-25

2025-11-25

5.9

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

אביגיל

73592802

36145

2025-11-18

2025-11-18

0

function startStopwatch36145(targetDate, targetTime) { if(targetDate==''||targetTime==''){ document.getElementById('stopwatch-36145').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 updateStopwatch36145() { const now = new Date(); const timeLeft = target - now; if (timeLeft <= 0) { document.getElementById('stopwatch-36145').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-36145').innerText = ` days : hours : minutes`; document.getElementById('stopwatch-36145').innerText = days + ' days : ' + hours + ' hours : ' + minutes + ' minutes'; } updateStopwatch36145(); const interval = setInterval(updateStopwatch36145, 60000); // Update every minute } // Example usage: var targetDate = '2025-11-18'; var targetTime = '14:15'; startStopwatch36145(targetDate, targetTime);

חפש לפי:

מסמכים-סוג

מספר רכב

סוג מסמך

תאריך העלאה

הערות

73592802

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

18/11/2025

73592802

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

11/11/2025

73592802

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

11/11/2025

73592802

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

11/11/2025

73592802

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

11/11/2025

73592802

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

10/11/2025

16557402

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

16/09/2025

73592802

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

15/09/2025

73592802

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

14/09/2025

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

14/09/2025

יתרת חוב: 104,126.84 ₪

שם לקוח

מספר הזמנה

תאריך חיוב

גביה עד-

סכום לתשלום

סוג חיוב

סטטוס

הערות

אביגיל

36330

18/12/2025

18/12/2025

fine

לא שולם

אביגיל

36320

25/11/2025

25/11/2025

fine

לא שולם

אביגיל

36327

25/11/2025

25/11/2025

fine

לא שולם

אביגיל

36317

25/11/2025

25/11/2025

fine

לא שולם

אביגיל

36312

25/11/2025

25/11/2025

fine

לא שולם

אביגיל

36084

17/11/2025

17/11/2025

fine

לא שולם

אביגיל

36078

17/11/2025

17/11/2025

15930

fine

לא שולם

אביגיל

36069

17/11/2025

17/11/2025

15930

fine

לא שולם

אביגיל

36036

16/11/2025

16/11/2025

15930

fine

לא שולם

אביגיל

36029

16/11/2025

16/11/2025

15930

fine

לא שולם

שם לקוח

מספר הזמנה

תאריך חיוב

גביה עד-

סכום לתשלום

סוג חיוב

סטטוס

הערות

אביגיל

36145

18/11/2025

18/11/2025

17.7

fine

שולם

אביגיל

35742

11/11/2025

11/11/2025

295.89055137646

fine

שולם

אביגיל

35728

11/11/2025

11/11/2025

295.91418181263

fine

שולם

אביגיל

35714

11/11/2025

11/11/2025

295.89055137646

fine

שולם

אביגיל

35707

11/11/2025

11/11/2025

295.89055137646

fine

שולם

אביגיל

35672

10/11/2025

10/11/2025

295.89055137646

fine

שולם

אביגיל

33862

16/09/2025

16/09/2025

299.04825671741

fine

שולם

אביגיל

33773

15/09/2025

15/09/2025

349.00710920309

fine

שולם

אביגיל

33749

14/09/2025

14/09/2025

349.00710920309

fine

שולם

אביגיל

33406

14/09/2025

14/09/2025

4888.4295612119

fine

שולם

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