Rev 29300 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#if($pob.getId())<td style="background:#87cefa;">$pob.getId()</td>#else<td>$pob.getId()</td>#end#if($pob.getOutLetName() && $pob.getOutLetName() != "")<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"disabled></td>#else<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>#end#if($pob.getCreatedTimestamp())<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i>$pob.getCreatedTimestamp().format($datehiphenFormatter)</td>#else<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i></td>#end#if($pob.getAcquiredDate())<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabledname="acquireddate"value="$pob.getAcquiredDate().format($datehiphenFormatter)"></td>#else<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabledname="acquireddate"></td>#end#if($pob.getPhoneNumber() && $pob.getPhoneNumber() != 0)<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="number" placeholder="9999999999" value="$pob.getPhoneNumber()"name="phonenumber1"disabled ></td>#else<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>#end#if($pob.getCity() && $pob.getCity() != "")<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>#else<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="City (SM)" disabled name="city1"></td>#end#if($pob.getStateHead() && $pob.getStateHead() != 0)<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="State Head(SM)" disabled name="shead1"value="$stateAuthUserMap.get($pob.getStateHead()).getName()"></td>#else<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="State Head(SM)" disabled name="shead1"></td>#end#if($pob.getBDM() && $pob.getBDM() != 0)<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1" value="$bdmAuthUseMap.get($pob.getBDM()).getName()"></td>#else<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>#end## Agreed Brand Fees#if($pob.getAgreedBrandFees() != 0)#if($pob.getReceivedBrandFees()>= $pob.getAgreedBrandFees())<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"value="$pob.getAgreedBrandFees()" ></td>#else<td><i class="far fa-arrow-alt-circle-down" style="background:red"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"value="$pob.getAgreedBrandFees()"></td>#end#else<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>#end#if($pob.getInvestmentDate())<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"value="$pob.getInvestmentDate().format($datehiphenFormatter)"></td>#else<td><i class="far fa-arrow-alt-circle-up" style="background:pink"></i><input type="date" placeholder="Investment Date(SM)" disabled name="idate1"></td>#end#if($pob.getLOI() && $pob.getLOI() != 0)<td class="loiDesign docfile"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="hidden" class="loiHidden" value="$pob.getLOI()"><input type="file" class="loidoc" name="loi1" placeholder="LOI(SM)" disabled value="$pob.getLOI()"><a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()" class="download">Download Doc</a><a href="#" style="padding: 49px;" class="Del">Delete Doc</a></td>#else<td class="loiDesign docfile"><i class="far fa-arrow-alt-circle-up" style="background:pink"></i><input type="hidden" class="loiHidden"><input type="file" placeholder="LOI(SM)" disabled name="loi1"></td>#end#if($pob.getKyc() && $pob.getKyc() != 0)<td class="kycDesign docfile"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="hidden" class="kychidden" value="$pob.getKyc()"><input type="file" class="kyc" placeholder="KYC (SM)" disabled name="kyc1"value="$pob.getKyc()">##<button type="button" class="btn btn-primary download-kyc-file" data-docpid="$pob.getKyc()" data-id="$pob.getId()">Download Document</button><a href="${rc.contextPath}/download-attachment?documentId=$pob.getKyc()" class="download">Download Doc</a><a href="#" style="padding: 49px;" class="Del">Delete Doc</a></td>#else<td class="kycDesign docfile"><i class="far fa-arrow-alt-circle-up" style="background:pink"></i><input type="hidden"><input type="file" id="kyc" placeholder="KYC (SM)" disabled name="kyc1"></td>#end#if($pob.getCode() && $pob.getCode() != "")<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()"></td>#else<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="Code(SM)" disabled name="code1"></td>#end## Hidden: Recee Planed#if($pob.getReceeActual())<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><inputtype="date" id="rplaned" placeholder="Recee Planed" disabled name="rplaned1"value="$pob.getReceePlaned().format($datehiphenFormatter)" ></td>#else<td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:red"></i><inputtype="date" id="rplaned" placeholder="Recee Planed" disabled name="rplaned1"value="$pob.getReceePlaned().format($datehiphenFormatter)"></td>#end#if($pob.getReceeActual())<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"value="$pob.getReceeActual().format($datehiphenFormatter)" ></td>#else<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"></td>#end## Hidden: Stock Payment#if($pob.getStockPayment()!= 0)<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><inputtype="text" placeholder="Stock payment" disabledvalue="$pob.getStockPayment()" name="stockPaymentDesign"></td>#else<td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><inputtype="text" placeholder="Stock payment" disabled name="stockPaymentDesign"></td>#end## Hidden: 2D BOQ Planned#if($pob.getTwoDBoqdate() && $pob.getTwodBOQ() != 0)<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><inputtype="date" id="TwoDBoqdate" placeholder="2D BOQ Planed" disabled name="twoDBoq1"value="$pob.getTwoDBoqPlanedDate().format($datehiphenFormatter)" ></td>#else<td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:red"></i><inputtype="date" id="TwoDBoqdate" placeholder="2D BOQ Planed" disabled name="twoDBoq1"value="$pob.getTwoDBoqPlanedDate().format($datehiphenFormatter)"></td>#end#if($pob.getTwoDBoqdate())<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"value="$pob.getTwoDBoqdate().format($datehiphenFormatter)" ></td>#else<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"></td>#end#if($pob.getTwodBOQ() && $pob.getTwodBOQ() != 0)<td class="twoDBoq docfile"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="hidden" class="twoDBoqHidden" value="$pob.getTwodBOQ()"><input type="file" class="twoDBoqDoc" placeholder="2D with BOQ" disabled value="$pob.getTwodBOQ()"><a href="${rc.contextPath}/download-attachment?documentId=$pob.getTwodBOQ()" class="download">Download Doc</a><a href="#" style="padding: 49px;" class="Del">Delete Doc</a>#else<td class="twoDBoq docfile"><i class="far fa-arrow-alt-circle-up" style="background:pink"></i><input type="hidden"><input type="file" placeholder="2D with BOQ" disabled name="3d1"></td>#end## Hidden: 3D BOQ Planned#if($pob.getThreeDBoq() && $pob.getThreeDBoq() !=0 )<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><inputtype="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBoqDate1"value="$pob.getThreeDBoqPlanedDate().format($datehiphenFormatter)" ></td>#else<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:red"></i><inputtype="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBoqDate1"value="$pob.getThreeDBoqPlanedDate().format($datehiphenFormatter)"></td>#end## Hidden: 3D BOQ Actual#if($pob.getThreeDBoqdate() )<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><inputtype="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBOQDate1"value="$pob.getThreeDBoqdate().format($datehiphenFormatter)" ></td>#else<td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><inputtype="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBOQDate1"></td>#end## Hidden: 3D BOQ Document#if($pob.getThreeDBoq() && $pob.getThreeDBoq() !=0 )<td class="threeDBoq docfile hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="hidden" class="threeDBoqHidden" value="$pob.getThreeDBoq()"><input type="file" class="threeDBoqDoc" placeholder="3D with BOQ" disabled value="$pob.getThreeDBoq()"><a href="${rc.contextPath}/download-attachment?documentId=$pob.getThreeDBoq()" class="download">Download Doc</a><a href="#" style="padding: 49px;" class="Del">Delete Doc</a>#else<td class="threeDBoq docfile hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="hidden"><input type="file" placeholder="3D with BOQ" disabled name="3d1"></td>#end## Hidden: PO Vendor Planned#if($pob.getPoVendor() && $pob.getPoVendor() !=0)<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><inputtype="date" id="poVenderDate" placeholder="PO Vender Date" disabled name="poVenderDate1"value="$pob.getPoVenderPlanedDate().format($datehiphenFormatter)" ></td>#else<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:red"></i><inputtype="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate1"value="$pob.getPoVenderPlanedDate().format($datehiphenFormatter)"></td>#end## Hidden: PO Vendor Actual#if($pob.getPoVenderDate())<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><inputtype="date" id="poVenderDate" placeholder="PO Vender Date" disabled name="poVenderDate2"value="$pob.getPoVenderDate().format($datehiphenFormatter)" ></td>#else<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:red"></i><inputtype="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate2"></td>#end## Hidden: Briefing Partner Planned#if($pob.getBriefingPartner())<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><inputtype="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed" disabledname="briefingPartnerPlanedDate1"value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)" ></td>#else<td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:red"></i><inputtype="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed" disabledname="briefingPartnerPlanedDate1"value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)"></td>#end## Hidden: Briefing Partner Actual#if($pob.getBriefingPartner())<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><inputtype="date" id="briefingPartner" placeholder="Briefing Partner" disabledname="briefPartner1"value="$pob.getBriefingPartner().format($datehiphenFormatter)" ></td>#else<td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><inputtype="date" id="briefingPartner" placeholder="Briefing Partner" disabledname="briefPartner1"></td>#end## Hidden: Deployment Planned#if($pob.getDeploymentDate())<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><inputtype="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabledname="deploymentPlanedDate"value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)" ></td>#else<td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:red"></i><inputtype="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabledname="deploymentPlanedDate"value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)"></td>#end## Deployment Actual — triggers BRANDING timeline#if($pob.getDeploymentDate())<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"value="$pob.getDeploymentDate().format($datehiphenFormatter)" ></td>#else<td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date"id="deploymentActualDate"placeholder="Deployment Actual Date"disabledname="deploymentPlanedDate1"></td>#end## Hidden: Final Pics Planned#if($pob.getFinalPicsOutlet() && $pob.getFinalPicsOutlet() != 0)<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><inputtype="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabledname="FinalPicsOutLets"value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)" ></td>#else<td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:red"></i><inputtype="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabledname="FinalPicsOutLets"value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)"></td>#end#if($pob.getFinalPicsOutletDate())<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"value="$pob.getFinalPicsOutletDate().format($datehiphenFormatter)" ></td>#else<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" ></td>#end#if($pob.getFinalPicsOutlet() && $pob.getFinalPicsOutlet() != 0)<td class="finalPics docfile"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="hidden" class="finalPicsHidden" value="$pob.getFinalPicsOutlet()"><input type="file" class="finalPicsDoc" placeholder="Final Pics" disabled value="$pob.getFinalPicsOutlet()"><a href="${rc.contextPath}/download-attachment?documentId=$pob.getFinalPicsOutlet()" class="download">Download Doc</a><a href="#" style="padding: 49px;" class="Del">Delete Doc</a>#else<td class="finalPics docfile"><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="hidden"><input type="file" placeholder="finalPics Vendor" disabled name="finalPics1"></td>#end## Hidden: NOC Actual#if($pob.getNocDate())<td class="hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><inputtype="date" id="nocDate" placeholder="NOC" disabled name="noc1"value="$pob.getNocDate().format($datehiphenFormatter)" ></td>#else<td class="hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><inputtype="date" id="noc" placeholder="NOC" disabled name="noc1"></td>#end## Hidden: NOC Document#if($pob.getNoc() && $pob.getNoc() != 0)<td class="noc docfile hidden-col"><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="hidden" class="nocDocHiddend" value="$pob.getNoc()"><input type="file" class="nocDoc" placeholder="NOC Docs" disabled value="$pob.getNoc()"><a href="${rc.contextPath}/download-attachment?documentId=$pob.getNoc()" class="download">Download Doc</a><a href="#" style="padding: 49px;" class="Del">Delete Doc</a>#else<td class="noc docfile hidden-col"><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="hidden"><input type="file" placeholder="Noc File" disabled name="noc1"></td>#end<td><button type="submit" form="form1" value="Submit" style="background:#008CBA; color:black;"class="submit-design">Submit</button></td><td><button type="submit" form="formComplete" data-id="$pob.getId()" style="background:lime; color:black;"class="design-complete">Done</button></td>