Rev 22245 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<h3 style="padding-left:3%;padding-top:2%;font-weight:bold;">Purchase Reference : $purchaseReference</h3>#foreach ($grnDetail in $grnDetails.keySet())<div class="row" style="padding-left:3%;"><div class="col-lg-6">#set($val = $grnDetails.get($grnDetail))<div class="image col-lg-3" style="float:left;"><img src="$val.get("iconUrl")"></img></div><div class="grn-product-info col-lg3"><span>Product Name : $val.get("brand") $val.get("modelName") $val.get("modelNumber") $val.get("color")</span><p></p><span>Quantity : $val.get("quantity")</span><p></p>#if($val.get("serialized"))<span>Item Type : Serialized</span>#else<span>Item Type : Non Serialized</span>#end<p></p>#if($val.get("completed"))<div class="btn-group" style="width:40%"><button class="btn" style="width:100%;background-color:#6DC767;color:white;border-color:none;cursor:not-allowed;">Completed</button></div>#else<div class="btn-group" style="width:40%"><button class="btn pending-grn" data="$val.get('purchaseReference')" style="width:100%;background-color:#007aff;color:white;">Pending</button></div>#end</div></div></div><hr />#end