| 36877 |
vikas |
1 |
<!DOCTYPE html>
|
|
|
2 |
<html lang="en">
|
|
|
3 |
<head>
|
|
|
4 |
<meta charset="utf-8">
|
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
6 |
<title>Beat Journey</title>
|
|
|
7 |
<style>
|
|
|
8 |
:root{
|
|
|
9 |
--bg:#eef1f7; --card:#ffffff; --ink:#1d2433; --muted:#69748c; --soft:#97a1b5;
|
|
|
10 |
--line:#e6e9f1; --line2:#eef1f6;
|
|
|
11 |
--brand:#3b5bdb; --brand2:#5c7cfa; --teal:#0ca678; --cyan:#1098ad;
|
|
|
12 |
--amber:#f59f00; --orange:#e8590c; --red:#e03131; --violet:#7048e8; --pink:#d6336c;
|
|
|
13 |
--good:#2f9e44; --warn:#f08c00; --bad:#e03131;
|
|
|
14 |
}
|
|
|
15 |
*{box-sizing:border-box}
|
|
|
16 |
html,body{margin:0;background:var(--bg);color:var(--ink);
|
|
|
17 |
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-size:14px}
|
|
|
18 |
.wrap{max-width:1320px;margin:0 auto;padding:20px 24px 90px}
|
|
|
19 |
a{color:var(--brand)}
|
|
|
20 |
header.top{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:16px}
|
|
|
21 |
.brand .crumb{font-size:12px;color:var(--soft);font-weight:600}
|
|
|
22 |
.brand h1{margin:3px 0 0;font-size:23px;font-weight:740;letter-spacing:-.01em}
|
|
|
23 |
.brand h1 .live{font-size:11px;font-weight:700;color:var(--teal);background:#e6fcf5;border:1px solid #c3fae8;border-radius:999px;padding:3px 9px;vertical-align:middle;margin-left:10px}
|
|
|
24 |
.brand h1 .live i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--teal);margin-right:5px;animation:pulse 1.6s infinite}
|
|
|
25 |
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.25}}
|
|
|
26 |
.hd-right{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
|
|
|
27 |
.ctl{background:var(--card);border:1px solid var(--line);border-radius:9px;padding:8px 12px;font-size:13px;color:var(--ink);font-weight:600}
|
|
|
28 |
.ctl .lbl{color:var(--soft);font-weight:500;margin-right:5px}
|
|
|
29 |
select.ctl,input.ctl{appearance:none;cursor:pointer;height:36px}
|
|
|
30 |
input.ctl{cursor:auto}
|
|
|
31 |
.btn-r{background:var(--brand);border:0;color:#fff;font-weight:650;padding:9px 15px;border-radius:9px;cursor:pointer;font-size:13px;height:36px}
|
|
|
32 |
.lenses{display:flex;gap:4px;border-bottom:1px solid var(--line);margin-bottom:20px}
|
|
|
33 |
.lens{padding:11px 4px;margin-right:22px;font-size:14px;font-weight:650;color:var(--muted);cursor:pointer;border:0;background:transparent;border-bottom:2.5px solid transparent;margin-bottom:-1px}
|
|
|
34 |
.lens.active{color:var(--brand);border-bottom-color:var(--brand)}
|
|
|
35 |
.lens .b{display:inline-block;background:#eef1fb;color:var(--brand);font-size:11px;font-weight:700;border-radius:999px;padding:1px 7px;margin-left:6px}
|
| 36917 |
vikas |
36 |
.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}
|
| 36929 |
vikas |
37 |
.kpi{background:var(--card);border:1px solid var(--line);border-radius:13px;padding:14px 15px;box-shadow:0 1px 2px rgba(20,30,60,.04);display:flex;flex-direction:column}
|
| 36905 |
vikas |
38 |
.kpi.clickable{cursor:pointer;transition:border-color .12s,box-shadow .12s,transform .12s}
|
|
|
39 |
.kpi.clickable:hover{border-color:#c7d0e8;box-shadow:0 3px 10px rgba(20,30,60,.09);transform:translateY(-1px)}
|
| 36877 |
vikas |
40 |
.kpi .top{display:flex;align-items:center;gap:8px}
|
|
|
41 |
.kpi .ic{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;flex:none}
|
|
|
42 |
.kpi .label{font-size:11.5px;color:var(--muted);font-weight:600;line-height:1.2}
|
| 36929 |
vikas |
43 |
.kpi .val{font-size:26px;font-weight:760;margin-top:auto;padding-top:9px;letter-spacing:-.02em;line-height:1}
|
| 36877 |
vikas |
44 |
.kpi .val small{font-size:13px;color:var(--soft);font-weight:600}
|
|
|
45 |
.kpi .foot{font-size:11.5px;color:var(--soft);margin-top:7px}
|
| 36929 |
vikas |
46 |
.kpi .brow{display:flex;align-items:flex-start;text-align:center}
|
|
|
47 |
.kpi .brow.blabs{margin-top:11px}
|
|
|
48 |
.kpi .brow.bvals{margin-top:auto;padding-top:4px}
|
|
|
49 |
.kpi .blab{flex:1;font-size:11px;color:var(--soft);font-weight:600;line-height:1.25}
|
|
|
50 |
.kpi .bval{flex:1;font-size:24px;font-weight:760;letter-spacing:-.02em;line-height:1}
|
|
|
51 |
.kpi .bval small{font-size:12px;color:var(--soft);font-weight:600}
|
|
|
52 |
.kpi .bsep{color:var(--line);font-weight:600;align-self:center}
|
| 36877 |
vikas |
53 |
.grid{display:grid;gap:16px}
|
|
|
54 |
.g2{grid-template-columns:1fr 1fr}
|
|
|
55 |
.g3{grid-template-columns:1.55fr 1fr}
|
|
|
56 |
.card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:17px 19px;margin-bottom:16px;box-shadow:0 1px 2px rgba(20,30,60,.04)}
|
|
|
57 |
.card h2{margin:0 0 3px;font-size:15px;font-weight:720;letter-spacing:-.01em}
|
|
|
58 |
.card .desc{color:var(--muted);font-size:12.5px;margin:0 0 14px}
|
|
|
59 |
.sectionlabel{font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--soft);font-weight:700;margin:24px 2px 12px}
|
|
|
60 |
.funnel{display:flex;gap:9px;align-items:stretch}
|
|
|
61 |
.fstep{flex:1;border:1px solid var(--line);border-radius:11px;padding:13px 12px;position:relative;text-align:center;background:#fbfcfe}
|
| 36905 |
vikas |
62 |
.fstep.clickable{cursor:pointer;transition:border-color .12s,box-shadow .12s,transform .12s}
|
|
|
63 |
.fstep.clickable:hover{border-color:#c7d0e8;box-shadow:0 3px 10px rgba(20,30,60,.09);transform:translateY(-1px)}
|
| 36916 |
vikas |
64 |
.fstep.active{border-color:var(--brand);background:#eef1fb;box-shadow:0 0 0 1px var(--brand) inset}
|
|
|
65 |
.boardfilter{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);margin:0 0 10px;padding:7px 11px;background:#eef1fb;border:1px solid #d7deef;border-radius:8px}
|
|
|
66 |
.boardfilter b{color:#28304a}
|
|
|
67 |
.boardfilter .clearf{margin-left:auto;border:1px solid #c7d0e8;background:#fff;color:#3b5bdb;border-radius:7px;padding:3px 10px;font-size:12px;font-weight:600;cursor:pointer}
|
|
|
68 |
.boardfilter .clearf:hover{background:#f1f4ff}
|
| 36877 |
vikas |
69 |
.fstep .fn{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-weight:600}
|
|
|
70 |
.fstep .fv{font-size:26px;font-weight:770;margin-top:6px}
|
|
|
71 |
.fstep .fbar{height:5px;border-radius:3px;margin-top:10px;background:linear-gradient(90deg,var(--brand),var(--brand2))}
|
|
|
72 |
.fstep .drop{font-size:11px;color:var(--red);margin-top:7px;font-weight:600}
|
|
|
73 |
.fstep .keep{font-size:11px;color:var(--good);margin-top:7px;font-weight:600}
|
|
|
74 |
.fstep .arrow{position:absolute;right:-12px;top:50%;transform:translateY(-50%);z-index:2;color:#c5cce0;font-size:15px}
|
| 36929 |
vikas |
75 |
.fstep .ssplit{display:flex;align-items:flex-start;margin-top:11px}
|
|
|
76 |
.fstep .scol{flex:1}
|
|
|
77 |
.fstep .scol .sl{font-size:11px;color:var(--soft);font-weight:600;line-height:1.25}
|
|
|
78 |
.fstep .scol .sv{font-size:23px;font-weight:760;letter-spacing:-.02em;line-height:1;margin-top:7px;color:#1b2436}
|
|
|
79 |
.fstep .scol .sv .u{font-size:11px;color:var(--soft);font-weight:600;margin-left:2px}
|
|
|
80 |
.fstep .scol .sv.good{color:#2f9e44}
|
|
|
81 |
.fstep .scol .sv.bad{color:#e8590c}
|
| 36877 |
vikas |
82 |
.leak{display:flex;gap:10px;margin-top:12px}
|
|
|
83 |
.leakbox{flex:1;border:1px solid var(--line2);border-radius:10px;padding:10px 12px;background:#f8f9fc}
|
|
|
84 |
.leakbox .lt{font-size:10.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--soft);font-weight:600}
|
|
|
85 |
.leakbox .lv{font-size:20px;font-weight:760;margin-top:4px}
|
|
|
86 |
table{width:100%;border-collapse:collapse;font-size:13px}
|
|
|
87 |
th,td{text-align:left;padding:9px 9px;border-bottom:1px solid var(--line2)}
|
|
|
88 |
th{font-size:10.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--soft);font-weight:700;white-space:nowrap;cursor:pointer}
|
|
|
89 |
th.num,td.num{text-align:right}
|
|
|
90 |
tbody tr:hover{background:#f7f9fd}
|
|
|
91 |
tr.clickable{cursor:pointer}
|
|
|
92 |
.lvl{display:inline-block;font-size:10.5px;font-weight:700;padding:2px 6px;border-radius:5px;background:#eef1fb;color:var(--brand)}
|
|
|
93 |
.pill-state{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:12.5px;padding:3px 9px;border-radius:999px}
|
|
|
94 |
.ps-store{background:#e7f5ff;color:#1971c2}
|
|
|
95 |
.ps-travel{background:#e6fcf5;color:#0ca678}
|
|
|
96 |
.ps-done{background:#ebfbee;color:#2f9e44}
|
|
|
97 |
.ps-idle{background:#fff4e6;color:#e8590c}
|
|
|
98 |
.ps-no{background:#fff0f0;color:#e03131}
|
|
|
99 |
.meter{display:inline-block;width:54px;height:7px;border-radius:4px;background:#eef1f6;vertical-align:middle;margin-left:7px;overflow:hidden}
|
|
|
100 |
.meter > i{display:block;height:100%;border-radius:4px}
|
|
|
101 |
.warnflag{color:var(--orange);font-weight:700}
|
|
|
102 |
.badflag{color:var(--red);font-weight:700}
|
|
|
103 |
.rowwarn{background:#fff9f0}
|
|
|
104 |
.rowbad{background:#fff5f5}
|
| 36897 |
vikas |
105 |
.bstat{display:inline-block;font-size:10.5px;font-weight:700;padding:3px 9px;border-radius:999px;white-space:nowrap}
|
|
|
106 |
.bstat.ok{background:#ebfbee;color:#2f9e44}
|
|
|
107 |
.bstat.warn{background:#fff4e6;color:#e8590c}
|
|
|
108 |
.bstat.no{background:#fff0f0;color:#e03131}
|
|
|
109 |
.bdot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:6px;vertical-align:middle}
|
|
|
110 |
.ptime{display:inline-block;background:#ebfbee;color:#2f9e44;font-weight:700;font-size:11px;padding:2px 7px;border-radius:6px;font-variant-numeric:tabular-nums}
|
| 36913 |
vikas |
111 |
.potime{display:inline-block;background:#ebfbee;color: #D60303A8;font-weight:700;font-size:11px;padding:2px 7px;border-radius:6px;font-variant-numeric:tabular-nums}
|
| 36897 |
vikas |
112 |
td.cnt{font-weight:700;font-variant-numeric:tabular-nums}
|
|
|
113 |
.cgreen{color:#2f9e44}.camber{color:#f08c00}.cred{color:#e03131}.cmuted{color:#69748c}
|
| 36917 |
vikas |
114 |
tr.boardtot td{background:#f4f6fb;border-bottom:2px solid #cdd3df;font-weight:700}
|
| 36897 |
vikas |
115 |
.actbtn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:7px;border:0;cursor:pointer;color:#fff;font-size:12px;margin-left:3px}
|
|
|
116 |
.actbtn.map{background:#12b886}.actbtn.view{background:#3b5bdb}
|
|
|
117 |
.actbtn.edit{background:#f08c00}.actbtn.add{background:#2f9e44;font-size:15px}
|
|
|
118 |
.actbtn:active{transform:translateY(1px)}
|
| 36877 |
vikas |
119 |
.att{display:flex;align-items:center;gap:12px;padding:11px 12px;border:1px solid var(--line);border-radius:11px;margin-bottom:9px}
|
|
|
120 |
.att .ic{width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:14px;flex:none}
|
|
|
121 |
.att .ab{flex:1}
|
|
|
122 |
.att .atitle{font-size:13px;font-weight:650}
|
|
|
123 |
.att .adet{font-size:12px;color:var(--muted);margin-top:2px}
|
|
|
124 |
.att .acount{font-size:18px;font-weight:780}
|
| 36882 |
vikas |
125 |
.att.clickable{cursor:pointer;transition:border-color .12s,box-shadow .12s}
|
|
|
126 |
.att.clickable:hover{border-color:#c7d0e8;box-shadow:0 2px 8px rgba(20,30,60,.08)}
|
|
|
127 |
.att .chev{color:#c2cadb;font-size:13px;margin-left:8px}
|
| 36941 |
vikas |
128 |
.attrow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
|
|
|
129 |
.attrow .att{margin-bottom:0}
|
|
|
130 |
@media (max-width:1000px){.attrow{grid-template-columns:repeat(2,1fr)}}
|
| 36877 |
vikas |
131 |
.barrow{display:grid;grid-template-columns:60px 1fr 90px;align-items:center;gap:11px;margin:8px 0}
|
|
|
132 |
.barrow .name{font-size:13px;font-weight:600}
|
|
|
133 |
.track{background:#f1f3f9;border-radius:7px;height:20px;position:relative;overflow:hidden}
|
|
|
134 |
.fill{height:100%;border-radius:7px;display:flex;align-items:center;justify-content:flex-end;padding-right:6px;font-size:10.5px;color:#fff;font-weight:650;min-width:2px}
|
|
|
135 |
.barrow .meta{font-size:11.5px;color:var(--muted);text-align:right}
|
|
|
136 |
.donutwrap{display:flex;align-items:center;gap:20px}
|
|
|
137 |
.donut{width:138px;height:138px;border-radius:50%;flex:none;position:relative;
|
|
|
138 |
-webkit-mask:radial-gradient(circle 42px at center,transparent 98%,#000 100%);mask:radial-gradient(circle 42px at center,transparent 98%,#000 100%)}
|
|
|
139 |
.donut .center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-mask:none;mask:none}
|
|
|
140 |
.legend{display:flex;flex-direction:column;gap:9px;font-size:12.5px}
|
|
|
141 |
.legend .it{display:flex;align-items:flex-start;gap:9px}
|
| 36913 |
vikas |
142 |
.legend .it.clickable{cursor:pointer;border-radius:8px;padding:4px 6px;margin:-4px -6px;transition:background .12s}
|
|
|
143 |
.legend .it.clickable:hover{background:#f1f3f9}
|
|
|
144 |
.barrow.clickable{cursor:pointer}
|
|
|
145 |
.barrow.clickable:hover .track{outline:2px solid #c7d0e8;outline-offset:1px;border-radius:7px}
|
|
|
146 |
.donut.clickable{cursor:pointer}
|
| 36877 |
vikas |
147 |
.dot{width:11px;height:11px;border-radius:3px;flex:none;margin-top:3px}
|
|
|
148 |
.tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}
|
|
|
149 |
.tile{background:#f8f9fc;border:1px solid var(--line2);border-radius:11px;padding:12px}
|
|
|
150 |
.tile .t{font-size:10.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--soft);font-weight:600}
|
|
|
151 |
.tile .v{font-size:21px;font-weight:760;margin-top:5px}
|
|
|
152 |
.tile .v small{font-size:12px;color:var(--soft);font-weight:600}
|
|
|
153 |
.util{display:flex;height:30px;border-radius:8px;overflow:hidden}
|
|
|
154 |
.util div{display:flex;align-items:center;justify-content:center;font-size:11.5px;font-weight:650;color:#fff}
|
|
|
155 |
.utlegend{display:flex;gap:18px;margin-top:12px;font-size:12px;color:var(--muted);flex-wrap:wrap}
|
|
|
156 |
.utlegend span{display:inline-flex;align-items:center;gap:7px}
|
|
|
157 |
.callout{background:linear-gradient(180deg,#fbfcff,#f4f7ff);border:1px solid #dfe6fb;border-radius:14px;padding:18px 20px;margin-top:6px}
|
|
|
158 |
.callout h2{margin:0 0 3px;font-size:16px}
|
|
|
159 |
.callout .desc{color:var(--muted);font-size:12.5px;margin-bottom:14px}
|
|
|
160 |
.fix{display:flex;gap:13px;padding:13px 0;border-bottom:1px solid #e6ebf8}
|
|
|
161 |
.fix:last-child{border-bottom:0}
|
|
|
162 |
.fix .sev{width:6px;border-radius:4px;flex:none}
|
|
|
163 |
.fix .fb{flex:1}
|
|
|
164 |
.fix .ft{font-size:14px;font-weight:700}
|
|
|
165 |
.fix .fd{font-size:13px;color:#3a4459;margin-top:4px;line-height:1.5}
|
|
|
166 |
.fix .fd b{color:var(--ink)}
|
|
|
167 |
.fix .act{font-size:12.5px;color:var(--good);margin-top:6px;font-weight:650}
|
|
|
168 |
.hide{display:none}
|
|
|
169 |
.loading{padding:70px;text-align:center;color:var(--muted)}
|
|
|
170 |
.spinner{width:30px;height:30px;border:3px solid #e3e8f5;border-top-color:var(--brand);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 12px}
|
|
|
171 |
@keyframes spin{to{transform:rotate(360deg)}}
|
|
|
172 |
.modal-back{position:fixed;inset:0;background:rgba(15,22,40,.45);display:none;align-items:flex-start;justify-content:center;z-index:50;padding:40px 16px;overflow:auto}
|
| 36903 |
vikas |
173 |
/* image lightbox — stacks above the journey modal */
|
|
|
174 |
.img-back{position:fixed;inset:0;background:rgba(8,12,24,.82);display:none;align-items:center;justify-content:center;z-index:60;padding:30px}
|
|
|
175 |
.img-back.show{display:flex}
|
|
|
176 |
.img-back img{max-width:95%;max-height:92vh;border-radius:10px;box-shadow:0 16px 60px rgba(0,0,0,.5);background:#fff}
|
|
|
177 |
.img-x{position:absolute;top:18px;right:22px;width:40px;height:40px;border-radius:50%;border:0;background:rgba(255,255,255,.18);color:#fff;font-size:26px;line-height:1;cursor:pointer}
|
|
|
178 |
.img-x:hover{background:rgba(255,255,255,.3)}
|
| 36877 |
vikas |
179 |
.modal-back.show{display:flex}
|
| 36882 |
vikas |
180 |
.modal{background:#fff;border-radius:14px;max-width:780px;width:100%;padding:20px 22px;box-shadow:0 20px 60px rgba(10,20,50,.3);position:relative}
|
|
|
181 |
.modal h3{margin:0 0 2px;font-size:17px;text-align:center}
|
|
|
182 |
.modal > .desc{text-align:center}
|
|
|
183 |
.modal .x{position:absolute;top:14px;right:16px;cursor:pointer;color:var(--soft);font-size:22px;line-height:1;border:0;background:none}
|
|
|
184 |
/* journey totals bar */
|
|
|
185 |
.jstats{display:flex;gap:9px;margin:12px 0 2px;flex-wrap:wrap}
|
|
|
186 |
.js{flex:1;min-width:104px;background:#f8f9fc;border:1px solid var(--line2);border-radius:10px;padding:9px 10px;text-align:center}
|
|
|
187 |
.js .jv{font-size:15.5px;font-weight:760;color:var(--ink);font-variant-numeric:tabular-nums}
|
|
|
188 |
.js .jl{font-size:10px;color:var(--soft);text-transform:uppercase;letter-spacing:.04em;margin-top:3px;font-weight:600}
|
| 36877 |
vikas |
189 |
.btn-ok{background:var(--good);border:0;color:#fff;font-weight:650;padding:6px 12px;border-radius:7px;cursor:pointer;font-size:12px}
|
| 36882 |
vikas |
190 |
/* journey timeline (exec drilldown) */
|
|
|
191 |
.tl{position:relative;margin:14px 2px 4px;padding:4px 0}
|
|
|
192 |
.tl::before{content:"";position:absolute;left:50%;top:6px;bottom:6px;width:2px;background:#e9edf5;transform:translateX(-50%)}
|
|
|
193 |
.tlgap{position:relative;display:flex;justify-content:center;margin:-3px 0}
|
|
|
194 |
.tlgap .gappill{background:#fff;border:1px solid var(--line);border-radius:999px;padding:3px 11px;font-size:11px;font-weight:600;color:var(--muted);z-index:2;box-shadow:0 1px 2px rgba(20,30,60,.05);font-variant-numeric:tabular-nums}
|
| 36955 |
vikas |
195 |
.tlgap .gappill.overrun{border-color:var(--red);color:var(--red)}
|
| 36903 |
vikas |
196 |
.tlrow{position:relative;display:flex;justify-content:space-between;align-items:flex-start;margin:14px 0}
|
| 36882 |
vikas |
197 |
.tlrow .node{position:absolute;left:50%;top:8px;transform:translateX(-50%);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;z-index:2;box-shadow:0 0 0 4px #fff}
|
|
|
198 |
.tlcard{width:calc(50% - 26px);background:#fff;border:1px solid var(--line);border-radius:11px;box-shadow:0 2px 10px rgba(20,30,60,.07);display:flex;overflow:hidden}
|
|
|
199 |
.tlrow.left .tlcard{flex-direction:row-reverse;text-align:right}
|
|
|
200 |
.tlrow.right .tlcard{flex-direction:row;text-align:left}
|
| 36903 |
vikas |
201 |
/* remark on the opposite half, hugging the centre line */
|
|
|
202 |
.tlremark{width:calc(50% - 26px);display:flex;align-items:flex-start;padding-top:6px}
|
|
|
203 |
.tlrow.right .tlremark{justify-content:flex-end}
|
|
|
204 |
.tlrow.left .tlremark{justify-content:flex-start}
|
|
|
205 |
.tlremark .rk{max-width:100%;background:#fbfcfe;border:1px solid var(--line2);border-left:3px solid #c7d0e8;border-radius:8px;padding:7px 10px;font-size:11.5px;color:#4a5468;line-height:1.45;word-break:break-word}
|
|
|
206 |
.tlrow.right .tlremark .rk{text-align:right}
|
|
|
207 |
.tlrow.left .tlremark .rk{text-align:left}
|
|
|
208 |
.tlremark .rkl{font-size:9px;text-transform:uppercase;letter-spacing:.05em;color:var(--soft);font-weight:700;margin-bottom:3px}
|
| 36882 |
vikas |
209 |
.tlcard .tm{flex:none;width:62px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-weight:750;font-size:13px;padding:6px 4px;line-height:1.05}
|
|
|
210 |
.tlcard .tm small{font-weight:600;font-size:8.5px;opacity:.9;text-transform:uppercase;letter-spacing:.04em;margin-top:3px}
|
|
|
211 |
.tlcard .bd{padding:8px 11px;flex:1;min-width:0}
|
|
|
212 |
.tlcard .bd .ti{font-size:12.5px;font-weight:700;color:var(--ink);line-height:1.25;word-break:break-word}
|
|
|
213 |
.tlcard .bd .stt{display:inline-block;font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:1px 6px;border-radius:5px;margin-top:5px;color:#fff}
|
| 36941 |
vikas |
214 |
.tlcard .bd .stt.unplanned{background:#fff4e6;color:#e8590c;border:1px solid #ffd8a8;margin-left:5px}
|
| 36882 |
vikas |
215 |
.tlcard .bd .mt{font-size:11px;color:var(--muted);margin-top:6px}
|
|
|
216 |
.tlextra{display:flex;align-items:center;gap:7px;margin-top:8px;flex-wrap:wrap}
|
|
|
217 |
.tlrow.left .tlextra{justify-content:flex-end}
|
|
|
218 |
.tlrow.right .tlextra{justify-content:flex-start}
|
|
|
219 |
.tlthumb{width:46px;height:46px;border-radius:8px;object-fit:cover;border:1px solid var(--line);cursor:pointer;background:#f1f3f9}
|
|
|
220 |
.tlph{width:46px;height:46px;border-radius:8px;border:1px dashed #cfd6e6;background:#f4f6fb;display:flex;align-items:center;justify-content:center;color:#b3bcce;font-size:18px}
|
|
|
221 |
.tlchip{font-size:10.5px;font-weight:600;color:var(--muted);background:#f1f3f9;border-radius:6px;padding:2px 7px;white-space:nowrap}
|
| 36897 |
vikas |
222 |
.exectabs{display:flex;gap:6px;justify-content:center;margin:12px 0 4px}
|
|
|
223 |
.exectab{padding:6px 14px;border-radius:8px;font-size:12.5px;font-weight:650;color:var(--muted);cursor:pointer;border:1px solid var(--line);background:#fff}
|
|
|
224 |
.exectab.active{background:var(--brand);color:#fff;border-color:var(--brand)}
|
|
|
225 |
#bjMap{width:100%;height:460px;border-radius:12px;border:1px solid var(--line);margin-top:10px;background:#eef1f7;overflow:hidden}
|
| 36903 |
vikas |
226 |
.bjlegend{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-top:12px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#f8f9fc;font-size:12.5px;min-height:20px}
|
|
|
227 |
.bjlegend .lg{font-weight:700}
|
|
|
228 |
.bjlegend .sw{display:inline-block;width:24px;vertical-align:middle;margin-right:7px}
|
|
|
229 |
.bjlegend .ln{border-top:4px solid #e03131}
|
|
|
230 |
.bjlegend .dt{border-top:4px dotted #2f9e44}
|
| 36897 |
vikas |
231 |
.valwrap{display:flex;justify-content:center;margin:14px 0 6px}
|
|
|
232 |
.valimg{max-width:100%;max-height:440px;border-radius:12px;border:1px solid var(--line);cursor:zoom-in}
|
|
|
233 |
.valph{width:100%;padding:48px;text-align:center;color:var(--soft);border:1px dashed #cfd6e6;border-radius:12px;background:#f4f6fb;font-size:14px}
|
|
|
234 |
.valactions{display:flex;justify-content:center;gap:10px;margin-top:8px}
|
| 36877 |
vikas |
235 |
@media (max-width:1000px){.kpis{grid-template-columns:repeat(3,1fr)}.g2,.g3{grid-template-columns:1fr}.funnel{flex-wrap:wrap}.fstep{min-width:46%}.fstep .arrow{display:none}}
|
| 36903 |
vikas |
236 |
@media (max-width:560px){.tl::before{left:20px}.tlrow.left,.tlrow.right{justify-content:flex-end}.tlrow .node{left:20px}.tlcard{width:calc(100% - 44px)}.tlrow.left .tlcard{flex-direction:row;text-align:left}.tlremark{display:none}}
|
| 36877 |
vikas |
237 |
</style>
|
|
|
238 |
</head>
|
|
|
239 |
<body>
|
|
|
240 |
<div class="wrap">
|
|
|
241 |
<header class="top">
|
|
|
242 |
<div class="brand">
|
|
|
243 |
<div class="crumb"><a href="${rc.contextPath}/dashboard">← Dashboard</a> · Field Sales · Beat / Monthly PJP</div>
|
|
|
244 |
<h1>Beat Journey <span class="live"><i></i>Live</span></h1>
|
|
|
245 |
</div>
|
|
|
246 |
<div class="hd-right">
|
|
|
247 |
<select class="ctl" id="bj-level">
|
|
|
248 |
<option value="">All levels below me</option>
|
|
|
249 |
#foreach($lvl in $escalationTypes)
|
|
|
250 |
<option value="$lvl">$lvl</option>
|
|
|
251 |
#end
|
|
|
252 |
</select>
|
| 36897 |
vikas |
253 |
#if($topLevel)
|
|
|
254 |
<select class="ctl hide" id="bj-user">
|
|
|
255 |
<option value="">All users at level</option>
|
|
|
256 |
</select>
|
|
|
257 |
#end
|
| 36877 |
vikas |
258 |
<input class="ctl" type="date" id="bj-date" value="$today">
|
|
|
259 |
<span id="bj-period-range" class="hide">
|
|
|
260 |
<input class="ctl" type="date" id="bj-start" value="$monthStart">
|
|
|
261 |
<input class="ctl" type="date" id="bj-end" value="$today">
|
|
|
262 |
</span>
|
|
|
263 |
<button class="btn-r" id="bj-apply">Apply</button>
|
| 36903 |
vikas |
264 |
<button class="btn-r" id="bj-export" style="background:#2f9e44" title="Download an Excel report for the selected date / range">⬇ Export Excel</button>
|
| 36877 |
vikas |
265 |
</div>
|
|
|
266 |
</header>
|
|
|
267 |
|
|
|
268 |
<div class="lenses">
|
|
|
269 |
<button class="lens active" data-lens="today" id="lens-today">Today (Live)</button>
|
|
|
270 |
<button class="lens" data-lens="period" id="lens-period">Period (Analytics)</button>
|
|
|
271 |
</div>
|
|
|
272 |
|
|
|
273 |
<div id="bj-content"><div class="loading"><div class="spinner"></div>Loading…</div></div>
|
|
|
274 |
</div>
|
|
|
275 |
|
|
|
276 |
<div class="modal-back" id="bj-modal-back">
|
|
|
277 |
<div class="modal" id="bj-modal"></div>
|
|
|
278 |
</div>
|
|
|
279 |
|
| 36903 |
vikas |
280 |
<div class="img-back" id="bj-img-back">
|
|
|
281 |
<button class="img-x" id="bj-img-x" title="Close">×</button>
|
|
|
282 |
<img id="bj-img" alt="Attachment">
|
|
|
283 |
</div>
|
|
|
284 |
|
| 36877 |
vikas |
285 |
<script>
|
|
|
286 |
var CTX = '${rc.contextPath}';
|
|
|
287 |
var BASE = CTX + '/beat-journey';
|
|
|
288 |
var LENS = 'today';
|
| 36897 |
vikas |
289 |
var TODAY = '$today';
|
| 36962 |
vikas |
290 |
var CAN_EDIT_BEAT = $canEditBeat;
|
| 36877 |
vikas |
291 |
|
|
|
292 |
function el(id){ return document.getElementById(id); }
|
| 36897 |
vikas |
293 |
// The first lens reads "Today (Live)" for today's date, otherwise it shows the
|
|
|
294 |
// selected date (the tab is still the live/single-day view, just for that day).
|
|
|
295 |
function fmtDateLabel(d){
|
|
|
296 |
var p=(d||'').split('-'); if(p.length!==3) return d;
|
|
|
297 |
var mo=['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'];
|
|
|
298 |
return parseInt(p[2],10)+' '+(mo[parseInt(p[1],10)-1]||p[1])+' '+p[0];
|
|
|
299 |
}
|
|
|
300 |
function updateTodayLabel(){
|
|
|
301 |
var b=el('bj-date'), lbl=el('lens-today'); if(!lbl) return;
|
|
|
302 |
var d=b?b.value:'';
|
|
|
303 |
lbl.innerHTML = (!d || d===TODAY) ? 'Today (Live)' : esc(fmtDateLabel(d));
|
|
|
304 |
}
|
| 36877 |
vikas |
305 |
function esc(s){ return String(s==null?'':s).replace(/[&<>"]/g,function(c){return {'&':'&','<':'<','>':'>','"':'"'}[c];}); }
|
|
|
306 |
function num(n){ return (n==null?0:n).toLocaleString(); }
|
|
|
307 |
function adhColor(p){ if(p>=80)return '#2f9e44'; if(p>=60)return '#f08c00'; if(p>=40)return '#e8590c'; return '#e03131'; }
|
|
|
308 |
function pct(a,b){ return b? Math.round(100*a/b):0; }
|
|
|
309 |
function qs(){
|
|
|
310 |
var lvl = el('bj-level').value;
|
|
|
311 |
var s = '';
|
|
|
312 |
if(lvl) s += '&escalationType=' + encodeURIComponent(lvl);
|
| 36897 |
vikas |
313 |
var usr = el('bj-user'); // only present for L5/Final
|
|
|
314 |
if(usr && usr.value) s += '&teamOfAuthUserId=' + encodeURIComponent(usr.value);
|
| 36877 |
vikas |
315 |
return s;
|
|
|
316 |
}
|
| 36897 |
vikas |
317 |
// L5/Final: when a level is picked, list its users so a specific manager's team
|
|
|
318 |
// can be selected. Selecting a user scopes the whole view to that user's team.
|
|
|
319 |
function onLevelChange(){
|
|
|
320 |
var usr = el('bj-user');
|
|
|
321 |
if(!usr){ load(); return; } // not top-level: just reload on level change
|
|
|
322 |
var lvl = el('bj-level').value;
|
|
|
323 |
usr.innerHTML = '<option value="">All users at level</option>';
|
|
|
324 |
if(!lvl){ usr.classList.add('hide'); load(); return; }
|
|
|
325 |
fetch(BASE + '/users?escalationType=' + encodeURIComponent(lvl), {headers:{'Accept':'application/json'}})
|
|
|
326 |
.then(function(r){ return r.json(); })
|
|
|
327 |
.then(function(d){
|
|
|
328 |
var us = d.users || [];
|
|
|
329 |
var h = '<option value="">All ' + esc(lvl) + ' users</option>';
|
|
|
330 |
us.forEach(function(u){ h += '<option value="' + u.id + '">' + esc(u.name) + '</option>'; });
|
|
|
331 |
usr.innerHTML = h;
|
|
|
332 |
usr.classList.toggle('hide', us.length === 0);
|
|
|
333 |
load();
|
|
|
334 |
})
|
|
|
335 |
.catch(function(){ usr.classList.add('hide'); load(); });
|
|
|
336 |
}
|
| 36877 |
vikas |
337 |
function spinner(){ el('bj-content').innerHTML = '<div class="loading"><div class="spinner"></div>Loading…</div>'; }
|
|
|
338 |
function fail(e){ el('bj-content').innerHTML = '<div class="loading">Could not load data ('+esc(e&&e.message||e)+'). Are you signed in?</div>'; }
|
|
|
339 |
|
|
|
340 |
function setLens(name){
|
|
|
341 |
LENS = name;
|
|
|
342 |
var tabs = document.querySelectorAll('.lens');
|
|
|
343 |
for(var i=0;i<tabs.length;i++){ tabs[i].classList.toggle('active', tabs[i].getAttribute('data-lens')===name); }
|
|
|
344 |
el('bj-date').classList.toggle('hide', name!=='today');
|
|
|
345 |
el('bj-period-range').classList.toggle('hide', name==='today');
|
|
|
346 |
load();
|
|
|
347 |
}
|
|
|
348 |
function load(){
|
|
|
349 |
if(LENS==='today') return loadToday();
|
|
|
350 |
if(LENS==='period') return loadPeriod();
|
|
|
351 |
return loadApproval();
|
|
|
352 |
}
|
|
|
353 |
|
|
|
354 |
/* ============================ TODAY ============================ */
|
|
|
355 |
function loadToday(){
|
| 36897 |
vikas |
356 |
updateTodayLabel();
|
| 36877 |
vikas |
357 |
spinner();
|
|
|
358 |
fetch(BASE + '/today?date=' + encodeURIComponent(el('bj-date').value) + qs(), {headers:{'Accept':'application/json'}})
|
|
|
359 |
.then(function(r){ if(!r.ok) throw new Error('HTTP '+r.status); return r.json(); })
|
|
|
360 |
.then(renderToday).catch(fail);
|
|
|
361 |
}
|
| 36905 |
vikas |
362 |
function kpi(ic, bg, fg, label, val, foot, valColor, click){
|
|
|
363 |
return '<div class="kpi'+(click?' clickable':'')+'"'+(click?' onclick="'+click+'" title="Click for details"':'')+'><div class="top"><div class="ic" style="background:'+bg+';color:'+fg+'">'+ic+'</div>'+
|
| 36929 |
vikas |
364 |
'<div class="label">'+label+'</div></div>'+
|
|
|
365 |
'<div class="foot">'+foot+'</div>'+
|
|
|
366 |
'<div class="val"'+(valColor?' style="color:'+valColor+'"':'')+'>'+val+'</div></div>';
|
| 36877 |
vikas |
367 |
}
|
| 36929 |
vikas |
368 |
// Multi-column breakdown card: centered title, a row of sub-labels, the number under each.
|
|
|
369 |
// cols = [[label, value], ...]; unit (optional) is appended after each number, e.g. 'min'.
|
|
|
370 |
function kpiCols(ic, bg, fg, title, cols, fg2, click, unit){
|
|
|
371 |
var lab='', val='', u=unit?' <small>'+unit+'</small>':'';
|
|
|
372 |
for(var i=0;i<cols.length;i++){
|
|
|
373 |
var sep=i?'<span class="bsep">·</span>':'';
|
|
|
374 |
lab+=sep+'<div class="blab">'+cols[i][0]+'</div>';
|
|
|
375 |
val+=(i?'<span class="bsep"> </span>':'')+'<div class="bval"'+(fg2?' style="color:'+fg2+'"':'')+'>'+num(cols[i][1])+u+'</div>';
|
|
|
376 |
}
|
|
|
377 |
return '<div class="kpi kpicols'+(click?' clickable':'')+'"'+(click?' onclick="'+click+'" title="Click for details"':'')+'>'+
|
|
|
378 |
'<div class="top"><div class="ic" style="background:'+bg+';color:'+fg+'">'+ic+'</div><div class="label">'+title+'</div></div>'+
|
|
|
379 |
'<div class="brow blabs">'+lab+'</div>'+
|
|
|
380 |
'<div class="brow bvals">'+val+'</div></div>';
|
|
|
381 |
}
|
|
|
382 |
// Period journey summary as a row of cards (old funnel layout). Each card is a
|
| 36941 |
vikas |
383 |
// group (Total Visits / Avg Time Spent / Idle-Break / Deferred / Completed),
|
|
|
384 |
// planned and self-assigned merged into one value. col=[[label,value,colorClass],...].
|
| 36929 |
vikas |
385 |
function summaryCard(title, cols, last){
|
|
|
386 |
var body='';
|
|
|
387 |
for(var i=0;i<cols.length;i++){
|
|
|
388 |
body+='<div class="scol"><div class="sl">'+cols[i][0]+'</div>'+
|
|
|
389 |
'<div class="sv'+(cols[i][2]?' '+cols[i][2]:'')+'">'+cols[i][1]+'</div></div>';
|
|
|
390 |
}
|
|
|
391 |
return '<div class="fstep"><div class="fn">'+title+'</div><div class="ssplit">'+body+'</div>'+
|
|
|
392 |
(last?'':'<span class="arrow">➤</span>')+'</div>';
|
|
|
393 |
}
|
|
|
394 |
function summaryCards(s){
|
|
|
395 |
if(!s) return '';
|
|
|
396 |
var mn=function(v){return num(v)+'<span class="u">min</span>';};
|
| 36941 |
vikas |
397 |
// planned + self-assigned merged into single totals
|
|
|
398 |
var totalVisits=(s.plannedVisits||0)+(s.selfVisits||0);
|
|
|
399 |
var completed=(s.completedPlanned||0)+(s.completedSelf||0);
|
|
|
400 |
var deferred=(s.deferredPlanned||0)+(s.deferredSelf||0);
|
|
|
401 |
return summaryCard('Total Visits',[['Visits',num(totalVisits),'']])+
|
|
|
402 |
summaryCard('Average Time Spent',[['Per visit',mn(s.avgTimeAllMin),'']])+
|
| 36929 |
vikas |
403 |
summaryCard('Idle / Break',[['Total Average',mn(s.idleAvgMin),'']])+
|
| 36941 |
vikas |
404 |
summaryCard('Completed Visits',[['Completed',num(completed),'good']])+
|
|
|
405 |
summaryCard('Deferred',[['Deferred',num(deferred),deferred>0?'bad':'']],true);
|
| 36929 |
vikas |
406 |
}
|
| 36905 |
vikas |
407 |
function fstep(name, val, w, sub, drop, last, key){
|
| 36916 |
vikas |
408 |
return '<div class="fstep'+(key?' clickable" data-fkey="'+key+'" onclick="funnelClick(\''+key+'\')" title="Click to filter the board to these executives':'')+'"><div class="fn">'+name+'</div><div class="fv">'+num(val)+'</div>'+
|
| 36913 |
vikas |
409 |
'<div class="fbar" style="width:'+Math.min(w,100)+'%"></div><div class="'+(drop?'drop':'keep')+'">'+sub+'</div>'+
|
| 36877 |
vikas |
410 |
(last?'':'<span class="arrow">➤</span>')+'</div>';
|
|
|
411 |
}
|
| 36913 |
vikas |
412 |
// Funnel drop sub-text: positive = fell out (red); negative = above planned
|
|
|
413 |
// (leads push visits past planned stops) shown green; zero = on plan.
|
|
|
414 |
function fdrop(p, badLabel){
|
|
|
415 |
if(p>0) return '−'+p+'% '+badLabel;
|
|
|
416 |
if(p<0) return '+'+(-p)+'% above planned';
|
|
|
417 |
return 'on plan';
|
|
|
418 |
}
|
| 36877 |
vikas |
419 |
function leakbox(t, v, color){ return '<div class="leakbox"><div class="lt">'+t+'</div><div class="lv"'+(color?' style="color:'+color+'"':'')+'>'+num(v)+'</div></div>'; }
|
|
|
420 |
|
|
|
421 |
function renderToday(d){
|
|
|
422 |
var k=d.kpis, f=d.funnel, s=d.stops, a=d.attention;
|
| 36897 |
vikas |
423 |
window._canApprove = !!d.canApprove;
|
|
|
424 |
window._mediaUrl = d.mediaUrl || window._mediaUrl || '';
|
| 36905 |
vikas |
425 |
window._board = d.board || []; // funnel drill-down filters this
|
|
|
426 |
window._boardDate = d.date || '';
|
|
|
427 |
window._leadsList = d.leadsList || []; // leads drill-down
|
| 36917 |
vikas |
428 |
window._execList = d.execList || []; // main-card drill-downs
|
| 36877 |
vikas |
429 |
var h='';
|
|
|
430 |
h+='<div class="kpis">';
|
| 36917 |
vikas |
431 |
h+=kpi('👥','#eef1fb','#3b5bdb','Total Executives',num(k.totalExecs),'in your team',null,"openCards('total')");
|
|
|
432 |
h+=kpi('📅','#ebfbee','#2f9e44','Scheduled PJP',num(k.scheduledPjp)+' <small>/'+k.totalExecs+'</small>',k.unscheduled+' unscheduled',null,"openCards('scheduled')");
|
|
|
433 |
h+=kpi('✎','#fff4e6','#e8590c','Agenda Filled',num(k.agendaFilled)+' <small>/'+k.scheduledPjp+'</small>',(k.scheduledPjp-k.agendaFilled)+' pending',null,"openCards('agenda')");
|
|
|
434 |
h+=kpi('❌','#fff0f6','#d6336c','Unscheduled',num(k.unscheduled),'no PJP today',null,"openCards('unscheduled')");
|
| 36877 |
vikas |
435 |
h+='</div>';
|
|
|
436 |
|
| 36941 |
vikas |
437 |
h+='<div class="card"><h2>Needs attention now</h2><p class="desc">Things a manager should clear today.</p>'+attentionList(a)+'</div>';
|
|
|
438 |
|
| 36877 |
vikas |
439 |
h+='<div class="sectionlabel">Today\'s Journey Funnel</div><div class="card"><div class="funnel">';
|
| 36917 |
vikas |
440 |
var sp=f.scheduledPjp||1, pin=f.punchedIn||1;
|
|
|
441 |
h+=fstep('Punched In',f.punchedIn,pct(f.punchedIn,sp),f.punchedIn+' of '+f.scheduledPjp+' scheduled',false,false,'punchedIn');
|
|
|
442 |
h+=fstep('Traveling',f.travelling,pct(f.travelling,pin),'on the road',false,false,'travelling');
|
|
|
443 |
h+=fstep('In Store',f.inStore,pct(f.inStore,pin),'at a stop',false,false,'inStore');
|
|
|
444 |
h+=fstep('Idle / Break',f.idle,pct(f.idle,pin),'off-store > 40 min',true,false,'idle');
|
|
|
445 |
h+=fstep('Punched Out',f.punchedOut,pct(f.punchedOut,pin),'journey ended',false,true,'punchedOut');
|
| 36877 |
vikas |
446 |
h+='</div></div>';
|
|
|
447 |
|
| 36916 |
vikas |
448 |
window._boardFilter = null; // funnel-card filter (null = all rows)
|
|
|
449 |
h+='<div class="card"><h2>Live executive board</h2><p class="desc">Each executive\'s journey right now. Click a row for the day\'s visit detail.</p><div id="bj-board">'+boardCard()+'</div></div>';
|
| 36877 |
vikas |
450 |
el('bj-content').innerHTML=h;
|
|
|
451 |
}
|
|
|
452 |
function stateClass(st){ return st==='IN_STORE'?'ps-store':st==='TRAVELLING'?'ps-travel':st==='DONE'?'ps-done':st==='NOT_STARTED'?'ps-no':'ps-idle'; }
|
| 36897 |
vikas |
453 |
function js(s){ return String(s==null?'':s).replace(/\\/g,'\\\\').replace(/'/g,"\\'"); }
|
|
|
454 |
// Open the Beat Planner (map-first planner window) for this executive/beat/day,
|
|
|
455 |
// in a new tab. Edit pre-selects the beat; add opens it to assign/add a visit.
|
|
|
456 |
function openPlanner(authUserId, beatId, date, mode){
|
|
|
457 |
var u = CTX + '/beatPlanWindow?autoUserId=' + encodeURIComponent(authUserId) + '&editDate=' + encodeURIComponent(date);
|
|
|
458 |
if(beatId && beatId>0) u += '&editBeatId=' + encodeURIComponent(beatId);
|
|
|
459 |
if(mode==='add') u += '&assign=1';
|
|
|
460 |
window.open(u, '_blank');
|
|
|
461 |
}
|
| 36916 |
vikas |
462 |
// Funnel-card click: period cards (p_*) open their drill-down popup; today's
|
|
|
463 |
// funnel cards filter the Live executive board in place. Clicking the active
|
|
|
464 |
// card again clears the filter.
|
|
|
465 |
function funnelClick(key){
|
|
|
466 |
if(key && key.indexOf('p_')===0) return openFunnel(key);
|
|
|
467 |
setBoardFilter(window._boardFilter===key ? null : key);
|
|
|
468 |
}
|
|
|
469 |
// Apply / clear the funnel filter and re-render just the board card. Also marks
|
|
|
470 |
// the active funnel card so it's clear which cohort the board is showing.
|
|
|
471 |
function setBoardFilter(key){
|
|
|
472 |
window._boardFilter = key || null;
|
|
|
473 |
var c=el('bj-board'); if(c) c.innerHTML=boardCard();
|
|
|
474 |
document.querySelectorAll('.fstep[data-fkey]').forEach(function(s){
|
|
|
475 |
s.classList.toggle('active', !!key && s.getAttribute('data-fkey')===key);
|
|
|
476 |
});
|
|
|
477 |
}
|
|
|
478 |
// Board card content: an optional "filtered by …" bar plus the table, showing
|
|
|
479 |
// only the rows that reached the selected funnel stage (Scheduled = all rows).
|
|
|
480 |
function boardCard(){
|
|
|
481 |
var rows=window._board||[], date=window._boardDate||'', key=window._boardFilter;
|
|
|
482 |
var view=rows, m=key?FUNNEL_META[key]:null;
|
|
|
483 |
if(m) view=rows.filter(m.f);
|
|
|
484 |
var bar='';
|
|
|
485 |
if(m){
|
|
|
486 |
bar='<div class="boardfilter">Showing <b>'+esc(m.title)+'</b> · '+view.length+
|
|
|
487 |
' of '+rows.length+'<button class="clearf" onclick="setBoardFilter(null)">× Clear filter</button></div>';
|
|
|
488 |
}
|
|
|
489 |
return bar+boardTable(view, date);
|
|
|
490 |
}
|
| 36941 |
vikas |
491 |
// Merge planned partner visits and self-assigned leads into one set of tallies.
|
|
|
492 |
// Total reconciles with the parts: Total = Completed + Pending + Deferred, where
|
|
|
493 |
// Total is the plan (or activity total if it ran past the plan).
|
|
|
494 |
function boardCounts(r){
|
|
|
495 |
var completed=r.completedVisits||0, deferred=r.deferred||0;
|
|
|
496 |
var total=Math.max(r.planned||0, completed+deferred);
|
|
|
497 |
return {total:total, completed:completed, deferred:deferred, pending:total-completed-deferred};
|
|
|
498 |
}
|
| 36877 |
vikas |
499 |
function boardTable(rows, date){
|
|
|
500 |
if(!rows||!rows.length) return '<p class="desc">No executives scheduled or active for this date.</p>';
|
| 36897 |
vikas |
501 |
var h='<div style="overflow-x:auto"><table><thead><tr>'+
|
| 36916 |
vikas |
502 |
'<th>Agenda</th><th>Executive</th><th>Punch In/Out</th>'+
|
| 36941 |
vikas |
503 |
'<th class="num" title="Planned partner visits + self-assigned leads">Total</th>'+
|
|
|
504 |
'<th class="num">Completed</th><th class="num">Pending</th><th class="num">Deferred</th>'+
|
|
|
505 |
'<th>State</th><th>Action</th>'+
|
| 36897 |
vikas |
506 |
'</tr></thead><tbody>';
|
| 36917 |
vikas |
507 |
// column totals, computed up front so the Total row can lead the table
|
| 36941 |
vikas |
508 |
var t={total:0,completed:0,pending:0,deferred:0};
|
| 36877 |
vikas |
509 |
rows.forEach(function(r){
|
| 36941 |
vikas |
510 |
var c=boardCounts(r);
|
|
|
511 |
t.total+=c.total; t.completed+=c.completed; t.pending+=c.pending; t.deferred+=c.deferred;
|
| 36917 |
vikas |
512 |
});
|
|
|
513 |
h+='<tr class="boardtot">'+
|
|
|
514 |
'<td></td><td><b>Total</b><br><span style="color:#97a1b5;font-size:11px">'+rows.length+' executives</span></td><td></td>'+
|
| 36941 |
vikas |
515 |
'<td class="num cnt cmuted">'+t.total+'</td>'+
|
|
|
516 |
'<td class="num cnt cgreen">'+t.completed+'</td>'+
|
|
|
517 |
'<td class="num cnt">'+t.pending+'</td>'+
|
|
|
518 |
'<td class="num cnt camber">'+t.deferred+'</td><td></td><td></td>'+
|
| 36917 |
vikas |
519 |
'</tr>';
|
|
|
520 |
rows.forEach(function(r){
|
| 36897 |
vikas |
521 |
var rowcls = r.state==='NOT_STARTED' ? 'rowbad' : (r.idleAway?'rowwarn':'');
|
|
|
522 |
var A = r.userId+",'"+js(r.name)+"','"+date+"'"; // openExec args
|
|
|
523 |
var go = 'onclick="openExec('+A+')"';
|
| 36941 |
vikas |
524 |
var c=boardCounts(r);
|
| 36897 |
vikas |
525 |
h+='<tr class="clickable '+rowcls+'" '+go+'>'+
|
|
|
526 |
'<td style="text-align:center">'+(r.agendaFilled?'<span style="color:#2f9e44;font-size:15px">✓</span>':'<span class="badflag" style="font-size:15px">✗</span>')+'</td>'+
|
|
|
527 |
'<td><b>'+esc(r.name)+'</b><br>'+esc(r.beatName||'-')+'</td>'+
|
|
|
528 |
'<td style="white-space:nowrap">'+(r.punchInTime?'<span class="ptime">'+esc(r.punchInTime)+'</span>':'<span class="badflag">-</span>')+
|
|
|
529 |
' <span style="color:#97a1b5;font-size:11px">/ '+(r.punchOutTime?esc(r.punchOutTime):'--')+'</span></td>'+
|
| 36941 |
vikas |
530 |
'<td class="num cnt cmuted">'+c.total+'</td>'+
|
|
|
531 |
'<td class="num cnt cgreen">'+c.completed+'</td>'+
|
|
|
532 |
'<td class="num cnt">'+c.pending+'</td>'+
|
|
|
533 |
'<td class="num cnt camber">'+c.deferred+'</td>'+
|
| 36905 |
vikas |
534 |
'<td><span class="pill-state '+stateClass(r.state)+'">'+esc(r.stateLabel)+'</span></td>'+
|
| 36897 |
vikas |
535 |
'<td style="white-space:nowrap" onclick="event.stopPropagation()">'+
|
|
|
536 |
'<button class="actbtn map" title="Live location" onclick="openExec('+A+',\'map\')">📍</button>'+
|
|
|
537 |
'<button class="actbtn view" title="Journey detail" onclick="openExec('+A+')">👁</button>'+
|
| 36962 |
vikas |
538 |
(CAN_EDIT_BEAT
|
|
|
539 |
? '<button class="actbtn edit" title="Edit beat in Beat Planner" onclick="openPlanner('+r.authUserId+','+(r.beatId||0)+',\''+date+'\',\'edit\')">✎</button>'+
|
|
|
540 |
'<button class="actbtn add" title="Assign / add visit in Beat Planner" onclick="openPlanner('+r.authUserId+','+(r.beatId||0)+',\''+date+'\',\'add\')">+</button>'
|
|
|
541 |
: '')+
|
| 36897 |
vikas |
542 |
'</td></tr>';
|
| 36877 |
vikas |
543 |
});
|
| 36917 |
vikas |
544 |
return h+'</tbody></table></div>';
|
| 36877 |
vikas |
545 |
}
|
| 36905 |
vikas |
546 |
// Funnel drill-down: each stage shows the executives who reached it AND the
|
|
|
547 |
// drop-off cohort that fell out at this step (the "−N …" sub-line). Filters
|
|
|
548 |
// mirror the backend funnel conditions exactly (rows carry the per-stage flags).
|
|
|
549 |
var FUNNEL_META = {
|
| 36917 |
vikas |
550 |
punchedIn: {title:'Punched In', desc:'Started the day (punch-in recorded)', f:function(r){ return r.punchedIn; }},
|
| 36929 |
vikas |
551 |
travelling: {title:'Traveling', desc:'On the road between stops', f:function(r){ return r.state==='TRAVELLING' && !r.idleAway; }},
|
| 36917 |
vikas |
552 |
inStore: {title:'In Store', desc:'Currently checked in at a stop', f:function(r){ return r.state==='IN_STORE'; }},
|
| 36929 |
vikas |
553 |
idle: {title:'Idle / Break', desc:'Between stops, idle off-store beyond the threshold', f:function(r){ return r.state==='TRAVELLING' && r.idleAway; }},
|
| 36917 |
vikas |
554 |
punchedOut: {title:'Punched Out', desc:'Ended the day (punch-out recorded)', f:function(r){ return r.punchedOut; }}
|
| 36905 |
vikas |
555 |
};
|
|
|
556 |
function funnelRows(list, date){
|
|
|
557 |
if(!list.length) return '<p class="desc">None.</p>';
|
|
|
558 |
var h='<table><thead><tr><th>Executive / Beat</th><th>Punch In/Out</th><th class="num">Completed</th><th class="num">Planned</th><th>State</th></tr></thead><tbody>';
|
|
|
559 |
list.slice().sort(function(a,b){ return (''+a.name).localeCompare(b.name); }).forEach(function(r){
|
|
|
560 |
var A=r.userId+",'"+js(r.name)+"','"+date+"'";
|
|
|
561 |
h+='<tr class="clickable" onclick="openExec('+A+')">'+
|
|
|
562 |
'<td><b>'+esc(r.name)+'</b><br><span style="color:#97a1b5;font-size:11px">'+esc(r.beatName||'-')+'</span></td>'+
|
|
|
563 |
'<td style="white-space:nowrap">'+(r.punchInTime?'<span class="ptime">'+esc(r.punchInTime)+'</span>':'<span class="badflag">-</span>')+
|
|
|
564 |
' <span style="color:#97a1b5;font-size:11px">/ '+(r.punchOutTime?esc(r.punchOutTime):'--')+'</span></td>'+
|
|
|
565 |
'<td class="num cnt cgreen">'+r.completedVisits+'</td>'+
|
|
|
566 |
'<td class="num">'+r.planned+'</td>'+
|
|
|
567 |
'<td><span class="pill-state '+stateClass(r.state)+'">'+esc(r.stateLabel)+'</span></td></tr>';
|
|
|
568 |
});
|
|
|
569 |
return h+'</tbody></table>';
|
|
|
570 |
}
|
|
|
571 |
function openFunnel(key){
|
| 36913 |
vikas |
572 |
if(key && key.indexOf('p_')===0) return openPFunnel(key); // period funnel
|
| 36905 |
vikas |
573 |
var m=FUNNEL_META[key]; if(!m) return;
|
|
|
574 |
var board=window._board||[], date=window._boardDate||'';
|
|
|
575 |
var reached=board.filter(m.f);
|
|
|
576 |
var dropped=m.drop ? board.filter(m.drop) : [];
|
|
|
577 |
var mb=el('bj-modal-back'), md=el('bj-modal');
|
|
|
578 |
var h='<button class="x" onclick="closeModal()">×</button><h3>'+esc(m.title)+'</h3>'+
|
|
|
579 |
'<p class="desc">'+reached.length+' '+(reached.length===1?'executive':'executives')+' · '+esc(m.desc)+'</p>'+
|
|
|
580 |
funnelRows(reached, date);
|
|
|
581 |
if(m.drop){
|
|
|
582 |
h+='<div class="sectionlabel" style="margin-top:18px;color:#e8590c">'+esc(m.dropLabel)+' · '+dropped.length+'</div>'+
|
|
|
583 |
funnelRows(dropped, date);
|
|
|
584 |
}
|
|
|
585 |
h+='<p class="desc" style="margin-top:10px">Click a row to open that executive\'s journey detail.</p>';
|
|
|
586 |
md.innerHTML=h; mb.classList.add('show');
|
|
|
587 |
}
|
| 36917 |
vikas |
588 |
// Main-card drill-downs: roster of executives behind each top KPI card.
|
|
|
589 |
// 'drop' (optional) adds a second, highlighted section for the complementary
|
|
|
590 |
// cohort — e.g. who's scheduled but hasn't filled the agenda.
|
|
|
591 |
var CARD_META = {
|
|
|
592 |
total: {title:'Total Executives', desc:'Everyone in your team', f:function(r){ return true; }},
|
|
|
593 |
scheduled: {title:'Scheduled PJP', desc:'Executives with a beat today', f:function(r){ return r.hasBeat; }},
|
|
|
594 |
agenda: {title:'Agenda Filled', desc:'Beats with the agenda filled', f:function(r){ return r.agendaFilled; },
|
|
|
595 |
dropLabel:'Agenda not filled (scheduled)', drop:function(r){ return r.hasBeat && !r.agendaFilled; }},
|
|
|
596 |
unscheduled: {title:'Unscheduled', desc:'No PJP scheduled today', f:function(r){ return !r.hasBeat; }}
|
|
|
597 |
};
|
|
|
598 |
// Renders an executive roster table (used by the card drill-downs).
|
|
|
599 |
function execRows(list, date){
|
|
|
600 |
if(!list.length) return '<p class="desc">None.</p>';
|
|
|
601 |
var h='<table><thead><tr><th>Executive</th><th>Beat</th><th>Agenda</th><th>Status</th></tr></thead><tbody>';
|
|
|
602 |
list.forEach(function(r){
|
|
|
603 |
var A=r.userId+",'"+js(r.name)+"','"+date+"'";
|
|
|
604 |
var go = r.userId ? ' class="clickable" onclick="openExec('+A+')"' : '';
|
|
|
605 |
var agenda = !r.hasBeat ? '<span style="color:#97a1b5">—</span>'
|
|
|
606 |
: (r.agendaFilled ? '<span style="color:#2f9e44">✓</span>' : '<span class="badflag">✗</span>');
|
|
|
607 |
h+='<tr'+go+'>'+
|
|
|
608 |
'<td><b>'+esc(r.name)+'</b></td>'+
|
|
|
609 |
'<td>'+esc(r.beatName||'-')+'</td>'+
|
|
|
610 |
'<td style="text-align:center">'+agenda+'</td>'+
|
|
|
611 |
'<td>'+esc(r.statusLabel||'')+'</td></tr>';
|
|
|
612 |
});
|
|
|
613 |
return h+'</tbody></table>';
|
|
|
614 |
}
|
|
|
615 |
function openCards(key){
|
|
|
616 |
var m=CARD_META[key]; if(!m) return;
|
|
|
617 |
var all=(window._execList||[]), date=window._boardDate||'';
|
|
|
618 |
var list=all.filter(m.f);
|
|
|
619 |
var dropped=m.drop ? all.filter(m.drop) : [];
|
|
|
620 |
var mb=el('bj-modal-back'), md=el('bj-modal');
|
|
|
621 |
var h='<button class="x" onclick="closeModal()">×</button><h3>'+esc(m.title)+'</h3>'+
|
|
|
622 |
'<p class="desc">'+list.length+' '+(list.length===1?'executive':'executives')+' · '+esc(m.desc)+'</p>'+
|
|
|
623 |
execRows(list, date);
|
|
|
624 |
if(m.drop){
|
|
|
625 |
h+='<div class="sectionlabel" style="margin-top:18px;color:#e8590c">'+esc(m.dropLabel)+' · '+dropped.length+'</div>'+
|
|
|
626 |
execRows(dropped, date);
|
|
|
627 |
}
|
|
|
628 |
h+='<p class="desc" style="margin-top:10px">Click a row to open that executive\'s journey detail.</p>';
|
|
|
629 |
md.innerHTML=h; mb.classList.add('show');
|
|
|
630 |
}
|
| 36905 |
vikas |
631 |
// Leads drill-down: lists every lead visit logged today (matches the KPI count).
|
|
|
632 |
function openLeads(){
|
|
|
633 |
var list=window._leadsList||[], date=window._boardDate||'';
|
|
|
634 |
var mb=el('bj-modal-back'), md=el('bj-modal');
|
|
|
635 |
var h='<button class="x" onclick="closeModal()">×</button><h3>Leads on route</h3>'+
|
|
|
636 |
'<p class="desc">'+list.length+' lead '+(list.length===1?'visit':'visits')+' logged'+(date?' on '+esc(date):'')+'</p>';
|
|
|
637 |
if(!list.length){ h+='<p class="desc">No leads logged for this date.</p>'; }
|
|
|
638 |
else {
|
|
|
639 |
h+='<table><thead><tr><th>Executive</th><th>Lead</th><th>Check-in</th><th>Status</th></tr></thead><tbody>';
|
|
|
640 |
list.slice().sort(function(a,b){ return (''+a.exec).localeCompare(b.exec); }).forEach(function(r){
|
|
|
641 |
var A=r.userId+",'"+js(r.exec)+"','"+date+"'";
|
|
|
642 |
var go = r.userId ? ' class="clickable" onclick="openExec('+A+')"' : '';
|
|
|
643 |
h+='<tr'+go+'>'+
|
|
|
644 |
'<td><b>'+esc(r.exec)+'</b></td>'+
|
|
|
645 |
'<td>'+esc(r.lead||'-')+'</td>'+
|
|
|
646 |
'<td style="white-space:nowrap">'+(r.checkInTime?'<span class="ptime">'+esc(hhmm(r.checkInTime))+'</span>':'<span class="badflag">-</span>')+'</td>'+
|
|
|
647 |
'<td>'+esc(r.status||'')+'</td></tr>';
|
|
|
648 |
});
|
|
|
649 |
h+='</tbody></table><p class="desc" style="margin-top:10px">Click a row to open that executive\'s journey detail.</p>';
|
|
|
650 |
}
|
|
|
651 |
md.innerHTML=h; mb.classList.add('show');
|
|
|
652 |
}
|
| 36913 |
vikas |
653 |
/* ===================== PERIOD (ANALYTICS) DRILL-DOWNS ===================== */
|
|
|
654 |
function pModal(html){ el('bj-modal').innerHTML=html; el('bj-modal-back').classList.add('show'); }
|
|
|
655 |
function pRange(){ return (el('bj-start')?el('bj-start').value:'')+' to '+(el('bj-end')?el('bj-end').value:''); }
|
|
|
656 |
|
|
|
657 |
// Scorecard list popup (used by KPI cards + funnel stages). Rows drill to the
|
|
|
658 |
// executive's day-by-day. sortKey sorts descending.
|
|
|
659 |
function openPScore(sortKey, title, desc){
|
|
|
660 |
var rows=(((window._period||{}).scorecard)||[]).slice();
|
|
|
661 |
if(sortKey) rows.sort(function(a,b){ return (b[sortKey]||0)-(a[sortKey]||0); });
|
|
|
662 |
pModal('<button class="x" onclick="closeModal()">×</button><h3>'+esc(title)+'</h3>'+
|
|
|
663 |
'<p class="desc">'+esc(desc)+' · '+esc(pRange())+' · click a row for the day-by-day</p>'+pScoreTable(rows));
|
|
|
664 |
}
|
|
|
665 |
function pScoreTable(rows){
|
|
|
666 |
if(!rows.length) return '<p class="desc">No executives in scope.</p>';
|
|
|
667 |
var h='<table><thead><tr><th>Executive</th><th class="num">Plan</th><th class="num">Done</th><th class="num">Adher.</th><th class="num">Disc.</th><th class="num">Hrs</th><th class="num">Leads</th><th class="num">Geo⚠</th></tr></thead><tbody>';
|
|
|
668 |
rows.forEach(function(r){
|
|
|
669 |
var c=adhColor(r.adherencePct);
|
|
|
670 |
h+='<tr class="clickable" onclick="openExecPeriod('+r.authUserId+',\''+js(r.name)+'\')">'+
|
|
|
671 |
'<td><b>'+esc(r.name)+'</b> <span class="lvl">'+esc(r.level)+'</span></td>'+
|
|
|
672 |
'<td class="num">'+r.planned+'</td><td class="num">'+r.done+'</td>'+
|
|
|
673 |
'<td class="num"><b style="color:'+c+'">'+r.adherencePct+'%</b></td>'+
|
|
|
674 |
'<td class="num'+(r.discussionMin>0&&r.discussionMin<10?' warnflag':'')+'">'+(r.discussionMin||'-')+(r.discussionMin?'m':'')+'</td>'+
|
|
|
675 |
'<td class="num">'+r.workingHrs+'</td><td class="num">'+r.leads+'</td>'+
|
|
|
676 |
'<td class="num'+(r.geoFlags>0?' badflag':'')+'">'+r.geoFlags+'</td></tr>';
|
|
|
677 |
});
|
|
|
678 |
return h+'</tbody></table>';
|
|
|
679 |
}
|
|
|
680 |
// Funnel stage → the executives behind it (the scorecard, focused).
|
|
|
681 |
function openPFunnel(key){
|
|
|
682 |
var map={ p_planned:['planned','Planned stops','Planned partner + lead stops per executive'],
|
|
|
683 |
p_punchedin:['done','Planned on punch-in days','Executives, planned vs done'],
|
|
|
684 |
p_checkedin:['done','Checked in','Visits checked in per executive'],
|
|
|
685 |
p_checkedout:['done','Checked out (done)','Visits completed per executive'] };
|
|
|
686 |
var m=map[key]; if(m) openPScore(m[0],m[1],m[2]);
|
|
|
687 |
}
|
|
|
688 |
// Executive day-by-day (scorecard row drill). Fetches /exec-period; each day
|
|
|
689 |
// opens the journey detail / map modal.
|
|
|
690 |
function openExecPeriod(authUserId, name){
|
|
|
691 |
pModal('<button class="x" onclick="closeModal()">×</button><h3>'+esc(name)+'</h3>'+
|
|
|
692 |
'<p class="desc">Day-by-day · '+esc(pRange())+'</p><div class="loading"><div class="spinner"></div>Loading…</div>');
|
|
|
693 |
fetch(BASE+'/exec-period?authUserId='+authUserId+'&startDate='+encodeURIComponent(el('bj-start').value)+'&endDate='+encodeURIComponent(el('bj-end').value),{headers:{'Accept':'application/json'}})
|
|
|
694 |
.then(function(r){ if(!r.ok) throw new Error('HTTP '+r.status); return r.json(); })
|
|
|
695 |
.then(function(d){
|
|
|
696 |
var rows=d.rows||[], uid=d.userId, nm=d.name||name;
|
|
|
697 |
var h='<button class="x" onclick="closeModal()">×</button><h3>'+esc(nm)+'</h3>'+
|
|
|
698 |
'<p class="desc">'+rows.length+' day'+(rows.length===1?'':'s')+' · '+esc(pRange())+(uid?' · click a day for the journey detail':'')+'</p>';
|
|
|
699 |
if(!rows.length){ h+='<p class="desc">No scheduled or active days in this range.</p>'; }
|
|
|
700 |
else {
|
|
|
701 |
h+='<table><thead><tr><th>Date</th><th>Punch In/Out</th><th class="num">Planned</th><th class="num">Completed</th><th class="num">Deferred</th><th class="num">Total</th></tr></thead><tbody>';
|
|
|
702 |
rows.forEach(function(r){
|
|
|
703 |
var go = uid ? ' class="clickable" onclick="openExec('+uid+',\''+js(nm)+'\',\''+r.date+'\')"' : '';
|
|
|
704 |
h+='<tr'+go+'><td>'+esc(r.date)+'</td>'+
|
|
|
705 |
'<td style="white-space:nowrap">'+(r.punchIn?'<span class="ptime">'+esc(hhmm(r.punchIn))+'</span>':'<span class="badflag">-</span>')+
|
|
|
706 |
' <span style="color:#97a1b5;font-size:11px">/ '+(r.punchOut?esc(hhmm(r.punchOut)):'--')+'</span></td>'+
|
|
|
707 |
'<td class="num">'+r.planned+'</td><td class="num cnt cgreen">'+r.done+'</td>'+
|
|
|
708 |
'<td class="num cnt cred">'+r.deferred+'</td><td class="num cnt cmuted">'+r.total+'</td></tr>';
|
|
|
709 |
});
|
|
|
710 |
h+='</tbody></table>';
|
|
|
711 |
}
|
|
|
712 |
el('bj-modal').innerHTML=h;
|
|
|
713 |
})
|
|
|
714 |
.catch(function(){ el('bj-modal').innerHTML='<button class="x" onclick="closeModal()">×</button><p class="desc">Could not load day-by-day.</p>'; });
|
|
|
715 |
}
|
|
|
716 |
// PJP coverage drill — execs with / without a plan (optionally one level).
|
|
|
717 |
function openCoverage(level){
|
|
|
718 |
var all=((window._period||{}).coverageDetail)||[];
|
|
|
719 |
var list=level ? all.filter(function(r){ return r.level===level; }) : all;
|
|
|
720 |
var without=list.filter(function(r){ return !r.hasPlan; }), withP=list.filter(function(r){ return r.hasPlan; });
|
|
|
721 |
function tbl(rs){
|
|
|
722 |
if(!rs.length) return '<p class="desc">None.</p>';
|
|
|
723 |
var h='<table><tbody>';
|
|
|
724 |
rs.forEach(function(r){ h+='<tr class="clickable" onclick="openExecPeriod('+r.authUserId+',\''+js(r.name)+'\')"><td style="font-weight:600">'+esc(r.name)+'</td><td><span class="lvl">'+esc(r.level)+'</span></td></tr>'; });
|
|
|
725 |
return h+'</tbody></table>';
|
|
|
726 |
}
|
|
|
727 |
pModal('<button class="x" onclick="closeModal()">×</button><h3>PJP coverage'+(level?' · '+esc(level):'')+'</h3>'+
|
|
|
728 |
'<p class="desc">'+withP.length+' of '+list.length+' have a monthly plan · '+esc(pRange())+'</p>'+
|
|
|
729 |
'<div class="sectionlabel" style="color:#e03131">No plan · '+without.length+'</div>'+tbl(without)+
|
|
|
730 |
'<div class="sectionlabel" style="color:#2f9e44;margin-top:16px">Has a plan · '+withP.length+'</div>'+tbl(withP));
|
|
|
731 |
}
|
|
|
732 |
// Deferrals drill — all, or just system / genuine (from the donut segments).
|
|
|
733 |
function openDeferrals(filter){
|
|
|
734 |
var all=((window._period||{}).deferralsList)||[];
|
|
|
735 |
var list = filter==='system' ? all.filter(function(r){ return r.system; })
|
|
|
736 |
: filter==='genuine' ? all.filter(function(r){ return !r.system; }) : all;
|
|
|
737 |
var title = filter==='system' ? 'Deferrals — system-flagged' : filter==='genuine' ? 'Deferrals — genuine reason' : 'Deferrals';
|
|
|
738 |
var h='<button class="x" onclick="closeModal()">×</button><h3>'+esc(title)+'</h3>'+
|
|
|
739 |
'<p class="desc">'+list.length+' deferral'+(list.length===1?'':'s')+' · '+esc(pRange())+'</p>';
|
|
|
740 |
if(!list.length){ h+='<p class="desc">None in this range.</p>'; }
|
|
|
741 |
else {
|
|
|
742 |
h+='<table><thead><tr><th>Executive</th><th>Partner</th><th>Reason</th><th>Date</th><th>Status</th></tr></thead><tbody>';
|
|
|
743 |
list.forEach(function(r){
|
|
|
744 |
h+='<tr><td style="font-weight:600;white-space:nowrap">'+esc(r.exec)+'</td>'+
|
|
|
745 |
'<td>'+esc(r.partner||'-')+'</td>'+
|
|
|
746 |
'<td style="color:'+(r.system?'#f08c00':'#2f9e44')+'">'+esc(r.reason||'-')+'</td>'+
|
|
|
747 |
'<td style="white-space:nowrap">'+esc(r.date||'')+'</td>'+
|
|
|
748 |
'<td>'+esc(r.status||'')+'</td></tr>';
|
|
|
749 |
});
|
|
|
750 |
h+='</tbody></table>';
|
|
|
751 |
}
|
|
|
752 |
pModal(h);
|
|
|
753 |
}
|
| 36929 |
vikas |
754 |
// Auto "missed" drill — the three execution-gap causes behind the card, plus
|
|
|
755 |
// the underlying deferral records (system-flagged "beat missed" / "no punch-in").
|
|
|
756 |
function openMissed(){
|
|
|
757 |
var k=(window._period||{}).kpis||{};
|
|
|
758 |
var rows=[
|
|
|
759 |
['Unscheduled', k.autoMissedUnscheduled||0, 'Executives (sales roles) with no PJP scheduled in this range'],
|
|
|
760 |
['Unfilled agenda', k.autoMissedUnfilledAgenda||0, 'Scheduled beat-days where the agenda was never filled'],
|
|
|
761 |
['Missed punch', k.autoMissedMissedPunchin||0, 'Scheduled beat-days the owner never punched in on']
|
|
|
762 |
];
|
|
|
763 |
var h='<button class="x" onclick="closeModal()">×</button><h3>Auto “missed”</h3>'+
|
|
|
764 |
'<p class="desc">Why planned execution broke down · '+esc(pRange())+'</p>'+
|
|
|
765 |
'<table><thead><tr><th>Cause</th><th class="num">Count</th><th>What it means</th></tr></thead><tbody>';
|
|
|
766 |
rows.forEach(function(r){
|
|
|
767 |
h+='<tr><td style="font-weight:600;white-space:nowrap">'+esc(r[0])+'</td>'+
|
|
|
768 |
'<td class="num cnt cred">'+num(r[1])+'</td>'+
|
|
|
769 |
'<td style="color:#69748c">'+esc(r[2])+'</td></tr>';
|
|
|
770 |
});
|
|
|
771 |
h+='<tr class="boardtot"><td><b>Total</b></td><td class="num cnt"><b>'+num(k.autoMissed||0)+'</b></td><td></td></tr>';
|
|
|
772 |
h+='</tbody></table>'+
|
|
|
773 |
'<p class="desc" style="margin-top:12px">See also the <a href="javascript:void(0)" onclick="openDeferrals()" style="color:#3b5bdb">deferral records</a> for the partner-level “beat missed” / “no punch-in” entries.</p>';
|
|
|
774 |
pModal(h);
|
|
|
775 |
}
|
| 36913 |
vikas |
776 |
// Leads drill (period) — every lead created in the range.
|
|
|
777 |
function openPLeads(){
|
|
|
778 |
var list=((window._period||{}).leadsList)||[];
|
|
|
779 |
var h='<button class="x" onclick="closeModal()">×</button><h3>Leads on route</h3>'+
|
|
|
780 |
'<p class="desc">'+list.length+' lead'+(list.length===1?'':'s')+' created · '+esc(pRange())+'</p>';
|
|
|
781 |
if(!list.length){ h+='<p class="desc">No leads created in this range.</p>'; }
|
|
|
782 |
else {
|
|
|
783 |
h+='<table><thead><tr><th>Executive</th><th>Lead</th><th>City</th><th>Date</th><th>Status</th></tr></thead><tbody>';
|
|
|
784 |
list.forEach(function(r){
|
|
|
785 |
h+='<tr><td style="font-weight:600;white-space:nowrap">'+esc(r.exec)+'</td>'+
|
|
|
786 |
'<td>'+esc(r.lead||'-')+'</td><td>'+esc(r.city||'')+'</td>'+
|
|
|
787 |
'<td style="white-space:nowrap">'+esc(r.date||'')+'</td><td>'+esc(r.status||'')+'</td></tr>';
|
|
|
788 |
});
|
|
|
789 |
h+='</tbody></table>';
|
|
|
790 |
}
|
|
|
791 |
pModal(h);
|
|
|
792 |
}
|
| 36877 |
vikas |
793 |
function names(list,n){ if(!list||!list.length) return 'None'; var s=list.slice(0,n).join(', '); if(list.length>n) s+=' +'+(list.length-n); return s; }
|
| 36882 |
vikas |
794 |
var ATT_META = {
|
|
|
795 |
notPunchedIn: {bg:'#fff0f0', fg:'#e03131', ic:'⚠', title:'Not punched in', sub:'executives with a beat, not started', cls:'badflag'},
|
| 36941 |
vikas |
796 |
idleStale: {bg:'#fff4e6', fg:'#e8590c', ic:'⏱', title:'Idle — off-store > 59 min', sub:'stationary >20 m from any store', cls:'warnflag'},
|
| 36882 |
vikas |
797 |
geofence: {bg:'#fff0f0', fg:'#e03131', ic:'📍', title:'Check-in outside store geofence', sub:'>50 m from partner\'s saved location', cls:'badflag'},
|
|
|
798 |
locationOff: {bg:'#fff4e6', fg:'#e8590c', ic:'📴', title:'Location turned off mid-journey', sub:'GPS toggled off', cls:'warnflag'},
|
|
|
799 |
deferredAwaiting:{bg:'#eef1f6', fg:'#69748c', ic:'↻', title:'Deferred, awaiting re-action', sub:'shops deferred today', cls:''}
|
|
|
800 |
};
|
| 36877 |
vikas |
801 |
function attentionList(a){
|
| 36882 |
vikas |
802 |
window._att = a;
|
|
|
803 |
var order=['notPunchedIn','idleStale','geofence','locationOff','deferredAwaiting'];
|
| 36941 |
vikas |
804 |
var h='<div class="attrow">';
|
| 36882 |
vikas |
805 |
order.forEach(function(k){
|
|
|
806 |
var m=ATT_META[k], list=a[k]||[], n=list.length;
|
|
|
807 |
var detail = n ? names(list.map(function(x){return x.name;}),3) : m.sub;
|
|
|
808 |
var cls = n ? ' att clickable' : ' att';
|
|
|
809 |
var click = n ? ' onclick="openAttention(\''+k+'\')"' : '';
|
|
|
810 |
h+='<div class="'+cls.trim()+'"'+click+'><div class="ic" style="background:'+m.bg+';color:'+m.fg+'">'+m.ic+'</div>'+
|
|
|
811 |
'<div class="ab"><div class="atitle">'+m.title+'</div><div class="adet">'+detail+'</div></div>'+
|
|
|
812 |
'<div class="acount '+(n?m.cls:'')+'">'+n+'</div>'+(n?'<span class="chev">▸</span>':'')+'</div>';
|
|
|
813 |
});
|
| 36941 |
vikas |
814 |
return h+'</div>';
|
| 36877 |
vikas |
815 |
}
|
| 36882 |
vikas |
816 |
function openAttention(key){
|
|
|
817 |
var a=window._att||{}, list=a[key]||[], m=ATT_META[key]||{title:'Detail'};
|
|
|
818 |
var mb=el('bj-modal-back'), md=el('bj-modal');
|
| 36897 |
vikas |
819 |
// Off-site check-ins can be approved here, but only by L5/Final (canApprove).
|
|
|
820 |
var showApprove = (key==='geofence' && window._canApprove);
|
| 36882 |
vikas |
821 |
var h='<button class="x" onclick="closeModal()">×</button><h3>'+m.title+'</h3>'+
|
| 36897 |
vikas |
822 |
'<p class="desc">'+list.length+' '+(list.length===1?'item':'items')+
|
|
|
823 |
(showApprove?' · approving updates the partner\'s saved coordinates':'')+'</p>';
|
| 36882 |
vikas |
824 |
if(!list.length){ h+='<p class="desc">Nothing here.</p>'; }
|
|
|
825 |
else{
|
| 36941 |
vikas |
826 |
var date=window._boardDate||'';
|
|
|
827 |
h+='<p class="desc">Click a row to open that executive\'s journey detail.</p><table><tbody>';
|
| 36882 |
vikas |
828 |
list.forEach(function(x){
|
| 36897 |
vikas |
829 |
var act='';
|
| 36941 |
vikas |
830 |
// approve button gets its own cell that swallows the click so it doesn't drill down
|
|
|
831 |
if(showApprove) act='<td class="num" style="white-space:nowrap" onclick="event.stopPropagation()">'+(x.trackingId?'<button class="btn-ok" onclick="openValidate('+x.trackingId+')">Validate & Approve</button>':'')+'</td>';
|
|
|
832 |
var canOpen = x.userId>0;
|
|
|
833 |
var go = canOpen ? ' class="clickable" onclick="openExec('+x.userId+",'"+js(x.name)+"','"+date+"')\"" : '';
|
|
|
834 |
h+='<tr'+go+'><td style="font-weight:600;white-space:nowrap">'+esc(x.name)+'</td>'+
|
| 36897 |
vikas |
835 |
'<td style="color:#69748c">'+esc(x.detail||'')+'</td>'+act+'</tr>';
|
| 36882 |
vikas |
836 |
});
|
|
|
837 |
h+='</tbody></table>';
|
|
|
838 |
}
|
|
|
839 |
md.innerHTML=h; mb.classList.add('show');
|
|
|
840 |
}
|
| 36897 |
vikas |
841 |
// Step 2: review the check-in photo/document before approving.
|
|
|
842 |
function openValidate(trackingId){
|
|
|
843 |
var list=(window._att&&window._att.geofence)||[], item=null;
|
|
|
844 |
for(var i=0;i<list.length;i++){ if(list[i].trackingId===trackingId){ item=list[i]; break; } }
|
|
|
845 |
if(!item){ return; }
|
|
|
846 |
var img = (item.attachment && window._mediaUrl)
|
| 36903 |
vikas |
847 |
? '<img class="valimg" src="'+esc(window._mediaUrl+item.attachment)+'" onclick="bjOpenImage(this.src)" onerror="this.outerHTML=\'<div class="valph">📷 Photo unavailable</div>\'">'
|
| 36897 |
vikas |
848 |
: '<div class="valph">📷 No photo on this check-in</div>';
|
|
|
849 |
el('bj-modal').innerHTML='<button class="x" onclick="closeModal()">×</button><h3>Validate check-in</h3>'+
|
|
|
850 |
'<p class="desc">'+esc(item.name)+' · '+esc(item.detail||'')+'</p>'+
|
|
|
851 |
'<div class="valwrap">'+img+'</div>'+
|
|
|
852 |
'<div class="valactions">'+
|
|
|
853 |
'<button class="exectab" onclick="openAttention(\'geofence\')">← Back</button>'+
|
|
|
854 |
'<button class="btn-ok" onclick="approveValidated('+trackingId+',this)">Approve</button>'+
|
|
|
855 |
'</div>';
|
|
|
856 |
}
|
|
|
857 |
function approveValidated(trackingId, btn){
|
|
|
858 |
btn.disabled=true; btn.textContent='Approving…';
|
|
|
859 |
fetch(CTX+'/beat-journey/approve-checkin',{method:'POST',headers:{'Content-Type':'application/x-www-form-urlencoded'},body:'trackingId='+trackingId})
|
|
|
860 |
.then(function(r){ if(!r.ok) throw new Error('HTTP '+r.status); return r.json(); })
|
|
|
861 |
.then(function(){
|
|
|
862 |
if(window._att && window._att.geofence){ window._att.geofence = window._att.geofence.filter(function(x){ return x.trackingId!==trackingId; }); }
|
|
|
863 |
if(window._att && window._att.geofence && window._att.geofence.length) openAttention('geofence');
|
|
|
864 |
else closeModal();
|
|
|
865 |
})
|
|
|
866 |
.catch(function(){ btn.disabled=false; btn.textContent='Approve'; alert('Approve failed (not authorised, or server error).'); });
|
|
|
867 |
}
|
| 36877 |
vikas |
868 |
|
|
|
869 |
/* ============================ PERIOD ============================ */
|
|
|
870 |
function loadPeriod(){
|
|
|
871 |
spinner();
|
|
|
872 |
var u = BASE + '/data?startDate=' + encodeURIComponent(el('bj-start').value) + '&endDate=' + encodeURIComponent(el('bj-end').value) + qs();
|
|
|
873 |
fetch(u, {headers:{'Accept':'application/json'}})
|
|
|
874 |
.then(function(r){ if(!r.ok) throw new Error('HTTP '+r.status); return r.json(); })
|
|
|
875 |
.then(renderPeriod).catch(fail);
|
|
|
876 |
}
|
|
|
877 |
function tile(t,v){ return '<div class="tile"><div class="t">'+t+'</div><div class="v">'+v+'</div></div>'; }
|
|
|
878 |
function renderPeriod(d){
|
| 36913 |
vikas |
879 |
window._period = d; // drill-downs read scorecard / lists from here
|
| 36877 |
vikas |
880 |
var k=d.kpis, f=d.funnel, df=d.deferral, u=d.utilization, t=d.travel, o=d.outcomes;
|
|
|
881 |
var neverTouched = Math.max((f.plannedStops||0)-(f.checkedIn||0)-(df.total||0),0);
|
|
|
882 |
var h='';
|
|
|
883 |
h+='<div class="kpis">';
|
| 36929 |
vikas |
884 |
h+=kpi('⚖','#fff4e6','#f08c00','Adherence',k.adherencePct+'<small>%</small>',num(k.doneStops)+' of '+num(k.plannedStops)+' planned visits done',adhColor(k.adherencePct),"openPScore('adherencePct','Adherence','Planned visits done vs planned, per executive')");
|
| 36913 |
vikas |
885 |
h+=kpi('🗺','#e7f5ff','#1098ad','PJP coverage L1',k.coverageL1Pct+'<small>%</small>',k.coverageL1With+'/'+k.coverageL1Total+' have a plan','#1098ad',"openCoverage('L1')");
|
| 36929 |
vikas |
886 |
h+=kpiCols('🚶','#ebfbee','#2f9e44','Average Visit (per day)',
|
| 36941 |
vikas |
887 |
[['Franchisee',k.avgPartnersPerActiveDay],['Lead',k.avgLeadsPerActiveDay]],
|
| 36929 |
vikas |
888 |
null,"openPScore('done','Visits / active day','Visits completed per executive')");
|
|
|
889 |
h+=kpiCols('💬','#eef1fb','#3b5bdb','Average discussion (per executive)',
|
|
|
890 |
[['Partner',k.avgDiscussionPartnerMin],['Lead',k.avgDiscussionLeadMin]],
|
|
|
891 |
k.avgDiscussionMin>0&&k.avgDiscussionMin<30?'#e8590c':null,"openPScore('discussionMin','Average discussion minutes','Avg in-store discussion per executive')",'min');
|
|
|
892 |
h+=kpiCols('↻','#fff0f0','#e03131','Auto "missed"',
|
|
|
893 |
[['Unscheduled',k.autoMissedUnscheduled],['Unfilled agenda',k.autoMissedUnfilledAgenda],['Missed punch',k.autoMissedMissedPunchin]],
|
|
|
894 |
'#e03131',"openMissed()");
|
| 36913 |
vikas |
895 |
h+=kpi('★','#fff0f6','#d6336c','Leads on route',num(k.leadsCreated),'this period',null,"openPLeads()");
|
| 36877 |
vikas |
896 |
h+='</div>';
|
|
|
897 |
|
| 36941 |
vikas |
898 |
h+='<div class="sectionlabel">Journey Summary</div><div class="card"><p class="desc">Planned (PJP) and self-assigned visits combined.</p><div class="funnel">'+summaryCards(d.summary)+'</div></div>';
|
| 36877 |
vikas |
899 |
|
|
|
900 |
h+='<div class="sectionlabel">Adherence & Coverage</div><div class="grid g3">';
|
|
|
901 |
h+='<div class="card"><h2>Per-executive scorecard <span style="color:#97a1b5;font-weight:500;font-size:12px">· '+d.scorecard.length+' executives</span></h2><p class="desc">The coaching list — click a header to sort. Reds are where to intervene.</p>'+scorecardTable(d.scorecard)+'</div>';
|
|
|
902 |
h+='<div class="card"><h2>Coverage by sales level</h2><p class="desc">Filled = executives with a plan; light = total at that level.</p>'+coverageBars(d.coverageByLevel)+utilBlock(u)+'</div>';
|
|
|
903 |
h+='</div>';
|
|
|
904 |
|
|
|
905 |
h+='<div class="sectionlabel">Deferrals, Travel & Outcomes</div><div class="grid g2">';
|
|
|
906 |
h+='<div class="card"><h2>Deferral nature</h2><p class="desc">Deliberate, or just auto-flagged missed beats?</p>'+deferDonut(df)+'</div>';
|
|
|
907 |
h+='<div class="card"><h2>Travel & route quality</h2><p class="desc">Straight-line distance per leg between consecutive stops.</p>'+travelBlock(t)+'</div>';
|
|
|
908 |
h+='</div>';
|
|
|
909 |
|
|
|
910 |
h+='<div class="sectionlabel">Outcomes & Visit Quality</div><div class="card"><p class="desc">Captured on the check-out form — the substance of each store conversation.</p>'+
|
|
|
911 |
'<div class="tiles" style="grid-template-columns:repeat(4,1fr)">'+
|
|
|
912 |
tile('Partner remark filled', o.remarkFilledPct+'<small>%</small>')+
|
|
|
913 |
tile('Avg partner rating', (o.avgRating||0)+'<small>/5</small>')+
|
|
|
914 |
tile('Audit checklist done', o.auditDonePct+'<small>%</small>')+
|
|
|
915 |
tile('Next-visit follow-up set', o.nextVisitPct+'<small>%</small>')+
|
|
|
916 |
'</div></div>';
|
|
|
917 |
|
|
|
918 |
h+='<div class="sectionlabel">What to fix</div>'+findingsBlock(d.findings);
|
|
|
919 |
h+=sourcesCard();
|
|
|
920 |
el('bj-content').innerHTML=h;
|
|
|
921 |
window._scorecard = d.scorecard;
|
|
|
922 |
}
|
|
|
923 |
var sortKey=null, sortAsc=false;
|
|
|
924 |
function sortCard(key){
|
|
|
925 |
if(sortKey===key) sortAsc=!sortAsc; else { sortKey=key; sortAsc=false; }
|
|
|
926 |
window._scorecard.sort(function(a,b){ var x=a[key],y=b[key];
|
|
|
927 |
if(typeof x==='string') return sortAsc? (''+x).localeCompare(y):(''+y).localeCompare(x);
|
|
|
928 |
return sortAsc? x-y : y-x; });
|
|
|
929 |
document.getElementById('scTbl').outerHTML = scorecardTable(window._scorecard);
|
|
|
930 |
}
|
|
|
931 |
function scorecardTable(rows){
|
|
|
932 |
if(!rows||!rows.length) return '<p class="desc">No beat owners in scope for this period.</p>';
|
|
|
933 |
var h='<table id="scTbl"><thead><tr>'+
|
|
|
934 |
'<th onclick="sortCard(\'name\')">Executive</th>'+
|
|
|
935 |
'<th class="num" onclick="sortCard(\'planned\')">Plan</th>'+
|
|
|
936 |
'<th class="num" onclick="sortCard(\'done\')">Done</th>'+
|
|
|
937 |
'<th class="num" onclick="sortCard(\'adherencePct\')">Adher.</th>'+
|
|
|
938 |
'<th class="num" onclick="sortCard(\'discussionMin\')">Disc.</th>'+
|
|
|
939 |
'<th class="num" onclick="sortCard(\'workingHrs\')">Hrs</th>'+
|
|
|
940 |
'<th class="num" onclick="sortCard(\'leads\')">Leads</th>'+
|
|
|
941 |
'<th class="num" onclick="sortCard(\'geoFlags\')">Geo⚠</th></tr></thead><tbody>';
|
|
|
942 |
rows.forEach(function(r){
|
|
|
943 |
var c=adhColor(r.adherencePct);
|
| 36913 |
vikas |
944 |
h+='<tr class="clickable" onclick="openExecPeriod('+r.authUserId+',\''+js(r.name)+'\')"><td>'+esc(r.name)+' <span class="lvl">'+esc(r.level)+'</span></td>'+
|
| 36877 |
vikas |
945 |
'<td class="num">'+r.planned+'</td><td class="num">'+r.done+'</td>'+
|
|
|
946 |
'<td class="num"><b style="color:'+c+'">'+r.adherencePct+'%</b><span class="meter"><i style="width:'+Math.min(100,r.adherencePct)+'%;background:'+c+'"></i></span></td>'+
|
| 36882 |
vikas |
947 |
'<td class="num'+(r.discussionMin>0&&r.discussionMin<10?' warnflag':'')+'">'+(r.discussionMin||'-')+(r.discussionMin?'m':'')+'</td>'+
|
| 36877 |
vikas |
948 |
'<td class="num">'+r.workingHrs+'</td><td class="num">'+r.leads+'</td>'+
|
|
|
949 |
'<td class="num'+(r.geoFlags>0?' badflag':'')+'">'+r.geoFlags+'</td></tr>';
|
|
|
950 |
});
|
|
|
951 |
return h+'</tbody></table>';
|
|
|
952 |
}
|
|
|
953 |
function coverageBars(rows){
|
|
|
954 |
if(!rows||!rows.length) return '<p class="desc">No coverage data.</p>';
|
|
|
955 |
var max=0; rows.forEach(function(r){ if(r.totalUsers>max)max=r.totalUsers; }); if(!max)max=1;
|
|
|
956 |
var h=''; rows.forEach(function(r){
|
|
|
957 |
var w=pct(r.withPjp,max), wt=pct(r.totalUsers,max);
|
| 36913 |
vikas |
958 |
h+='<div class="barrow clickable" onclick="openCoverage(\''+js(r.level)+'\')" title="Click to see these executives"><div class="name">'+esc(r.level)+'</div><div class="track">'+
|
| 36877 |
vikas |
959 |
'<div style="position:absolute;inset:0;width:'+wt+'%;background:#e3e8f5;border-radius:7px"></div>'+
|
|
|
960 |
'<div class="fill" style="width:'+w+'%;position:relative;background:linear-gradient(90deg,#1098ad,#22b8cf)">'+(r.withPjp||'')+'</div></div>'+
|
|
|
961 |
'<div class="meta">'+r.withPjp+'/'+r.totalUsers+' · '+r.coveragePct+'%</div></div>';
|
|
|
962 |
});
|
|
|
963 |
return h;
|
|
|
964 |
}
|
|
|
965 |
function utilBlock(u){
|
|
|
966 |
return '<h2 style="margin-top:18px">Working-hour utilization</h2><p class="desc">Where the average working day goes.</p>'+
|
|
|
967 |
'<div class="util">'+
|
|
|
968 |
'<div style="width:'+u.inStorePct+'%;background:#2f9e44">In-store '+u.inStorePct+'%</div>'+
|
|
|
969 |
'<div style="width:'+u.travelPct+'%;background:#3b5bdb">Travel '+u.travelPct+'%</div>'+
|
|
|
970 |
'<div style="width:'+u.idlePct+'%;background:#e03131">Idle '+u.idlePct+'%</div></div>'+
|
|
|
971 |
'<div class="utlegend"><span><span class="dot" style="background:#2f9e44;margin:0"></span>Selling '+u.inStoreHrs+' h</span>'+
|
|
|
972 |
'<span><span class="dot" style="background:#3b5bdb;margin:0"></span>Travel '+u.travelHrs+' h</span>'+
|
|
|
973 |
'<span><span class="dot" style="background:#e03131;margin:0"></span>Idle '+u.idleHrs+' h</span></div>';
|
|
|
974 |
}
|
|
|
975 |
function deferDonut(df){
|
|
|
976 |
var sysPct=df.systemPct||0;
|
|
|
977 |
var g='conic-gradient(#f59f00 0 '+sysPct+'%, #2f9e44 '+sysPct+'% 100%)';
|
| 36913 |
vikas |
978 |
return '<div class="donutwrap"><div class="donut clickable" onclick="openDeferrals()" title="Click to see all deferrals" style="background:'+g+'"><div class="center">'+
|
| 36877 |
vikas |
979 |
'<div style="font-size:24px;font-weight:780">'+num(df.total)+'</div><div style="font-size:11px;color:#97a1b5">deferrals</div></div></div>'+
|
|
|
980 |
'<div class="legend">'+
|
| 36913 |
vikas |
981 |
'<div class="it clickable" onclick="openDeferrals(\'system\')"><span class="dot" style="background:#f59f00"></span><div><b>'+df.systemGenerated+'</b> system auto-flagged ('+sysPct+'%)<br><span style="color:#97a1b5;font-size:11.5px">"beat missed", "no punch-in"</span></div></div>'+
|
|
|
982 |
'<div class="it clickable" onclick="openDeferrals(\'genuine\')"><span class="dot" style="background:#2f9e44"></span><div><b>'+df.human+'</b> genuine reason ('+df.humanPct+'%)</div></div>'+
|
| 36877 |
vikas |
983 |
'<div class="it"><span class="dot" style="background:#3b5bdb"></span><div><b>'+df.actioned+'</b> acted on by a head'+(df.avgDaysToAction?'<br><span style="color:#97a1b5;font-size:11.5px">avg '+df.avgDaysToAction+' days to action</span>':'')+'</div></div>'+
|
| 36913 |
vikas |
984 |
'</div></div><p class="desc" style="margin-top:13px">Click the chart for all deferrals, or a legend row for system / genuine. "System" vs "genuine" is read from the deferral reason.</p>';
|
| 36877 |
vikas |
985 |
}
|
|
|
986 |
function travelBlock(t){
|
|
|
987 |
var rows=t.legBuckets||[], max=0; rows.forEach(function(r){ if(r.count>max)max=r.count; }); if(!max)max=1;
|
|
|
988 |
var colors={'0-2 km':'#2f9e44','2-5 km':'#2f9e44','5-15 km':'#82c91e','15-50 km':'#f59f00','50 km+':'#e03131'};
|
|
|
989 |
var h=''; rows.forEach(function(r){
|
|
|
990 |
h+='<div class="barrow"><div class="name">'+esc(r.bucket)+'</div><div class="track"><div class="fill" style="width:'+pct(r.count,max)+'%;background:'+(colors[r.bucket]||'#3b5bdb')+'">'+r.count+'</div></div><div class="meta"></div></div>';
|
|
|
991 |
});
|
|
|
992 |
h+='<div class="tiles" style="margin-top:14px">'+
|
|
|
993 |
tile('Avg leg', t.avgLegKm+'<small> km</small>')+
|
|
|
994 |
tile('Legs > 15 km', t.pctOver15+'<small>%</small>')+
|
|
|
995 |
tile('Actual / estimate', (t.actualVsEstimateRatio||0)+'<small>×</small>')+'</div>';
|
|
|
996 |
return h;
|
|
|
997 |
}
|
|
|
998 |
function findingsBlock(items){
|
|
|
999 |
if(!items||!items.length) return '<div class="callout"><h2>Nothing flagged</h2><p class="desc">No issues crossed the alert thresholds for this period.</p></div>';
|
|
|
1000 |
var sev={high:'#e03131',med:'#f59f00',low:'#2f9e44'};
|
|
|
1001 |
var h='<div class="callout"><h2>Recommended management actions</h2><p class="desc">Generated from this period\'s data.</p>';
|
|
|
1002 |
items.forEach(function(x){
|
|
|
1003 |
h+='<div class="fix"><div class="sev" style="background:'+(sev[x.severity]||'#3b5bdb')+'"></div><div class="fb">'+
|
|
|
1004 |
'<div class="ft">'+esc(x.title)+'</div><div class="fd">'+esc(x.detail)+'</div>'+
|
|
|
1005 |
'<div class="act">→ '+esc(x.action)+'</div></div></div>';
|
|
|
1006 |
});
|
|
|
1007 |
return h+'</div>';
|
|
|
1008 |
}
|
|
|
1009 |
function sourcesCard(){
|
|
|
1010 |
return '<div class="sectionlabel">Where the numbers come from</div><div class="card">'+
|
|
|
1011 |
'<p class="desc">Nothing new needs to be captured — everything here is built from what the field app already records on each journey.</p>'+
|
|
|
1012 |
'<ul style="margin:0;padding-left:18px;line-height:1.95;font-size:13px;color:#3a4459">'+
|
|
|
1013 |
'<li>The <b>journey timeline</b> (punch-in, check-ins/outs, deferrals, punch-out) comes from what the executive taps in the app.</li>'+
|
|
|
1014 |
'<li><b>Adherence</b> compares the partners planned on each beat against the stores actually visited.</li>'+
|
|
|
1015 |
'<li><b>Time, travel and distance</b> use the in-store and travel durations logged per visit.</li>'+
|
|
|
1016 |
'<li><b>Geofence / fake-visit checks</b> compare the check-in GPS against the partner\'s saved shop location (flagged beyond ~50 m).</li>'+
|
|
|
1017 |
'<li><b>Visit outcomes</b> (remarks, rating, audit, next visit) come from the check-out form.</li>'+
|
|
|
1018 |
'<li><b>Coverage and the manager view</b> follow the existing L1–L5 sales hierarchy, so each manager sees only their team.</li>'+
|
|
|
1019 |
'</ul></div>';
|
|
|
1020 |
}
|
|
|
1021 |
|
|
|
1022 |
/* ============================ EXEC DRILLDOWN ============================ */
|
| 36897 |
vikas |
1023 |
function openExec(userId, name, date, tab){
|
| 36877 |
vikas |
1024 |
if(!userId){ return; }
|
| 36897 |
vikas |
1025 |
window._exec = {userId:userId, name:name, date:date, detail:null, tab:(tab||'timeline')};
|
| 36877 |
vikas |
1026 |
var mb=el('bj-modal-back'), m=el('bj-modal');
|
|
|
1027 |
m.innerHTML='<button class="x" onclick="closeModal()">×</button><h3>'+esc(name)+'</h3><p class="desc">Journey detail · '+esc(date)+'</p><div class="loading"><div class="spinner"></div>Loading…</div>';
|
|
|
1028 |
mb.classList.add('show');
|
| 36882 |
vikas |
1029 |
fetch(CTX+'/beat-journey/journey-detail?userId='+userId+'&date='+encodeURIComponent(date),{headers:{'Accept':'application/json'}})
|
| 36877 |
vikas |
1030 |
.then(function(r){ return r.json(); }).then(function(d){
|
| 36882 |
vikas |
1031 |
window._mediaUrl = d.mediaUrl || '';
|
| 36897 |
vikas |
1032 |
window._exec.detail = d;
|
|
|
1033 |
renderExec(window._exec.tab);
|
|
|
1034 |
}).catch(function(){ el('bj-modal').innerHTML='<button class="x" onclick="closeModal()">×</button><p class="desc">Could not load detail.</p>'; });
|
|
|
1035 |
}
|
|
|
1036 |
function renderExec(tab){
|
|
|
1037 |
var ex=window._exec; if(!ex) return;
|
|
|
1038 |
var d=ex.detail||{};
|
|
|
1039 |
var head='<button class="x" onclick="closeModal()">×</button><h3>'+esc(ex.name)+'</h3>'+
|
|
|
1040 |
'<p class="desc">Journey detail · '+esc(ex.date)+' · battery '+(d.batteryLevel==null?'-':d.batteryLevel+'%')+' · loc-off '+(d.locationToggleCount||0)+'</p>'+
|
|
|
1041 |
'<div class="exectabs">'+
|
|
|
1042 |
'<button class="exectab'+(tab==='timeline'?' active':'')+'" onclick="renderExec(\'timeline\')">📝 Timeline</button>'+
|
|
|
1043 |
'<button class="exectab'+(tab==='map'?' active':'')+'" onclick="renderExec(\'map\')">📍 Live Location</button>'+
|
|
|
1044 |
'</div>';
|
|
|
1045 |
if(tab==='map'){
|
| 36903 |
vikas |
1046 |
el('bj-modal').innerHTML=head+'<div id="bjRouteLegend" class="bjlegend"></div>'+
|
|
|
1047 |
'<div id="bjMap"><div class="loading"><div class="spinner"></div>Loading map…</div></div>';
|
| 36897 |
vikas |
1048 |
bjShowMap(ex.userId, ex.date);
|
|
|
1049 |
} else {
|
|
|
1050 |
el('bj-modal').innerHTML=head+buildTimelineHtml(d, ex.date);
|
|
|
1051 |
}
|
|
|
1052 |
}
|
|
|
1053 |
function buildTimelineHtml(d, date){
|
|
|
1054 |
var all=(d.visits||[]).slice();
|
|
|
1055 |
// Sequence like the field report: Punch in -> visited stops (by check-in time)
|
|
|
1056 |
// -> PENDING/not-visited -> Punch out. The attendance row carries both punch-in
|
|
|
1057 |
// & punch-out times; split it into the two bookends.
|
|
|
1058 |
var att=null, visited=[], pending=[];
|
|
|
1059 |
all.forEach(function(x){
|
|
|
1060 |
var tt=(x.taskType||'').toLowerCase(), mt=(x.markType||'').toUpperCase();
|
|
|
1061 |
if(tt==='attendance' || mt.indexOf('PUNCH')>=0){ if(!att) att=x; }
|
|
|
1062 |
else if(x.checkInTime){ visited.push(x); }
|
|
|
1063 |
else { pending.push(x); }
|
|
|
1064 |
});
|
|
|
1065 |
visited.sort(function(a,b){ return tlSecs(a.checkInTime)-tlSecs(b.checkInTime); });
|
| 36882 |
vikas |
1066 |
|
| 36903 |
vikas |
1067 |
var distKm=0, inStoreSec=0, leadsN=0;
|
| 36897 |
vikas |
1068 |
all.forEach(function(x){
|
|
|
1069 |
var tt=(x.taskType||'').toLowerCase();
|
|
|
1070 |
if(tt==='attendance') return;
|
|
|
1071 |
if(x.totalDistance) distKm += (parseFloat(x.totalDistance)||0);
|
|
|
1072 |
inStoreSec += toSec(x.timeSpent);
|
|
|
1073 |
if(tt==='lead') leadsN++;
|
|
|
1074 |
});
|
|
|
1075 |
var workSec = (att && att.checkInTime && att.checkOutTime) ? (toSec(att.checkOutTime)-toSec(att.checkInTime)) : (att?toSec(att.timeSpent):0);
|
|
|
1076 |
if(workSec<0) workSec=0;
|
| 36903 |
vikas |
1077 |
// Travel = working − in-store, so In-store + Travel = Working hours exactly
|
|
|
1078 |
// (summing per-leg transit under-counts the idle/waiting between stops).
|
|
|
1079 |
var transitSec = Math.max(0, workSec - inStoreSec);
|
| 36882 |
vikas |
1080 |
|
| 36897 |
vikas |
1081 |
var seq=[];
|
|
|
1082 |
if(att && att.checkInTime) seq.push(punchEntry('in', att.checkInTime));
|
|
|
1083 |
visited.forEach(function(x){ seq.push(x); });
|
|
|
1084 |
pending.forEach(function(x){ seq.push(x); });
|
|
|
1085 |
if(att && att.checkOutTime) seq.push(punchEntry('out', att.checkOutTime));
|
| 36882 |
vikas |
1086 |
|
| 36897 |
vikas |
1087 |
var h='<div class="jstats">'+
|
|
|
1088 |
jstat(fmtSec(workSec),'Working hours')+
|
|
|
1089 |
jstat(fmtSec(inStoreSec),'In-store time')+
|
|
|
1090 |
jstat(fmtSec(transitSec),'Travel time')+
|
|
|
1091 |
jstat(distKm.toFixed(2)+' km','Distance Covered')+
|
| 36905 |
vikas |
1092 |
jstat(visited.length+(leadsN?' / '+leadsN+'L':''),'Visits / Leads')+
|
| 36897 |
vikas |
1093 |
'</div>';
|
|
|
1094 |
if(!seq.length){ return h+'<p class="desc">No tracking events for this day.</p>'; }
|
|
|
1095 |
h+='<div class="tl">';
|
|
|
1096 |
var ri=0;
|
|
|
1097 |
seq.forEach(function(x){
|
|
|
1098 |
if(!x._punch && x.checkInTime){
|
|
|
1099 |
var tr=(x.transitTime && x.transitTime!=='00:00:00') ? x.transitTime : null;
|
|
|
1100 |
var km=(x.totalDistance && parseFloat(x.totalDistance)>0) ? (parseFloat(x.totalDistance).toFixed(2)+' km') : null;
|
| 36955 |
vikas |
1101 |
var eta=(x.estimatedTime && x.estimatedTime!=='00:00:00') ? x.estimatedTime : null;
|
|
|
1102 |
if(tr || km || eta){
|
|
|
1103 |
var parts=[]; if(tr) parts.push('🚗 '+esc(tr)); if(km) parts.push(esc(km)); if(eta) parts.push('ETA '+esc(eta));
|
|
|
1104 |
// flag the leg red when actual transit exceeds 1.5x the ETA (same rule as the export)
|
|
|
1105 |
var overrun = eta && toSec(tr) > 1.5*toSec(eta);
|
|
|
1106 |
h+='<div class="tlgap"><span class="gappill'+(overrun?' overrun':'')+'"'+(overrun?' title="Travel overran 1.5x the ETA"':'')+'>'+parts.join(' · ')+'</span></div>';
|
| 36877 |
vikas |
1107 |
}
|
| 36897 |
vikas |
1108 |
}
|
|
|
1109 |
h+=tlRow(x, ri%2===0?'left':'right'); ri++;
|
|
|
1110 |
});
|
|
|
1111 |
h+='</div>';
|
|
|
1112 |
return h;
|
| 36877 |
vikas |
1113 |
}
|
| 36897 |
vikas |
1114 |
|
|
|
1115 |
/* ---- live location map (reuses /beat-report/live-tracking pathPoints) ---- */
|
|
|
1116 |
function bjLoadMaps(cb){
|
|
|
1117 |
if(window.google && window.google.maps){ cb(); return; }
|
|
|
1118 |
window._mapsCbs = window._mapsCbs || [];
|
|
|
1119 |
window._mapsCbs.push(cb);
|
|
|
1120 |
if(window._mapsLoading) return;
|
|
|
1121 |
window._mapsLoading=true;
|
|
|
1122 |
window.__bjMapsReady=function(){ (window._mapsCbs||[]).forEach(function(f){ try{f();}catch(e){} }); window._mapsCbs=[]; };
|
|
|
1123 |
var s=document.createElement('script');
|
|
|
1124 |
s.src='https://maps.googleapis.com/maps/api/js?key=AIzaSyAckO0y4Z6WhBOuMjNjioWLSYZDhGEvGBc&libraries=geometry&v=weekly&callback=__bjMapsReady';
|
|
|
1125 |
s.async=true; document.head.appendChild(s);
|
|
|
1126 |
}
|
|
|
1127 |
function bjShowMap(userId, date){
|
|
|
1128 |
bjLoadMaps(function(){
|
|
|
1129 |
fetch(CTX+'/beat-journey/track-map?userId='+userId+'&date='+encodeURIComponent(date),{headers:{'Accept':'application/json'}})
|
|
|
1130 |
.then(function(r){ return r.json(); }).then(function(data){ bjDrawMap(data); })
|
|
|
1131 |
.catch(function(){ var e=document.getElementById('bjMap'); if(e) e.innerHTML='<div class="loading">Could not load location.</div>'; });
|
|
|
1132 |
});
|
|
|
1133 |
}
|
|
|
1134 |
function bjMarkColor(mt){
|
|
|
1135 |
mt=(mt||'').toUpperCase();
|
|
|
1136 |
if(mt.indexOf('CHECKOUT')>=0) return '#2f9e44';
|
|
|
1137 |
if(mt==='CHECKIN') return '#f59f00';
|
|
|
1138 |
if(mt==='DEFERRED') return '#e8590c';
|
|
|
1139 |
if(mt==='PENDING') return '#97a1b5';
|
|
|
1140 |
return '#3b5bdb';
|
|
|
1141 |
}
|
|
|
1142 |
function bjMarkInfo(v,color){
|
|
|
1143 |
return '<div style="font-size:12px;max-width:240px"><b>'+esc(v.name||'')+'</b><br>'+
|
|
|
1144 |
'<span style="background:'+color+';color:#fff;border-radius:4px;padding:1px 6px;font-size:10px">'+esc(v.markType||'')+'</span>'+
|
|
|
1145 |
(v.checkInTime?'<br>In: <b>'+esc(v.checkInTime)+'</b>':'')+
|
|
|
1146 |
(v.checkOutTime?'<br>Out: <b>'+esc(v.checkOutTime)+'</b>':'')+
|
|
|
1147 |
(v.timeSpent?'<br>Time spent: <b>'+esc(v.timeSpent)+'</b>':'')+
|
|
|
1148 |
(v.address?'<br>'+esc(v.address):'')+'</div>';
|
|
|
1149 |
}
|
|
|
1150 |
// Teardrop pin (same shape as Beat Report) with a white disc + label.
|
|
|
1151 |
function bjPin(color, label){
|
|
|
1152 |
var svg='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="40" viewBox="0 0 28 40">'+
|
|
|
1153 |
'<path d="M14 0C6.268 0 0 6.268 0 14c0 10.5 14 26 14 26s14-15.5 14-26C28 6.268 21.732 0 14 0z" fill="'+color+'"/>'+
|
|
|
1154 |
'<circle cx="14" cy="14" r="7" fill="#ffffff"/>'+
|
|
|
1155 |
'<text x="14" y="18" text-anchor="middle" font-size="10" font-weight="bold" fill="'+color+'">'+label+'</text></svg>';
|
|
|
1156 |
return {url:'data:image/svg+xml;charset=UTF-8,'+encodeURIComponent(svg), scaledSize:new google.maps.Size(28,40), anchor:new google.maps.Point(14,40)};
|
|
|
1157 |
}
|
|
|
1158 |
// Larger pin sized to fit a duration label (idle stops).
|
|
|
1159 |
function bjStopPin(label){
|
|
|
1160 |
var s=String(label), d=Math.max(40, 14+s.length*7), H=d+10, r=d/2;
|
|
|
1161 |
var svg='<svg xmlns="http://www.w3.org/2000/svg" width="'+d+'" height="'+H+'" viewBox="0 0 '+d+' '+H+'">'+
|
|
|
1162 |
'<polygon points="'+(r-7)+','+(d-7)+' '+(r+7)+','+(d-7)+' '+r+','+H+'" fill="#e8590c"/>'+
|
|
|
1163 |
'<circle cx="'+r+'" cy="'+r+'" r="'+(r-2)+'" fill="#e8590c" stroke="#ffffff" stroke-width="2"/>'+
|
|
|
1164 |
'<text x="'+r+'" y="'+(r+4)+'" text-anchor="middle" font-size="12" font-weight="bold" fill="#ffffff">'+s+'</text></svg>';
|
|
|
1165 |
return {url:'data:image/svg+xml;charset=UTF-8,'+encodeURIComponent(svg), scaledSize:new google.maps.Size(d,H), anchor:new google.maps.Point(r,H)};
|
|
|
1166 |
}
|
|
|
1167 |
function fmtDur2(sec){ sec=sec||0; var m=Math.floor(sec/60), s=sec%60; return m+'m'+(s>0?' '+s+'s':''); }
|
|
|
1168 |
function bjDrawMap(data){
|
|
|
1169 |
var box=document.getElementById('bjMap'); if(!box) return;
|
|
|
1170 |
box.innerHTML='';
|
|
|
1171 |
var map=new google.maps.Map(box,{zoom:12,center:{lat:20.5937,lng:78.9629},mapTypeControl:true,streetViewControl:false});
|
|
|
1172 |
var bounds=new google.maps.LatLngBounds(), has=false;
|
|
|
1173 |
function pin(pos,icon,zi,title,info){
|
|
|
1174 |
has=true; bounds.extend(pos);
|
|
|
1175 |
var m=new google.maps.Marker({position:pos,map:map,zIndex:zi||100,icon:icon,title:title||''});
|
|
|
1176 |
if(info){ var iw=new google.maps.InfoWindow({content:info}); m.addListener('click',function(){ iw.open(map,m); }); }
|
|
|
1177 |
return m;
|
|
|
1178 |
}
|
|
|
1179 |
|
| 36903 |
vikas |
1180 |
// 1) last-known location marker (the GPS trail itself is drawn as the "taken"
|
|
|
1181 |
// route in bjDrawRoutes, straight from location_tracking_path).
|
| 36897 |
vikas |
1182 |
var pts=(data.path||[]).map(function(p){ return {lat:p.lat,lng:p.lng}; });
|
|
|
1183 |
if(pts.length){
|
|
|
1184 |
pts.forEach(function(p){ bounds.extend(p); has=true; });
|
|
|
1185 |
var lastPt=pts[pts.length-1];
|
|
|
1186 |
var lk=new google.maps.Marker({position:lastPt,map:map,zIndex:999,title:'Last Known Location',
|
|
|
1187 |
icon:{url:CTX+'/resources/images/salesman.png',scaledSize:new google.maps.Size(40,40),anchor:new google.maps.Point(20,20)}});
|
|
|
1188 |
var lkIw=new google.maps.InfoWindow({content:'<div style="font-size:12px"><b>📍 Last known location</b></div>'});
|
|
|
1189 |
lk.addListener('click',function(){ lkIw.open(map,lk); });
|
|
|
1190 |
}
|
|
|
1191 |
|
|
|
1192 |
// 2) idle stops (>=10 min within 50 m)
|
|
|
1193 |
(data.idleStops||[]).forEach(function(s){
|
|
|
1194 |
var lbl=fmtDur2(s.seconds);
|
|
|
1195 |
pin({lat:s.lat,lng:s.lng}, bjStopPin(lbl), 80, 'Idle '+lbl,
|
|
|
1196 |
'<div style="font-size:12px"><b>⏱ Idle stop</b><br>Stayed ~'+esc(lbl)+' within 50 m</div>');
|
|
|
1197 |
});
|
|
|
1198 |
|
| 36954 |
vikas |
1199 |
// 3) every visit — visited stops are numbered in array order; pending / deferred
|
|
|
1200 |
// stops (plotted at their planned store location) get a neutral dot and sit
|
|
|
1201 |
// below the visited pins.
|
| 36897 |
vikas |
1202 |
var idx=0;
|
|
|
1203 |
(data.visits||[]).forEach(function(v){
|
|
|
1204 |
var color=bjMarkColor(v.markType);
|
| 36954 |
vikas |
1205 |
var visited = !!v.checkInTime;
|
|
|
1206 |
pin({lat:v.lat,lng:v.lng}, bjPin(color, visited?String(++idx):'•'), visited?100:60,
|
| 36897 |
vikas |
1207 |
(v.name||'')+' ('+v.markType+')', bjMarkInfo(v,color));
|
|
|
1208 |
});
|
|
|
1209 |
|
|
|
1210 |
// 4) punch in / punch out
|
|
|
1211 |
if(data.punchIn){
|
|
|
1212 |
pin({lat:data.punchIn.lat,lng:data.punchIn.lng}, bjPin('#2f9e44','P'), 300,
|
|
|
1213 |
'Punch in'+(data.punchIn.time?' · '+data.punchIn.time:''),
|
|
|
1214 |
'<div style="font-size:12px"><b>⚑ Punch in</b>'+(data.punchIn.time?'<br>'+esc(data.punchIn.time):'')+'</div>');
|
|
|
1215 |
}
|
|
|
1216 |
if(data.punchOut){
|
|
|
1217 |
pin({lat:data.punchOut.lat,lng:data.punchOut.lng}, bjPin('#7048e8','X'), 300,
|
|
|
1218 |
'Punch out'+(data.punchOut.time?' · '+data.punchOut.time:''),
|
|
|
1219 |
'<div style="font-size:12px"><b>⚑ Punch out</b>'+(data.punchOut.time?'<br>'+esc(data.punchOut.time):'')+'</div>');
|
|
|
1220 |
}
|
|
|
1221 |
|
| 36903 |
vikas |
1222 |
// 5) routes — actual road taken vs Google-suggested optimal, for comparison.
|
|
|
1223 |
// Checkpoints in journey order: punch in → visits (by check-in time) → punch out.
|
|
|
1224 |
var cps=[];
|
|
|
1225 |
if(data.punchIn) cps.push({lat:data.punchIn.lat,lng:data.punchIn.lng});
|
|
|
1226 |
(data.visits||[]).slice()
|
| 36954 |
vikas |
1227 |
.filter(function(v){ return v.lat && v.lng && v.checkInTime; }) // visited stops only
|
| 36903 |
vikas |
1228 |
.sort(function(a,b){ return tlSecs(a.checkInTime)-tlSecs(b.checkInTime); })
|
|
|
1229 |
.forEach(function(v){ cps.push({lat:v.lat,lng:v.lng}); });
|
|
|
1230 |
if(data.punchOut) cps.push({lat:data.punchOut.lat,lng:data.punchOut.lng});
|
| 36929 |
vikas |
1231 |
// Actual time window of the GPS trail (first → last breadcrumb timestamp),
|
|
|
1232 |
// shown on the taken-route click detail alongside the driving estimate.
|
|
|
1233 |
var takenTime='';
|
|
|
1234 |
var dp=data.path||[];
|
|
|
1235 |
if(dp.length>=2 && dp[0].ts && dp[dp.length-1].ts && dp[dp.length-1].ts>dp[0].ts){
|
|
|
1236 |
var t0=dp[0].ts, t1=dp[dp.length-1].ts;
|
|
|
1237 |
takenTime=bjClock(t0)+' → '+bjClock(t1)+' ('+bjElapsed(t1-t0)+')';
|
|
|
1238 |
}
|
|
|
1239 |
bjDrawRoutes(map, cps, pts, takenTime, dp);
|
| 36903 |
vikas |
1240 |
|
| 36897 |
vikas |
1241 |
if(has){
|
|
|
1242 |
map.fitBounds(bounds);
|
|
|
1243 |
google.maps.event.addListenerOnce(map,'idle',function(){ if(map.getZoom()>16) map.setZoom(16); });
|
|
|
1244 |
} else {
|
|
|
1245 |
box.innerHTML='<div class="loading">No GPS / location recorded for this day.</div>';
|
|
|
1246 |
}
|
|
|
1247 |
}
|
| 36903 |
vikas |
1248 |
// TAKEN route = the recorded GPS trail (location_tracking_path) routed along the
|
|
|
1249 |
// road network so it follows actual roads rather than straight hops between sparse
|
|
|
1250 |
// pings. SUGGESTED route = the Google-optimal road route through the journey's
|
|
|
1251 |
// checkpoints (green dotted). Both are drawn and compared by distance.
|
| 36929 |
vikas |
1252 |
function bjDrawRoutes(map, cps, pathPts, takenTime, timedPts){
|
| 36903 |
vikas |
1253 |
var legend=bjRouteLegend();
|
|
|
1254 |
|
|
|
1255 |
// taken — road route traced through the recorded breadcrumb (in order)
|
|
|
1256 |
if(pathPts && pathPts.length>=2){
|
|
|
1257 |
var ds1=new google.maps.DirectionsService();
|
|
|
1258 |
var sample=bjSample(pathPts, 25); // Directions cap: 25 incl. ends
|
|
|
1259 |
var o=sample[0], d=sample[sample.length-1];
|
|
|
1260 |
var vias=sample.slice(1,-1).map(function(p){ return {location:new google.maps.LatLng(p.lat,p.lng), stopover:false}; });
|
|
|
1261 |
bjRouteRequest(ds1, o, d, vias, false, function(res){
|
| 36929 |
vikas |
1262 |
bjRenderRoute(map, res, {color:'#e03131', dashed:false, z:55, label:'Route taken (actual GPS)', time:takenTime, timed:timedPts});
|
| 36903 |
vikas |
1263 |
legend.set('taken', bjRouteKm(res));
|
|
|
1264 |
}, function(status){
|
|
|
1265 |
console.warn('Directions (taken) failed:', status);
|
| 36929 |
vikas |
1266 |
// fallback: plot the raw breadcrumb (straight hops), with arrows, and measure along it
|
|
|
1267 |
var poly=new google.maps.Polyline({path:pathPts,geodesic:false,strokeColor:'#e03131',strokeOpacity:.9,strokeWeight:4,zIndex:55,map:map,
|
|
|
1268 |
icons:[{icon:{path:google.maps.SymbolPath.FORWARD_CLOSED_ARROW,strokeColor:'#e03131',fillColor:'#e03131',fillOpacity:1,scale:3},offset:'3%',repeat:'120px'}]});
|
|
|
1269 |
var km=google.maps.geometry.spherical.computeLength(pathPts.map(function(p){ return new google.maps.LatLng(p.lat,p.lng); }))/1000;
|
|
|
1270 |
bjRouteClick(map, poly, '#e03131', 'Route taken (actual GPS)', km, '', takenTime, timedPts);
|
|
|
1271 |
legend.set('taken', km);
|
| 36903 |
vikas |
1272 |
});
|
|
|
1273 |
} else {
|
|
|
1274 |
legend.set('taken', false);
|
|
|
1275 |
}
|
|
|
1276 |
|
|
|
1277 |
// suggested — Google-optimal route through punch-in → visits → punch-out
|
|
|
1278 |
if(cps.length>=2){
|
|
|
1279 |
var ds=new google.maps.DirectionsService();
|
|
|
1280 |
var origin=cps[0], dest=cps[cps.length-1], mids=cps.slice(1,-1), capped=false;
|
|
|
1281 |
if(mids.length>23){ mids=mids.slice(0,23); capped=true; } // Directions allows 23 waypoints
|
|
|
1282 |
var wpts=mids.map(function(p){ return {location:new google.maps.LatLng(p.lat,p.lng), stopover:true}; });
|
|
|
1283 |
bjRouteRequest(ds, origin, dest, wpts, true, function(res){
|
| 36929 |
vikas |
1284 |
bjRenderRoute(map, res, {color:'#2f9e44', dashed:true, z:50, label:'Suggested route (optimal)'});
|
| 36903 |
vikas |
1285 |
legend.set('suggested', bjRouteKm(res));
|
|
|
1286 |
}, function(status){ console.warn('Directions (suggested) failed:', status); legend.set('suggested', false); });
|
|
|
1287 |
if(capped) legend.note('Suggested route limited to first 23 stops');
|
|
|
1288 |
} else {
|
|
|
1289 |
legend.set('suggested', false);
|
|
|
1290 |
}
|
|
|
1291 |
}
|
|
|
1292 |
// Evenly downsample a list to at most `max` items, always keeping first and last.
|
|
|
1293 |
function bjSample(arr, max){
|
|
|
1294 |
if(arr.length<=max) return arr.slice();
|
|
|
1295 |
var out=[], step=(arr.length-1)/(max-1);
|
|
|
1296 |
for(var i=0;i<max;i++) out.push(arr[Math.round(i*step)]);
|
|
|
1297 |
return out;
|
|
|
1298 |
}
|
|
|
1299 |
function bjRouteRequest(ds, origin, dest, wpts, optimize, ok, err){
|
|
|
1300 |
ds.route({
|
|
|
1301 |
origin:new google.maps.LatLng(origin.lat,origin.lng),
|
|
|
1302 |
destination:new google.maps.LatLng(dest.lat,dest.lng),
|
|
|
1303 |
waypoints:wpts, optimizeWaypoints:optimize,
|
|
|
1304 |
travelMode:google.maps.TravelMode.DRIVING
|
|
|
1305 |
}, function(res, status){
|
|
|
1306 |
if(status===google.maps.DirectionsStatus.OK && res && res.routes && res.routes.length) ok(res);
|
|
|
1307 |
else err(status);
|
|
|
1308 |
});
|
|
|
1309 |
}
|
| 36929 |
vikas |
1310 |
// Draw a route as a custom polyline (so we can add direction arrows + a click
|
|
|
1311 |
// info window). Forward arrows are repeated along the line; dashed routes also
|
|
|
1312 |
// get the dash pattern. Clicking the line opens its distance / duration detail.
|
| 36903 |
vikas |
1313 |
function bjRenderRoute(map, res, opt){
|
| 36929 |
vikas |
1314 |
var path=res.routes[0].overview_path;
|
|
|
1315 |
var arrow={icon:{path:google.maps.SymbolPath.FORWARD_CLOSED_ARROW, strokeColor:opt.color,
|
|
|
1316 |
strokeOpacity:1, strokeWeight:1, fillColor:opt.color, fillOpacity:1, scale:opt.dashed?2.6:3.2},
|
|
|
1317 |
offset:'3%', repeat:opt.dashed?'95px':'120px'};
|
|
|
1318 |
var icons=[arrow];
|
| 36903 |
vikas |
1319 |
if(opt.dashed){
|
| 36929 |
vikas |
1320 |
icons.unshift({icon:{path:'M 0,-1 0,1', strokeColor:opt.color, strokeOpacity:1, strokeWeight:4, scale:3}, offset:'0', repeat:'14px'});
|
| 36903 |
vikas |
1321 |
}
|
| 36929 |
vikas |
1322 |
var poly=new google.maps.Polyline({path:path, map:map, zIndex:opt.z,
|
|
|
1323 |
strokeColor:opt.color, strokeOpacity:opt.dashed?0:0.85, strokeWeight:opt.dashed?0:5, icons:icons});
|
|
|
1324 |
bjRouteClick(map, poly, opt.color, opt.label||(opt.dashed?'Suggested route':'Route taken'),
|
|
|
1325 |
bjRouteKm(res), bjRouteDur(res), opt.time, opt.timed);
|
| 36903 |
vikas |
1326 |
}
|
| 36929 |
vikas |
1327 |
// Attach a click handler that opens an info window with the route's details at
|
|
|
1328 |
// the clicked point. Reused by both the routed line and the breadcrumb fallback.
|
|
|
1329 |
// `time` (optional) is the actual GPS time window, e.g. "09:28 → 16:03 (6h 35m)".
|
|
|
1330 |
// `timed` (optional) are the raw breadcrumbs with timestamps; when present, the
|
|
|
1331 |
// captured time at the nearest breadcrumb to the click is shown.
|
|
|
1332 |
function bjRouteClick(map, poly, color, label, km, dur, time, timed){
|
|
|
1333 |
var iw=new google.maps.InfoWindow();
|
|
|
1334 |
poly.addListener('click', function(e){
|
|
|
1335 |
var here='';
|
|
|
1336 |
if(timed && timed.length){
|
|
|
1337 |
var np=bjNearestPt(timed, e.latLng);
|
|
|
1338 |
if(np && np.ts) here='📍 At this point: <b>'+bjClockS(np.ts)+'</b><br>';
|
|
|
1339 |
}
|
|
|
1340 |
iw.setContent('<div style="font-size:12px;line-height:1.5"><b style="color:'+color+'">➤ '+esc(label)+'</b><br>'+
|
|
|
1341 |
here+(time?'Time: <b>'+time+'</b><br>':'')+
|
|
|
1342 |
'Distance: <b>'+km.toFixed(1)+' km</b>'+(dur?'<br>Est. drive: <b>'+esc(dur)+'</b>':'')+'</div>');
|
|
|
1343 |
iw.setPosition(e.latLng); iw.open(map);
|
|
|
1344 |
});
|
|
|
1345 |
}
|
|
|
1346 |
// Nearest timestamped breadcrumb to a clicked LatLng (great-circle distance).
|
|
|
1347 |
function bjNearestPt(timed, latLng){
|
|
|
1348 |
var best=null, bd=Infinity;
|
|
|
1349 |
for(var i=0;i<timed.length;i++){
|
|
|
1350 |
var d=google.maps.geometry.spherical.computeDistanceBetween(latLng, new google.maps.LatLng(timed[i].lat, timed[i].lng));
|
|
|
1351 |
if(d<bd){ bd=d; best=timed[i]; }
|
|
|
1352 |
}
|
|
|
1353 |
return best;
|
|
|
1354 |
}
|
|
|
1355 |
// Format an epoch-millis timestamp as a local HH:MM clock, and a millisecond
|
|
|
1356 |
// span as a compact "Nh Nm" / "Nm" elapsed string (for the GPS time window).
|
|
|
1357 |
function bjClock(ts){
|
|
|
1358 |
var d=new Date(ts), h=d.getHours(), m=d.getMinutes();
|
|
|
1359 |
return (h<10?'0':'')+h+':'+(m<10?'0':'')+m;
|
|
|
1360 |
}
|
|
|
1361 |
function bjClockS(ts){
|
|
|
1362 |
var d=new Date(ts), h=d.getHours(), m=d.getMinutes(), s=d.getSeconds();
|
|
|
1363 |
return (h<10?'0':'')+h+':'+(m<10?'0':'')+m+':'+(s<10?'0':'')+s;
|
|
|
1364 |
}
|
|
|
1365 |
function bjElapsed(ms){
|
|
|
1366 |
var s=Math.round(ms/1000), h=Math.floor(s/3600), m=Math.round((s%3600)/60);
|
|
|
1367 |
return h ? (h+'h '+m+'m') : (m+'m');
|
|
|
1368 |
}
|
| 36903 |
vikas |
1369 |
function bjRouteKm(res){
|
|
|
1370 |
var m=0; (res.routes[0].legs||[]).forEach(function(l){ m+=(l.distance?l.distance.value:0); }); return m/1000;
|
|
|
1371 |
}
|
| 36929 |
vikas |
1372 |
function bjRouteDur(res){
|
|
|
1373 |
var s=0; (res.routes[0].legs||[]).forEach(function(l){ s+=(l.duration?l.duration.value:0); });
|
|
|
1374 |
if(!s) return '';
|
|
|
1375 |
var h=Math.floor(s/3600), m=Math.round((s%3600)/60);
|
|
|
1376 |
return h ? (h+'h '+m+'m') : (m+'m');
|
|
|
1377 |
}
|
| 36903 |
vikas |
1378 |
// Route-comparison panel rendered into the modal (#bjRouteLegend), above the map.
|
|
|
1379 |
// Each distance fills in as its route resolves. value: number = km, false =
|
|
|
1380 |
// unavailable, undefined = still loading.
|
|
|
1381 |
function bjRouteLegend(){
|
|
|
1382 |
var div=el('bjRouteLegend');
|
|
|
1383 |
if(!div) return { set:function(){}, note:function(){} };
|
|
|
1384 |
var taken, sugg, noteTxt='';
|
|
|
1385 |
function val(v){ return typeof v==='number' ? '<b>'+v.toFixed(1)+' km</b>' : (v===false ? 'n/a' : '…'); }
|
|
|
1386 |
function render(){
|
|
|
1387 |
var cmp='';
|
|
|
1388 |
if(typeof taken==='number' && typeof sugg==='number'){
|
|
|
1389 |
cmp = taken>sugg+0.05
|
|
|
1390 |
? '<span style="color:#e03131">+'+(taken-sugg).toFixed(1)+' km longer than suggested</span>'
|
|
|
1391 |
: '<span style="color:#2f9e44">on / better than the suggested route</span>';
|
|
|
1392 |
}
|
|
|
1393 |
div.innerHTML=
|
|
|
1394 |
'<span class="lg">Route comparison</span>'+
|
|
|
1395 |
'<span><span class="sw ln"></span>Taken (GPS)</span>'+
|
|
|
1396 |
'<span><span class="sw dt"></span>Suggested</span>'+
|
|
|
1397 |
cmp+
|
|
|
1398 |
(noteTxt?'<span style="color:#e8590c">'+noteTxt+'</span>':'');
|
|
|
1399 |
}
|
|
|
1400 |
render();
|
|
|
1401 |
return { set:function(k,v){ if(k==='taken')taken=v; else sugg=v; render(); }, note:function(t){ noteTxt=t; render(); } };
|
|
|
1402 |
}
|
| 36882 |
vikas |
1403 |
function tlSecs(t){ if(!t) return 1e9; var p=t.split(':'); return (+p[0])*3600+(+(p[1]||0))*60+(+(p[2]||0)); }
|
|
|
1404 |
function toSec(t){ if(!t||t==='00:00:00') return 0; var p=t.split(':'); return (+p[0])*3600+(+(p[1]||0))*60+(+(p[2]||0)); }
|
|
|
1405 |
function fmtSec(s){ s=Math.max(0,Math.round(s)); var h=Math.floor(s/3600), m=Math.floor((s%3600)/60), ss=s%60; function z(n){return (n<10?'0':'')+n;} return z(h)+':'+z(m)+':'+z(ss); }
|
|
|
1406 |
function jstat(v,l){ return '<div class="js"><div class="jv">'+v+'</div><div class="jl">'+l+'</div></div>'; }
|
|
|
1407 |
function hhmm(t){ return t? t.slice(0,5):''; }
|
|
|
1408 |
function tlThumb(att){
|
| 36903 |
vikas |
1409 |
if(att && window._mediaUrl) return '<img class="tlthumb" src="'+esc(window._mediaUrl+att)+'" onclick="bjOpenImage(this.src)" onerror="tlImgErr(this)">';
|
| 36882 |
vikas |
1410 |
return '<div class="tlph" title="No photo">📷</div>';
|
|
|
1411 |
}
|
|
|
1412 |
function tlImgErr(im){ var d=document.createElement('div'); d.className='tlph'; d.title='Photo unavailable'; d.innerHTML='📷'; if(im.parentNode) im.parentNode.replaceChild(d, im); }
|
|
|
1413 |
function punchEntry(kind, time){ return {_punch:kind, checkInTime:time, markType:(kind==='in'?'PUNCHIN':'PUNCHOUT'), taskType:'attendance'}; }
|
|
|
1414 |
function tlStyle(x){
|
|
|
1415 |
var mt=(x.markType||'').toUpperCase(), tt=(x.taskType||'').toLowerCase();
|
|
|
1416 |
if(x._punch || tt==='attendance' || mt.indexOf('PUNCH')>=0) return {c:'#7048e8', l:(x._punch==='out'?'Punch out':'Punch in'), ic:'⚑'};
|
|
|
1417 |
if(mt.indexOf('CHECKOUT')>=0) return {c:'#2f9e44', l:'Visited', ic:'✓'};
|
|
|
1418 |
if(mt==='CHECKIN') return {c:'#1098ad', l:'In store', ic:'📍'};
|
|
|
1419 |
if(mt==='DEFERRED') return {c:'#e8590c', l:'Deferred', ic:'↻'};
|
|
|
1420 |
if(mt==='PENDING' || !x.checkInTime) return {c:'#97a1b5', l:'Pending', ic:'○'};
|
|
|
1421 |
return {c:'#3b5bdb', l:(mt||'-'), ic:'●'};
|
|
|
1422 |
}
|
|
|
1423 |
function tlTitle(x){
|
|
|
1424 |
if(x._punch) return x._punch==='in' ? 'Journey start (Punch in)' : 'Journey end (Punch out)';
|
|
|
1425 |
var n=x.taskName||'';
|
| 36903 |
vikas |
1426 |
var taskType=(x.taskType||'').toLowerCase();
|
|
|
1427 |
if(taskType==='franchisee-visit') {
|
|
|
1428 |
var pipe = n.lastIndexOf('|');
|
|
|
1429 |
if (pipe >= 0) n = n.slice(pipe + 1); // drop leading agenda tags
|
|
|
1430 |
n = n.replace(/\s*VISIT\b.*$/i, '').replace(/\s*visit\s*$/i, '').replace(/\bnull\b/gi, '').replace(/\s{2,}/g, ' ').trim();
|
|
|
1431 |
}
|
| 36882 |
vikas |
1432 |
return n || '(stop)';
|
|
|
1433 |
}
|
|
|
1434 |
function tlRow(x, side){
|
|
|
1435 |
var s=tlStyle(x);
|
|
|
1436 |
var tt=(x.taskType||'').toLowerCase();
|
|
|
1437 |
var timeTop = x.checkInTime ? hhmm(x.checkInTime) : '-';
|
|
|
1438 |
var tlabel = x._punch ? (x._punch==='in'?'punch in':'punch out') : (x.checkInTime?'check-in':'pending');
|
|
|
1439 |
var meta;
|
|
|
1440 |
if(x._punch){
|
|
|
1441 |
meta = (x._punch==='in'?'Punch in':'Punch out') + ' · ' + hhmm(x.checkInTime);
|
|
|
1442 |
} else {
|
|
|
1443 |
var io = (x.checkInTime?hhmm(x.checkInTime):'-') + ' → ' + (x.checkOutTime?hhmm(x.checkOutTime):'-');
|
|
|
1444 |
var dur = (x.timeSpent && x.timeSpent!=='00:00:00') ? ' · '+esc(x.timeSpent) : '';
|
|
|
1445 |
var typeLabel = tt==='lead' ? 'Lead' : (tt==='office-visit'?'Office':'Partner');
|
|
|
1446 |
meta = x.checkInTime ? (typeLabel+' · '+io+dur) : (typeLabel+' · not visited');
|
|
|
1447 |
}
|
|
|
1448 |
// image (or placeholder) + battery + location-toggle on real stops
|
|
|
1449 |
var extra='';
|
|
|
1450 |
if(!x._punch){
|
|
|
1451 |
var chips='';
|
|
|
1452 |
if(x.battery!=null) chips += '<span class="tlchip">🔋 '+x.battery+'%</span>';
|
|
|
1453 |
if(x.locOff!=null) chips += '<span class="tlchip">📴 '+x.locOff+'</span>';
|
|
|
1454 |
extra = '<div class="tlextra">'+tlThumb(x.attachment)+chips+'</div>';
|
|
|
1455 |
}
|
| 36903 |
vikas |
1456 |
var card='<div class="tlcard">'+
|
| 36882 |
vikas |
1457 |
'<div class="tm" style="background:'+s.c+'">'+timeTop+'<small>'+tlabel+'</small></div>'+
|
|
|
1458 |
'<div class="bd"><div class="ti">'+esc(tlTitle(x))+'</div>'+
|
|
|
1459 |
'<span class="stt" style="background:'+s.c+'">'+s.l+'</span>'+
|
| 36941 |
vikas |
1460 |
(tt==='lead' ? '<span class="stt unplanned">Unplanned</span>' : '')+
|
| 36882 |
vikas |
1461 |
'<div class="mt">'+meta+'</div>'+extra+'</div>'+
|
| 36903 |
vikas |
1462 |
'</div>';
|
|
|
1463 |
// remark sits on the opposite half of the timeline (empty spacer when none)
|
|
|
1464 |
var rk=(!x._punch && x.remarks) ? '<div class="rk"><div class="rkl">Remark</div>'+esc(x.remarks)+'</div>' : '';
|
|
|
1465 |
var remark='<div class="tlremark">'+rk+'</div>';
|
|
|
1466 |
var halves = side==='left' ? (card+remark) : (remark+card);
|
|
|
1467 |
return '<div class="tlrow '+side+'">'+
|
|
|
1468 |
'<div class="node" style="background:'+s.c+'">'+s.ic+'</div>'+
|
|
|
1469 |
halves+'</div>';
|
| 36882 |
vikas |
1470 |
}
|
| 36877 |
vikas |
1471 |
function closeModal(){ el('bj-modal-back').classList.remove('show'); }
|
| 36903 |
vikas |
1472 |
// Image lightbox — opens an attachment larger, stacked above the journey modal.
|
|
|
1473 |
function bjOpenImage(src){ if(!src) return; el('bj-img').src=src; el('bj-img-back').classList.add('show'); }
|
|
|
1474 |
function bjCloseImage(){ el('bj-img-back').classList.remove('show'); el('bj-img').removeAttribute('src'); }
|
| 36877 |
vikas |
1475 |
|
|
|
1476 |
/* ============================ APPROVAL ============================ */
|
|
|
1477 |
function loadApproval(){
|
|
|
1478 |
spinner();
|
|
|
1479 |
var from=el('bj-start').value, to=el('bj-end').value;
|
|
|
1480 |
var u=CTX+'/beat-report/approval/data?fromDate='+encodeURIComponent(from)+'&toDate='+encodeURIComponent(to)+qs();
|
|
|
1481 |
fetch(u,{headers:{'Accept':'application/json'}}).then(function(r){ return r.json(); }).then(function(d){
|
|
|
1482 |
var rows=d.rows||[];
|
|
|
1483 |
var h='<div class="card"><h2>Location Approval <span style="color:#97a1b5;font-weight:500;font-size:12px">· '+rows.length+' off-site check-ins</span></h2>'+
|
|
|
1484 |
'<p class="desc">Check-ins recorded >50 m from the partner\'s saved location, across your downline. Approving updates the partner\'s coordinates.</p>';
|
|
|
1485 |
if(!rows.length){ h+='<p class="desc">Nothing pending in this window.</p></div>'; el('bj-content').innerHTML=h; return; }
|
|
|
1486 |
h+='<table><thead><tr><th>Executive</th><th>Store</th><th>Date</th><th>Check-in</th><th class="num">Distance</th><th class="num">Action</th></tr></thead><tbody>';
|
|
|
1487 |
rows.forEach(function(r){
|
|
|
1488 |
h+='<tr id="appr-'+r.trackingId+'"><td>'+esc(r.username)+'</td><td>'+esc(r.taskName)+'</td><td>'+esc(r.taskDate)+'</td><td>'+esc(r.checkInTime)+'</td>'+
|
|
|
1489 |
'<td class="num '+(r.distanceM>200?'badflag':'warnflag')+'">'+r.distanceM+' m</td>'+
|
|
|
1490 |
'<td class="num"><button class="btn-ok" onclick="approve('+r.trackingId+')">Approve</button></td></tr>';
|
|
|
1491 |
});
|
|
|
1492 |
h+='</tbody></table></div>';
|
|
|
1493 |
el('bj-content').innerHTML=h;
|
|
|
1494 |
}).catch(fail);
|
|
|
1495 |
}
|
|
|
1496 |
function approve(trackingId){
|
|
|
1497 |
fetch(CTX+'/beat-report/approve-checkin',{method:'POST',headers:{'Content-Type':'application/x-www-form-urlencoded'},body:'trackingId='+trackingId})
|
|
|
1498 |
.then(function(r){ return r.json(); }).then(function(){ var row=el('appr-'+trackingId); if(row) row.parentNode.removeChild(row); }).catch(function(){ alert('Approve failed'); });
|
|
|
1499 |
}
|
|
|
1500 |
|
| 36903 |
vikas |
1501 |
/* ============================ EXPORT ============================ */
|
|
|
1502 |
// Download the Employee Task Report (.xlsx). Today lens exports the single
|
|
|
1503 |
// selected day; Period lens exports the whole start..end range. Both carry the
|
|
|
1504 |
// current level / team scope (qs()). The download is served as an attachment, so
|
|
|
1505 |
// navigating to the URL triggers the file save without leaving the page.
|
|
|
1506 |
function exportReport(){
|
| 36913 |
vikas |
1507 |
var start, end, path;
|
|
|
1508 |
if(LENS==='period'){
|
|
|
1509 |
// Period lens: per-employee totals + a Raw Data sheet (separate endpoint).
|
|
|
1510 |
start=el('bj-start').value; end=el('bj-end').value; path='/export-period';
|
|
|
1511 |
} else {
|
|
|
1512 |
// Today lens: the day-grouped Employee Task Report (unchanged).
|
|
|
1513 |
start=el('bj-date').value; end=start; path='/export';
|
|
|
1514 |
}
|
|
|
1515 |
var u = BASE + path + '?startDate=' + encodeURIComponent(start) + '&endDate=' + encodeURIComponent(end) + qs();
|
| 36903 |
vikas |
1516 |
window.location.href = u;
|
|
|
1517 |
}
|
|
|
1518 |
|
| 36877 |
vikas |
1519 |
/* ============================ INIT ============================ */
|
|
|
1520 |
document.querySelectorAll('.lens').forEach(function(b){ b.addEventListener('click', function(){ setLens(b.getAttribute('data-lens')); }); });
|
|
|
1521 |
el('bj-apply').addEventListener('click', load);
|
| 36903 |
vikas |
1522 |
el('bj-export').addEventListener('click', exportReport);
|
| 36897 |
vikas |
1523 |
el('bj-level').addEventListener('change', onLevelChange);
|
|
|
1524 |
if(el('bj-user')) el('bj-user').addEventListener('change', load);
|
|
|
1525 |
el('bj-date').addEventListener('change', updateTodayLabel);
|
| 36877 |
vikas |
1526 |
el('bj-modal-back').addEventListener('click', function(e){ if(e.target===el('bj-modal-back')) closeModal(); });
|
| 36903 |
vikas |
1527 |
el('bj-img-back').addEventListener('click', function(e){ if(e.target===el('bj-img-back')) bjCloseImage(); });
|
|
|
1528 |
el('bj-img-x').addEventListener('click', bjCloseImage);
|
|
|
1529 |
// Esc closes the lightbox first (if open), otherwise the journey modal.
|
|
|
1530 |
document.addEventListener('keydown', function(e){
|
|
|
1531 |
if(e.key!=='Escape') return;
|
|
|
1532 |
if(el('bj-img-back').classList.contains('show')) bjCloseImage();
|
|
|
1533 |
else if(el('bj-modal-back').classList.contains('show')) closeModal();
|
|
|
1534 |
});
|
| 36897 |
vikas |
1535 |
updateTodayLabel();
|
| 36877 |
vikas |
1536 |
load();
|
|
|
1537 |
</script>
|
|
|
1538 |
</body>
|
|
|
1539 |
</html>
|