Subversion Repositories SmartDukaan

Rev

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

Rev 28700 Rev 28947
Line 14... Line 14...
14
        <table class="table table-border table-condensed table-bordered" id="OnboardingDesignCompleted" style="width:100%">
14
        <table class="table table-border table-condensed table-bordered" id="OnboardingDesignCompleted" style="width:100%">
15
 
15
 
16
            <thead class="row htable" style="background:#F5F5F5;">
16
            <thead class="row htable" style="background:#F5F5F5;">
17
 
17
 
18
            <tr style="color:black;">
18
            <tr style="color:black;">
19
                <th>Id</th>
19
               <th>Id</th>
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
                
24
                <th>Phone Number(SM)</th>
24
                <th>Phone </br>Number(SM)</th>
25
                
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>
-
 
31
                <th>Final Brand fees(SM)</th>
30
          
32
                <th>Inauguration Date(SM)</th>
31
                <th>Inauguration Date(SM)</th>
33
                <th>LOI(legal)</th>
32
                <th>LOI(legal)</th>
34
                <th>Kyc(SM)</th>
33
                <th>Kyc</th>
35
                <th>Code(legal)</th>
34
                <th>Code(legal)</th>
36
                <th>Recee Planed(Sunil)</th>
35
                <th>Recee </br> Planed(Sunil)</th>
37
                <th>Recee Actual(Sunil)</th>
36
                <th>Recee  </br> Actual(Sunil)</th>
-
 
37
                <th>Stock Payment(kamini)</th>
38
                <th>2D with BOQ Planed(Sunil)</th>
38
                <th>2D with BOQ Planed(Sunil)</th>
39
                <th>2D with BOQ Actual(Sunil)</th>
39
                <th>2D with BOQ Actual(Sunil)</th>
40
                <th>2D with BOQ(Sunil)</th>
40
                <th>2D with BOQ(Sunil)</th>
41
                <th>3D with BOQ Planed (Sunil)</th>
41
                <th>3D with BOQ Planed (Sunil)</th>
42
                <th>3D with BOQ Actual (Sunil)</th>
42
                <th>3D with BOQ Actual (Sunil)</th>
43
                <th>3D with BOQ (Sunil)</th>
43
                <th>3D with BOQ (Sunil)</th>
44
                <th>PO To Vendor Planed (Sunil)</th>
44
                <th>PO To Vendor Planed(Sunil)</th>
45
                <th>PO To Vendor Actual(Sunil)</th>
45
                <th>PO To Vendor Actual(Sunil)</th>
46
              
46
                
47
                <th>Briefing  Partner Planed (Sunil)</th>
47
                <th>Briefing  Partner Date(Sunil)</th>
48
                <th>Briefing  Partner Actual (Sunil)</th>
48
                <th>Briefing  Partner Actual Date (Sunil)</th>
49
                <th>Deployment Planed(Sunil)</th>
49
                <th>Deployment Planed (Sunil)</th>
50
                <th>Deployment Actual (Sunil)</th>
50
                <th>Deployment Actual (Sunil)</th>
51
                <th>Final Pics Of OutLets Planed (Sunil)</th>
51
                <th>Final Pics Of OutLets Planed(Sunil)</th>
52
                <th>Final Pics Of OutLets AcualSunil)</th>
52
                <th>Final Pics Of OutLets Actual(Sunil)</th>
53
                <th>Final Pics Of OutLets (Sunil)</th>
53
                <th>Final Pics Of OutLets(Sunil)</th>
54
                <th>NOC Date(Sunil)</th>
54
                <th>NOC Actual(Sunil)</th>
55
                 <th>NOC (Sunil)</th>
55
                 <th>NOC (Sunil)</th>
56
         
56
         
57
              
57
              
58
            </tr>
58
            </tr>
59
            </thead>
59
            </thead>
Line 65... Line 65...
65
                        <td style="background:#87cefa;">$pob.getId()</td>
65
                        <td style="background:#87cefa;">$pob.getId()</td>
66
                    #else
66
                    #else
67
                        <td>$pob.getId()</td>
67
                        <td>$pob.getId()</td>
68
                    #end
68
                    #end
69
                   
69
                   
70
                      #if($pob.getOutLetName() && $pob.getOutLetName() != "")
70
                    #if($pob.getOutLetName() && $pob.getOutLetName() != "")
-
 
71
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
71
                        <td style="background:lime;"><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
