= h(tr('عرض المشتريات من الموردين وتحديث المخزون.', 'View supplier purchases and inventory updates.')) ?>
| = h(tr('المورد', 'Supplier')) ?> | = h(tr('المرجع', 'Reference')) ?> | = h(tr('الفرع', 'Branch')) ?> | = h(tr('المجموع', 'Subtotal')) ?> | = h(tr('الضريبة', 'VAT')) ?> | = h(tr('الإجمالي', 'Total Amount')) ?> | = h(tr('الحالة', 'Status')) ?> | = h(tr('التاريخ', 'Date')) ?> | = h(tr('إجراءات', 'Actions')) ?> |
|---|---|---|---|---|---|---|---|---|
| = h(tr('لا توجد بيانات', 'No data found')) ?> | ||||||||
| = h($row['supplier_name'] ?: '-') ?> | = h($row['reference_no']) ?> | = h(branch_label($row['branch_code'])) ?> | = h(currency((float)$row['total_amount'] - (float)($row['vat_amount'] ?? 0))) ?> | = h(currency((float)$row['vat_amount'])) ?> | = h(currency((float)$row['total_amount'])) ?> | = h(tr('طلب شراء', 'Order')) ?> = h(tr('مكتمل', 'Completed')) ?> | = h(date('Y-m-d', strtotime((string)$row['purchase_date']))) ?> | |