جاري التحميل...

تصفية الإحصائيات

{{ totalIncome }}

إجمالي الإيجارات (الدخل المتوقع)

{{ totalExpenses }}

إجمالي المصاريف

{{ netProfit }}

صافي الأرباح

{{ filteredReservations.length }}

إجمالي الحجوزات

{{ countMabeet }} / {{ countSabahi }} / {{ countSahra }}

مبيت / استخدام يومي / سهرة

{{ totalDeposits }} / الباقي {{ totalRemaining }}

العرابين المدفوعة / المبالغ المستحقة

الحجوزات القادمة (مستقبلاً)

الاسمالتاريخالوقتالحالة
لا توجد حجوزات قادمة
{{ res.customer_name }} {{ res.start_date }} {{ res.start_time }} {{ res.status }}

{{ monthNames[currentMonth] }} {{ currentYear }}

{{ day }}
{{ day.date.getDate() }}
{{ res.customer_name.split(' ')[0] }}

إدارة الحجوزات

الاسم رقم الهاتف النوع التاريخ الوقت الأشخاص الباقي الحالة إجراءات
{{ res.customer_name }} {{ res.phone || 'لا يوجد' }} {{ res.reservation_type }} من {{ res.start_date }} إلى {{ res.end_date }} من {{ formatTime12Hour(res.start_time) }} إلى {{ formatTime12Hour(res.end_time) }} {{ res.adults || 0 }} كبار، {{ res.children || 0 }} صغار {{ res.remaining == 0 || !res.remaining ? 'مدفوع كامل' : res.remaining + ' دينار' }} {{ res.status }}

إدارة المصاريف

تاريخبواسطةالصنفالكميةالسعرالمجموع
{{ exp.created_at.split(' ')[0] }} {{ exp.added_by }} {{ exp.item_name }} {{ exp.quantity }} {{ exp.price }} {{ exp.total }}

استلام الدفعات

تاريخالاسمالمبلغالطريقة
{{ pay.created_at.split(' ')[0] }} {{ pay.customer_name }} {{ pay.amount }} {{ pay.payment_method }}