'.$branch_id; } $Next = date('Y-m-d', strtotime('+1 day', strtotime($today))); $Previous = date('Y-m-d', strtotime('-1 day', strtotime($today))); $Day = date('D', strtotime($today)); function Day_ar() { global $Day; $find = array("Sat", "Sun", "Mon", "Tue", "Wed", "Thu", "Fri"); $replace = array("السبت", "الأحد", "الإثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة"); $ar_day_format = $Day; $Day_ar = str_replace($find, $replace, $ar_day_format); return $Day_ar; } function Today_ar() { global $today; $Today_ar = date('d-m-Y', strtotime($today)); return $Today_ar; } ?>
| # | الفرع | اسم الموظف | النوع | العمليات | إجمالي الفواتير | الاجمالي | المبلغ المودع | العجز | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| كاش | شبكة | المبلغ المستحق من الموظف | من رصيد العملاء | ||||||||
| =$count?> | =$get_invoices['branch_name']?> | =$get_invoices['name']?> | الفواتير | =$get_invoices['count']?> | =round($get_invoices['cash'],2)?> | =round($get_invoices['card'],2)?> | =round($get_invoices['cash'] + $get_invoices['card'],2)?> | =round($get_invoices['stuck'],2)?> | =round($get_invoices['total'],2)?> | غير مفعل | غير مفعل |
| أرصدة دائنة - عملاء | =$get_invoices['bond_count']?> | =round($get_invoices['bond_cash'],2)?> | =round($get_invoices['bond_card'],2)?> | =round($get_invoices['bond_cash'] + $get_invoices['bond_card'],2)?> | 0 | =round($get_invoices['bond_total'],2)?> | غير مفعل | غير مفعل | |||
| المجاميع | =$get_invoices['count'] + $get_invoices['bond_count']?> | =round($get_invoices['cash'] + $get_invoices['bond_cash'],2)?> | =round($get_invoices['card'] + $get_invoices['bond_card'],2)?> | =round($get_invoices['cash'] + $get_invoices['bond_cash'] + $get_invoices['card'] + $get_invoices['bond_card'],2)?> | =round($get_invoices['stuck'],2)?> | =round($get_invoices['total'] + $get_invoices['bond_total'],2)?> | غير مفعل | غير مفعل | |||