Rev 36835 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<section class="wrapper"><div class="row"><div class="col-lg-12"><h3 class="page-header"><i class="icon_document_alt"></i> Beat Report by Date(Based on Visit)</h3><ol class="breadcrumb"><li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li><li><i class="icon_document_alt"></i>Beat Report</li><li>Beat Status</li></ol></div></div><ul class="nav nav-tabs" style="margin-bottom:15px;"><li class="active"><a href="javascript:void(0);" class="beat-report"><i class="fa fa-list"></i> Beat Status</a></li><li><a href="javascript:void(0);" class="beat-report-approval"><i class="fa fa-map-marker"></i> LocationApproval</a></li></ul><div class="row col-lg-12"><div class="col-lg-2"><label>Category</label><select id="beat-report-category" class="form-control"><option value="$categoryId">Sales</option></select></div><div class="col-lg-2"><label>Level</label><select id="beat-report-level" class="form-control"><option value="">All Levels</option>#foreach($lvl in $escalationTypes)<option value="$lvl">$lvl</option>#end</select></div><div class="col-lg-3"><label>Select Date</label><div class="input-group"><input type="date" id="beat-report-date" class="form-control" value="$reportDate"><span class="input-group-btn"><button type="button" class="btn btn-info beat-report-fetch" style="margin-left:10px;"><i class="fa fa-file-text-o"></i> View Report</button></span></div></div><div class="col-lg-12" style="margin-top:8px;"><small style="color:#666;"><span style="display:inline-block;width:10px;height:10px;background:#27ae60;border-radius:2px;margin-right:4px;vertical-align:middle;"></span>On track <span style="display:inline-block;width:10px;height:10px;background:#f1c40f;border-radius:2px;margin-right:4px;vertical-align:middle;"></span>Agenda not filled <span style="display:inline-block;width:10px;height:10px;background:#e74c3c;border-radius:2px;margin-right:4px;vertical-align:middle;"></span>No beat assigned</small></div></div><br><br><br><div class="beat-report-container"></div></section>