| Line 29... |
Line 29... |
| 29 |
name="acquireddate">
|
29 |
name="acquireddate">
|
| 30 |
</td>
|
30 |
</td>
|
| 31 |
#end
|
31 |
#end
|
| 32 |
|
32 |
|
| 33 |
#if($pob.getOutLetName() && $pob.getOutLetName() != "")
|
33 |
#if($pob.getOutLetName() && $pob.getOutLetName() != "")
|
| 34 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
|
34 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="updateOutlateName"
|
| 35 |
disabled></td>
|
35 |
disabled></td>
|
| 36 |
#else
|
36 |
#else
|
| 37 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
|
37 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="OutLet Name" name="updateOutlateName" disabled></td>
|
| 38 |
#end
|
38 |
#end
|
| 39 |
|
39 |
|
| 40 |
#if($pob.getPhoneNumber() && $pob.getPhoneNumber() != 0)
|
40 |
#if($pob.getPhoneNumber() && $pob.getPhoneNumber() != 0)
|
| 41 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
41 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 42 |
<input type="number" placeholder="9999999999" value="$pob.getPhoneNumber()"
|
42 |
<input type="number" placeholder="9999999999" value="$pob.getPhoneNumber()"
|
| 43 |
name="phonenumber1"
|
43 |
name="phonenumber1"
|
| 44 |
disabled ></td>
|
44 |
disabled ></td>
|
| 45 |
#else
|
45 |
#else
|
| 46 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
|
46 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
|
| 47 |
#end
|
47 |
#end
|
| - |
|
48 |
#if($pob.getCounterPotential() && $pob.getCounterPotential() != 0)
|
| - |
|
49 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| - |
|
50 |
<input type="number" placeholder="Counter Potentail" value="$pob.getCounterPotential()"
|
| - |
|
51 |
name="counterPotential"
|
| - |
|
52 |
disabled ></td>
|
| - |
|
53 |
#else
|
| - |
|
54 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="number" placeholder="counter Potential" name="counterPotential" disabled></td>
|
| 48 |
|
55 |
#end
|
| 49 |
|
56 |
|
| 50 |
#if($pob.getAuthId() && $pob.getAuthId() != 0)
|
57 |
#if($pob.getAuthId() && $pob.getAuthId() != 0)
|
| 51 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="hidden" value ="$pob.getAuthId()"/><input type="text" placeholder="RBM Name(SM)" disabled name="rbmAuthId" value="$authUseMap.get($pob.getAuthId()).getFullName()"></td>
|
58 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="hidden" name="hiddenrbmAuthId" value ="$pob.getAuthId()"/><input type="text" placeholder="RBM Name(SM)" disabled name="rbmAuthId" value="$authUseMap.get($pob.getAuthId()).getFullName()"></td>
|
| 52 |
#else
|
59 |
#else
|
| 53 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="RBM Name(SM)" disabled name="rbmAuthId"></td>
|
60 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="RBM Name(SM)" disabled name="rbmAuthId"></td>
|
| 54 |
#end
|
61 |
#end
|
| 55 |
|
62 |
|
| 56 |
|
63 |
|
| Line 355... |
Line 362... |
| 355 |
</td>
|
362 |
</td>
|
| 356 |
#end
|
363 |
#end
|
| 357 |
|
364 |
|
| 358 |
|
365 |
|
| 359 |
#if($pob.getDeploymentDate())
|
366 |
#if($pob.getDeploymentDate())
|
| 360 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" id="dactual" placeholder="Designing Actual(Kamini)" disabled
|
367 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" id="dactual" name = "dactual" placeholder="Designing Actual(Kamini)" disabled
|
| 361 |
name="dactual1"
|
368 |
name="dactual1"
|
| 362 |
value="$pob.getDeploymentDate().format($datehiphenFormatter)"></td>
|
369 |
value="$pob.getDeploymentDate().format($datehiphenFormatter)"></td>
|
| 363 |
#else
|
370 |
#else
|
| 364 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="dactual" placeholder="Designing Actual(Kamini)" disabled
|
371 |
<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
|
| 365 |
name="dactual1">
|
372 |
name="dactual1">
|
| 366 |
</td>
|
373 |
</td>
|
| 367 |
#end
|
374 |
#end
|
| 368 |
#if($pob.getStockPayment()!= 0)
|
375 |
#if($pob.getStockPayment()!= 0)
|
| 369 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1"
|
376 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1"
|
| Line 373... |
Line 380... |
| 373 |
#end
|
380 |
#end
|
| 374 |
|
381 |
|
| 375 |
|
382 |
|
| 376 |
|
383 |
|
| 377 |
#if($pob.getExpectedDate())
|
384 |
#if($pob.getExpectedDate())
|
| 378 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="expdate" placeholder="Expected Date(Kamini)" disabled value="$pob.getExpectedDate().format($datehiphenFormatter)" >
|
385 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="expdate" name="exdate" placeholder="Expected Date(Kamini)" disabled value="$pob.getExpectedDate().format($datehiphenFormatter)" >
|
| 379 |
</td>
|
386 |
</td>
|
| 380 |
#else
|
387 |
#else
|
| 381 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="expdate" placeholder="Expected Date(Kamini)" disabled>
|
388 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="expdate" name="exdate" placeholder="Expected Date(Kamini)" disabled>
|
| 382 |
</td>
|
389 |
</td>
|
| 383 |
#end
|
390 |
#end
|
| 384 |
|
391 |
|
| 385 |
#if($pob.getPayDate())
|
392 |
#if($pob.getPayDate())
|
| 386 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
393 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 387 |
<input type="date" class="paydate" placeholder="pay Date(Kamini)" disabled value="$pob.getPayDate().format($datehiphenFormatter)" >
|
394 |
<input type="date" class="paydate" name = "paydate" placeholder="pay Date(Kamini)" disabled value="$pob.getPayDate().format($datehiphenFormatter)" >
|
| 388 |
</td>
|
395 |
</td>
|
| 389 |
#else
|
396 |
#else
|
| 390 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="paydate" placeholder="Pay Date(Kamini)" disabled >
|
397 |
<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 >
|
| 391 |
</td>
|
398 |
</td>
|
| 392 |
#end
|
399 |
#end
|
| 393 |
|
400 |
|
| 394 |
#if($pob.getInaugrationDate())
|
401 |
#if($pob.getInaugrationDate())
|
| 395 |
#if($pob.getDeploymentDate())
|
402 |
#if($pob.getDeploymentDate())
|
| 396 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="inaugrationDate" placeholder="Inaugration Date (SM)" disabled value="$pob.getInaugrationDate().format($datehiphenFormatter)" >
|
403 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="inaugrationDate" name="inaugrationDate" placeholder="Inaugration Date (SM)" disabled value="$pob.getInaugrationDate().format($datehiphenFormatter)" >
|
| 397 |
</td>
|
404 |
</td>
|
| 398 |
#else
|
405 |
#else
|
| 399 |
<td><i class="far fa-arrow-alt-circle-down" style="background:red;"></i><input type="date" class="inaugrationDate" placeholder="Inaugration Date (SM)" disabled value="$pob.getInaugrationDate().format($datehiphenFormatter)" >
|
406 |
<td><i class="far fa-arrow-alt-circle-down" style="background:red;"></i><input type="date" class="inaugrationDate" name="inaugrationDate" placeholder="Inaugration Date (SM)" disabled value="$pob.getInaugrationDate().format($datehiphenFormatter)" >
|
| 400 |
</td>
|
407 |
</td>
|
| 401 |
#end
|
408 |
#end
|
| 402 |
#else
|
409 |
#else
|
| 403 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="inaugrationDate" placeholder="Inaugration Date (SM)" disabled>
|
410 |
<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>
|
| 404 |
</td>
|
411 |
</td>
|
| 405 |
#end
|
412 |
#end
|
| 406 |
|
413 |
|
| 407 |
|
414 |
|
| 408 |
<td #if($pob.getBillingStatus()==0) style="background-color:pink"#else style="background-color:lime" #end>
|
415 |
<td #if($pob.getBillingStatus()==0) style="background-color:pink"#else style="background-color:lime" #end>
|
| 409 |
<input type="checkbox"disabled name="billingStatus" #if($pob.getBillingStatus()>0) checked #end >
|
416 |
<input type="checkbox" disabled id="billingStatus" name="billingStatus" #if($pob.getBillingStatus()>0) checked #end >
|
| 410 |
#if($pob.getBillingStatus()>0)
|
417 |
#if($pob.getBillingStatus()>0)
|
| 411 |
|
418 |
|
| 412 |
#end
|
419 |
#end
|
| 413 |
</td>
|
420 |
</td>
|
| 414 |
|
421 |
|