72
                        <input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
72
                                   disabled></td>
73
                                   disabled></td>
73
                    #else
74
                    #else
74
                        <td style="background:pink;"><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
75
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
75
                    #end
76
                    #end
76
                   
77
                   
77
                    #if($pob.getCreatedTimestamp())
78
                    #if($pob.getCreatedTimestamp())
78
                        <td style="background:lime;">$pob.getCreatedTimestamp().format($datehiphenFormatter)</td>
79
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i>$pob.getCreatedTimestamp().format($datehiphenFormatter)</td>
79
                        #else
80
                     #else
80
                        <td style="background:pink;">
81
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i>
81
                        </td>
82
                        </td>
82
                     #end 
83
                     #end 
83
                    
84
                    
84
                    
85
                    
85
                    #if($pob.getAcquiredDate())
86
                    #if($pob.getAcquiredDate())
86
                        <td style="background:lime;"><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
87
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
87
                                   name="acquireddate"
88
                                   name="acquireddate"
88
                                   value="$pob.getAcquiredDate().format($datehiphenFormatter)"></td>
89
                                   value="$pob.getAcquiredDate().format($datehiphenFormatter)"></td>
89
                    #else
90
                    #else
90
                        <td style="background:pink;"><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
91
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
91
                                   name="acquireddate">
92
                                   name="acquireddate">
92
                        </td>
93
                        </td>
93
                    #end 
94
                    #end 
94
                    
95
                    
95
                    #if($pob.getOutLetName() && $pob.getOutLetName() != "")
-
 
96
                        <td style="background:lime;"><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
-
 
97
                                   disabled></td>
-
 
98
                    #else
-
 
99
                        <td style="background:pink;"><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
-
 
100
                    #end
-
 
101
                   
96
                   
102
                    #if($pob.getPhoneNumber() && $pob.getPhoneNumber() != 0)
97
                    #if($pob.getPhoneNumber() && $pob.getPhoneNumber() != 0)
103
                        <td style="background:lime;">
98
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
104
                        <input type="number" placeholder="9999999999" value="$pob.getPhoneNumber()"
99
                        <input type="number" placeholder="9999999999" value="$pob.getPhoneNumber()"
105
                                   name="phonenumber1"
100
                                   name="phonenumber1"
106
                                   disabled ></td>
101
                                   disabled ></td>
107
                    #else
102
                    #else
108
                        <td style="background:pink;"><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
103
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
109
                    #end
104
                    #end
110
                    
105
                    
111
                   
-
 
112
 
106
 
113
                    #if($pob.getCity() && $pob.getCity() != "")
107
                    #if($pob.getCity() && $pob.getCity() != "")
114
                        <td style="background:lime;"><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
108
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
115
                    #else
109
                    #else
116
                        <td style="background:pink;"><input type="text" placeholder="City (SM)" disabled name="city1"></td>
110
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="City (SM)" disabled name="city1"></td>
117
                    #end
111
                    #end
118
                    #if($pob.getStateHead() && $pob.getStateHead() != "")
112
                    #if($pob.getStateHead() && $pob.getStateHead() != "")
119
                        <td style="background:lime;"><input type="text" placeholder="State Head(SM)" disabled name="shead1"
113
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="State Head(SM)" disabled name="shead1"
120
                                   value="$pob.getStateHead()"></td>
114
                                   value="$pob.getStateHead()"></td>
121
                    #else
115
                    #else
122
                        <td style="background:pink;"><input type="text" placeholder="State Head(SM)" disabled name="shead1"></td>
116
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="State Head(SM)" disabled name="shead1"></td>
123
                    #end
117
                    #end
124
                    #if($pob.getBDM() && $pob.getBDM() != "")
118
                    #if($pob.getBDM() && $pob.getBDM() != "")
125
                        <td style="background:lime;"><input type="text" placeholder="BDM (SM)" disabled name="bdm1" value="$pob.getBDM()"></td>
119
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1" value="$pob.getBDM()"></td>
126
                    #else
120
                    #else
127
                        <td style="background:pink;"><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>
121
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>
128
                    #end
122
                    #end
129
                   
123
                   
130
                    #if($pob.getAgreedBrandFees() != 0)
124
                    #if($pob.getAgreedBrandFees() != 0)
131
                    
125
                    
132
                     #if($pob.getReceivedBrandFees()>= $pob.getAgreedBrandFees())
