Subversion Repositories SmartDukaan

Rev

Rev 29104 | Rev 29222 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
29104 manish 1
                   #if($pob.getId())
2
                        <td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i>$pob.getId()</td>
3
                    #else
4
                        <td><i class="far fa-arrow-alt-circle-down"></i>$pob.getId()</td>
5
                    #end
6
 
7
                      #if($pob.getOutLetName() && $pob.getOutLetName() != "")
8
                        <td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
9
                                   disabled></td>
10
                    #else
11
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="OutLet Name" name="outlateName"  disabled></td>
12
                    #end
29213 tejbeer 13
 
14
 
15
                      #if($pob.getStateHead() && $pob.getStateHead() != "")
16
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="State Head(SM)" disabled name="shead1"
17
                                   value="$pob.getStateHead()"></td>
18
                    #else
19
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="State Head(SM)" disabled name="shead1"></td>
20
                    #end
21
                    #if($pob.getBDM() && $pob.getBDM() != "")
22
                        <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>
23
                    #else
24
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>
25
                    #end
26
 
27
                     #if($pob.getAgreedBrandFees() != 0)
28
 
29
                     #if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
30
 
31
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
32
                                   value="$pob.getAgreedBrandFees()" ></td>
33
                       #else            
34
                             <td><i class="far fa-arrow-alt-circle-down" style="background:red;"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
35
                                   value="$pob.getAgreedBrandFees()" ></td>    
36
                      #end  
37
                    #else
38
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"></td>
39
                    #end
40
 
41
 
42
                    #if($pob.getReceivedBrandFees()!= 0)
29104 manish 43
 
29213 tejbeer 44
                          #if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
45
                              <td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i> <input type="text" placeholder="Received Brand fees" disabled name="recbrand1"
46
                                   value="$pob.getReceivedBrandFees()"></td>
47
                          #else
48
                            <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"
49
                                   value="$pob.getReceivedBrandFees()"></td>
50
                          #end
51
 
52
                     #else
53
                        <td> <i class="far fa-arrow-alt-circle-up" style="background:pink;"></i><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"></td>
54
                    #end
55
 
56
 
57
 
58
 
59
 
60
 
61
 
62
 
63
 
64
 
65
 
66
 
67
 
68
 
69
 
70
 
71
 
29104 manish 72
                    #if($pob.getAadharDoc()  && $pob.getAadharDoc() != 0)
73
                        <td class="aadhar docfile">
74
                         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
75
                            <input type="hidden" class="aadharhidden" value="$pob.getAadharDoc()">
76
                            <input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1"
77
                                   value="$pob.getAadharDoc()">
78
                             <a href="${rc.contextPath}/download-attachment?documentId=$pob.getAadharDoc()" class="download">Download
79
                                Doc</a>
80
                          <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
81
 
82
                        </td>
83
                    #else
84
                        <td class="aadhar docfile">
85
                        <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
86
                            <input type="hidden">
87
                            <input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1">
88
                        </td>
89
                    #end
90
                    #if($pob.getPanDoc() && $pob.getPanDoc() != 0)
91
                        <td class="pan docfile">
92
                         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
93
                            <input type="hidden" class="panhidden" value="$pob.getPanDoc()">
94
                            <input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1"
95
                                   value="$pob.getPanDoc()">
96
                        ##<button type="button" class="btn btn-primary download-pan-file" data-docpid="$pob.getPanDoc()" data-id="$pob.getId()">Download Document</button>
97
                        <a href="${rc.contextPath}/download-attachment?documentId=$pob.getPanDoc()" class="download">Download Doc</a>
98
                               <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
99
                        </td>
100
                    #else
101
                        <td class="pan docfile">
102
                         <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
103
                            <input type="hidden">
104
                            <input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1">
105
                        </td>
106
                    #end
107
                    #if($pob.getGstdoc()  && $pob.getGstdoc() != 0)
108
                        <td class="gst docfile">
109
                         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
110
                            <input type="hidden" class="gsthidden" value="$pob.getGstdoc()">
111
                            <input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1"
112
                                   value="$pob.getGstdoc()">
113
                            ##<button type="button" class="btn btn-primary download-gst-file" data-docpid="$pob.getGstdoc()" data-id="$pob.getId()">Download Document</button>
114
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getGstdoc()" class="download">Download Doc</a>
115
                            <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
116
                        </td>
117
                    #else
118
                        <td class="gst docfile">
119
                         <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
120
                            <input type="hidden">
121
                            <input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1">
122
                        </td>
123
                    #end
124
                    #if($pob.getCancelCheque() && $pob.getCancelCheque() != 0)
125
 
126
                        <td class="cancheque docfile">
127
                         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
