Edit expense_reports.php via Editor
This commit is contained in:
parent
ebc8803ddd
commit
79a5056e8e
@ -122,7 +122,7 @@ $categories = db()->query("SELECT * FROM expense_categories ORDER BY name")->fet
|
|||||||
<div class="card shadow-sm border-0 h-100 bg-primary text-white">
|
<div class="card shadow-sm border-0 h-100 bg-primary text-white">
|
||||||
<div class="card-body text-center">
|
<div class="card-body text-center">
|
||||||
<h6 class="text-white-50 mb-2">إجمالي المصروفات</h6>
|
<h6 class="text-white-50 mb-2">إجمالي المصروفات</h6>
|
||||||
<h2 class="fw-bold mb-0"><?= number_format($total_amount, 2) ?> ر.س</h2>
|
<h2 class="fw-bold mb-0"><?= number_format($total_amount, 3) ?> ر.ع</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -135,7 +135,7 @@ $categories = db()->query("SELECT * FROM expense_categories ORDER BY name")->fet
|
|||||||
<div class="col-6 col-md-4">
|
<div class="col-6 col-md-4">
|
||||||
<div class="p-2 border rounded bg-light">
|
<div class="p-2 border rounded bg-light">
|
||||||
<small class="d-block text-muted"><?= htmlspecialchars($name) ?></small>
|
<small class="d-block text-muted"><?= htmlspecialchars($name) ?></small>
|
||||||
<span class="fw-bold"><?= number_format($amount, 2) ?></span>
|
<span class="fw-bold"><?= number_format($amount, 3) ?></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user