126
                     #if($pob.getReceivedBrandFees()>= $pob.getAgreedBrandFees())
133
                    
127
                    
134
                        <td style="background:lime;"><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
128
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
135
                                   value="$pob.getAgreedBrandFees()" ></td>
129
                                   value="$pob.getAgreedBrandFees()" ></td>
136
                       #else            
130
                       #else            
137
                             <td style="background:red;"><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
131
                             <td><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
138
                                   value="$pob.getAgreedBrandFees()" ></td>    
132
                                   value="$pob.getAgreedBrandFees()" ></td>    
139
                      #end  
133
                      #end  
140
                    #else
134
                    #else
141
                        <td style="background:pink;"><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"></td>
135
                        <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>
142
                    #end
-
 
143
                    #if($pob.getReceivedBrandFees()!= 0)
-
 
144
 
-
 
145
                        <td #if($pob.getReceivedBrandFees()< $pob.getAgreedBrandFees())style="background:red;" #else style="background:lime;" #end><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"
-
 
146
                                   value="$pob.getReceivedBrandFees()"></td>
-
 
147
                    #else
-
 
148
                        <td style="background:pink;"><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"></td>
-
 
149
                    #end
-
 
150
                       
-
 
151
                     #if($pob.getFinalBrandFeesDate())
-
 
152
 
-
 
153
                        <td style="background:lime;"><input type="date" placeholder="Brand fees Date(SM)" disabled name="BrandFeesdate1" id="brandfeesdate"
-
 
154
                                   value="$pob.getFinalBrandFeesDate().format($datehiphenFormatter)"
-
 
155
                                   ></td>
-
 
156
                    #else
-
 
157
                        <td style="background:pink;"><input type="date" placeholder="Brand Fees Date(SM)" disabled name="BrandFeesdate1"></td>
-
 
158
                    #end
136
                    #end
-
 
137
                    
-
 
138
                    
159
                  
139
                  
160
                  
140
                  
161
 
141
 
162
                    #if($pob.getInvestmentDate())
142
                    #if($pob.getInvestmentDate())
163
 
143
 
164
                        <td style="background:lime;"><input type="date" placeholder="Investment Date(SM)" disabled name="idate1" id="idate"
144
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" placeholder="Investment Date(SM)" disabled name="idate1" id="idate"
165
                                   value="$pob.getInvestmentDate().format($datehiphenFormatter)"
145
                                   value="$pob.getInvestmentDate().format($datehiphenFormatter)"
166
                                   ></td>
146
                                   ></td>
167
                    #else
147
                    #else
168
                        <td style="background:pink;"><input type="date" placeholder="Investment Date(SM)" disabled name="idate1"></td>
148
                        <td><i class="far fa-arrow-alt-circle-up" style="background:pink"></i><input type="date" placeholder="Investment Date(SM)" disabled name="idate1"></td>
169
                    #end
149
                    #end
170
                    
150
                    
171
                    
151
                    
172
                     #if($pob.getLOI() && $pob.getLOI() != 0)
152
                     #if($pob.getLOI() && $pob.getLOI() != 0)
-
 
153
                        <td class="loiDesign docfile">
173
                        <td class="loiDesign docfile" style="background:lime;">
154
                        <i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
174
                            <input type="hidden" class="loiHidden" value="$pob.getLOI()">
155
                            <input type="hidden" class="loiHidden" value="$pob.getLOI()">
175
                            <input type="file" class="loidoc" placeholder="LOI(SM)" disabled  value="$pob.getLOI()">
156
                            <input type="file" class="loidoc" name="loi1" placeholder="LOI(SM)" disabled  value="$pob.getLOI()">
176
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()" class="download">Download Doc</a>
157
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()" class="download">Download Doc</a>
177
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
158
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
178
                       
159
                       
179
                        </td>
160
                        </td>
180
                      #else
161
                      #else
181
                      
162
                      
-
 
163
                        <td class="loiDesign docfile">
182
                        <td class="loiDesign docfile" style="background:pink;">
164
                        <i class="far fa-arrow-alt-circle-up" style="background:pink"></i>
183
                         <input type="hidden" class="loiHidden">
165
                         <input type="hidden" class="loiHidden">
184
                        <input type="file" placeholder="LOI(SM)" disabled name="loi1">
166
                        <input type="file" placeholder="LOI(SM)" disabled name="loi1">
185
                        </td>
