Subversion Repositories SmartDukaan

Rev

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

Rev 28599 Rev 28610
Line 20... Line 20...
20
                <th>Outlet Name(SM)</th>
20
                <th>Outlet Name(SM)</th>
21
                <th>Created On</th>
21
                <th>Created On</th>
22
                <th>Acquired Date()</th>
22
                <th>Acquired Date()</th>
23
                <th>Outlet Name(SM)</th>
23
                <th>Outlet Name(SM)</th>
24
                <th>Phone Number(SM)</th>
24
                <th>Phone Number(SM)</th>
25
                <th>Address(SM)</th>
25
                
26
                <th>City (SM)</th>
26
                <th>City (SM)</th>
27
                <th>State Head(SM)</th>
27
                <th>State Head(SM)</th>
28
                <th>BDM (SM)</th>
28
                <th>BDM (SM)</th>
29
                <th>Agreed Brand fees(SM)</th>
29
                <th>Agreed Brand fees(SM)</th>
30
                <th>Received Brand fees(SM)</th>
30
                <th>Received Brand fees(SM)</th>
31
                <th>Final Brand fees(SM)</th>
31
                <th>Final Brand fees(SM)</th>
32
                <th>Inauguration Date(SM)</th>
32
                <th>Inauguration Date(SM)</th>
33
                <th>LOI(legal)</th>
33
                <th>LOI(legal)</th>
-
 
34
                <th>Kyc(SM)</th>
34
                <th>Code(legal)</th>
35
                <th>Code(legal)</th>
35
                <th>Recee Planed(Sunil)</th>
36
                <th>Recee Planed(Sunil)</th>
36
                <th>Recee Actual(Sunil)</th>
37
                <th>Recee Actual(Sunil)</th>
37
                <th>2D with BOQ Planed(Sunil)</th>
38
                <th>2D with BOQ Planed(Sunil)</th>
38
                <th>2D with BOQ Actual(Sunil)</th>
39
                <th>2D with BOQ Actual(Sunil)</th>
Line 50... Line 51...
50
                <th>Final Pics OutLets Planed Date (Sunil)</th>
51
                <th>Final Pics OutLets Planed Date (Sunil)</th>
51
                <th>Final Pics OutLets Date (Sunil)</th>
52
                <th>Final Pics OutLets Date (Sunil)</th>
52
                <th>Final Pics OutLets (Sunil)</th>
53
                <th>Final Pics OutLets (Sunil)</th>
53
                <th>NOC Date(Sunil)</th>
54
                <th>NOC Date(Sunil)</th>
54
                 <th>NOC (Sunil)</th>
55
                 <th>NOC (Sunil)</th>
55
                <th>Submit</th>
56
         
56
              
57
              
57
            </tr>
58
            </tr>
58
            </thead>
59
            </thead>
59
            <tbody>
60
            <tbody>
60
                #foreach($pob in $user )
61
                #foreach($pob in $user )
Line 105... Line 106...
105
                                   disabled ></td>
106
                                   disabled ></td>
106
                    #else
107
                    #else
107
                        <td style="background:pink;"><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
108
                        <td style="background:pink;"><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
108
                    #end
109
                    #end
109
                    
110
                    
110
                    #if($pob.getAddress()&& $pob.getAddress()!="" )
-
 
111
                        <td style="background:lime;">
-
 
112
                        <input type="text" placeholder="Address" value="$pob.getAddress()"
-
 
113
                                   name="addess1"
-
 
114
                                   disabled ></td>
-
 
115
                    #else
-
 
116
                        <td style="background:pink;"><input type="text" placeholder="Address" name="address1" disabled></td>
-
 
117
                    #end
111
                   
118
 
112
 
119
                    #if($pob.getCity() && $pob.getCity() != "")
113
                    #if($pob.getCity() && $pob.getCity() != "")
120
                        <td style="background:lime;"><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
114
                        <td style="background:lime;"><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
121
                    #else
115
                    #else
122
                        <td style="background:pink;"><input type="text" placeholder="City (SM)" disabled name="city1"></td>
116
                        <td style="background:pink;"><input type="text" placeholder="City (SM)" disabled name="city1"></td>
Line 183... Line 177...
183
                         <input type="hidden" class="loiHidden">
177
                         <input type="hidden" class="loiHidden">
184
                        <input type="file" placeholder="LOI(SM)" disabled name="loi1">
178
                        <input type="file" placeholder="LOI(SM)" disabled name="loi1">
185
                        </td>
179
                        </td>
186
                      #end
180
                      #end
187
                    
181
                    
-
 
182
                    #if($pob.getKyc() && $pob.getKyc() != 0)
-
 
183
                        <td class="kycDesign docfile" style="background:lime;">
-
 
184
                            <input type="hidden" class="kychidden" value="$pob.getKyc()">
-
 
185
                            <input type="file" class="kyc" placeholder="KYC (SM)" disabled name="kyc1"
-
 
186
                                   value="$pob.getKyc()">
-
 
187
                            ##<button type="button" class="btn btn-primary download-kyc-file" data-docpid="$pob.getKyc()" data-id="$pob.getId()">Download Document</button>
-
 
188
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getKyc()" class="download">Download Doc</a>
-
 
189
                             <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
-
 
190
                             
-
 
191
                        </td>
-
 
192
                    #else
-
 
193
                        <td class="kycDesign docfile" style="background:pink;">
-
 
194
                            <input type="hidden">
-
 
195
                            <input type="file" id="kyc" placeholder="KYC (SM)" disabled name="kyc1">
-
 
196
                        </td>
188
                   
197
                    #end
189
                   
198
                   
190
                    #if($pob.getCode() && $pob.getCode() != "")
199
                    #if($pob.getCode() && $pob.getCode() != "")
191
                        <td style="background:lime;"><input type="text" placeholder="Code(SM)" disabled name="code1" value="$pob.getCode()"
200
                        <td style="background:lime;"><input type="text" placeholder="Code(SM)" disabled name="code1" value="$pob.getCode()"
192
                                   ></td>
201
                                   ></td>
193
                    #else
202
                    #else
Line 394... Line 403...
394
                         <input type="hidden">
403
                         <input type="hidden">
395
                        <input type="file" placeholder="Noc File" disabled name="noc1">
404
                        <input type="file" placeholder="Noc File" disabled name="noc1">
396
                        </td>
405
                        </td>
397
                      #end
406
                      #end
398
                      
407
                      
399
                    <td>
-
 
400
                        <button type="submit" form="form1" value="Submit" style="background:#008CBA; color:black;"
-
 
401
                                class="submit-design">
-
 
402
                            Submit
-
 
403
                        </button>
-
 
404
                    </td>
-
 
405
                    
408
                    
406
 
409
 
407
                    
410
                    
408
                </tr>
411
                </tr>
409
                #end
412
                #end