| Line 200... |
Line 200... |
| 200 |
|
200 |
|
| 201 |
</div>
|
201 |
</div>
|
| 202 |
<br>
|
202 |
<br>
|
| 203 |
<div class="row" style="font-size:14px;color:#688a7e;">
|
203 |
<div class="row" style="font-size:14px;color:#688a7e;">
|
| 204 |
<div class="col-lg-12">
|
204 |
<div class="col-lg-12">
|
| 205 |
<table class="table table-striped table-advance table-hover">
|
205 |
<table class="table table-striped table-advance table-hover" id="fofo-item-table">
|
| 206 |
<tbody>
|
206 |
<tbody>
|
| 207 |
<tr>
|
207 |
<tr>
|
| 208 |
<th>Item Code</th>
|
208 |
<th>Item Code</th>
|
| 209 |
<th>Description</th>
|
209 |
<th>Description</th>
|
| - |
|
210 |
<th>MOP</th>
|
| 210 |
<th>Unit Price</th>
|
211 |
<th>Unit Price</th>
|
| 211 |
<th>Quantity</th>
|
212 |
<th>Quantity</th>
|
| 212 |
<th>Total Price</th>
|
213 |
<th>Total Price</th>
|
| 213 |
<th>Actions</th>
|
214 |
<th>Actions</th>
|
| 214 |
</tr>
|
215 |
</tr>
|
| Line 222... |
Line 223... |
| 222 |
<tr>
|
223 |
<tr>
|
| 223 |
<td>$fofoOrderItem.getItemId()</td>
|
224 |
<td>$fofoOrderItem.getItemId()</td>
|
| 224 |
<td>
|
225 |
<td>
|
| 225 |
$fofoOrderItem.getBrand() $fofoOrderItem.getModelName() $fofoOrderItem.getModelNumber() $fofoOrderItem.getColor()
|
226 |
$fofoOrderItem.getBrand() $fofoOrderItem.getModelName() $fofoOrderItem.getModelNumber() $fofoOrderItem.getColor()
|
| 226 |
</td>
|
227 |
</td>
|
| - |
|
228 |
<td>$fofoOrderItem.getMop()</td>
|
| - |
|
229 |
#if($insurancePolicies.isEmpty())
|
| - |
|
230 |
<td>$fofoOrderItem.getSellingPrice() <input type="hidden" style="color:black" value="$fofoOrderItem.getId()"/> <input type="number" style="color:black" class="fofoLineItemAmount" name="itemamount" value="$fofoOrderItem.getSellingPrice()"/> <a class="pointer" id="editamountbutton"style="padding:12px">Edit</a> </td>
|
| - |
|
231 |
#else
|
| 227 |
<td>$fofoOrderItem.getSellingPrice()</td>
|
232 |
<td>$fofoOrderItem.getSellingPrice()</td>
|
| - |
|
233 |
#end
|
| 228 |
<td>$fofoOrderItem.getQuantity()</td>
|
234 |
<td>$fofoOrderItem.getQuantity()</td>
|
| 229 |
<td>$total</td>
|
235 |
<td>$total</td>
|
| 230 |
#set ($item = $itemsMap.get($fofoOrderItem.getItemId()))
|
236 |
#set ($item = $itemsMap.get($fofoOrderItem.getItemId()))
|
| 231 |
#if($item.getCategoryId()==10006)
|
237 |
#if($item.getCategoryId()==10006)
|
| 232 |
#if($fofoOrderItem.isDoa())
|
238 |
#if($fofoOrderItem.isDoa())
|
| Line 311... |
Line 317... |
| 311 |
#end
|
317 |
#end
|
| 312 |
</div>
|
318 |
</div>
|
| 313 |
</div>
|
319 |
</div>
|
| 314 |
</div>
|
320 |
</div>
|
| 315 |
#end
|
321 |
#end
|
| - |
|
322 |
#if($insurancePolicies.isEmpty())
|
| 316 |
<div class="col-md-2 col-md-offset-3">
|
323 |
<div class="col-md-2 col-md-offset-3">
|
| 317 |
<button class="btn btn-primary updatePaymentDetails" data-totalamount="$fofoOrder.getTotalAmount()" data-invoicenumber="$fofoOrder.getInvoiceNumber()" data-fofoid="$fofoOrder.getFofoId()" data-orderid="$fofoOrder.getId()" data-totalnumberofpaymentoptionid="$totalNumberOfPaymentOptionId" data-createddatetime="$fofoOrder.getCreateTimestamp()" type="submit">Update</button>
|
324 |
<button class="btn btn-primary updatePaymentDetails" data-totalamount="$fofoOrder.getTotalAmount()" data-invoicenumber="$fofoOrder.getInvoiceNumber()" data-fofoid="$fofoOrder.getFofoId()" data-orderid="$fofoOrder.getId()" data-totalnumberofpaymentoptionid="$totalNumberOfPaymentOptionId" data-createddatetime="$fofoOrder.getCreateTimestamp()" type="submit">Update</button>
|
| - |
|
325 |
</div>
|
| - |
|
326 |
#else
|
| - |
|
327 |
<div class="col-md-2 col-md-offset-3">
|
| 318 |
</div><br>
|
328 |
<button class="btn btn-primary updatePaymentDetails" data-totalamount="$fofoOrder.getTotalAmount()" data-invoicenumber="$fofoOrder.getInvoiceNumber()" data-fofoid="$fofoOrder.getFofoId()" data-orderid="$fofoOrder.getId()" data-totalnumberofpaymentoptionid="$totalNumberOfPaymentOptionId" data-createddatetime="$fofoOrder.getCreateTimestamp()" type="submit" disabled>Update</button>
|
| - |
|
329 |
</div>
|
| - |
|
330 |
#end<br>
|
| 319 |
<hr/>
|
331 |
<hr/>
|
| 320 |
<div class="row">
|
332 |
<div class="row">
|
| 321 |
<div class="col-lg-3">
|
333 |
<div class="col-lg-3">
|
| 322 |
<p class="bold-details">TOTAL</p>
|
334 |
<p class="bold-details">TOTAL</p>
|
| 323 |
</div>
|
335 |
</div>
|
| 324 |
<div class="col-lg-3">
|
336 |
<div class="col-lg-3">
|
| 325 |
<p class="nomal-details">₹$fofoOrder.getTotalAmount() </p>
|
337 |
<p class="nomal-details" id="totalAmount">₹$fofoOrder.getTotalAmount() </p>
|
| 326 |
</div>
|
338 |
</div>
|
| 327 |
</div>
|
339 |
</div>
|
| 328 |
</div>
|
340 |
</div>
|
| 329 |
</div>
|
341 |
</div>
|
| 330 |
|
342 |
|