Graphes are starting to work in dashboard

This commit is contained in:
root
2019-05-06 23:19:22 -04:00
parent 8ba1ec21d9
commit cf7003e7f1
11 changed files with 712 additions and 150 deletions

View File

@@ -103,7 +103,6 @@ $sql_categories = mysqli_query($mysqli,"SELECT * FROM categories WHERE category_
$payment_total_amount_for_month = $row['payment_total_amount_for_month'];
$total_payment_for_all_months = $payment_total_amount_for_month + $total_payment_for_all_months;
?>
<th class="text-right">$<?php echo number_format($payment_total_amount_for_month,2); ?></th>