Commit 9585e99f authored by Mahmoud Aglan's avatar Mahmoud Aglan

ui(members): add FYI hints table showing all available regulatory discounts

Always-visible reference table on the membership form showing:
- All 7 articles with their discount percentages and conditions
- Which branches each applies to
- What proof is needed (auto-verify vs document upload)
- Non-stacking rule note
Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
parent b86c24f6
...@@ -334,6 +334,54 @@ ...@@ -334,6 +334,54 @@
</h3> </h3>
</div> </div>
<div style="padding:20px;"> <div style="padding:20px;">
<!-- FYI: All available regulatory discounts -->
<div style="margin-bottom:18px;padding:14px 18px;background:linear-gradient(135deg,#F0FDFA,#ECFDF5);border:1px solid #A7F3D0;border-radius:8px;">
<div style="font-weight:700;color:#065F46;font-size:13px;margin-bottom:10px;">
<i data-lucide="info" style="width:14px;height:14px;vertical-align:middle;margin-left:4px;"></i>
الخصومات اللائحية المتاحة:
</div>
<table style="width:100%;font-size:12px;border-collapse:collapse;color:#374151;">
<tr style="border-bottom:1px solid #D1FAE5;">
<td style="padding:5px 8px;font-weight:600;color:#0D7377;white-space:nowrap;">م.97</td>
<td style="padding:5px 8px;">عضو فرع آخر — 50% (شيراتون↔السادس) أو 25% (→العاصمة الإدارية)</td>
<td style="padding:5px 8px;color:#6B7280;white-space:nowrap;">تحقق تلقائي</td>
</tr>
<tr style="border-bottom:1px solid #D1FAE5;">
<td style="padding:5px 8px;font-weight:600;color:#0D7377;white-space:nowrap;">م.98</td>
<td style="padding:5px 8px;">موظف حكومي 50% أو وزارة الشباب 62.5% — العاصمة الإدارية فقط</td>
<td style="padding:5px 8px;color:#6B7280;white-space:nowrap;">خطاب جهة العمل</td>
</tr>
<tr style="border-bottom:1px solid #D1FAE5;">
<td style="padding:5px 8px;font-weight:600;color:#0D7377;white-space:nowrap;">م.99</td>
<td style="padding:5px 8px;">موظف وزارة الشباب — 25% بفرع شيراتون أو السادس</td>
<td style="padding:5px 8px;color:#6B7280;white-space:nowrap;">شهادة وظيفية</td>
</tr>
<tr style="border-bottom:1px solid #D1FAE5;">
<td style="padding:5px 8px;font-weight:600;color:#0D7377;white-space:nowrap;">م.100</td>
<td style="padding:5px 8px;">عضو مجلس أمناء — 50% + تقسيط سنتين بدون فائدة</td>
<td style="padding:5px 8px;color:#6B7280;white-space:nowrap;">قرار التعيين</td>
</tr>
<tr style="border-bottom:1px solid #D1FAE5;">
<td style="padding:5px 8px;font-weight:600;color:#0D7377;white-space:nowrap;">م.101</td>
<td style="padding:5px 8px;">موظف وزارة — تقسيط سنتين بدون فائدة (بدون خصم إضافي)</td>
<td style="padding:5px 8px;color:#6B7280;white-space:nowrap;">شهادة وظيفية</td>
</tr>
<tr style="border-bottom:1px solid #D1FAE5;">
<td style="padding:5px 8px;font-weight:600;color:#0D7377;white-space:nowrap;">م.102</td>
<td style="padding:5px 8px;">موظف النادي (5 سنوات+) — حتى 15%</td>
<td style="padding:5px 8px;color:#6B7280;white-space:nowrap;">تحقق تلقائي من HR</td>
</tr>
<tr>
<td style="padding:5px 8px;font-weight:600;color:#0D7377;white-space:nowrap;">م.110</td>
<td style="padding:5px 8px;">عضوية مجمعة — 3% (5-10) / 7% (11-20) / 10% (21+)</td>
<td style="padding:5px 8px;color:#6B7280;white-space:nowrap;">كشف أسماء المجموعة</td>
</tr>
</table>
<div style="margin-top:8px;font-size:11px;color:#6B7280;border-top:1px solid #D1FAE5;padding-top:6px;">
* الخصومات لا تُجمَع — يُطبَّق الأعلى قيمة فقط. يتطلب اعتماد المسؤول بعد التقديم.
</div>
</div>
<div style="display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px;"> <div style="display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px;">
<div class="form-group"> <div class="form-group">
<label class="form-label">نوع الاستحقاق</label> <label class="form-label">نوع الاستحقاق</label>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment