main
parent
d894ea3d66
commit
6d59aeb66f
|
@ -35,7 +35,7 @@ function report_view($fromDate, $toDate) {
|
|||
if ($conn->connect_error) die("Connection failed: " . $conn->connect_error);
|
||||
|
||||
// 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">
|
||||
<h5 class="mb-0">Report Period: '.$fromDate.' → '.$toDate.' (Up to)</h5>
|
||||
</div>
|
||||
|
@ -44,7 +44,7 @@ function report_view($fromDate, $toDate) {
|
|||
$totalAmount = 0;
|
||||
|
||||
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-body">
|
||||
<h5 class="mb-3">Transaction Report</h5>
|
||||
|
|
Loading…
Reference in New Issue