| Line 2... |
Line 2... |
| 2 |
<td> $customRetailer.getCode()</td>
|
2 |
<td> $customRetailer.getCode()</td>
|
| 3 |
<td> $customRetailer.getBusinessName()</td>
|
3 |
<td> $customRetailer.getBusinessName()</td>
|
| 4 |
#set ($sdCreditRequirement = $sdCreditRequirementMap.get($customRetailer.getPartnerId()))
|
4 |
#set ($sdCreditRequirement = $sdCreditRequirementMap.get($customRetailer.getPartnerId()))
|
| 5 |
#if($sdCreditRequirement.getSecurityCheck() && $sdCreditRequirement.getSecurityCheck() != 0)
|
5 |
#if($sdCreditRequirement.getSecurityCheck() && $sdCreditRequirement.getSecurityCheck() != 0)
|
| 6 |
<td class="securityCheque docfile">
|
6 |
<td class="securityCheque docfile">
|
| 7 |
|
7 |
|
| 8 |
<input type="hidden" class="checkhidden" value="$sdCreditRequirement.getSecurityCheck()">
|
8 |
<input type="hidden" class="checkhidden" value="$sdCreditRequirement.getSecurityCheck()">
|
| 9 |
<input type="file" class="securitycheck" placeholder="Security Check" disabled name="securitycheck"
|
9 |
<input type="file" class="securitycheck" placeholder="Security Check" disabled name="securitycheck"
|
| 10 |
value="$sdCreditRequirement.getSecurityCheck()">
|
10 |
value="$sdCreditRequirement.getSecurityCheck()">
|
| 11 |
<a href="${rc.contextPath}/download-attachment?documentId=$sdCreditRequirement.getSecurityCheck()" class="download">Download Doc</a>
|
11 |
<a href="${rc.contextPath}/download-attachment?documentId=$sdCreditRequirement.getSecurityCheck()" class="download">Download Doc</a>
|
| 12 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
12 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 13 |
|
- |
|
| - |
|
13 |
|
| 14 |
</td>
|
14 |
</td>
|
| 15 |
#else
|
15 |
#else
|
| 16 |
<td class="securityCheque docfile">
|
16 |
<td class="securityCheque docfile">
|
| 17 |
<input type="hidden">
|
17 |
<input type="hidden">
|
| 18 |
<input type="file" class="securitycheck" id="securitycheck" placeholder="Security Check" disabled name="securitycheck">
|
18 |
<input type="file" class="securitycheck" id="securitycheck" placeholder="Security Check" disabled name="securitycheck">
|
| 19 |
</td>
|
19 |
</td>
|
| 20 |
#end
|
20 |
#end
|
| 21 |
|
21 |
|
| 22 |
#if($sdCreditRequirement.getSuggestedLimit() && $sdCreditRequirement.getSuggestedLimit() != "")
|
22 |
#if($sdCreditRequirement.getSuggestedLimit() && $sdCreditRequirement.getSuggestedLimit() != "")
|
| 23 |
<td> $sdCreditRequirement.getSuggestedLimit().setScale(2,$ru)</td>
|
23 |
<td> $sdCreditRequirement.getSuggestedLimit().setScale(2,$ru)</td>
|
| 24 |
#else
|
24 |
#else
|
| 25 |
<td>-</td>
|
25 |
<td>-</td>
|
| 26 |
#end
|
26 |
#end
|
| 27 |
#if($sdCreditRequirement.getLimit() && $sdCreditRequirement.getLimit() != "")
|
27 |
#if($sdCreditRequirement.getLimit() && $sdCreditRequirement.getLimit() != "")
|
| 28 |
<td> <input type="text" placeholder="Limit" value="$sdCreditRequirement.getLimit().setScale(2,$ru)" name="limit"
|
28 |
<td> <input type="text" placeholder="Limit" value="$sdCreditRequirement.getLimit().setScale(2,$ru)" name="limit"
|
| 29 |
disabled></td>
|
29 |
disabled></td>
|
| 30 |
#else
|
30 |
#else
|
| 31 |
<td><input type="text" placeholder="Limit" name="limit" disabled></td>
|
31 |
<td><input type="text" placeholder="Limit" name="limit" disabled></td>
|
| 32 |
#end
|
32 |
#end
|
| - |
|
33 |
|
| - |
|
34 |
<td> <input type="text" value="$sdCreditRequirement.isHardLimit()" name="hardLimit"
|
| 33 |
|
35 |
disabled>
|
| - |
|
36 |
#if($isTarun.equals(true) && $sdCreditRequirement.isHardLimit().equals(true))
|
| - |
|
37 |
<button class="btn-primary reset-hard-limit" data-id="$sdCreditRequirement.getId()">Reset</button></td>
|
| 34 |
|
38 |
#end
|
| - |
|
39 |
|
| 35 |
#if($sdCreditRequirement.getUtilizedAmount() && $sdCreditRequirement.getUtilizedAmount() != "")
|
40 |
#if($sdCreditRequirement.getUtilizedAmount() && $sdCreditRequirement.getUtilizedAmount() != "")
|
| 36 |
<td> $sdCreditRequirement.getUtilizedAmount().setScale(2,$ru)</td>
|
41 |
<td> $sdCreditRequirement.getUtilizedAmount().setScale(2,$ru)</td>
|
| 37 |
#else
|
42 |
#else
|
| 38 |
<td> -</td>
|
43 |
<td> -</td>
|
| 39 |
#end
|
- |
|
| 40 |
|
- |
|
| 41 |
|
44 |
#end
|
| - |
|
45 |
|
| - |
|
46 |
|
| 42 |
#if($sdCreditRequirement.getAvailableLimit() && $sdCreditRequirement.getAvailableLimit() != "")
|
47 |
#if($sdCreditRequirement.getAvailableLimit() && $sdCreditRequirement.getAvailableLimit() != "")
|
| 43 |
<td> $sdCreditRequirement.getAvailableLimit().setScale(2,$ru)</td>
|
48 |
<td> $sdCreditRequirement.getAvailableLimit().setScale(2,$ru)</td>
|
| 44 |
#else
|
49 |
#else
|
| 45 |
<td>-</td>
|
50 |
<td>-</td>
|
| 46 |
#end
|
51 |
#end
|
| 47 |
|
52 |
|
| 48 |
|
- |
|
| - |
|
53 |
|
| 49 |
#if($sdCreditRequirement.getInterestRate() && $sdCreditRequirement.getInterestRate() != "")
|
54 |
#if($sdCreditRequirement.getInterestRate() && $sdCreditRequirement.getInterestRate() != "")
|
| 50 |
<td> <input type="text" placeholder="Interest Rate" value="$sdCreditRequirement.getInterestRate().setScale(2,$ru)" name="interestRate"
|
55 |
<td> <input type="text" placeholder="Interest Rate" value="$sdCreditRequirement.getInterestRate().setScale(2,$ru)" name="interestRate"
|
| 51 |
disabled></td>
|
56 |
disabled></td>
|
| 52 |
#else
|
57 |
#else
|
| 53 |
<td><input type="text" placeholder="Interest Rate" name="interestRate" disabled></td>
|
58 |
<td><input type="text" placeholder="Interest Rate" name="interestRate" disabled></td>
|
| 54 |
#end
|
59 |
#end
|
| 55 |
|
60 |
|
| 56 |
|
61 |
|
| 57 |
#if($sdCreditRequirement.getFreeDays() && $sdCreditRequirement.getFreeDays() != "")
|
62 |
#if($sdCreditRequirement.getFreeDays() && $sdCreditRequirement.getFreeDays() != "")
|
| 58 |
<td><input type="text" placeholder="Free Days" value="$sdCreditRequirement.getFreeDays()" name="freeDays"
|
63 |
<td><input type="text" placeholder="Free Days" value="$sdCreditRequirement.getFreeDays()" name="freeDays"
|
| 59 |
disabled></td>
|
64 |
disabled></td>
|
| 60 |
#else
|
65 |
#else
|
| 61 |
<td><input type="text" placeholder="Free Days" name="freeDays" disabled></td>
|
66 |
<td><input type="text" placeholder="Free Days" name="freeDays" disabled></td>
|
| 62 |
#end
|
67 |
#end
|
| 63 |
|
68 |
|
| 64 |
|
69 |
|
| 65 |
#if($sdCreditRequirement.getCreditDays() && $sdCreditRequirement.getCreditDays() != "")
|
70 |
#if($sdCreditRequirement.getCreditDays() && $sdCreditRequirement.getCreditDays() != "")
|
| 66 |
<td> <input type="text" placeholder="Credit Days" value="$sdCreditRequirement.getCreditDays()" name="creditDays"
|
71 |
<td> <input type="text" placeholder="Credit Days" value="$sdCreditRequirement.getCreditDays()" name="creditDays"
|
| 67 |
disabled></td>
|
72 |
disabled></td>
|
| 68 |
#else
|
73 |
#else
|
| 69 |
<td><input type="text" placeholder="Credit Days" name="creditDays" disabled></td>
|
74 |
<td><input type="text" placeholder="Credit Days" name="creditDays" disabled></td>
|
| 70 |
#end
|
75 |
#end
|
| 71 |
|
76 |
|
| 72 |
#if($sdCreditRequirement.getRisk() && $sdCreditRequirement.getRisk() != "")
|
77 |
#if($sdCreditRequirement.getRisk() && $sdCreditRequirement.getRisk() != "")
|
| 73 |
|
78 |
|
| 74 |
#if($sdCreditRequirement.getRisk() == "HIGH_RISK")
|
79 |
#if($sdCreditRequirement.getRisk() == "HIGH_RISK")
|
| 75 |
<td style="background:red"> $sdCreditRequirement.getRisk()</td>
|
80 |
<td style="background:red"> $sdCreditRequirement.getRisk()</td>
|
| 76 |
#elseif($sdCreditRequirement.getRisk() == "LOW_RISK")
|
81 |
#elseif($sdCreditRequirement.getRisk() == "LOW_RISK")
|
| 77 |
<td style="background:Yellow"> $sdCreditRequirement.getRisk()</td>
|
82 |
<td style="background:Yellow"> $sdCreditRequirement.getRisk()</td>
|
| 78 |
|
83 |
|
| 79 |
#else
|
84 |
#else
|
| 80 |
<td style="background:green">$sdCreditRequirement.getRisk()</td>
|
85 |
<td style="background:green">$sdCreditRequirement.getRisk()</td>
|
| 81 |
|
86 |
|
| 82 |
#end
|
87 |
#end
|
| 83 |
#else
|
88 |
#else
|
| 84 |
<td></td>
|
89 |
<td></td>
|
| 85 |
#end
|
90 |
#end
|
| 86 |
|
91 |
|
| 87 |
<td>
|
92 |
<td>
|
| 88 |
<button type="button" data-id="$sdCreditRequirement.getId()"
|
93 |
<button type="button" data-id="$sdCreditRequirement.getId()"
|
| 89 |
class="btn btn-primary credit-requirement-send">
|
94 |
class="btn btn-primary credit-requirement-send">
|
| 90 |
Sanction
|
95 |
Sanction
|
| 91 |
</button>
|
96 |
</button>
|
| 92 |
</td>
|
97 |
</td>
|
| 93 |
|
98 |
|