louie_branch #87

Merged
MarkHipe merged 8 commits from louie_branch into main 2024-05-30 10:03:36 +08:00
2 changed files with 6 additions and 3 deletions
Showing only changes of commit 25e991dc37 - Show all commits

View File

@ -1056,6 +1056,9 @@ $allSignups = array_merge($all_customers, $all_vendors);
<div class="card card-table-border-none card-default recent-orders" id="recent-orders">
<div class="card-header justify-content-between">
<h2>Recent Orders</h2>
<!-- <div class="date-range-report">
<span></span>
</div> -->
</div>
<div class="card-body pt-0 pb-5">
<table class="table card-table table-responsive table-responsive-large"

View File

@ -283,7 +283,7 @@ date_default_timezone_set('Asia/Manila');
}
?>
</p>
<p class="text-dark font-weight-medium pt-24px mb-2">Vendor Since</p>
<p class="text-dark font-weight-medium pt-24px mb-2">Account Created on</p>
<p>
<?php
if (!empty($vendorData["createdAt"])) {
@ -343,9 +343,9 @@ date_default_timezone_set('Asia/Manila');
<div class="card-header justify-content-between">
<h2>Payments</h2>
<div class="date-range-report">
<!-- <div class="date-range-report">
<span></span>
</div>
</div> -->
</div>
<div class="card-body pt-0 pb-0 table-responsive">