Rev 23419 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<div class="row"><div class="col-lg-12"><table class="table table-striped table-advance table-hover"><tbody><tr><th>Item Id</th><th>Description</th><th>Advance Amount</th><th>Tentative Amount</th><th>Quantity</th><th>Customer Name</th><th>Customer Mobile Number</th><th>Customer Email Id</th><th>Created On</th></tr>#if(!$prebookingOrders.isEmpty())#foreach( $prebookingOrder in $prebookingOrders )#set($prebookingListing = $catalogIdPrebookingListingMap.get($prebookingOrder.getCatalogId()))<tr class="prebooking-order-details" data="$prebookingOrder.getId()"><td>$prebookingOrder.getCatalogId()</td><td>$catalogIdDescriptionMap.get($prebookingOrder.getCatalogId())</td><td>$prebookingListing.getAdvanceAmount()</td><td>$prebookingListing.getTentativeAmount()</td><td>$prebookingOrder.getQuantity()</td><td>$prebookingOrder.getCustomerName()</td><td>$prebookingOrder.getCustomerMobileNumber()</td><td>$prebookingOrder.getCustomerEmailId()</td><td>$prebookingOrder.getFormattedCreateTimestamp()</td></tr>#end#else<tr><td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td></tr>#end</tbody></table></div></div>