Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
PhemcodeJay committed Dec 2, 2024
1 parent 849d9cb commit 768e758
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 111 deletions.
4 changes: 4 additions & 0 deletions analytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

include('config.php'); // Includes the updated config.php with the $connection variable



try {
// Check if username is set in session
if (!isset($_SESSION["username"])) {
Expand Down Expand Up @@ -543,6 +545,7 @@ class="rounded-top img-fluid mb-4">
<h1 style="font-weight: bold; text-decoration: underline;">Analytics</h1>
</div>
<a href="analytics-report.php" class="btn btn-primary add-list"><i class="las la-plus mr-3"></i>Reports</a>
<a href="pdf_generate.php" class="btn btn-primary add-list"><i class="las la-plus mr-3"></i>PDF</a>
<!-- Charts Grid -->
<div class="charts-grid">

Expand Down Expand Up @@ -653,6 +656,7 @@ class="rounded-top img-fluid mb-4">
<!-- app JavaScript -->
<script src="http://localhost/salespilot/assets/js/app.js"></script>

<script src="http://localhost/salespilot/assets/js/apexcharts.js"></script>
<!-- Include AmCharts 4 core and charts -->
<script src="https://cdn.amcharts.com/lib/4/core.js"></script>
<script src="https://cdn.amcharts.com/lib/4/charts.js"></script>
Expand Down
Loading

0 comments on commit 768e758

Please sign in to comment.