Subversion Repositories SmartDukaan

Rev

Rev 28932 | Rev 28936 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28932 Rev 28933
Line 1... Line 1...
1
 
1
 
2
                    #if($pob.getId())
2
                    #if($pob.getId())
3
                        <td> <i class="far fa-arrow-alt-circle-up" style="color:green"></i>$pob.getId()</td>
3
                        <td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i>$pob.getId()</td>
4
                    #else
4
                    #else
5
                        <td><i class="far fa-arrow-alt-circle-down"></i>$pob.getId()</td>
5
                        <td><i class="far fa-arrow-alt-circle-down"></i>$pob.getId()</td>
6
                    #end
6
                    #end
7
                   
7
                   
8
                      #if($pob.getOutLetName() && $pob.getOutLetName() != "")
8
                      #if($pob.getOutLetName() && $pob.getOutLetName() != "")
9
                        <td> <i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
9
                        <td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
10
                                   disabled></td>
10
                                   disabled></td>
11
                    #else
11
                    #else
12
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="OutLet Name" name="outlateName"  disabled></td>
12
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="OutLet Name" name="outlateName"  disabled></td>
13
                    #end
13
                    #end
14
                   
14
                   
15
                    #if($pob.getCreatedTimestamp())
15
                    #if($pob.getCreatedTimestamp())
16
                        <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i>$pob.getCreatedTimestamp().format($datehiphenFormatter)</td>
16
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>$pob.getCreatedTimestamp().format($datehiphenFormatter)</td>
17
                        #else
17
                        #else
18
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
18
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
19
                        </td>
19
                        </td>
20
                     #end 
20
                     #end 
21
                    
21
                    
22
                    
22
                    
23
                    #if($pob.getAcquiredDate())
23
                    #if($pob.getAcquiredDate())
24
                        <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
24
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
25
                                   name="acquireddate"
25
                                   name="acquireddate"
26
                                   value="$pob.getAcquiredDate().format($datehiphenFormatter)"></td>
26
                                   value="$pob.getAcquiredDate().format($datehiphenFormatter)"></td>
27
                    #else
27
                    #else
28
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
28
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
29
                                   name="acquireddate">
29
                                   name="acquireddate">
30
                        </td>
30
                        </td>
31
                    #end 
31
                    #end 
32
                    
32
                    
33
                    #if($pob.getOutLetName() && $pob.getOutLetName() != "")
33
                    #if($pob.getOutLetName() && $pob.getOutLetName() != "")
34
                        <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
34
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
35
                                   disabled></td>
35
                                   disabled></td>
36
                    #else
36
                    #else
37
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
37
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
38
                    #end
38
                    #end
39
                   
39
                   
40
                    #if($pob.getPhoneNumber() && $pob.getPhoneNumber() != 0)
40
                    #if($pob.getPhoneNumber() && $pob.getPhoneNumber() != 0)
41
                        <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i>
41
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
42
                        <input type="number" placeholder="9999999999" value="$pob.getPhoneNumber()"
42
                        <input type="number" placeholder="9999999999" value="$pob.getPhoneNumber()"
43
                                   name="phonenumber1"
43
                                   name="phonenumber1"
44
                                   disabled ></td>
44
                                   disabled ></td>
45
                    #else
45
                    #else
46
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
46
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
47
                    #end
47
                    #end
48
                    
48
                    
49
                     
49
                     
50
                    #if($pob.getAuthId() && $pob.getAuthId() != 0)
50
                    #if($pob.getAuthId() && $pob.getAuthId() != 0)
51
                        <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="text" placeholder="RBM Name(SM)" disabled name="rbmAuthId" value="$authUseMap.get($pob.getAuthId()).getFullName()"></td>
51
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="RBM Name(SM)" disabled name="rbmAuthId" value="$authUseMap.get($pob.getAuthId()).getFullName()"></td>
52
                    #else
52
                    #else
