טופס כיבודים

טופס לצירוף להזמנת רכש בגין מזון/ציוד body { direction: rtl; font-family: Arial, sans-serif; background-color: #f4f4f4; } form { max-width: 600px; margin: auto; padding: 1em; background: #fff; border: 1px solid #ccc; border-radius: 1em; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } h1 { text-align: center; color: #2E4053; } .logo { text-align: center; margin-bottom: 20px; } .logo img { max-width: 100px; } div { margin-bottom: 1em; } label { margin-bottom: .5em; color: #333333; display: block; } select, input, textarea { border: 1px solid #ccc; padding: .5em; font-size: 1em; width: 100%; box-sizing: border-box; } button { padding: 1em; font-size: 1em; color: #fff; background-color: #5D6D7E; border: none; border-radius: 5px; cursor: pointer; width: 100%; } button:hover { background-color: #34495E; } טופס לצירוף להזמנת רכש בגין מזון/ציוד
יחידה מזמינה עבודה סוציאלית אחר
סיבת הרכישה
סוג המפגש
אורך המפגש חצי שעה שעה שעתיים שלוש שעות מעל ל-3 שעות
מיקום המפגש
סה"כ עלות הכיבוד- כולל מע"מ
מספר מוזמנים
עלות למשתתף-כולל מע"מ
איש/ת קשר לבירורים שירי אזולאי דליה סול יונג אורי שגיא אילנה דבאח מירי בן הרוש שולי לוי יעל בר דוד אחר
טלפון של איש/ת הקשר
שמות המשתתפים באירוע
הערות
המרה ל-JPEG
async function generateJPEG() { const form = document.getElementById('orderForm'); const canvas = await html2canvas(form); const imgData = canvas.toDataURL('image/jpeg'); const link = document.createElement('a'); link.href = imgData; link.download = 'טופס_לצירוף.jpg'; link.click(); }