| Line 1... |
Line 1... |
| 1 |
<div class="modal-body">
|
1 |
<div class="modal-body">
|
| 2 |
<h4 class="modal-title">Brand fee payment details</h4>
|
2 |
<h4 class="modal-title">Brand fee payment details</h4>
|
| 3 |
<table class="table table-bordered">
|
3 |
<table class="table table-bordered" id="mk_brand-fee-collection-details">
|
| 4 |
<thead>
|
4 |
<thead>
|
| 5 |
<th>Date</th>
|
5 |
<th>Date</th>
|
| 6 |
<th>Amount</th>
|
6 |
<th>Amount</th>
|
| 7 |
<th>UTR</th>
|
7 |
<th>UTR</th>
|
| 8 |
<th>Mode</th>
|
8 |
<th>Mode</th>
|
| - |
|
9 |
<th>Attachment</th>
|
| 9 |
<th>Status</th>
|
10 |
<th>Status</th>
|
| 10 |
<th>Description</th>
|
11 |
<th>Description</th>
|
| 11 |
<th>Action</th>
|
12 |
<th>Action</th>
|
| 12 |
</thead>
|
13 |
</thead>
|
| 13 |
<tbody>
|
14 |
<tbody>
|
| Line 18... |
Line 19... |
| 18 |
<td hidden="hidden" class="bfcId">$bfc.getId() </td>
|
19 |
<td hidden="hidden" class="bfcId">$bfc.getId() </td>
|
| 19 |
<td><input type="datetime-local" value="$bfc.getFeeCollectingTimeStamp()"
|
20 |
<td><input type="datetime-local" value="$bfc.getFeeCollectingTimeStamp()"
|
| 20 |
name="feeCollectingTimeStamp"></td>
|
21 |
name="feeCollectingTimeStamp"></td>
|
| 21 |
<td class="currency"><input value="$bfc.getCollectedAmount()" name="collectedAmount"></td>
|
22 |
<td class="currency"><input value="$bfc.getCollectedAmount()" name="collectedAmount"></td>
|
| 22 |
<td><input value="$bfc.getPaymentReferenceNo()" name="paymentReferenceNo"></td>
|
23 |
<td><input value="$bfc.getPaymentReferenceNo()" name="paymentReferenceNo"></td>
|
| 23 |
<td><select name="paymentMode">
|
24 |
<td><select name="paymentMode" style="width: 100%;">
|
| 24 |
<option value="$bfc.getPaymentMode()" selected>$bfc.getPaymentMode()</option>
|
25 |
<option value="$bfc.getPaymentMode()" selected>$bfc.getPaymentMode()</option>
|
| 25 |
<option value="UPI">UPI</option>
|
26 |
<option value="UPI">UPI</option>
|
| 26 |
<option value="NEFT">NEFT</option>
|
27 |
<option value="NEFT">NEFT</option>
|
| 27 |
<option value="RTGS">RTGS</option>
|
28 |
<option value="RTGS">RTGS</option>
|
| 28 |
<option value="IMPS">IMPS</option>
|
29 |
<option value="IMPS">IMPS</option>
|
| 29 |
|
30 |
|
| 30 |
</select></td>
|
31 |
</select></td>
|
| - |
|
32 |
<td>
|
| - |
|
33 |
<input type="hidden" name="documentId" value="$bfc.getPaymentAttachment()"
|
| - |
|
34 |
class="documentId">
|
| - |
|
35 |
<input type="file" required style="width: 100%;">
|
| - |
|
36 |
#if($bfc.getPaymentAttachment()>0)
|
| - |
|
37 |
<a href="${rc.contextPath}/download-attachment?documentId=$bfc.getPaymentAttachment()">View</a>
|
| - |
|
38 |
#end
|
| - |
|
39 |
</td>
|
| 31 |
<td>$bfc.getPaymentStatus()</td>
|
40 |
<td>$bfc.getPaymentStatus()</td>
|
| 32 |
#if($bfc.getDescription())
|
41 |
#if($bfc.getDescription())
|
| 33 |
<td>$bfc.getDescription()</td>
|
42 |
<td>$bfc.getDescription()</td>
|
| 34 |
#else
|
43 |
#else
|
| 35 |
<td>--</td>
|
44 |
<td>--</td>
|
| Line 64... |
Line 73... |
| 64 |
<td hidden="hidden" class="bfcId">$bfc.getId() </td>
|
73 |
<td hidden="hidden" class="bfcId">$bfc.getId() </td>
|
| 65 |
<td>$bfc.getFeeCollectingTimeStamp()</td>
|
74 |
<td>$bfc.getFeeCollectingTimeStamp()</td>
|
| 66 |
<td class="currency">$bfc.getCollectedAmount()</td>
|
75 |
<td class="currency">$bfc.getCollectedAmount()</td>
|
| 67 |
<td>$bfc.getPaymentReferenceNo()</td>
|
76 |
<td>$bfc.getPaymentReferenceNo()</td>
|
| 68 |
<td>$bfc.getPaymentMode()</td>
|
77 |
<td>$bfc.getPaymentMode()</td>
|
| - |
|
78 |
<td>
|
| - |
|
79 |
<input type="hidden" name="documentId" value="$bfc.getPaymentAttachment()" class="documentId">
|
| - |
|
80 |
<input type="file" required style="width: 100%;">
|
| - |
|
81 |
#if($bfc.getPaymentAttachment()>0)
|
| - |
|
82 |
<a href="${rc.contextPath}/download-attachment?documentId=$bfc.getPaymentAttachment()">View</a>
|
| - |
|
83 |
#end
|
| - |
|
84 |
</td>
|
| 69 |
<td>$bfc.getPaymentStatus()</td>
|
85 |
<td>$bfc.getPaymentStatus()</td>
|
| 70 |
#if($bfc.getDescription())
|
86 |
#if($bfc.getDescription())
|
| 71 |
<td>$bfc.getDescription()</td>
|
87 |
<td>$bfc.getDescription()</td>
|
| 72 |
#else
|
88 |
#else
|
| 73 |
<td>--</td>
|
89 |
<td>--</td>
|