v2
This commit is contained in:
@@ -35,7 +35,7 @@ function report_view($fromDate, $toDate) {
|
|||||||
if ($conn->connect_error) die("Connection failed: " . $conn->connect_error);
|
if ($conn->connect_error) die("Connection failed: " . $conn->connect_error);
|
||||||
|
|
||||||
// Display alert for report period
|
// Display alert for report period
|
||||||
echo '<div class="container mt-4" style="margin-bottom: 105px;">
|
echo '<div class="container mt-4">
|
||||||
<div class="alert alert-primary shadow-sm">
|
<div class="alert alert-primary shadow-sm">
|
||||||
<h5 class="mb-0">Report Period: '.$fromDate.' → '.$toDate.' (Up to)</h5>
|
<h5 class="mb-0">Report Period: '.$fromDate.' → '.$toDate.' (Up to)</h5>
|
||||||
</div>
|
</div>
|
||||||
@@ -44,7 +44,7 @@ function report_view($fromDate, $toDate) {
|
|||||||
$totalAmount = 0;
|
$totalAmount = 0;
|
||||||
|
|
||||||
echo '
|
echo '
|
||||||
<div class="container mt-3">
|
<div class="container mt-3" style="margin-bottom: 105px;">
|
||||||
<div class="card shadow-sm rounded-3">
|
<div class="card shadow-sm rounded-3">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="mb-3">Transaction Report</h5>
|
<h5 class="mb-3">Transaction Report</h5>
|
||||||
|
|||||||
Reference in New Issue
Block a user