Added user CRUD functionality added template for reports added delete vendor

This commit is contained in:
root
2019-03-22 03:01:32 -04:00
parent 62f86df80e
commit 4171d9ac5d
11 changed files with 578 additions and 84 deletions

View File

@@ -59,7 +59,7 @@
<span>Reports</span>
</a>
<div class="dropdown-menu" aria-labelledby="pagesDropdown">
<a class="dropdown-item" href="report_expense_income_summary.php">Income Summary</a>
<a class="dropdown-item" href="report_income_summary.php">Income Summary</a>
<a class="dropdown-item" href="report_expense_summary.php">Expense Summary</a>
<a class="dropdown-item" href="report_income_vs_expense.php">Income vs Expense</a>
<a class="dropdown-item" href="report_profit_loss.php">Profit & Loss</a>