Rev 36645 | Rev 36835 | Go to most recent revision | 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></ol></div></div><br><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>