Skip to content

Commit 9721346

Browse files
committed
Updated dashboard overview, campaign stats function, and navigation; added PhpSpreadsheet functionality to test2.php
1 parent f750b35 commit 9721346

File tree

682 files changed

+145389
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

682 files changed

+145389
-12
lines changed

dashboard/overview.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</div>
4242
<div class="card">
4343
<h2>2</h2>
44-
<p>Pending Handbooks</p>
44+
<p>Pending Bills</p>
4545
</div>
4646
<div class="card">
4747
<h2>₦<?php echo number_format($campaign_stats['total_raised'], 2); ?></h2>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"require": {
3+
"phpoffice/phpspreadsheet": "^2.1"
4+
}
5+
}

0 commit comments

Comments
 (0)