128
                            <input type="hidden" class="canchequehidden" value="$pob.getCancelCheque()">
129
                           <input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled name="cancheque1"
130
                            value="$pob.getCancelCheque()">
131
                            ##<button type="button" class="btn btn-primary download-cancheque-file" data-docpid="$pob.getCancelCheque()" data-id="$pob.getId()">Download Document</button>
132
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getCancelCheque()" class="download">Download
133
                                Doc</a>
134
                                <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
135
 
136
                        </td>
137
 
138
                    #else
139
                        <td class="cancheque docfile">
140
                        <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
141
                            <input type="hidden">
142
                            <input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled
143
                                   name="cancheque1">
144
                        </td>
145
                    #end
146
                     #if($pob.getRentAgreement() && $pob.getRentAgreement() != 0)
147
                        <td class="rent docfile">
148
                        <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
149
                            <input type="hidden" class="renthidden" value="$pob.getRentAgreement()">
150
                            <input type="file" class="rentdoc" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1"
151
                                   value="$pob.getRentAgreement()">
152
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getRentAgreement()" class="download">Download Doc</a>
153
                     <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
154
                        </td>
155
                      #else
156
 
157
                        <td class="rent docfile">
158
                        <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
159
                        <input type="hidden">
160
                        <input type="file" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1">
161
                        </td>
162
                    #end
163
 
164
                     #if($pob.getLOI() && $pob.getLOI() != 0)
165
                        <td class="loi docfile" >
166
                        <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
167
                            <input type="hidden" class="loihidden" value="$pob.getLOI()">
168
                            <input type="file" class="loidoc" placeholder="LOI(SM)" disabled  value="$pob.getLOI()">
169
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()" class="download">Download Doc</a>
170
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
171
 
172
                        </td>
173
                      #else
174
 
175
                        <td class="loi docfile">
176
                         <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
177
                         <input type="hidden">
178
                        <input type="file" placeholder="LOI(SM)" disabled name="loi1">
179
                        </td>
180
                    #end
181
                     #if($pob.getDocumentsCompleted() && $pob.getDocumentsCompleted() != "")
182
                    <td>
183
                    #if($pob.getDocumentsCompleted()== "YES")
184
                        <i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
185
                    #else
186
                        <i class="far fa-arrow-alt-circle-up" style="background:red"></i>
187
                    #end
188
                      <select class="" id = "allDocumentComp" name="allDocumentComp" placeholder="" disabled>
189
						<option value="" disabled selected>-Doc Compl-</option>
190
						 #if($pob.getDocumentsCompleted() == "YES")
191
                             <option value="YES" selected>YES</option>
192
                         #else
193
                             <option value="YES" >YES</option>
194
                         #end
195
 
196
		                 #if($pob.getDocumentsCompleted() == "NO")
197
                              <option value="NO" selected>NO</option>
198
                         #else
199
                              <option value="NO">NO</option>
200
                         #end
201
		             </select>
202
                    </td>
203
                   #else
204
                    <td>
205
                    <i class="far fa-arrow-alt-circle-down" style="background:red"></i>
206
                      <select class="" id = "allDocumentComp" name="allDocumentComp" disabled>
207
						<option value="" selected>-Documents-</option>
208
							<option value="YES">YES</option>
209
		             		<option value="NO">NO</option>
210
		             	</select>
211
                    </td>
212
                   #end
213
 
214
 
215
 
216
 
217
 
218
                  #if($pob.getAnniversaryDate())
219
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="anniversaryDate" placeholder="Anniversary Date(legal)" disabled
220
                                   name="anniversaryDate"
221
                                   value="$pob.getAnniversaryDate().format($datehiphenFormatter)">
222
                       </td>
223
                    #else
224
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="anniversaryDate" placeholder="Anniversary Date(legal)" disabled
225
                                   name="anniversaryDate">
226
                        </td>
227
                    #end 
228
                 #if($pob.getDob())
229
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="dob" placeholder="DOB(legal)" disabled
230
                                   name="dob"
231
                                   value="$pob.getDob().format($datehiphenFormatter)"></td>
232
                    #else
233
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="dob" placeholder="DOB(legal)" disabled
234
                                   name="dob">
235
                        </td>
236
                    #end 
237
 
238
                     #if($pob.getCode() && $pob.getCode() != "")
239
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Code(SM)" disabled name="codeLegal" value="$pob.getCode()"
240
                                   ></td>
241
                    #else
242
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Code(SM)" disabled name="codeLegal"></td>
243
                    #end
244
 
245
                  <td>
246
                        <button type="submit" form="form1" value="Submit" style="background:#008CBA; color:black;"
247
                                class="submit-legal">
248
                            Submit
249
                        </button>
250
                    </td>
251
 
252
 
253
 
254
 
255