mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-28 00:43:58 +00:00
add bank details in urgent list
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user