Subversion Repositories SmartDukaan

Rev

Rev 36941 | Rev 36955 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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