167
                        </td>
186
                      #end
168
                      #end
187
                    
169
                    
188
                    #if($pob.getKyc() && $pob.getKyc() != 0)
170
                    #if($pob.getKyc() && $pob.getKyc() != 0)
-
 
171
                        <td class="kycDesign docfile">
189
                        <td class="kycDesign docfile" style="background:lime;">
172
                        <i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
190
                            <input type="hidden" class="kychidden" value="$pob.getKyc()">
173
                            <input type="hidden" class="kychidden" value="$pob.getKyc()">
191
                            <input type="file" class="kyc" placeholder="KYC (SM)" disabled name="kyc1"
174
                            <input type="file" class="kyc" placeholder="KYC (SM)" disabled name="kyc1"
192
                                   value="$pob.getKyc()">
175
                                   value="$pob.getKyc()">
193
                            ##<button type="button" class="btn btn-primary download-kyc-file" data-docpid="$pob.getKyc()" data-id="$pob.getId()">Download Document</button>
176
                            ##<button type="button" class="btn btn-primary download-kyc-file" data-docpid="$pob.getKyc()" data-id="$pob.getId()">Download Document</button>
194
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getKyc()" class="download">Download Doc</a>
177
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getKyc()" class="download">Download Doc</a>
195
                             <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
178
                             <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
196
                             
179
                             
197
                        </td>
180
                        </td>
198
                    #else
181
                    #else
-
 
182
                        <td class="kycDesign docfile">
199
                        <td class="kycDesign docfile" style="background:pink;">
183
                        <i class="far fa-arrow-alt-circle-up" style="background:pink"></i>
200
                            <input type="hidden">
184
                            <input type="hidden">
201
                            <input type="file" id="kyc" placeholder="KYC (SM)" disabled name="kyc1">
185
                            <input type="file" id="kyc" placeholder="KYC (SM)" disabled name="kyc1">
202
                        </td>
186
                        </td>
203
                    #end
187
                    #end
204
                   
188
                   
205
                    #if($pob.getCode() && $pob.getCode() != "")
189
                    #if($pob.getCode() && $pob.getCode() != "")
206
                        <td style="background:lime;"><input type="text" placeholder="Code(SM)" disabled name="code1" value="$pob.getCode()"
190
                        <td ><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="Code(SM)" disabled name="code1" value="$pob.getCode()"
207
                                   ></td>
191
                                   ></td>
208
                    #else
192
                    #else
209
                        <td style="background:pink;"><input type="text" placeholder="Code(SM)" disabled name="code1"></td>
193
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="Code(SM)" disabled name="code1"></td>
210
                    #end
194
                    #end
211
                    
195
                    
212
                    #if($pob.getReceeActual())
196
                    #if($pob.getReceeActual())
213
                        <td style="background:lime;"><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1"
197
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1"
214
                                   value="$pob.getReceePlaned().format($datehiphenFormatter)" >
198
                                   value="$pob.getReceePlaned().format($datehiphenFormatter)" >
215
                        </td>
199
                        </td>
216
                    #else
200
                    #else
217
                        <td style="background:red;"><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1" value="$pob.getReceePlaned().format($datehiphenFormatter)">
201
                        <td><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1" value="$pob.getReceePlaned().format($datehiphenFormatter)">
218
                        </td>
202
                        </td>
219
                    #end
203
                    #end
220
                   #if($pob.getReceeActual())
204
                   #if($pob.getReceeActual())
221
                        <td style="background:lime;"><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1"
205
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1"
222
                                   value="$pob.getReceeActual().format($datehiphenFormatter)" >
206
                                   value="$pob.getReceeActual().format($datehiphenFormatter)" >
223
                        </td>
207
                        </td>
224
                    #else
208
                    #else
225
                        <td style="background:pink;"><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1">
209
                        <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">
226
                        </td>
210
                        </td>
227
                    #end
211
                    #end
-
 
212
                    
-
 
213
                     #if($pob.getStockPayment()!= 0)
-
 
214
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="Stock payment(kamini)" disabled 
-
 
215
                                   value="$pob.getStockPayment()" name="stockPaymentDesign"></td>
-
 
216
                    #else
-
 
217
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="Stock payment(kamini)" disabled name="stockPaymentDesign"></td>
-
 
218
                    #end
-
 
219
                    
-
 
220
                    
-
 
221
                    