53
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="RBM Name(SM)" disabled name="rbmAuthId"></td>
53
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="RBM Name(SM)" disabled name="rbmAuthId"></td>
54
                    #end
54
                    #end
55
                    
55
                    
56
                     #if($pob.getCity() && $pob.getCity() != "")
56
                     #if($pob.getCity() && $pob.getCity() != "")
57
                        <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
57
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
58
                    #else
58
                    #else
59
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="City (SM)" disabled name="city1"></td>
59
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="City (SM)" disabled name="city1"></td>
60
                    #end
60
                    #end
61
                    
61
                    
62
                    
62
                    
63
                    #if($pob.getStateHead() && $pob.getStateHead() != "")
63
                    #if($pob.getStateHead() && $pob.getStateHead() != "")
64
                        <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="text" placeholder="State Head(SM)" disabled name="shead1"
64
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="State Head(SM)" disabled name="shead1"
65
                                   value="$pob.getStateHead()"></td>
65
                                   value="$pob.getStateHead()"></td>
66
                    #else
66
                    #else
67
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="State Head(SM)" disabled name="shead1"></td>
67
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="State Head(SM)" disabled name="shead1"></td>
68
                    #end
68
                    #end
69
                    #if($pob.getBDM() && $pob.getBDM() != "")
69
                    #if($pob.getBDM() && $pob.getBDM() != "")
70
                        <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1" value="$pob.getBDM()"></td>
70
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1" value="$pob.getBDM()"></td>
71
                    #else
71
                    #else
72
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>
72
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>
73
                    #end
73
                    #end
74
                   
74
                   
75
                     #if($pob.getAgreedBrandFees() != 0)
75
                     #if($pob.getAgreedBrandFees() != 0)
76
                     
76
                     
77
                     #if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
77
                     #if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
78
                    
78
                    
79
                        <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
79
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
80
                                   value="$pob.getAgreedBrandFees()" ></td>
80
                                   value="$pob.getAgreedBrandFees()" ></td>
81
                       #else            
81
                       #else            
82
                             <td><i class="far fa-arrow-alt-circle-down" style="background:red;"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
82
                             <td><i class="far fa-arrow-alt-circle-down" style="background:red;"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
83
                                   value="$pob.getAgreedBrandFees()" ></td>    
83
                                   value="$pob.getAgreedBrandFees()" ></td>    
84
                      #end  
84
                      #end  
Line 87... Line 87...
87
                    #end
87
                    #end
88
                    
88
                    
89
                    
89
                    
90
                    #if($pob.getReceivedBrandFees()!= 0)
90
                    #if($pob.getReceivedBrandFees()!= 0)
91
 
91
 
-
 
92
                          #if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
92
                        <td #if($pob.getReceivedBrandFees()< $pob.getAgreedBrandFees())style="background:red;" #else style="background:lime;" #end><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"
93
                              <td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i> <input type="text" placeholder="Received Brand fees" disabled name="recbrand1"
93
                                   value="$pob.getReceivedBrandFees()"></td>
94
                                   value="$pob.getReceivedBrandFees()"></td>
-
 
95
                          #else
-
 
96
                            <td style="background:red;"><i class="far fa-arrow-alt-circle-up" style="background:red"></i><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"
-
 
97
                                   value="$pob.getReceivedBrandFees()"></td>
-
 
98
                          #end
-
 
99
         
94
                    #else
100
                     #else
95
                        <td style="background:pink;"><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"></td>
101
                        <td> <i class="far fa-arrow-alt-circle-up" style="background:pink;"></i><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"></td>
96
                    #end
102
                    #end
97
                     
103
                     
98
                     
104
                     
99
                       
105
                       
100
                     #if($pob.getFinalBrandFeesDate())
106
                     #if($pob.getFinalBrandFeesDate())
101
 
107
 
102
                        <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="date" placeholder="Brand fees Date(SM)" disabled name="BrandFeesdate1" id="brandfeesdate"
