Subversion Repositories SmartDukaan

Rev

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