لا تملك صلاحية الوصول لهذه الصفحة."; require_once 'includes/footer.php'; exit; } $trial_balance = get_trial_balance(); ?>
| الحساب | مدين | دائن |
|---|---|---|
| = htmlspecialchars($row['account_name']) ?> | = number_format($row['total_debit'], 2) ?> | = number_format($row['total_credit'], 2) ?> |
| الإجمالي | = number_format($total_debit, 2) ?> | = number_format($total_credit, 2) ?> |