108
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" placeholder="Brand fees Date(SM)" disabled name="BrandFeesdate1" id="brandfeesdate"
103
                                   value="$pob.getFinalBrandFeesDate().format($datehiphenFormatter)"
109
                                   value="$pob.getFinalBrandFeesDate().format($datehiphenFormatter)"
104
                                   ></td>
110
                                   ></td>
105
                    #else
111
                    #else
106
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" placeholder="Brand Fees Date(SM)" disabled name="BrandFeesdate1"></td>
112
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" placeholder="Brand Fees Date(SM)" disabled name="BrandFeesdate1"></td>
107
                    #end
113
                    #end
108
                  
114
                  
109
                    #if($pob.getAgreedWallet()!= 0)
115
                    #if($pob.getAgreedWallet()!= 0)
110
                        <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="text" placeholder="Agreed Wallet(SM)" disabled name="awallet"
116
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Agreed Wallet(SM)" disabled name="awallet"
111
                                   value="$pob.getAgreedWallet()" ></td>
117
                                   value="$pob.getAgreedWallet()" ></td>
112
                    #else
118
                    #else
113
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Agreed Wallet(SM)" disabled name="awallet"></td>
119
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Agreed Wallet(SM)" disabled name="awallet"></td>
114
                    #end
120
                    #end
115
 
121
 
116
                    #if($pob.getInvestmentDate())
122
                    #if($pob.getInvestmentDate())
117
 
123
 
118
                        <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="date" placeholder="Investment Date(SM)" disabled name="idate1" id="idate"
124
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" placeholder="Investment Date(SM)" disabled name="idate1" id="idate"
119
                                   value="$pob.getInvestmentDate().format($datehiphenFormatter)"
125
                                   value="$pob.getInvestmentDate().format($datehiphenFormatter)"
120
                                   ></td>
126
                                   ></td>
121
                    #else
127
                    #else
122
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" placeholder="Investment Date(SM)" disabled name="idate1"></td>
128
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" placeholder="Investment Date(SM)" disabled name="idate1"></td>
123
                    #end
129
                    #end
124
                    #if($pob.getKyc() && $pob.getKyc() != 0)
130
                    #if($pob.getKyc() && $pob.getKyc() != 0)
125
                        <td class="kyc docfile">
131
                        <td class="kyc docfile">
126
                        <i class="far fa-arrow-alt-circle-up" style="color:green"></i>
132
                        <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
127
                            <input type="hidden" class="kychidden" value="$pob.getKyc()">
133
                            <input type="hidden" class="kychidden" value="$pob.getKyc()">
128
                            <input type="file" class="kyc" placeholder="KYC (SM)" disabled name="kyc1"
134
                            <input type="file" class="kyc" placeholder="KYC (SM)" disabled name="kyc1"
129
                                   value="$pob.getKyc()">
135
                                   value="$pob.getKyc()">
130
                            ##<button type="button" class="btn btn-primary download-kyc-file" data-docpid="$pob.getKyc()" data-id="$pob.getId()">Download Document</button>
136
                            ##<button type="button" class="btn btn-primary download-kyc-file" data-docpid="$pob.getKyc()" data-id="$pob.getId()">Download Document</button>
131
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getKyc()" class="download">Download Doc</a>
137
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getKyc()" class="download">Download Doc</a>
Line 139... Line 145...
139
                        </td>
145
                        </td>
140
                    #end
146
                    #end
141
 
147
 
142
                    #if($pob.getAadharDoc()  && $pob.getAadharDoc() != 0)
148
                    #if($pob.getAadharDoc()  && $pob.getAadharDoc() != 0)
143
                        <td class="aadhar docfile">
149
                        <td class="aadhar docfile">
144
                         <i class="far fa-arrow-alt-circle-up" style="color:green"></i>
150
                         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
145
                            <input type="hidden" class="aadharhidden" value="$pob.getAadharDoc()">
