add bank details in urgent list

This commit is contained in:
omair saleh
2022-02-23 14:46:32 +08:00
parent 53401d6c53
commit 85648a6c99
2 changed files with 9 additions and 4 deletions
@@ -9,6 +9,10 @@
<td class="v-align-middle ">
<p>{{item.booking.marking}}</p>
</td>
<td class="v-align-middle ">
<p>{{item.recipient_bank_account.holder_name}}</p>
<p>{{item.recipient_bank_account.bank_name}}<span class="m-l-5">({{item.recipient_bank_account.bank_branch}})</span>: <span class="text-primary">{{item.recipient_bank_account.account_no.replace(/[^\dA-Z]/g, '').replace(/(.{4})/g, '$1 ').trim()}}</span></p>
</td>
<td class="v-align-middle">
<p>{{item.booking.company.reference}}</p>
</td>
@@ -7,10 +7,11 @@
<table class="table table-hover">
<thead>
<tr>
<th style="width:20%">Date</th>
<th style="width:20%">Label</th>
<th style="width:20%">Reference</th>
<th style="width:29%">Marking</th>
<th style="width:15%">Date</th>
<th style="width:15%">Label</th>
<th style="width:15%">Reference</th>
<th style="width:15%">Bank</th>
<th style="width:15%">Marking</th>
<th style="width:15%">Amount</th>
</tr>
</thead>