228
                    #if($pob.getTwoDBoqdate() &&  $pob.getTwodBOQ() != 0)
222
                    #if($pob.getTwoDBoqdate() &&  $pob.getTwodBOQ() != 0)
229
                        <td style="background:lime;"><input type="date" id="TwoDBoqdate" placeholder="Two D Boqdate (Kamini)" disabled name="ractual1"
223
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="TwoDBoqdate" placeholder="Two D Boqdate (Kamini)" disabled name="twoDBoq1"
230
                                   value="$pob.getTwoDBoqPlanedDate().format($datehiphenFormatter)" >
224
                                   value="$pob.getTwoDBoqPlanedDate().format($datehiphenFormatter)" >
231
                        </td>
225
                        </td>
232
                    #else
226
                    #else
233
                        <td style="background:red;"><input type="date" id="TwoDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="ractual1" value="$pob.getTwoDBoqPlanedDate().format($datehiphenFormatter)">
227
                        <td><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input type="date" id="TwoDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="twoDBoq1" value="$pob.getTwoDBoqPlanedDate().format($datehiphenFormatter)">
234
                        </td>
228
                        </td>
235
                    #end
229
                    #end
236
                    
230
                    
237
                     #if($pob.getTwoDBoqdate())
231
                     #if($pob.getTwoDBoqdate())
238
                        <td style="background:lime;"><input type="date" id="actualTwoDBoqdate" placeholder="Two D Boqdate (Kamini)" disabled name="ractual1"
232
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="actualTwoDBoqdate" placeholder="Two D Boqdate (Kamini)" disabled name="ractual1"
239
                                   value="$pob.getTwoDBoqdate().format($datehiphenFormatter)" >
233
                                   value="$pob.getTwoDBoqdate().format($datehiphenFormatter)" >
240
                        </td>
234
                        </td>
241
                    #else
235
                    #else
242
                        <td style="background:pink;"><input type="date" id="actualTwoDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="ractual1">
236
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date" id="actualTwoDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="ractual1">
243
                        </td>
237
                        </td>
244
                    #end
238
                    #end
245
                    
239
                    
246
                    
240
                    
247
                     #if($pob.getTwodBOQ() &&  $pob.getTwodBOQ() != 0)
241
                     #if($pob.getTwodBOQ() &&  $pob.getTwodBOQ() != 0)
-
 
242
                        <td class="twoDBoq docfile">
248
                        <td class="twoDBoq docfile" style="background:lime;">
243
                        <i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
249
                            <input type="hidden" class="twoDBoqHidden" value="$pob.getTwodBOQ()">
244
                            <input type="hidden" class="twoDBoqHidden" value="$pob.getTwodBOQ()">
250
                            <input type="file" class="twoDBoqDoc" placeholder="2D with BOQ" disabled  value="$pob.getTwodBOQ()">
245
                            <input type="file" class="twoDBoqDoc" placeholder="2D with BOQ" disabled  value="$pob.getTwodBOQ()">
251
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getTwodBOQ()" class="download">Download Doc</a>
246
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getTwodBOQ()" class="download">Download Doc</a>
252
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
247
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
253
                      #else
248
                      #else
-
 
249
                       <td class="twoDBoq docfile">
254
                       <td class="twoDBoq docfile" style="background:pink;">
250
                       <i class="far fa-arrow-alt-circle-up" style="background:pink"></i>
255
                         <input type="hidden">
251
                         <input type="hidden">
256
                        <input type="file" placeholder="2D with BOQ" disabled name="3d1">
252
                        <input type="file" placeholder="2D with BOQ" disabled name="3d1">
257
                        </td>
253
                        </td>
258
                      #end 
254
                      #end 
259
                        #if($pob.getThreeDBoq() && $pob.getThreeDBoq() !=0 )
255
                        #if($pob.getThreeDBoq() && $pob.getThreeDBoq() !=0 )
260
                        <td style="background:lime;"><input type="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBOQDate1"
256
                        <td> <i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBoqDate1"
261
                                   value="$pob.getThreeDBoqPlanedDate().format($datehiphenFormatter)" >
257
                                   value="$pob.getThreeDBoqPlanedDate().format($datehiphenFormatter)" >
262
                        </td>
258
                        </td>
263
                    #else
259
                    #else
264
                        <td style="background:red;"><input type="date" id="threeDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="threeBOQDate1" value="$pob.getThreeDBoqPlanedDate().format($datehiphenFormatter)">