151
                            <input type="hidden" class="aadharhidden" value="$pob.getAadharDoc()">
146
                            <input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1"
152
                            <input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1"
147
                                   value="$pob.getAadharDoc()">
153
                                   value="$pob.getAadharDoc()">
148
                             <a href="${rc.contextPath}/download-attachment?documentId=$pob.getAadharDoc()" class="download">Download
154
                             <a href="${rc.contextPath}/download-attachment?documentId=$pob.getAadharDoc()" class="download">Download
149
                                Doc</a>
155
                                Doc</a>
Line 157... Line 163...
157
                            <input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1">
163
                            <input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1">
158
                        </td>
164
                        </td>
159
                    #end
165
                    #end
160
                    #if($pob.getPanDoc() && $pob.getPanDoc() != 0)
166
                    #if($pob.getPanDoc() && $pob.getPanDoc() != 0)
161
                        <td class="pan docfile">
167
                        <td class="pan docfile">
162
                         <i class="far fa-arrow-alt-circle-up" style="color:green"></i>
168
                         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
163
                            <input type="hidden" class="panhidden" value="$pob.getPanDoc()">
169
                            <input type="hidden" class="panhidden" value="$pob.getPanDoc()">
164
                            <input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1"
170
                            <input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1"
165
                                   value="$pob.getPanDoc()">
171
                                   value="$pob.getPanDoc()">
166
                        ##<button type="button" class="btn btn-primary download-pan-file" data-docpid="$pob.getPanDoc()" data-id="$pob.getId()">Download Document</button>
172
                        ##<button type="button" class="btn btn-primary download-pan-file" data-docpid="$pob.getPanDoc()" data-id="$pob.getId()">Download Document</button>
167
                        <a href="${rc.contextPath}/download-attachment?documentId=$pob.getPanDoc()" class="download">Download Doc</a>
173
                        <a href="${rc.contextPath}/download-attachment?documentId=$pob.getPanDoc()" class="download">Download Doc</a>
Line 174... Line 180...
174
                            <input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1">
180
                            <input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1">
175
                        </td>
181
                        </td>
176
                    #end
182
                    #end
177
                    #if($pob.getGstdoc()  && $pob.getGstdoc() != 0)
183
                    #if($pob.getGstdoc()  && $pob.getGstdoc() != 0)
178
                        <td class="gst docfile">
184
                        <td class="gst docfile">
179
                         <i class="far fa-arrow-alt-circle-up" style="color:green"></i>
185
                         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
180
                            <input type="hidden" class="gsthidden" value="$pob.getGstdoc()">
186
                            <input type="hidden" class="gsthidden" value="$pob.getGstdoc()">
181
                            <input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1"
187
                            <input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1"
182
                                   value="$pob.getGstdoc()">
188
                                   value="$pob.getGstdoc()">
183
                            ##<button type="button" class="btn btn-primary download-gst-file" data-docpid="$pob.getGstdoc()" data-id="$pob.getId()">Download Document</button>
189
                            ##<button type="button" class="btn btn-primary download-gst-file" data-docpid="$pob.getGstdoc()" data-id="$pob.getId()">Download Document</button>
184
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getGstdoc()" class="download">Download Doc</a>
190
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getGstdoc()" class="download">Download Doc</a>
Line 192... Line 198...
192
                        </td>
198
                        </td>
193
                    #end
199
                    #end
194
                    #if($pob.getCancelCheque() && $pob.getCancelCheque() != 0)
200
                    #if($pob.getCancelCheque() && $pob.getCancelCheque() != 0)
195
 
201
 
196
                        <td class="cancheque docfile">
202
                        <td class="cancheque docfile">
197
                         <i class="far fa-arrow-alt-circle-up" style="color:green"></i>
203
                         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
198
                            <input type="hidden" class="canchequehidden" value="$pob.getCancelCheque()">
204
                            <input type="hidden" class="canchequehidden" value="$pob.getCancelCheque()">
