| Line 429... |
Line 429... |
| 429 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="dactual" name = "dactual" placeholder="Designing Actual(Kamini)" disabled
|
429 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="dactual" name = "dactual" placeholder="Designing Actual(Kamini)" disabled
|
| 430 |
name="dactual1">
|
430 |
name="dactual1">
|
| 431 |
</td>
|
431 |
</td>
|
| 432 |
#end
|
432 |
#end
|
| 433 |
#if($pob.getStockPayment()!= 0)
|
433 |
#if($pob.getStockPayment()!= 0)
|
| - |
|
434 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input
|
| 434 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1"
|
435 |
type="text" placeholder="Stock payment(kamini)" disabled name="spayment1"
|
| 435 |
value="$pob.getStockPayment()"></td>
|
436 |
value="$pob.getStockPayment()"></td>
|
| 436 |
#else
|
437 |
#else
|
| - |
|
438 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input
|
| 437 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1"></td>
|
439 |
type="text" placeholder="Stock payment(kamini)" disabled name="spayment1"></td>
|
| 438 |
#end
|
440 |
#end
|
| 439 |
|
441 |
|
| 440 |
|
442 |
|
| 441 |
|
443 |
|
| 442 |
## Hidden: Expected Date
|
444 |
## Hidden: Expected Date
|
| Line 450... |
Line 452... |
| 450 |
type="date" class="expdate" name="exdate" placeholder="Expected Date(Kamini)" disabled>
|
452 |
type="date" class="expdate" name="exdate" placeholder="Expected Date(Kamini)" disabled>
|
| 451 |
</td>
|
453 |
</td>
|
| 452 |
#end
|
454 |
#end
|
| 453 |
|
455 |
|
| 454 |
#if($pob.getPayDate())
|
456 |
#if($pob.getPayDate())
|
| 455 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
457 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 456 |
<input type="date" class="paydate" name = "paydate" placeholder="pay Date(Kamini)" disabled value="$pob.getPayDate().format($datehiphenFormatter)" >
|
458 |
<input type="date" class="paydate" name = "paydate" placeholder="pay Date(Kamini)" disabled value="$pob.getPayDate().format($datehiphenFormatter)" >
|
| 457 |
</td>
|
459 |
</td>
|
| 458 |
#else
|
460 |
#else
|
| - |
|
461 |
<td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input
|
| 459 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="paydate" name = "paydate" placeholder="Pay Date(Kamini)" disabled >
|
462 |
type="date" class="paydate" name="paydate" placeholder="Pay Date(Kamini)" disabled>
|
| 460 |
</td>
|
463 |
</td>
|
| 461 |
#end
|
464 |
#end
|
| 462 |
|
465 |
|
| 463 |
#if($pob.getInaugrationDate())
|
466 |
#if($pob.getInaugrationDate())
|
| 464 |
#if($pob.getDeploymentDate())
|
467 |
#if($pob.getDeploymentDate())
|
| Line 472... |
Line 475... |
| 472 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="inaugrationDate" name="inaugrationDate" placeholder="Inaugration Date (SM)" disabled>
|
475 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="inaugrationDate" name="inaugrationDate" placeholder="Inaugration Date (SM)" disabled>
|
| 473 |
</td>
|
476 |
</td>
|
| 474 |
#end
|
477 |
#end
|
| 475 |
|
478 |
|
| 476 |
|
479 |
|
| 477 |
<td #if($pob.getBillingStatus()==0) style="background-color:pink"#else style="background-color:lime" #end>
|
480 |
<td class="hidden-col" #if($pob.getBillingStatus()==0) style="background-color:pink"#else
|
| - |
|
481 |
style="background-color:lime" #end>
|
| 478 |
<input type="checkbox" disabled id="billingStatus" name="billingStatus" #if($pob.getBillingStatus()>0) checked #end >
|
482 |
<input type="checkbox" disabled id="billingStatus" name="billingStatus" #if($pob.getBillingStatus()>0) checked #end >
|
| 479 |
#if($pob.getBillingStatus()>0)
|
483 |
#if($pob.getBillingStatus()>0)
|
| 480 |
|
484 |
|
| 481 |
#end
|
485 |
#end
|
| 482 |
</td>
|
486 |
</td>
|