Subversion Repositories SmartDukaan

Rev

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

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