199
                           <input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled name="cancheque1"
205
                           <input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled name="cancheque1"
200
                            value="$pob.getCancelCheque()">
206
                            value="$pob.getCancelCheque()">
201
                            ##<button type="button" class="btn btn-primary download-cancheque-file" data-docpid="$pob.getCancelCheque()" data-id="$pob.getId()">Download Document</button>
207
                            ##<button type="button" class="btn btn-primary download-cancheque-file" data-docpid="$pob.getCancelCheque()" data-id="$pob.getId()">Download Document</button>
202
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getCancelCheque()" class="download">Download
208
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getCancelCheque()" class="download">Download
Line 213... Line 219...
213
                                   name="cancheque1">
219
                                   name="cancheque1">
214
                        </td>
220
                        </td>
215
                    #end
221
                    #end
216
                     #if($pob.getRentAgreement() && $pob.getRentAgreement() != 0)
222
                     #if($pob.getRentAgreement() && $pob.getRentAgreement() != 0)
217
                        <td class="rent docfile">
223
                        <td class="rent docfile">
218
                        <i class="far fa-arrow-alt-circle-up" style="color:green"></i>
224
                        <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
219
                            <input type="hidden" class="renthidden" value="$pob.getRentAgreement()">
225
                            <input type="hidden" class="renthidden" value="$pob.getRentAgreement()">
220
                            <input type="file" class="rentdoc" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1"
226
                            <input type="file" class="rentdoc" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1"
221
                                   value="$pob.getRentAgreement()">
227
                                   value="$pob.getRentAgreement()">
222
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getRentAgreement()" class="download">Download Doc</a>
228
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getRentAgreement()" class="download">Download Doc</a>
223
                     <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
229
                     <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
Line 231... Line 237...
231
                        </td>
237
                        </td>
232
                    #end
238
                    #end
233
                    
239
                    
234
                     #if($pob.getLOI() && $pob.getLOI() != 0)
240
                     #if($pob.getLOI() && $pob.getLOI() != 0)
235
                        <td class="loi docfile" >
241
                        <td class="loi docfile" >
236
                        <i class="far fa-arrow-alt-circle-up" style="color:green"></i>
242
                        <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
237
                            <input type="hidden" class="loihidden" value="$pob.getLOI()">
243
                            <input type="hidden" class="loihidden" value="$pob.getLOI()">
238
                            <input type="file" class="loidoc" placeholder="LOI(SM)" disabled  value="$pob.getLOI()">
244
                            <input type="file" class="loidoc" placeholder="LOI(SM)" disabled  value="$pob.getLOI()">
239
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()" class="download">Download Doc</a>
245
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()" class="download">Download Doc</a>
240
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
246
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
241
                       
247
                       
Line 250... Line 256...
250
                    #end
256
                    #end
251
                    
257
                    
252
                   
258
                   
253
                   
259
                   
254
                    #if($pob.getCode() && $pob.getCode() != "")
260
                    #if($pob.getCode() && $pob.getCode() != "")
255
                        <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="text" placeholder="Code(SM)" disabled name="code1" value="$pob.getCode()"
261
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Code(SM)" disabled name="code1" value="$pob.getCode()"
256
                                   ></td>
262
                                   ></td>
257
                    #else
263
                    #else
258
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Code(SM)" disabled name="code1"></td>
264
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Code(SM)" disabled name="code1"></td>
259
                    #end
265
                    #end
260
                   
266
                   
261
                   
267
                   
262
                    #if($pob.getReceePlaned())
268
                    #if($pob.getReceePlaned())
263
                        <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1"
269
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1"
264
                                   value="$pob.getReceePlaned().format($datehiphenFormatter)" >
270
                                   value="$pob.getReceePlaned().format($datehiphenFormatter)" >
265
                        </td>
271
                        </td>
266
                    #else
272
                    #else
267
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1">
273
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1">
268
                        </td>