260
                        <td> <i class="far fa-arrow-alt-circle-up" style="background:red"></i><input type="date" id="threeDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="threeBoqDate1" value="$pob.getThreeDBoqPlanedDate().format($datehiphenFormatter)">
265
                        </td>
261
                        </td>
266
                    #end
262
                    #end
267
                    
263
                    
268
                    #if($pob.getThreeDBoqdate() )
264
                    #if($pob.getThreeDBoqdate() )
269
                        <td style="background:lime;"><input type="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBOQDate1"
265
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBOQDate1"
270
                                   value="$pob.getThreeDBoqdate().format($datehiphenFormatter)" >
266
                                   value="$pob.getThreeDBoqdate().format($datehiphenFormatter)" >
271
                        </td>
267
                        </td>
272
                    #else
268
                    #else
273
                        <td style="background:pink;"><input type="date" id="threeDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="threeBOQDate1">
269
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date" id="threeDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="threeBOQDate1">
274
                        </td>
270
                        </td>
275
                    #end
271
                    #end
276
                    
272
                    
277
                     #if($pob.getThreeDBoq() && $pob.getThreeDBoq() !=0 )
273
                     #if($pob.getThreeDBoq() && $pob.getThreeDBoq() !=0 )
-
 
274
                        <td class="threeDBoq docfile">
278
                        <td class="threeDBoq docfile" style="background:lime;">
275
                        <i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
279
                            <input type="hidden" class="threeDBoqHidden" value="$pob.getThreeDBoq()">
276
                            <input type="hidden" class="threeDBoqHidden" value="$pob.getThreeDBoq()">
280
                            <input type="file" class="threeDBoqDoc" placeholder="3D with BOQ" disabled  value="$pob.getThreeDBoq()">
277
                            <input type="file" class="threeDBoqDoc" placeholder="3D with BOQ" disabled  value="$pob.getThreeDBoq()">
281
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getThreeDBoq()" class="download">Download Doc</a>
278
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getThreeDBoq()" class="download">Download Doc</a>
282
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
279
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
283
                      #else
280
                      #else
-
 
281
                       <td class="threeDBoq docfile">
284
                       <td class="threeDBoq docfile" style="background:pink;">
282
                       <i class="far fa-arrow-alt-circle-down" style="background:pink"></i>
285
                         <input type="hidden">
283
                         <input type="hidden">
286
                        <input type="file" placeholder="3D with BOQ" disabled name="3d1">
284
                        <input type="file" placeholder="3D with BOQ" disabled name="3d1">
287
                        </td>
285
                        </td>
288
                      #end 
286
                      #end 
289
                      
287
                      
290
                      
288
                      
291
                      
289
                      
292
                      #if($pob.getPoVendor() && $pob.getPoVendor() !=0)
290
                      #if($pob.getPoVendor() && $pob.getPoVendor() !=0)
293
                        <td style="background:lime;"><input type="date" id="poVenderDate" placeholder="PO Vender Date" disabled name="poVenderDate1"
291
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="poVenderDate" placeholder="PO Vender Date" disabled name="poVenderDate1"
294
                                   value="$pob.getPoVenderPlanedDate().format($datehiphenFormatter)" >
292
                                   value="$pob.getPoVenderPlanedDate().format($datehiphenFormatter)" >
295
                        </td>
293
                        </td>
296
                    #else
294
                    #else
297
                        <td style="background:red;"><input type="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate1" value="$pob.getPoVenderPlanedDate().format($datehiphenFormatter)">
295
                        <td><i class="far fa-arrow-alt-circle-up" style="background:red"></i><input type="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate1" value="$pob.getPoVenderPlanedDate().format($datehiphenFormatter)">
298
                        </td>
296
                        </td>
299
                    #end
297
                    #end
300
                    
298
                    
301
                     #if($pob.getPoVenderDate())
299
                     #if($pob.getPoVenderDate())
302
                        <td style="background:lime;"><input type="date" id="poVenderDate" placeholder="PO Vender Date" disabled name="poVenderDate1"
300
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="poVenderDate" placeholder="PO Vender Date" disabled name="poVenderDate2"
303
                                   value="$pob.getPoVenderDate().format($datehiphenFormatter)" >
301
                                   value="$pob.getPoVenderDate().format($datehiphenFormatter)" >
304
                        </td>
302
                        </td>
305
                    #else
303
                    #else
