diff --git a/app/Views/costListing.php b/app/Views/costListing.php index 83679e4b..eb0c701f 100644 --- a/app/Views/costListing.php +++ b/app/Views/costListing.php @@ -1,76 +1,42 @@ + .Date-filter-form { + display: flex; + align-items: center; + gap: 10px; + /* Adjust the gap as needed */ + } + .Date-filter-form input, + .Date-filter-form button { + padding: 5px; + font-size: 14px; + } - -
+ .icon-button { + background: none; + border: none; + cursor: pointer; + color: #007bff; + font-size: 18px; + } + + .icon-button:hover { + color: #0056b3; + } + + +
@@ -83,74 +49,74 @@
-
+
-
- - - + + + + - - + + - - -
-
+ + +
+
- + - - - - - - - + + + + + + + CreatedDate); - $date = $createdat->format('d-m-Y'); - $time = $createdat->format('h:i A'); + foreach ($userRecords as $record) { + $createdat = new DateTime($record->CreatedDate); + $date = $createdat->format('d-m-Y'); + $time = $createdat->format('h:i A'); ?> - - - - - - - - - - + + + + + + + + + + -
Create DateCreate TimeCost Center CodeCost Center NameCreated ByActiveActionCreate DateCreate TimeCost Center CodeCost Center NameCreated ByActiveAction
code ?>CostCenterName ?>FirstName ?>IsActive == 1 ? $R = 'ACTIVE' : $R = 'INACTIVE'; - echo $R; - ?> - DeletedBy == '') { - ?> - -     - -
code ?>CostCenterName ?>FirstName ?>IsActive == 1 ? $R = 'ACTIVE' : $R = 'INACTIVE'; + echo $R; + ?> + DeletedBy == '') { + ?> + +     + +
+
@@ -159,29 +125,43 @@
+ + - -