274
                        </td>
269
                    #end
275
                    #end
270
                    #if($pob.getReceeActual())
276
                    #if($pob.getReceeActual())
271
                        <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1"
277
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1"
272
                                   value="$pob.getReceeActual().format($datehiphenFormatter)" >
278
                                   value="$pob.getReceeActual().format($datehiphenFormatter)" >
273
                        </td>
279
                        </td>
274
                    #else
280
                    #else
275
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1">
281
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1">
276
                        </td>
282
                        </td>
277
                    #end
283
                    #end
278
 
284
 
279
                    #if($pob.getDesigningPlaned())
285
                    #if($pob.getDesigningPlaned())
280
                        <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="date" id="dplaned" placeholder="Designing Planed(Kamini)" disabled
286
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" id="dplaned" placeholder="Designing Planed(Kamini)" disabled
281
                                   name="dplaned1"
287
                                   name="dplaned1"
282
                                   value="$pob.getDesigningPlaned().format($datehiphenFormatter)"></td>
288
                                   value="$pob.getDesigningPlaned().format($datehiphenFormatter)"></td>
283
                    #else
289
                    #else
284
                        <td>
290
                        <td>
285
                        <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="dplaned" placeholder="Designing Planed(Kamini)" disabled
291
                        <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="dplaned" placeholder="Designing Planed(Kamini)" disabled
286
                                   name="dplaned1">
292
                                   name="dplaned1">
287
                        </td>
293
                        </td>
288
                    #end
294
                    #end
289
                    #if($pob.getDeploymentDate())
295
                    #if($pob.getDeploymentDate())
290
                        <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="date" id="dactual" placeholder="Designing Actual(Kamini)" disabled
296
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" id="dactual" placeholder="Designing Actual(Kamini)" disabled
291
                                   name="dactual1"
297
                                   name="dactual1"
292
                                   value="$pob.getDeploymentDate().format($datehiphenFormatter)"></td>
298
                                   value="$pob.getDeploymentDate().format($datehiphenFormatter)"></td>
293
                    #else
299
                    #else
294
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="dactual" placeholder="Designing Actual(Kamini)" disabled
300
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="dactual" placeholder="Designing Actual(Kamini)" disabled
295
                                   name="dactual1">
301
                                   name="dactual1">
296
                        </td>
302
                        </td>
297
                    #end
303
                    #end
298
                    #if($pob.getStockPayment()!= 0)
304
                    #if($pob.getStockPayment()!= 0)
299
                        <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1"
305
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1"
300
                                   value="$pob.getStockPayment()"></td>
306
                                   value="$pob.getStockPayment()"></td>
301
                    #else
307
                    #else
302
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1""></td>
308
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1""></td>
303
                    #end
309
                    #end
304
 
310
 
305
                 
311
                 
306
                    
312
                    
307
                     #if($pob.getExpectedDate())
313
                     #if($pob.getExpectedDate())
308
                        <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="date" class="expdate" placeholder="Expected Date(Kamini)" disabled  value="$pob.getExpectedDate().format($datehiphenFormatter)" >
314
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="expdate" placeholder="Expected Date(Kamini)" disabled  value="$pob.getExpectedDate().format($datehiphenFormatter)" >
309
                        </td>
315
                        </td>
310
                    #else
316
                    #else
311
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="expdate" placeholder="Expected Date(Kamini)" disabled>
317
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="expdate" placeholder="Expected Date(Kamini)" disabled>
312
                        </td>
318
                        </td>
313
                    #end
319
                    #end
314
 
320
 
315
                    #if($pob.getPayDate())
321
                    #if($pob.getPayDate())
316
                        <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i>
322
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
317
                          <input type="date" class="paydate" placeholder="pay Date(Kamini)" disabled  value="$pob.getPayDate().format($datehiphenFormatter)"  >
323
                          <input type="date" class="paydate" placeholder="pay Date(Kamini)" disabled  value="$pob.getPayDate().format($datehiphenFormatter)"  >