306
                        <td style="background:pink;"><input type="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate1" >
304
                        <td><i class="far fa-arrow-alt-circle-up" style="background:red"></i><input type="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate2" >
307
                        </td>
305
                        </td>
308
                    #end
306
                    #end
309
                    
307
                    
310
                     
308
                     
311
                      
309
                      
312
                      #if($pob.getBriefingPartner())
310
                      #if($pob.getBriefingPartner())
313
                        <td style="background:lime;"><input type="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed" disabled name="briefingPartnerPlanedDate1"
311
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed" disabled name="briefingPartnerPlanedDate1"
314
                                   value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)" >
312
                                   value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)" >
315
                        </td>
313
                        </td>
316
                    #else
314
                    #else
317
                        <td style="background:red;"><input type="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed" disabled name="briefingPartnerPlanedDate1" value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)">
315
                        <td><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input type="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed" disabled name="briefingPartnerPlanedDate1" value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)">
318
                        </td>
316
                        </td>
319
                    #end
317
                    #end
320
                                    
318
                                    
321
                    #if($pob.getBriefingPartner())
319
                    #if($pob.getBriefingPartner())
322
                        <td style="background:lime;"><input type="date" id="briefingPartner" placeholder="Briefing Partner" disabled name="briefPartner1"
320
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="briefingPartner" placeholder="Briefing Partner" disabled name="briefPartner1"
323
                                   value="$pob.getBriefingPartner().format($datehiphenFormatter)" >
321
                                   value="$pob.getBriefingPartner().format($datehiphenFormatter)" >
324
                        </td>
322
                        </td>
325
                    #else
323
                    #else
326
                        <td style="background:pink;"><input type="date" id="briefingPartner" placeholder="Briefing Partner" disabled name="briefPartner1">
324
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date" id="briefingPartner" placeholder="Briefing Partner" disabled name="briefPartner1">
327
                        </td>
325
                        </td>
328
                    #end
326
                    #end
329
                      
327
                      
330
                      #if($pob.getDeploymentDate())
328
                      #if($pob.getDeploymentDate())
331
                        <td style="background:lime;"><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate"
329
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate"
332
                                   value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)" >
330
                                   value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)" >
333
                        </td>
331
                        </td>
334
                    #else
332
                    #else
335
                        <td style="background:red;"><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate" value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)">
333
                        <td ><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate" value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)">
336
                        </td>
334
                        </td>
337
                    #end
335
                    #end
338
                      
336
                      
339
                      
337
                      
340
                    #if($pob.getDeploymentDate())
338
                    #if($pob.getDeploymentDate())
341
                        <td style="background:lime;"><input type="date" id="deploymentActualDate" placeholder="Deployment Actual Date" disabled name="deploymentPlanedDate1"
339
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="deploymentActualDate" placeholder="Deployment Actual Date" disabled name="deploymentPlanedDate1"
342
                                   value="$pob.getDeploymentDate().format($datehiphenFormatter)" >
340
                                   value="$pob.getDeploymentDate().format($datehiphenFormatter)" >
343
                        </td>
341
                        </td>
344
                    #else
342
                    #else
345
                        <td style="background:pink;"><input type="date" id="deploymentActualDate" placeholder="Deployment Actual Date" disabled name="deploymentPlanedDate1">
343
                        <td ><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date" id="deploymentActualDate" placeholder="Deployment Actual Date" disabled name="deploymentPlanedDate1">
346
                        </td>
344
                        </td>
347
                    #end 
345
                    #end 
348
                    
346
                    
349
                    
347
                    
350
                     #if($pob.getFinalPicsOutlet() && $pob.getFinalPicsOutlet() != 0)
348
                     #if($pob.getFinalPicsOutlet() && $pob.getFinalPicsOutlet() != 0)
351
                        <td style="background:lime;"><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets"
349
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets"
352
                                   value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)" >
350
                                   value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)" >
353
                        </td>
351
                        </td>
354
                    #else
352
                    #else
355
                        <td style="background:red;"><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets" value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)">
353
                        <td><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets" value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)">
356
                        </td>
354
                        </td>
357
                    #end
355
                    #end
358
                    
356
                    
359
                    #if($pob.getFinalPicsOutletDate())
357
                    #if($pob.getFinalPicsOutletDate())
360
                        <td style="background:lime;"><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets"
358
                        <td ><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets1"
