1
0
forked from poc/pds

Added location column in invoice data report

This commit is contained in:
dhanabalan
2025-11-15 10:09:09 +05:30
parent 6160570a7d
commit 41f9ec2990
2 changed files with 4 additions and 1 deletions

View File

@@ -85,6 +85,7 @@
<th>Document Date</th>
<th>Customer TradeName</th>
<th>Customer Location</th>
<th>Location</th>
<th>Pending Days</th>
<th>Status</th>
</tr>
@@ -108,6 +109,7 @@
{{-- <td>{{ $row['customer_trade_name'] }}</td> --}}
<td class="td-left">{{ $row['customer_trade_name'] }}</td>
<td>{{ $row['customer_location'] }}</td>
<td>{{ $row['location'] }}</td>
{{-- <td class="{{ $row['status'] == 'Went Out' ? 'status-wentout' : ($row['status'] == 'Pending' ? 'status-pending' : '') }}">
{{ $row['status'] }}
</td> --}}