318
                        </td>
324
                        </td>
319
                    #else
325
                    #else
320
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="paydate" placeholder="Pay Date(Kamini)" disabled >
326
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="paydate" placeholder="Pay Date(Kamini)" disabled >
321
                        </td>
327
                        </td>
322
                    #end
328
                    #end
323
 
329
 
324
                    #if($pob.getInaugrationDate())
330
                    #if($pob.getInaugrationDate())
325
                    #if($pob.getDeploymentDate())
331
                    #if($pob.getDeploymentDate())
326
                     <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="date" class="inaugrationDate" placeholder="Inaugration Date (SM)" disabled  value="$pob.getInaugrationDate().format($datehiphenFormatter)" >
332
                     <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="inaugrationDate" placeholder="Inaugration Date (SM)" disabled  value="$pob.getInaugrationDate().format($datehiphenFormatter)" >
327
                        </td>
333
                        </td>
328
                    #else
334
                    #else
329
                     <td><i class="far fa-arrow-alt-circle-down" style="background:red;"></i><input type="date" class="inaugrationDate" placeholder="Inaugration Date (SM)" disabled  value="$pob.getInaugrationDate().format($datehiphenFormatter)" >
335
                     <td><i class="far fa-arrow-alt-circle-down" style="background:red;"></i><input type="date" class="inaugrationDate" placeholder="Inaugration Date (SM)" disabled  value="$pob.getInaugrationDate().format($datehiphenFormatter)" >
330
                        </td>
336
                        </td>
331
                    #end
337
                    #end
Line 344... Line 350...
344
                        #end   
350
                        #end   
345
                    </td> 
351
                    </td> 
346
                    
352
                    
347
                    
353
                    
348
                   #if($partnerVerificationStatusMap.get($pob.getId()))
354
                   #if($partnerVerificationStatusMap.get($pob.getId()))
-
 
355
                   
-
 
356
                   #if($partnerVerificationStatusMap.get($pob.getId())== "YES")
349
                     <td><i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="text" name= "verificationStatusOnboarding"class="verificationStatus" placeholder="" disabled  value="$partnerVerificationStatusMap.get($pob.getId())" >
357
                     <td><i class="far fa-arrow-alt-circle-up" style="background:green;"></i><input type="text" name= "verificationStatusOnboarding"class="verificationStatus" placeholder="" disabled  value="$partnerVerificationStatusMap.get($pob.getId())" >
350
                        </td>
358
                        </td>
-
 
359
                        
-
 
360
                       #elseif($partnerVerificationStatusMap.get($pob.getId())== "NO")
-
 
361
                       <td><i class="far fa-arrow-alt-circle-up" style="background:red;"></i><input type="text" name= "verificationStatusOnboarding"class="verificationStatus" placeholder="" disabled  value="$partnerVerificationStatusMap.get($pob.getId())" >
-
 
362
                        </td>
-
 
363
                        
-
 
364
                       #else
-
 
365
                       <td><i class="far fa-arrow-alt-circle-up" style="background:pink;"></i><input type="text" name= "verificationStatusOnboarding"class="verificationStatus" placeholder="" disabled  value="$partnerVerificationStatusMap.get($pob.getId())" >
-
 
366
                        </td>
-
 
367
                       
-
 
368
                       #end
351
                    #else
369
                    #else
352
                    <td><i class="far fa-arrow-alt-circle-down" style="background:red;"></i><input type="text" name= "verificationStatusOnboarding" class="verificationStatus" placeholder="" disabled  value="PENDING" >
370
                    <td><i class="far fa-arrow-alt-circle-down" style="background:red;"></i><input type="text" name= "verificationStatusOnboarding" class="verificationStatus" placeholder="" disabled  value="PENDING" >
353
                        </td>
371
                        </td>
354
                    
372
                    
355
                   #end 
373
                   #end