mirror of
https://github.com/Solo-Web-Works/BillTrak.git
synced 2026-01-29 09:50:34 +00:00
✨feature: Added chart functionality
This commit is contained in:
@@ -179,6 +179,7 @@ try {
|
||||
ORDER BY payees.name ASC
|
||||
");
|
||||
$stmt->execute([$year]);
|
||||
|
||||
$payeeAmounts = $stmt->fetchAll(PDO::FETCH_ASSOC);
|
||||
|
||||
// Fetch overall YTD amount
|
||||
|
||||
Reference in New Issue
Block a user