Pdf Changes Done
This commit is contained in:
@@ -577,7 +577,7 @@
|
||||
<th>Container Date</th>
|
||||
<th>Company Name</th>
|
||||
<th>Customer Name</th>
|
||||
<th>Mark No</th>
|
||||
{{-- <th>Mark No</th> --}}
|
||||
<th>Invoice No</th>
|
||||
<th>Invoice Date</th>
|
||||
<th>Invoice Amount</th>
|
||||
@@ -609,11 +609,11 @@
|
||||
{{ $r->customer_name ?? '-' }}
|
||||
</span>
|
||||
</td>
|
||||
<td>
|
||||
{{-- <td>
|
||||
<span class="data-highlight" title="{{ $r->mark_no }}">
|
||||
{{ $r->mark_no ?? '-' }}
|
||||
</span>
|
||||
</td>
|
||||
</td> --}}
|
||||
<td>
|
||||
<span class="data-highlight" title="{{ $r->invoice_number }}">
|
||||
{{ $r->invoice_number }}
|
||||
@@ -640,7 +640,7 @@
|
||||
</tr>
|
||||
@empty
|
||||
<tr>
|
||||
<td colspan="9">
|
||||
<td colspan="8">
|
||||
<div class="empty-state">
|
||||
<div class="empty-icon">
|
||||
<i class="fas fa-inbox"></i>
|
||||
@@ -799,7 +799,7 @@
|
||||
if (filteredReports.length === 0) {
|
||||
tbody.innerHTML = `
|
||||
<tr>
|
||||
<td colspan="9">
|
||||
<td colspan="8">
|
||||
<div class="empty-state">
|
||||
<div class="empty-icon">
|
||||
<i class="fas fa-inbox"></i>
|
||||
@@ -842,11 +842,11 @@
|
||||
${report.customer_name || '-'}
|
||||
</span>
|
||||
</td>
|
||||
<td>
|
||||
<!-- <td>
|
||||
<span class="data-highlight" title="${report.mark_no || ''}">
|
||||
${report.mark_no || '-'}
|
||||
</span>
|
||||
</td>
|
||||
</td> -->
|
||||
<td>
|
||||
<span class="data-highlight" title="${report.invoice_number || ''}">
|
||||
${report.invoice_number || '-'}
|
||||
|
||||
Reference in New Issue
Block a user