update order status report
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -36,7 +36,7 @@
|
||||
<div class="form-group">
|
||||
<label class="control-label">Select Date From: <span
|
||||
class="required">*</span></label>
|
||||
<input type="text" name="min" class="form-control datepicker-reports" id="min"
|
||||
<input type="text" name="min" class="form-control datepicker-reports min" id="min_tbl_order_status"
|
||||
placeholder="Select Date" required autocomplete="off" />
|
||||
</div>
|
||||
</div>
|
||||
@@ -44,7 +44,7 @@
|
||||
<div class="form-group">
|
||||
<label class="control-label">Select Date To: <span
|
||||
class="required">*</span></label>
|
||||
<input type="text" name="max" class="form-control datepicker-reports" id="max"
|
||||
<input type="text" name="max" class="form-control datepicker-reports max" id="max_tbl_order_status"
|
||||
placeholder="Select Date" required autocomplete="off" />
|
||||
</div>
|
||||
</div>
|
||||
@@ -75,6 +75,7 @@
|
||||
<td>{{ $item->ProductName }}</td>
|
||||
<td>{{ $item->OrderStatus }}</td>
|
||||
<td>{{ date("F j, Y g:i A", strtotime($item->DateCreated)) }}</td>
|
||||
<td>{{ date('Y/m/d', strtotime($item->DateCreated)) }}</td>
|
||||
|
||||
</tr>
|
||||
@endforeach
|
||||
|
||||
Reference in New Issue
Block a user