361
                                   value="$pob.getFinalPicsOutletDate().format($datehiphenFormatter)" >
359
                                   value="$pob.getFinalPicsOutletDate().format($datehiphenFormatter)" >
362
                        </td>
360
                        </td>
363
                    #else
361
                    #else
364
                        <td style="background:pink;"><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets" >
362
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets1" >
365
                        </td>
363
                        </td>
366
                    #end
364
                    #end
367
                      
365
                      
368
                      #if($pob.getFinalPicsOutlet() && $pob.getFinalPicsOutlet() != 0)
366
                      #if($pob.getFinalPicsOutlet() && $pob.getFinalPicsOutlet() != 0)
-
 
367
                        <td class="finalPics docfile">
369
                        <td class="finalPics docfile" style="background:lime;">
368
                        <i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
370
                            <input type="hidden" class="finalPicsHidden" value="$pob.getFinalPicsOutlet()">
369
                            <input type="hidden" class="finalPicsHidden" value="$pob.getFinalPicsOutlet()">
371
                            <input type="file" class="finalPicsDoc" placeholder="Final Pics" disabled  value="$pob.getFinalPicsOutlet()">
370
                            <input type="file" class="finalPicsDoc" placeholder="Final Pics" disabled  value="$pob.getFinalPicsOutlet()">
372
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getFinalPicsOutlet()" class="download">Download Doc</a>
371
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getFinalPicsOutlet()" class="download">Download Doc</a>
373
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
372
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
374
                      #else
373
                      #else
-
 
374
                       <td class="finalPics docfile">
375
                       <td class="finalPics docfile" style="background:pink;">
375
                       <i class="far fa-arrow-alt-circle-down" style="background:pink"></i>
376
                         <input type="hidden">
376
                         <input type="hidden">
377
                        <input type="file" placeholder="finalPics Vendor" disabled name="finalPics1">
377
                        <input type="file" placeholder="finalPics Vendor" disabled name="finalPics1">
378
                        </td>
378
                        </td>
379
                      #end  
379
                      #end  
380
                    
380
                    
381
                     #if($pob.getNocDate())
381
                     #if($pob.getNocDate())
382
                        <td style="background:lime;"><input type="date" id="nocDate" placeholder="NOC" disabled name="noc1"
382
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="nocDate" placeholder="NOC" disabled name="noc1"
383
                                   value="$pob.getNocDate().format($datehiphenFormatter)" >
383
                                   value="$pob.getNocDate().format($datehiphenFormatter)" >
384
                        </td>
384
                        </td>
385
                    #else
385
                    #else
386
                        <td style="background:pink;"><input type="date" id="noc" placeholder="NOC" disabled name="noc1">
386
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date" id="noc" placeholder="NOC" disabled name="noc1">
387
                        </td>
387
                        </td>
388
                    #end
388
                    #end
389
                    
389
                    
390
                     #if($pob.getNoc() && $pob.getNoc() != 0)
390
                     #if($pob.getNoc() && $pob.getNoc() != 0)
-
 
391
                        <td class="noc docfile">
391
                        <td class="noc docfile" style="background:lime;">
392
                        <i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
392
                            <input type="hidden" class="nocDocHiddend" value="$pob.getNoc()">
393
                            <input type="hidden" class="nocDocHiddend" value="$pob.getNoc()">
393
                            <input type="file" class="nocDoc" placeholder="NOC Docs" disabled  value="$pob.getNoc()">
394
                            <input type="file" class="nocDoc" placeholder="NOC Docs" disabled  value="$pob.getNoc()">
394
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getNoc()" class="download">Download Doc</a>
395
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getNoc()" class="download">Download Doc</a>
395
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
396
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
396
                      #else
397
                      #else
-
 
398
                       <td class="noc docfile">
397
                       <td class="noc docfile" style="background:pink;">
399
                       <i class="far fa-arrow-alt-circle-down" style="background:pink"></i>
398
                         <input type="hidden">
400
                         <input type="hidden">
399
                        <input type="file" placeholder="Noc File" disabled name="noc1">
401
                        <input type="file" placeholder="Noc File" disabled name="noc1">
400
                        </td>
402
                        </td>
401
                      #end
403
                      #end
402
                      
404
                      
403
                    
-
 
404
 
405
 
405
                    
406
                    
406
                </tr>
407
                </tr>
407
                #end
408
                #end
408
 
409