| 36645 |
vikas |
1 |
<section class="wrapper">
|
|
|
2 |
<div class="row">
|
|
|
3 |
<div class="col-lg-12">
|
|
|
4 |
<h3 class="page-header"><i class="icon_document_alt"></i> Beat Report by Date(Based on Visit)</h3>
|
|
|
5 |
<ol class="breadcrumb">
|
|
|
6 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
|
|
|
7 |
<li><i class="icon_document_alt"></i>Beat Report</li>
|
| 36835 |
ranu |
8 |
<li>Beat Status</li>
|
| 36645 |
vikas |
9 |
</ol>
|
|
|
10 |
</div>
|
|
|
11 |
</div>
|
| 36835 |
ranu |
12 |
|
|
|
13 |
<ul class="nav nav-tabs" style="margin-bottom:15px;">
|
| 36836 |
ranu |
14 |
<li class="active"><a href="javascript:void(0);" class="beat-report"><i class="fa fa-list"></i> Beat Status</a>
|
|
|
15 |
</li>
|
|
|
16 |
<li><a href="javascript:void(0);" class="beat-report-approval"><i class="fa fa-map-marker"></i> Location
|
|
|
17 |
Approval</a></li>
|
| 36835 |
ranu |
18 |
</ul>
|
|
|
19 |
|
| 36806 |
ranu |
20 |
<div class="row col-lg-12">
|
|
|
21 |
<div class="col-lg-2">
|
|
|
22 |
<label>Category</label>
|
|
|
23 |
<select id="beat-report-category" class="form-control">
|
|
|
24 |
<option value="$categoryId">Sales</option>
|
|
|
25 |
</select>
|
|
|
26 |
</div>
|
|
|
27 |
<div class="col-lg-2">
|
|
|
28 |
<label>Level</label>
|
|
|
29 |
<select id="beat-report-level" class="form-control">
|
|
|
30 |
<option value="">All Levels</option>
|
|
|
31 |
#foreach($lvl in $escalationTypes)
|
|
|
32 |
<option value="$lvl">$lvl</option>
|
|
|
33 |
#end
|
|
|
34 |
</select>
|
|
|
35 |
</div>
|
| 36645 |
vikas |
36 |
<div class="col-lg-3">
|
|
|
37 |
<label>Select Date</label>
|
|
|
38 |
<div class="input-group">
|
|
|
39 |
<input type="date" id="beat-report-date" class="form-control" value="$reportDate">
|
|
|
40 |
<span class="input-group-btn">
|
|
|
41 |
<button type="button" class="btn btn-info beat-report-fetch" style="margin-left:10px;">
|
|
|
42 |
<i class="fa fa-file-text-o"></i> View Report
|
|
|
43 |
</button>
|
|
|
44 |
</span>
|
|
|
45 |
</div>
|
|
|
46 |
</div>
|
| 36806 |
ranu |
47 |
<div class="col-lg-12" style="margin-top:8px;">
|
|
|
48 |
<small style="color:#666;">
|
|
|
49 |
<span style="display:inline-block;width:10px;height:10px;background:#27ae60;border-radius:2px;margin-right:4px;vertical-align:middle;"></span>
|
|
|
50 |
On track
|
|
|
51 |
<span style="display:inline-block;width:10px;height:10px;background:#f1c40f;border-radius:2px;margin-right:4px;vertical-align:middle;"></span>
|
|
|
52 |
Agenda not filled
|
|
|
53 |
<span style="display:inline-block;width:10px;height:10px;background:#e74c3c;border-radius:2px;margin-right:4px;vertical-align:middle;"></span>
|
|
|
54 |
No beat assigned
|
|
|
55 |
</small>
|
|
|
56 |
</div>
|
| 36645 |
vikas |
57 |
</div>
|
|
|
58 |
<br><br><br>
|
|
|
59 |
<div class="beat-report-container"></div>
|
|
|
60 |
</section>
|