| 21627 |
kshitij.so |
1 |
<!DOCTYPE html>
|
|
|
2 |
<html lang="en">
|
| 27875 |
amit.gupta |
3 |
<head>
|
| 30485 |
tejbeer |
4 |
<meta charset="UTF-8">
|
| 22095 |
kshitij.so |
5 |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
| 23166 |
amit.gupta |
6 |
<meta name="description" content="Smart Dukaan FOCO Dashboard">
|
|
|
7 |
<meta name="author" content="smartdukaan">
|
| 31859 |
amit.gupta |
8 |
|
| 31807 |
tejbeer |
9 |
<meta name="referer" content="no-referer">
|
|
|
10 |
<meta name="referrer" content="no-referrer">
|
| 31859 |
amit.gupta |
11 |
|
| 27875 |
amit.gupta |
12 |
<!--<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">-->
|
|
|
13 |
<link rel="shortcut icon" href="assets/images/icons/favicon.png">
|
| 21627 |
kshitij.so |
14 |
|
| 23166 |
amit.gupta |
15 |
<title>Smart Dukaan - FOCO Dashboard</title>
|
| 21627 |
kshitij.so |
16 |
|
| 27875 |
amit.gupta |
17 |
<!-- Bootstrap CSS -->
|
| 21627 |
kshitij.so |
18 |
<!-- bootstrap theme -->
|
|
|
19 |
<!--external css-->
|
|
|
20 |
<!-- font icon -->
|
| 27875 |
amit.gupta |
21 |
<link href="resources/css/elegant-icons-style.css" rel="stylesheet"/>
|
|
|
22 |
<link href="resources/css/font-awesome.min.css" rel="stylesheet"/>
|
| 21627 |
kshitij.so |
23 |
<!-- full calendar css-->
|
|
|
24 |
<!-- owl carousel -->
|
|
|
25 |
<link rel="stylesheet" href="resources/css/owl.carousel.css" type="text/css">
|
| 27875 |
amit.gupta |
26 |
<link href="resources/css/jquery-jvectormap-1.2.2.css" rel="stylesheet">
|
| 21627 |
kshitij.so |
27 |
<!-- Custom styles -->
|
| 27875 |
amit.gupta |
28 |
<link href="resources/css/widgets.css" rel="stylesheet">
|
| 24566 |
amit.gupta |
29 |
<link href="resources/css/style.css?v=${cssVersion}" rel="stylesheet">
|
| 25143 |
amit.gupta |
30 |
<link href="resources/css/card.css?v=${cssVersion}" rel="stylesheet">
|
| 30165 |
manish |
31 |
<link href="resources/css/brand-logo.css?v=${cssVersion}" rel="stylesheet">
|
| 27875 |
amit.gupta |
32 |
<link href="resources/css/style-responsive.css?v=${cssVersion}" rel="stylesheet"/>
|
|
|
33 |
<link href="resources/css/jquery-ui-1.10.4.min.css" rel="stylesheet">
|
| 24066 |
amit.gupta |
34 |
<link type="text/css" href="resources/css/bootstrap.css" rel="stylesheet">
|
| 27875 |
amit.gupta |
35 |
<!--<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/bootstrap/3/css/bootstrap.css" />-->
|
| 24066 |
amit.gupta |
36 |
<link href="resources/css/bootstrap-theme.min.css" rel="stylesheet">
|
| 28524 |
amit.gupta |
37 |
<link rel="stylesheet" type="text/css" href="resources/js/daterangepicker/daterangepicker.css"/>
|
| 27624 |
tejbeer |
38 |
|
| 27875 |
amit.gupta |
39 |
<link rel="stylesheet" type="text/css" href="resources/css/bootstrap-multiselect.css"/>
|
| 31189 |
tejbeer |
40 |
<link rel="stylesheet" type="text/css" href="resources/css/datatables.bootstrap.min.css"/>
|
| 27875 |
amit.gupta |
41 |
<link rel='stylesheet' href='https://use.fontawesome.com/releases/v5.7.0/css/all.css'
|
|
|
42 |
integrity='sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ' crossorigin='anonymous'>
|
| 30695 |
amit.gupta |
43 |
<link rel="stylesheet" type="text/css" href="resources/css/bootstrap-tagsinput.css">
|
| 33167 |
amit.gupta |
44 |
<!-- Include the Toastify CSS file -->
|
|
|
45 |
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
|
| 30492 |
amit.gupta |
46 |
<style>
|
| 34426 |
tejus.loha |
47 |
.modal-xl {
|
|
|
48 |
max-width: 70% !important; /* or 90%, adjust as needed */
|
|
|
49 |
width: 100%;
|
|
|
50 |
}
|
| 27596 |
tejbeer |
51 |
|
| 30017 |
amit.gupta |
52 |
Small desktops-- >
|
|
|
53 |
|
| 33995 |
vikas.jang |
54 |
@media (max-width: 1920px) {
|
|
|
55 |
body {
|
|
|
56 |
zoom: 80% !important;
|
|
|
57 |
}
|
|
|
58 |
}
|
|
|
59 |
|
| 30017 |
amit.gupta |
60 |
@media (max-width: 1280px) {
|
|
|
61 |
div.count {
|
|
|
62 |
font-size: 18px;
|
|
|
63 |
}
|
|
|
64 |
}
|
|
|
65 |
|
|
|
66 |
|
| 27875 |
amit.gupta |
67 |
.current-margin {
|
|
|
68 |
cursor: pointer;
|
|
|
69 |
}
|
| 21627 |
kshitij.so |
70 |
|
| 27875 |
amit.gupta |
71 |
.margin-calculator {
|
|
|
72 |
cursor: pointer;
|
|
|
73 |
}
|
| 25654 |
amit.gupta |
74 |
|
| 27875 |
amit.gupta |
75 |
.Vivo:hover {
|
|
|
76 |
border-radius: 40px;
|
|
|
77 |
background: blue;
|
|
|
78 |
}
|
| 21627 |
kshitij.so |
79 |
|
| 27875 |
amit.gupta |
80 |
|
|
|
81 |
.Samsung:hover {
|
|
|
82 |
border-radius: 4px;
|
|
|
83 |
background: blue;
|
|
|
84 |
}
|
|
|
85 |
|
|
|
86 |
.Vivo:hover {
|
|
|
87 |
border-radius: 4px;
|
|
|
88 |
background: mediumblue;
|
|
|
89 |
}
|
|
|
90 |
|
|
|
91 |
.Oppo:hover {
|
|
|
92 |
border-radius: 4px;
|
|
|
93 |
background: green;
|
|
|
94 |
}
|
|
|
95 |
|
|
|
96 |
.Lava:hover {
|
|
|
97 |
border-radius: 4px;
|
|
|
98 |
background: salmon;
|
|
|
99 |
}
|
|
|
100 |
|
|
|
101 |
.Live:hover {
|
|
|
102 |
border-radius: 4px;
|
|
|
103 |
background: coral;
|
|
|
104 |
}
|
|
|
105 |
|
|
|
106 |
.Nokia:hover {
|
|
|
107 |
border-radius: 4px;
|
|
|
108 |
background: blue;
|
|
|
109 |
}
|
|
|
110 |
|
|
|
111 |
.Realme:hover {
|
|
|
112 |
border-radius: 4px;
|
|
|
113 |
background: yellow;
|
|
|
114 |
}
|
|
|
115 |
|
|
|
116 |
.Tecno:hover {
|
|
|
117 |
border-radius: 4px;
|
|
|
118 |
background: DarkTurquoise;
|
|
|
119 |
}
|
|
|
120 |
|
|
|
121 |
.Samsung {
|
|
|
122 |
|
|
|
123 |
-moz-border-radius: 4px;
|
|
|
124 |
border-radius: 4px;
|
|
|
125 |
border: solid 5px black;
|
|
|
126 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
|
|
|
127 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
|
128 |
background-image: linear-gradient(#4682B4, #dae5f4);
|
|
|
129 |
color: #FFF;
|
|
|
130 |
padding: 8px 12px;
|
|
|
131 |
text-decoration: none;
|
|
|
132 |
cursor: pointer;
|
|
|
133 |
|
|
|
134 |
|
|
|
135 |
}
|
|
|
136 |
|
|
|
137 |
.Vivo {
|
|
|
138 |
-moz-border-radius: 4px;
|
|
|
139 |
border-radius: 4px;
|
|
|
140 |
border: solid 5px black;
|
|
|
141 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
|
|
|
142 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
|
143 |
background-image: linear-gradient(#4682B4, #dae5f4);
|
|
|
144 |
color: #FFF;
|
|
|
145 |
padding: 8px 12px;
|
|
|
146 |
text-decoration: none;
|
|
|
147 |
cursor: pointer;
|
|
|
148 |
|
|
|
149 |
}
|
|
|
150 |
|
|
|
151 |
.Oppo {
|
|
|
152 |
-moz-border-radius: 4px;
|
|
|
153 |
border-radius: 4px;
|
|
|
154 |
border: solid 5px black;
|
|
|
155 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
|
|
|
156 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
|
157 |
background-image: linear-gradient(#4682B4, #dae5f4);
|
|
|
158 |
color: #FFF;
|
|
|
159 |
padding: 8px 12px;
|
|
|
160 |
text-decoration: none;
|
|
|
161 |
cursor: pointer;
|
|
|
162 |
|
|
|
163 |
}
|
|
|
164 |
|
|
|
165 |
.Lava {
|
|
|
166 |
|
|
|
167 |
-moz-border-radius: 4px;
|
|
|
168 |
border-radius: 4px;
|
|
|
169 |
border: solid 5px black;
|
|
|
170 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
|
|
|
171 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
|
172 |
background-image: linear-gradient(#4682B4, #dae5f4);
|
|
|
173 |
color: #FFF;
|
|
|
174 |
padding: 8px 12px;
|
|
|
175 |
text-decoration: none;
|
|
|
176 |
cursor: pointer;
|
|
|
177 |
|
|
|
178 |
}
|
|
|
179 |
|
|
|
180 |
.Realme {
|
|
|
181 |
-moz-border-radius: 4px;
|
|
|
182 |
border-radius: 4px;
|
|
|
183 |
border: solid 5px black;
|
|
|
184 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
|
|
|
185 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
|
186 |
background-image: linear-gradient(#4682B4, #dae5f4);
|
|
|
187 |
color: #FFF;
|
|
|
188 |
padding: 8px 12px;
|
|
|
189 |
text-decoration: none;
|
|
|
190 |
cursor: pointer;
|
|
|
191 |
|
|
|
192 |
}
|
|
|
193 |
|
|
|
194 |
.Tecno {
|
|
|
195 |
-moz-border-radius: 4px;
|
|
|
196 |
border-radius: 4px;
|
|
|
197 |
border: solid 5px black;
|
|
|
198 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
|
|
|
199 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
|
200 |
background-image: linear-gradient(#4682B4, #dae5f4);
|
|
|
201 |
color: #FFF;
|
|
|
202 |
padding: 8px 12px;
|
|
|
203 |
text-decoration: none;
|
|
|
204 |
cursor: pointer;
|
|
|
205 |
|
|
|
206 |
}
|
|
|
207 |
|
|
|
208 |
.Nokia {
|
|
|
209 |
-moz-border-radius: 4px;
|
|
|
210 |
border-radius: 4px;
|
|
|
211 |
border: solid 5px black;
|
|
|
212 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
|
|
|
213 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
|
214 |
background-image: linear-gradient(#4682B4, #dae5f4);
|
|
|
215 |
color: #FFF;
|
|
|
216 |
padding: 8px 12px;
|
|
|
217 |
text-decoration: none;
|
|
|
218 |
cursor: pointer;
|
|
|
219 |
|
|
|
220 |
}
|
|
|
221 |
|
|
|
222 |
.Live {
|
|
|
223 |
|
|
|
224 |
-moz-border-radius: 4px;
|
|
|
225 |
border-radius: 4px;
|
|
|
226 |
border: solid 5px black;
|
|
|
227 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
|
|
|
228 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
|
229 |
background-image: linear-gradient(#4682B4, #dae5f4);
|
|
|
230 |
color: #FFF;
|
|
|
231 |
padding: 8px 12px;
|
|
|
232 |
text-decoration: none;
|
|
|
233 |
cursor: pointer;
|
|
|
234 |
}
|
|
|
235 |
|
|
|
236 |
#accesoriesStock:hover {
|
|
|
237 |
cursor: pointer;
|
|
|
238 |
border-radius: 4px;
|
|
|
239 |
background: white;
|
|
|
240 |
}
|
|
|
241 |
|
|
|
242 |
#accesoriesStock {
|
|
|
243 |
|
|
|
244 |
-moz-border-radius: 4px;
|
|
|
245 |
border-radius: 4px;
|
|
|
246 |
border: solid 5px black;
|
|
|
247 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
|
|
|
248 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
|
249 |
background-image: linear-gradient(#4682B4, #dae5f4);
|
|
|
250 |
color: #FFF;
|
|
|
251 |
padding: 14px 3px 18px 3px;
|
|
|
252 |
text-decoration: none;
|
|
|
253 |
object-fit: cover;
|
|
|
254 |
width: 100%;
|
|
|
255 |
height: 90px;
|
|
|
256 |
|
|
|
257 |
}
|
|
|
258 |
|
|
|
259 |
.loading {
|
|
|
260 |
display: none;
|
|
|
261 |
}
|
|
|
262 |
|
|
|
263 |
.breadcrumb {
|
|
|
264 |
padding: 0 15px;
|
|
|
265 |
}
|
|
|
266 |
|
| 30232 |
amit.gupta |
267 |
.purple-bg {
|
|
|
268 |
|
|
|
269 |
background-image: linear-gradient(#800080, #DDA0DD);
|
|
|
270 |
box-shadow: 6px 5px 6px purple;
|
|
|
271 |
}
|
|
|
272 |
|
| 27875 |
amit.gupta |
273 |
.stars-outer {
|
|
|
274 |
display: inline-block;
|
|
|
275 |
position: relative;
|
| 34176 |
tejus.loha |
276 |
font-family: 'Mukta', FontAwesome;
|
| 27875 |
amit.gupta |
277 |
}
|
|
|
278 |
|
|
|
279 |
.stars-outer::before {
|
|
|
280 |
content: "\f006 \f006 \f006 \f006 \f006";
|
|
|
281 |
}
|
|
|
282 |
|
|
|
283 |
.stars-inner {
|
|
|
284 |
position: absolute;
|
|
|
285 |
top: 0;
|
|
|
286 |
left: 0;
|
|
|
287 |
white-space: nowrap;
|
|
|
288 |
overflow: hidden;
|
|
|
289 |
width: 0;
|
|
|
290 |
}
|
|
|
291 |
|
|
|
292 |
.stars-inner::before {
|
|
|
293 |
content: "\f005 \f005 \f005 \f005 \f005";
|
|
|
294 |
color: #f8ce0b;
|
|
|
295 |
}
|
|
|
296 |
|
|
|
297 |
|
|
|
298 |
.table-striped > tbody > tr:nth-child(odd) > td {
|
|
|
299 |
background: white;
|
|
|
300 |
background-color: #dae5f4;
|
|
|
301 |
}
|
|
|
302 |
|
|
|
303 |
.table-striped > tbody > tr:nth-child(even) > td {
|
|
|
304 |
background: #f2f2f2;
|
|
|
305 |
background-color: #b8d1f3;
|
|
|
306 |
}
|
|
|
307 |
|
|
|
308 |
.btn:hover {
|
|
|
309 |
color: grey;
|
|
|
310 |
text-decoration: none;
|
|
|
311 |
}
|
|
|
312 |
|
|
|
313 |
.btn-primary:hover {
|
|
|
314 |
color: grey;
|
|
|
315 |
text-decoration: none;
|
|
|
316 |
}
|
|
|
317 |
|
|
|
318 |
.sale-details {
|
|
|
319 |
cursor: pointer;
|
|
|
320 |
}
|
|
|
321 |
|
|
|
322 |
.fa-2x {
|
|
|
323 |
font-size: 1.4em;
|
|
|
324 |
}
|
|
|
325 |
|
|
|
326 |
.cover {
|
|
|
327 |
object-fit: cover;
|
| 28151 |
amit.gupta |
328 |
width: 92%;
|
| 27875 |
amit.gupta |
329 |
height: 90px;
|
|
|
330 |
}
|
|
|
331 |
|
|
|
332 |
.info-box .notifications i {
|
|
|
333 |
display: inline-block;
|
|
|
334 |
margin-top: 0px;
|
|
|
335 |
height: 25px;
|
|
|
336 |
font-size: 16px;
|
|
|
337 |
line-height: 25px;
|
|
|
338 |
width: 25px;
|
|
|
339 |
float: none;
|
|
|
340 |
text-align: center;
|
|
|
341 |
padding-right: 0px;
|
|
|
342 |
color: #768399;
|
|
|
343 |
}
|
|
|
344 |
|
|
|
345 |
#preview {
|
|
|
346 |
position: relative;
|
|
|
347 |
color: #fff;
|
|
|
348 |
float: left;
|
|
|
349 |
width: 100%;
|
|
|
350 |
-webkit-border-radius: 10px;
|
|
|
351 |
-moz-border-radius: 10px;
|
|
|
352 |
border-radius: 10px;
|
|
|
353 |
clear: both;
|
|
|
354 |
}
|
|
|
355 |
|
|
|
356 |
#canvas-preview {
|
|
|
357 |
width: 100%;
|
|
|
358 |
position: relative;
|
|
|
359 |
top: -15px;
|
|
|
360 |
}
|
|
|
361 |
|
|
|
362 |
#preview-textfield {
|
|
|
363 |
position: absolute;
|
|
|
364 |
top: -10px;
|
|
|
365 |
left: 0;
|
|
|
366 |
right: 0;
|
|
|
367 |
text-align: center;
|
|
|
368 |
font-size: 2em;
|
|
|
369 |
font-weight: bold;
|
|
|
370 |
color: white;
|
| 34176 |
tejus.loha |
371 |
font-family: 'Amaranth', sans-serif, Hind, 'Mukta';
|
| 27875 |
amit.gupta |
372 |
}
|
|
|
373 |
|
|
|
374 |
#descriptionMenu {
|
|
|
375 |
list-style: desc !important;
|
|
|
376 |
list-style-type: square;
|
|
|
377 |
text-align: left;
|
|
|
378 |
}
|
|
|
379 |
|
|
|
380 |
.messagebutton {
|
|
|
381 |
margin-left: 1px;
|
|
|
382 |
|
|
|
383 |
}
|
|
|
384 |
|
| 32678 |
ranu |
385 |
.partnerTypeList a {
|
|
|
386 |
color: #1f1d1d;
|
|
|
387 |
border-bottom: none !important;
|
|
|
388 |
background-color: #efecec;
|
|
|
389 |
border: 1px solid #dad5d5 !important;
|
|
|
390 |
padding: 10px 15px !important;
|
|
|
391 |
}
|
| 27875 |
amit.gupta |
392 |
|
| 32678 |
ranu |
393 |
.Partnerdropdiv {
|
|
|
394 |
background-color: #efecec !important;
|
|
|
395 |
padding: 0 !important;
|
|
|
396 |
}
|
|
|
397 |
|
|
|
398 |
.partnerGold:hover {
|
|
|
399 |
background-color: #D4AF37 !important;
|
|
|
400 |
background-image: unset !important;
|
|
|
401 |
}
|
|
|
402 |
|
|
|
403 |
.partnerBronz:hover {
|
|
|
404 |
background-color: #CD7F32 !important;
|
|
|
405 |
background-image: unset !important;
|
|
|
406 |
}
|
|
|
407 |
|
|
|
408 |
.partnerPlatinum:hover {
|
|
|
409 |
background-color: #799096 !important;
|
|
|
410 |
background-image: unset !important;
|
|
|
411 |
}
|
|
|
412 |
|
|
|
413 |
.partnerSilver:hover {
|
|
|
414 |
background-color: #BCC6CC !important;
|
|
|
415 |
background-image: unset !important;
|
|
|
416 |
}
|
|
|
417 |
|
|
|
418 |
.partnerDiamond:hover {
|
|
|
419 |
background-color: #B9F2FF !important;
|
|
|
420 |
background-image: unset !important;
|
|
|
421 |
}
|
| 34176 |
tejus.loha |
422 |
|
| 33995 |
vikas.jang |
423 |
/*Custom Css by Vikas*/
|
|
|
424 |
.info-box .row div, .info-box .row strong {
|
|
|
425 |
font-size: 16px !important;
|
|
|
426 |
}
|
| 34176 |
tejus.loha |
427 |
|
| 33995 |
vikas.jang |
428 |
.info-box.light-salmon-bg div.title {
|
|
|
429 |
font-size: 12px !important;
|
|
|
430 |
}
|
| 34176 |
tejus.loha |
431 |
|
| 33995 |
vikas.jang |
432 |
.info-box.orange-bg button div {
|
|
|
433 |
font-size: 10px !important;
|
|
|
434 |
}
|
| 32678 |
ranu |
435 |
|
| 27875 |
amit.gupta |
436 |
</style>
|
|
|
437 |
</head>
|
|
|
438 |
|
|
|
439 |
<body style="background-color:#f7f7f7">
|
|
|
440 |
<!--<div class="loading"><img src="resources/images/icons/loading.gif"></div>-->
|
|
|
441 |
<!-- container section start -->
|
|
|
442 |
<section id="container">
|
|
|
443 |
|
|
|
444 |
|
|
|
445 |
<header class="header dark-bg indian-flag">
|
|
|
446 |
<div class="toggle-nav">
|
|
|
447 |
<div class="icon-reorder tooltips" data-original-title="Toggle Navigation" data-placement="bottom"><i
|
|
|
448 |
class="icon_menu"></i></div>
|
|
|
449 |
</div>
|
|
|
450 |
<a href="${rc.contextPath}/dashboard" class="logo" style="margin-top: 7px"> <img
|
|
|
451 |
src="resources/images/SmartDukaan-135x45.jpg" alt="smartDukaan" width="140"
|
|
|
452 |
height="45">$fofoStore.getCode()</a>
|
|
|
453 |
|
| 32678 |
ranu |
454 |
<ul class="nav pull-left top-menu">
|
|
|
455 |
<li class="dropdown">
|
|
|
456 |
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
|
|
|
457 |
<img src="${partnerTypeImage}" width="60px">
|
|
|
458 |
<span class="username" style="font-size:15px"> <span
|
|
|
459 |
style="color:red">$partnerType.getValue()</span></span>
|
|
|
460 |
<b class="caret"></b>
|
|
|
461 |
</a>
|
|
|
462 |
<ul class="dropdown-menu Partnerdropdiv">
|
|
|
463 |
<li class="eborder-top partnerTypeList">
|
|
|
464 |
<a href="javascript:void(0);" class="partnerGold">Rising Star - New</a>
|
| 32875 |
shampa |
465 |
<a href="javascript:void(0);" class="partnerBronze">Bronze+ - 0-2.99L</a>
|
| 32678 |
ranu |
466 |
<a href="javascript:void(0);" class="partnerSilver">Silver - 3L-7.99L</a>
|
|
|
467 |
<a href="javascript:void(0);" class="partnerGold">Gold - 8L-14.99L</a>
|
|
|
468 |
<a href="javascript:void(0);" class="partnerDiamond">Diamond - 15L-20.99L</a>
|
|
|
469 |
<a href="javascript:void(0);" class="partnerPlatinum">Platinum - 21L & ABOVE</a>
|
|
|
470 |
</li>
|
|
|
471 |
</ul>
|
|
|
472 |
</li>
|
|
|
473 |
</ul>
|
| 30232 |
amit.gupta |
474 |
|
|
|
475 |
|
| 28727 |
amit.gupta |
476 |
<div class="btn-group message-filter" style="margin:14px;">
|
| 27875 |
amit.gupta |
477 |
<button data-messagetype="notification" type="button" class="btn btn-default notifi"
|
|
|
478 |
aria-label="Notifications">
|
| 32771 |
raveendra. |
479 |
<span class="notify1 Notificat">#springMessage("dashboard.notification")</span></button>
|
| 27875 |
amit.gupta |
480 |
<button data-messagetype="announcement" type="button" class="btn btn-default price"
|
|
|
481 |
aria-label="Announcements">
|
| 32771 |
raveendra. |
482 |
<span class="notify Price">#springMessage("dashboard.pricedrop")</span></button>
|
| 27875 |
amit.gupta |
483 |
<button data-messagetype="scheme" type="button" class="btn btn-default schem"
|
|
|
484 |
aria-label="SmartDukaan Schemes">
|
| 32771 |
raveendra. |
485 |
<span class="notify Scheme">#springMessage("dashboard.scheme")</span>
|
| 27875 |
amit.gupta |
486 |
</button>
|
|
|
487 |
|
|
|
488 |
<button data-messagetype="marketing" type="button" class="btn btn-default mark"
|
|
|
489 |
aria-label="SmartDukaan Schemes">
|
| 32771 |
raveendra. |
490 |
<span class="notify market">#springMessage("dashboard.marketing")</span>
|
| 27875 |
amit.gupta |
491 |
</button>
|
| 35501 |
ranu |
492 |
|
|
|
493 |
<button type="button" class="btn btn-default mark">
|
|
|
494 |
<span class="today-offer">Today Offer</span>
|
|
|
495 |
</button>
|
| 27875 |
amit.gupta |
496 |
</div>
|
|
|
497 |
|
|
|
498 |
|
|
|
499 |
<div class="top-nav notification-row">
|
| 35247 |
vikas |
500 |
<!-- notification dropdown start-->
|
| 27875 |
amit.gupta |
501 |
<ul class="nav pull-right top-menu">
|
|
|
502 |
<li class="dropdown">
|
|
|
503 |
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
|
|
|
504 |
<img style="height:38px" src="/resources/images/icons/care1.jpg"/>
|
|
|
505 |
<span class="username" style="font-size:15px">CARE</span>
|
|
|
506 |
<b class="caret"></b>
|
|
|
507 |
</a>
|
|
|
508 |
<ul class="dropdown-menu extended logout">
|
|
|
509 |
<div class="log-arrow-up"></div>
|
|
|
510 |
<li class="eborder-top">
|
|
|
511 |
<a class="create-ticket" href="javascript:void(0);"><i></i>Create Ticket</a>
|
|
|
512 |
<a class="my-ticket" href="javascript:void(0);"><i class=""></i>View Tickets</a>
|
|
|
513 |
</li>
|
|
|
514 |
<li></li>
|
|
|
515 |
</ul>
|
|
|
516 |
</li>
|
|
|
517 |
|
| 35629 |
amit |
518 |
<!--<li class="dropdown" style="margin-top:3px;">
|
| 27875 |
amit.gupta |
519 |
<a href="javascript:void(0);" id="links_bar" style="color:#D3181F" class="btn btn-link"
|
|
|
520 |
data-toggle="popover">
|
|
|
521 |
<i title="third-party dashboards" class="glyphicon glyphicon-th fa-2x"></i>
|
|
|
522 |
</a>
|
| 35629 |
amit |
523 |
</li>-->
|
| 27875 |
amit.gupta |
524 |
|
|
|
525 |
<li id="wallet_bar" class="dropdown">
|
|
|
526 |
<a data-toggle="dropdown" class="dropdown-toggle wallet_icon_header" href="javascript:void(0);">
|
|
|
527 |
<i title="wallet summary" class="fas fa-wallet fa-2x" aria-hidden="true"></i>
|
|
|
528 |
</a>
|
|
|
529 |
</li>
|
|
|
530 |
|
|
|
531 |
<li id="cart_bar" class="dropdown">
|
|
|
532 |
<a class="cart_icon_header" href="javascript:void(0);">
|
|
|
533 |
<i class="fas fa-shopping-cart fa-2x" aria-hidden="true"></i>
|
|
|
534 |
<span class="badge bg-important"></span>
|
|
|
535 |
</a>
|
|
|
536 |
</li>
|
|
|
537 |
|
|
|
538 |
|
|
|
539 |
<!-- alert notification start-->
|
|
|
540 |
<!--<li id="alert_notificatoin_bar" class="dropdown">
|
|
|
541 |
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
|
|
|
542 |
|
|
|
543 |
<i class="icon-bell-l"></i>
|
|
|
544 |
<span class="badge bg-important">0</span>
|
|
|
545 |
</a>
|
|
|
546 |
<ul class="dropdown-menu extended notification">
|
|
|
547 |
<div class="notify-arrow notify-arrow-blue"></div>
|
|
|
548 |
<li>
|
|
|
549 |
<p class="blue">You have no new notifications</p>
|
|
|
550 |
</li>
|
|
|
551 |
<li>
|
|
|
552 |
<a href="#">
|
|
|
553 |
<span class="label label-primary"><i class="icon_profile"></i></span>
|
|
|
554 |
Friend Request
|
|
|
555 |
<span class="small italic pull-right">5 mins</span>
|
|
|
556 |
</a>
|
|
|
557 |
</li>
|
|
|
558 |
<li>
|
|
|
559 |
<a href="#">
|
|
|
560 |
<span class="label label-warning"><i class="icon_pin"></i></span>
|
|
|
561 |
John location.
|
|
|
562 |
<span class="small italic pull-right">50 mins</span>
|
|
|
563 |
</a>
|
|
|
564 |
</li>
|
|
|
565 |
<li>
|
|
|
566 |
<a href="#">
|
|
|
567 |
<span class="label label-danger"><i class="icon_book_alt"></i></span>
|
|
|
568 |
Project 3 Completed.
|
|
|
569 |
<span class="small italic pull-right">1 hr</span>
|
|
|
570 |
</a>
|
|
|
571 |
</li>
|
|
|
572 |
<li>
|
|
|
573 |
<a href="#">
|
|
|
574 |
<span class="label label-success"><i class="icon_like"></i></span>
|
|
|
575 |
Mick appreciated your work.
|
|
|
576 |
<span class="small italic pull-right"> Today</span>
|
|
|
577 |
</a>
|
|
|
578 |
</li>
|
|
|
579 |
<li>
|
|
|
580 |
<a href="#">See all notifications</a>
|
|
|
581 |
</li>
|
|
|
582 |
</ul>
|
|
|
583 |
</li>
|
|
|
584 |
-->
|
|
|
585 |
<!-- alert notification end -->
|
|
|
586 |
<li class="dropdown">
|
|
|
587 |
<ul class="dropdown-menu extended">
|
|
|
588 |
<div class="log-arrow-up"></div>
|
|
|
589 |
<li class="eborder-top">
|
|
|
590 |
<a href="javascript:void(0);" class="create-ticket">Create Ticket</a>
|
|
|
591 |
</li>
|
|
|
592 |
</ul>
|
|
|
593 |
</li>
|
|
|
594 |
<!-- user login dropdown start-->
|
|
|
595 |
<li class="dropdown">
|
|
|
596 |
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
|
| 27519 |
amit.gupta |
597 |
<span class="profile-ava">
|
|
|
598 |
<img class="avatar-custom" id="photo" alt="" src="">
|
|
|
599 |
</span>
|
| 27875 |
amit.gupta |
600 |
<span class="username" id="fofo_name"></span>
|
|
|
601 |
<b class="caret"></b>
|
|
|
602 |
</a>
|
|
|
603 |
<ul class="dropdown-menu extended logout">
|
|
|
604 |
<div class="log-arrow-up"></div>
|
|
|
605 |
<li class="eborder-top">
|
|
|
606 |
<a class="user-profile" href="javascript:void(0);"><i class="icon_profile"></i> My
|
|
|
607 |
Profile</a>
|
|
|
608 |
<a href="${rc.contextPath}/mobileapp" class="btn btn-default" target="_blank">SD Mobile
|
|
|
609 |
App</a>
|
|
|
610 |
<a class="user-manual" target="_blank"
|
| 33624 |
tejus.loha |
611 |
href="http://images.smartdukaan.com/uploads/campaigns/SD_Guide_Book_English.pdf">Sd
|
|
|
612 |
Policies(En)</a>
|
|
|
613 |
<a class="user-manual" target="_blank"
|
|
|
614 |
href="http://images.smartdukaan.com/uploads/campaigns/SD_Guide_Book_Hindi.pdf">Sd
|
|
|
615 |
Policies(Hi)</a>
|
| 35311 |
vikas |
616 |
<a class="user-manual" target="_blank" href="https://apis.smartdukaan.com/download/app-release.apk">
|
|
|
617 |
<i title="Download Android App" class="glyphicon glyphicon-phone fa-2x"></i> Download App
|
|
|
618 |
</a>
|
| 27875 |
amit.gupta |
619 |
#if($isAdmin)
|
| 27519 |
amit.gupta |
620 |
<a class="add-auth-user" href="javascript:void(0);"><i class=""></i>Add User</a>
|
| 27875 |
amit.gupta |
621 |
<a class="change-auth-user-password" href="javascript:void(0);"><i class=""></i>Change
|
|
|
622 |
Password</a>
|
|
|
623 |
#end
|
|
|
624 |
</li>
|
|
|
625 |
<li>
|
|
|
626 |
<a href="${rc.contextPath}/logout"><i class="icon_key_alt" id="logout"></i> Log Out</a>
|
|
|
627 |
</li>
|
|
|
628 |
</ul>
|
|
|
629 |
</li>
|
|
|
630 |
<!-- user login dropdown end -->
|
|
|
631 |
</ul>
|
|
|
632 |
<!-- notificatoin dropdown end-->
|
|
|
633 |
</div>
|
|
|
634 |
</header>
|
|
|
635 |
<!--header end-->
|
| 21627 |
kshitij.so |
636 |
|
| 27875 |
amit.gupta |
637 |
<!--sidebar start-->
|
|
|
638 |
<aside>
|
|
|
639 |
<div id="sidebar" class="nav-collapse ">
|
|
|
640 |
<!-- sidebar menu start-->
|
|
|
641 |
<ul class="sidebar-menu">
|
|
|
642 |
<li class="active">
|
|
|
643 |
<a class="" href="${rc.contextPath}/dashboard">
|
|
|
644 |
<i class="icon_house_alt"></i>
|
| 32771 |
raveendra. |
645 |
<span>#springMessage("dashboard.dashboard")</span>
|
| 27875 |
amit.gupta |
646 |
</a>
|
|
|
647 |
</li>
|
|
|
648 |
<li>
|
|
|
649 |
<a href="javascript:;" class="punch-in-outs">
|
|
|
650 |
<i class="icon_document_alt"></i>
|
| 32771 |
raveendra. |
651 |
<span>#springMessage("menu.punchinout") </span>
|
| 27875 |
amit.gupta |
652 |
</a>
|
|
|
653 |
</li>
|
|
|
654 |
<li class="sub-menu">
|
| 29728 |
manish |
655 |
<a href="javascript:;">
|
| 27875 |
amit.gupta |
656 |
<i class="icon_document_alt"></i>
|
| 32771 |
raveendra. |
657 |
<span>#springMessage("menu.margins")</span>
|
| 29728 |
manish |
658 |
<span class="menu-arrow arrow_carrot-right"></span>
|
| 27875 |
amit.gupta |
659 |
</a>
|
| 30232 |
amit.gupta |
660 |
<ul class="sub">
|
| 34176 |
tejus.loha |
661 |
<li><a class="schemes" href="javascript:void(0);">#springMessage(
|
|
|
662 |
"submenu.marginsmodelwisemargin")</a></li>
|
|
|
663 |
<li><a class="partner-price-circular" href="javascript:void(0);">#springMessage(
|
|
|
664 |
"submenu.marginsnlcpriccecircular")</a></li>
|
| 30232 |
amit.gupta |
665 |
|
| 29728 |
manish |
666 |
</ul>
|
| 27875 |
amit.gupta |
667 |
</li>
|
| 32249 |
amit.gupta |
668 |
|
|
|
669 |
|
| 28136 |
tejbeer |
670 |
<li class="sub-menu">
|
| 29725 |
manish |
671 |
<a href="javascript:;" class="partner-service">
|
| 27875 |
amit.gupta |
672 |
<i class="icon_document_alt"></i>
|
| 32779 |
shampa |
673 |
<span>Fin Services</span>
|
| 27875 |
amit.gupta |
674 |
</a>
|
|
|
675 |
</li>
|
|
|
676 |
<li class="sub-menu">
|
|
|
677 |
<a href="javascript:;" class="">
|
|
|
678 |
<i class="icon_document_alt"></i>
|
| 32771 |
raveendra. |
679 |
<span>#springMessage("menu.returns")</span>
|
| 27875 |
amit.gupta |
680 |
<span class="menu-arrow arrow_carrot-right"></span>
|
|
|
681 |
</a>
|
|
|
682 |
<ul class="sub">
|
| 35041 |
amit |
683 |
<li><a class="brand-returns" href="javascript:void(0);">Brand Returns</a></li>
|
|
|
684 |
<li><a class="pending-brand-returns" href="javascript:void(0);">Pending Brand Rets</a></li>
|
| 34176 |
tejus.loha |
685 |
<li><a class="approved-returns" href="javascript:void(0);">#springMessage(
|
|
|
686 |
"submenu.returnsapprovedreturns")</a></li>
|
|
|
687 |
<li><a class="view-debit-note" href="javascript:void(0);">#springMessage(
|
|
|
688 |
"submenu.returnsviewdebitnotes")</a></li>
|
|
|
689 |
<li><a class="pending-returns" href="javascript:void(0);">#springMessage(
|
|
|
690 |
"submenu.returnspendingreturns")</a></li>
|
| 27875 |
amit.gupta |
691 |
</ul>
|
|
|
692 |
</li>
|
|
|
693 |
<li class="sub-menu">
|
|
|
694 |
<a href="javascript:;" class="">
|
|
|
695 |
<i class="icon_document_alt"></i>
|
| 32771 |
raveendra. |
696 |
<span>#springMessage("menu.prebooking")</span>
|
| 27875 |
amit.gupta |
697 |
<span class="menu-arrow arrow_carrot-right"></span>
|
|
|
698 |
</a>
|
|
|
699 |
<ul class="sub">
|
| 34176 |
tejus.loha |
700 |
<li><a class="create-prebooking-order" href="javascript:void(0);">#springMessage(
|
|
|
701 |
"submenu.prebookingcreateorder")</a></li>
|
|
|
702 |
<li><a class="prebooking-orders" href="javascript:void(0);">#springMessage(
|
|
|
703 |
"submenu.prebookingorders")</a></li>
|
| 34163 |
ranu |
704 |
<li><a class="hid-allocation" href="javascript:void(0);">Hid Allocation</a></li>
|
| 27875 |
amit.gupta |
705 |
</ul>
|
|
|
706 |
</li>
|
|
|
707 |
<li class="sub-menu">
|
|
|
708 |
<a href="javascript:;" class="">
|
|
|
709 |
<i class="icon_document_alt"></i>
|
| 32771 |
raveendra. |
710 |
<span>#springMessage("menu.recharge")</span>
|
| 27875 |
amit.gupta |
711 |
<span class="menu-arrow arrow_carrot-right"></span>
|
|
|
712 |
</a>
|
|
|
713 |
<ul class="sub">
|
| 34176 |
tejus.loha |
714 |
<li><a class="create-mobile-recharge" href="javascript:void(0);">#springMessage(
|
|
|
715 |
"submenu.rechargemobilerecharge")</a></li>
|
|
|
716 |
<li><a class="create-dth-recharge" href="javascript:void(0);">#springMessage(
|
|
|
717 |
"submenu.rechargedthrecharge")</a></li>
|
|
|
718 |
<li><a class="mobile-recharges" href="javascript:void(0);">#springMessage(
|
|
|
719 |
"submenu.rechargemobrechargehistory")</a></li>
|
|
|
720 |
<li><a class="dth-recharges" href="javascript:void(0);">#springMessage(
|
|
|
721 |
"submenu.rechargedthrechargehistory")</a></li>
|
| 27875 |
amit.gupta |
722 |
</ul>
|
|
|
723 |
</li>
|
|
|
724 |
<li>
|
|
|
725 |
<a href="javascript:;" class="create_indent">
|
|
|
726 |
<i class="icon_document_alt"></i>
|
| 32771 |
raveendra. |
727 |
<span>#springMessage("menu.monthlyplanning")</span>
|
| 27875 |
amit.gupta |
728 |
</a>
|
|
|
729 |
</li>
|
|
|
730 |
<li class="sub-menu">
|
|
|
731 |
<a href="javascript:;" class="">
|
|
|
732 |
<i class="icon_document_alt"></i>
|
| 32771 |
raveendra. |
733 |
<span>#springMessage("menu.grn")</span>
|
| 27875 |
amit.gupta |
734 |
<span class="menu-arrow arrow_carrot-right"></span>
|
|
|
735 |
</a>
|
|
|
736 |
<ul class="sub">
|
| 32771 |
raveendra. |
737 |
<li><a class="new_grn" href="javascript:void(0);">#springMessage("submenu.grnnew")</a></li>
|
| 34176 |
tejus.loha |
738 |
<li><a class="grn_history" href="javascript:void(0);">#springMessage("submenu.grnhistory")</a>
|
|
|
739 |
</li>
|
|
|
740 |
<li><a class="pending_grn" href="javascript:void(0);">#springMessage("submenu.grnpending")</a>
|
|
|
741 |
</li>
|
|
|
742 |
<li><a class="invoice-summary" href="javascript:void(0);">#springMessage(
|
|
|
743 |
"submenu.grninvoices")</a></li>
|
| 31434 |
amit.gupta |
744 |
|
| 27875 |
amit.gupta |
745 |
</ul>
|
|
|
746 |
</li>
|
| 29937 |
amit.gupta |
747 |
|
| 27875 |
amit.gupta |
748 |
<li class="sub-menu">
|
|
|
749 |
<a href="javascript:;" class="">
|
|
|
750 |
<i class="icon_genius"></i>
|
| 32771 |
raveendra. |
751 |
<span>#springMessage("submenu.mystrocksmystocks")</span>
|
| 27875 |
amit.gupta |
752 |
<span class="menu-arrow arrow_carrot-right"></span>
|
|
|
753 |
</a>
|
|
|
754 |
<ul class="sub">
|
| 32771 |
raveendra. |
755 |
<li><a class="catalog" href="javascript:void(0);">#springMessage("menu.mystrocks")</a></li>
|
| 34176 |
tejus.loha |
756 |
<li><a class="product-compare-info" href="javascript:void(0);">#springMessage(
|
|
|
757 |
"submenu.mystrockscompareproduct")</a></li>
|
| 27875 |
amit.gupta |
758 |
</ul>
|
|
|
759 |
</li>
|
| 30232 |
amit.gupta |
760 |
|
|
|
761 |
|
|
|
762 |
<li class="sub-menu">
|
| 27875 |
amit.gupta |
763 |
<a href="javascript:void(0);" class="">
|
|
|
764 |
<i class="icon_table"></i>
|
| 32771 |
raveendra. |
765 |
<span>#springMessage("menu.reports")</span>
|
| 27875 |
amit.gupta |
766 |
<span class="menu-arrow arrow_carrot-right"></span>
|
|
|
767 |
</a>
|
| 30232 |
amit.gupta |
768 |
<ul class="sub">
|
| 34176 |
tejus.loha |
769 |
<li><a class="partner-collection-summary" href="javascript:void(0);">#springMessage(
|
|
|
770 |
"submenu.reportsdailycollections")</a></li>
|
|
|
771 |
<li><a class="franchisee_sales" href="javascript:void(0);">#springMessage(
|
|
|
772 |
"submenu.reportsmysales")</a></li>
|
|
|
773 |
<li><a class="wallet_statement" href="javascript:void(0);">#springMessage(
|
|
|
774 |
"submenu.reportswalletstatement")</a></li>
|
| 34733 |
amit.gupta |
775 |
<li><a class="loan-statement" href="javascript:void(0);">Credit Statement</a></li>
|
| 34176 |
tejus.loha |
776 |
<li><a class="pending-indent" href="javascript:void(0);">#springMessage(
|
|
|
777 |
"submenu.reportsorderstatus")</a></li>
|
|
|
778 |
<li><a class="scheme-payout-report" href="javascript:void(0);">#springMessage(
|
|
|
779 |
"submenu.reportsschemespayout")</a></li>
|
| 33010 |
shampa |
780 |
<li><a class="offer-payout-dump-report" href="javascript:void(0);">Offer Payout</a></li>
|
| 34176 |
tejus.loha |
781 |
<li><a class="smartdukaan-billing-statement" href="javascript:void(0);">#springMessage(
|
|
|
782 |
"submenu.reportsbillingstatement")</a>
|
| 30232 |
amit.gupta |
783 |
</li>
|
| 34236 |
ranu |
784 |
|
| 34176 |
tejus.loha |
785 |
<li><a class="price-drop-report" href="javascript:void(0);">#springMessage(
|
|
|
786 |
"submenu.reportspricedrop")</a></li>
|
| 34236 |
ranu |
787 |
|
|
|
788 |
<li><a class="credit-note" href="javascript:void(0);">Credit Note</a></li>
|
| 34176 |
tejus.loha |
789 |
<li><a class="item_aging" href="javascript:void(0);">#springMessage("submenu.reportsageing")</a>
|
|
|
790 |
</li>
|
|
|
791 |
<!-- remove Report option of dashBoard side bar-->
|
|
|
792 |
<!--
|
|
|
793 |
<li><a class="download_reports" href="javascript:void(0);">#springMessage(
|
|
|
794 |
"submenu.reportsreports")</a></li>
|
| 33068 |
raveendra. |
795 |
-->
|
| 30232 |
amit.gupta |
796 |
|
| 27875 |
amit.gupta |
797 |
</ul>
|
|
|
798 |
</li>
|
| 30232 |
amit.gupta |
799 |
|
| 27875 |
amit.gupta |
800 |
<li class="sub-menu">
|
|
|
801 |
<a href="javascript:;" class="">
|
|
|
802 |
<i class="icon_table"></i>
|
| 32771 |
raveendra. |
803 |
<span>#springMessage("menu.itemleder")</span>
|
| 27875 |
amit.gupta |
804 |
<span class="menu-arrow arrow_carrot-right"></span>
|
|
|
805 |
</a>
|
|
|
806 |
<ul class="sub">
|
| 34176 |
tejus.loha |
807 |
<li><a class="item-ledger-report-download-page" href="javascript:void(0);">#springMessage(
|
|
|
808 |
"submenu.itemlederdownload")</a></li>
|
| 27875 |
amit.gupta |
809 |
</ul>
|
|
|
810 |
</li>
|
| 30232 |
amit.gupta |
811 |
|
|
|
812 |
|
|
|
813 |
<li class="sub-menu">
|
| 28339 |
tejbeer |
814 |
<a href="javascript:;" class="">
|
|
|
815 |
<i class="icon_table"></i>
|
| 32771 |
raveendra. |
816 |
<span>#springMessage("menu.online")</span>
|
| 28339 |
tejbeer |
817 |
<span class="menu-arrow arrow_carrot-right"></span>
|
|
|
818 |
</a>
|
|
|
819 |
<ul class="sub">
|
| 34176 |
tejus.loha |
820 |
<li><a class="pending_fofo_order" href="javascript:void(0);">#springMessage(
|
|
|
821 |
"submenu.onlinependingorder")</a></li>
|
|
|
822 |
<li><a class="billed_order_item" href="javascript:void(0);">#springMessage(
|
|
|
823 |
"submenu.onlinebilledorder")</a></li>
|
| 33400 |
ranu |
824 |
## <li><a class="unsettled_order_item" href="javascript:void(0);">#springMessage("submenu.onlineraiseclaim")</a></li>
|
| 30232 |
amit.gupta |
825 |
|
| 34176 |
tejus.loha |
826 |
<li><a class="claim_raised_order_item" href="javascript:void(0);">#springMessage(
|
|
|
827 |
"submenu.onlinependingclaim") </a></li>
|
| 30232 |
amit.gupta |
828 |
|
| 34176 |
tejus.loha |
829 |
<li><a class="settled_order_item" href="javascript:void(0);">#springMessage(
|
|
|
830 |
"submenu.onlinesettledorder")</a></li>
|
| 33443 |
ranu |
831 |
<li><a class="partner_print_resources" href="javascript:void(0);">Print Resources</a></li>
|
| 30232 |
amit.gupta |
832 |
|
|
|
833 |
</ul>
|
| 28339 |
tejbeer |
834 |
</li>
|
| 27875 |
amit.gupta |
835 |
|
|
|
836 |
<li class="sub-menu">
|
|
|
837 |
<a href="javascript:;" class="">
|
|
|
838 |
<i class="icon_table"></i>
|
| 32771 |
raveendra. |
839 |
<span>#springMessage("menu.sale")</span>
|
| 27875 |
amit.gupta |
840 |
<span class="menu-arrow arrow_carrot-right"></span>
|
|
|
841 |
</a>
|
|
|
842 |
<ul class="sub">
|
| 30232 |
amit.gupta |
843 |
|
| 34176 |
tejus.loha |
844 |
<li><a class="sale-history" href="javascript:void(0);">#springMessage("submenu.salehistory")</a>
|
|
|
845 |
</li>
|
| 31674 |
amit.gupta |
846 |
<!--<li><a class="target-slide" href="javascript:void(0);">Outlet Categories</a></li>-->
|
| 34176 |
tejus.loha |
847 |
<li><a class="insurance-policy-details" href="javascript:void(0);">#springMessage(
|
|
|
848 |
"submenu.saleinsurancehistory")</a></li>
|
| 27875 |
amit.gupta |
849 |
</ul>
|
|
|
850 |
</li>
|
|
|
851 |
<li class="sub-menu" style="margin-bottom:20px">
|
|
|
852 |
<a href="javascript:;" class="">
|
|
|
853 |
<i class="icon_documents_alt"></i>
|
| 32771 |
raveendra. |
854 |
<span>#springMessage("menu.support")</span>
|
| 27875 |
amit.gupta |
855 |
<span class="menu-arrow arrow_carrot-right"></span>
|
|
|
856 |
</a>
|
|
|
857 |
<ul class="sub" style="margin-bottom:20px">
|
| 32771 |
raveendra. |
858 |
<li><a class="contact-us" href="#">#springMessage("submenu.supportcontactus")</a></li>
|
| 34176 |
tejus.loha |
859 |
<li><a href="https://www.youtube.com/channel/UCr4f-OiscZeKk_liLNQRMtQ"
|
|
|
860 |
target="blank">#springMessage("submenu.supporttrainingvideo")</a></li>
|
| 27875 |
amit.gupta |
861 |
</ul>
|
|
|
862 |
</li>
|
|
|
863 |
|
|
|
864 |
</ul>
|
|
|
865 |
<!-- sidebar menu end-->
|
|
|
866 |
</div>
|
|
|
867 |
</aside>
|
|
|
868 |
<!--sidebar end-->
|
|
|
869 |
|
|
|
870 |
<!--main content start-->
|
|
|
871 |
<section id="main-content">
|
|
|
872 |
<section class="wrapper">
|
|
|
873 |
<!--overview start-->
|
|
|
874 |
<div class="row">
|
|
|
875 |
<div class="col-lg-12">
|
| 35104 |
vikas |
876 |
<h3 class="page-header" style="position:relative">
|
|
|
877 |
<div class="row">
|
|
|
878 |
<div class="col-md-2">
|
|
|
879 |
<i class="fa fa-laptop"></i> Dashboard
|
|
|
880 |
</div>
|
|
|
881 |
<div class="col-md-2"></div>
|
| 35557 |
vikas |
882 |
#*#set($fofoId = $targetData.getFofoId())
|
| 35249 |
vikas |
883 |
#if(($regionId == 19 || $regionId == 8) && $fofoId && $fofoId.toString() != "")
|
| 35396 |
amit |
884 |
<div class="col-md-4 info-box light-salmon-bg text-center"
|
|
|
885 |
style="padding:5px; background-color:#0059a3">
|
|
|
886 |
<table width="100%" cellpadding="0" cellspacing="0">
|
| 35247 |
vikas |
887 |
<tr>
|
| 35396 |
amit |
888 |
<td rowspan="3">
|
|
|
889 |
<img src="https://images.smartdukaan.com/uploads/campaigns/oppo.jpg"
|
|
|
890 |
alt="Oppo Image" width="80">
|
|
|
891 |
</td>
|
|
|
892 |
<td colspan="4">
|
|
|
893 |
#if($regionId == 19)
|
|
|
894 |
<h4 style="margin: 2px">Happy Diwali! Oppo Score Gift Scheme</h4>
|
|
|
895 |
#else
|
|
|
896 |
<h4 style="margin: 2px">Oppo Diwali Additional Reward Scheme</h4>
|
|
|
897 |
#end
|
|
|
898 |
</td>
|
| 35247 |
vikas |
899 |
</tr>
|
| 35396 |
amit |
900 |
#if($regionId == 19)
|
|
|
901 |
<tr>
|
|
|
902 |
<td><h5 style="margin: 2px"><strong>Target 1:</strong>
|
|
|
903 |
<br> ${targetData.getLedTv32Inch()}</h5></td>
|
|
|
904 |
<td><h5 style="margin: 2px"><strong>Target 2:</strong>
|
|
|
905 |
<br> ${targetData.getSilverBrick100g()}</h5></td>
|
|
|
906 |
<td><h5 style="margin: 2px"><strong>Target 3:</strong>
|
|
|
907 |
<br> ${targetData.getDomesticGoaTrip()}</h5></td>
|
|
|
908 |
<td><h5 style="margin: 2px"><strong>Target 4:</strong>
|
|
|
909 |
<br> ${targetData.getInternationalThailandTrip()}</h5></td>
|
|
|
910 |
</tr>
|
| 35248 |
vikas |
911 |
|
| 35396 |
amit |
912 |
<tr>
|
|
|
913 |
<td colspan="4"><h5 style="margin: 2px">
|
|
|
914 |
<strong>Achieved:</strong>${rewardsMap.get("quantity")}</h5></td>
|
|
|
915 |
</tr>
|
|
|
916 |
#else
|
|
|
917 |
<tr>
|
|
|
918 |
<td colspan="2"><h5 style="margin: 2px">
|
|
|
919 |
<strong>Quantity:</strong>${rewardsMap.get("quantity")}</h5></td>
|
|
|
920 |
<td colspan="4"><h5 style="margin: 2px">
|
|
|
921 |
<strong>Points:</strong>${rewardsMap.get("quantity")}</h5></td>
|
|
|
922 |
</tr>
|
|
|
923 |
#end
|
|
|
924 |
</table>
|
|
|
925 |
</div>
|
| 35557 |
vikas |
926 |
#end*#
|
| 35104 |
vikas |
927 |
</div>
|
| 34176 |
tejus.loha |
928 |
<!-- <span style="position:absolute;top:-55px;right:45%"><a class="digify-retailer-login-test"
|
| 32249 |
amit.gupta |
929 |
href="${rc.contextPath}/digify/register"
|
|
|
930 |
target="_blank"> <img
|
| 32779 |
shampa |
931 |
src="resources/images/Buyback-Mobile.png"> </a> </span>-->
|
| 33811 |
ranu |
932 |
## <span style="position:absolute;top:-55px;right:1%">
|
|
|
933 |
## <table>
|
|
|
934 |
## <tr>
|
|
|
935 |
## <td>
|
|
|
936 |
## <b style="font-size: 11px;text-transform: capitalize;color: black;">Selling with personal finance ?<br>
|
|
|
937 |
## Secure your products with us</b>
|
|
|
938 |
## </td>
|
|
|
939 |
## <td>
|
|
|
940 |
## <a class="digify-retailer-login-test"
|
|
|
941 |
## href="javascript:void(0);" onclick="makeAjaxRequest()"> <img
|
|
|
942 |
## src="https://images.smartdukaan.com/uploads/campaigns/image2024-02-08/smart-secure-image1707401228511.jpeg"
|
|
|
943 |
## style="width: 90px;"> </a>
|
|
|
944 |
## </td>
|
|
|
945 |
## </tr>
|
|
|
946 |
## </table>
|
|
|
947 |
## </span>
|
| 32249 |
amit.gupta |
948 |
|
|
|
949 |
</h3>
|
|
|
950 |
|
| 27875 |
amit.gupta |
951 |
<ol class="breadcrumb">
|
|
|
952 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
|
|
|
953 |
<li><i class="fa fa-laptop"></i>Dashboard</li>
|
| 34813 |
aman |
954 |
<li>
|
|
|
955 |
<button class="btn btn-sm btn-success partner-tasks-btn"
|
|
|
956 |
data-target="#partnerTasks">
|
|
|
957 |
Dashboard Analysis
|
|
|
958 |
</button>
|
|
|
959 |
</li>
|
|
|
960 |
|
| 27875 |
amit.gupta |
961 |
</ol>
|
| 32249 |
amit.gupta |
962 |
|
|
|
963 |
|
| 27875 |
amit.gupta |
964 |
</div>
|
|
|
965 |
</div>
|
|
|
966 |
<!-- overview end -->
|
|
|
967 |
<div class="row">
|
|
|
968 |
<div class="col-lg-6">
|
|
|
969 |
<div class="row">
|
|
|
970 |
<div class="col-lg-7">
|
|
|
971 |
<div class="info-box blue-bg">
|
|
|
972 |
<i class="fa fa-chart-line"></i>
|
| 34176 |
tejus.loha |
973 |
<h4 style="margin-top:-2px;margin-bottom:12px"><strong>#springMessage(
|
|
|
974 |
"dashboard.sale")</strong>
|
| 32249 |
amit.gupta |
975 |
<span> <a href="#videoModal" class="btn btn-danger" data-toggle="modal"
|
|
|
976 |
data-src="GQziSgeI3ZM"><span
|
|
|
977 |
class="glyphicon glyphicon-play-circle"></span> Play Video</a> </span>
|
|
|
978 |
|
|
|
979 |
|
| 33995 |
vikas.jang |
980 |
</h4>
|
| 32249 |
amit.gupta |
981 |
<div class="row">
|
| 27875 |
amit.gupta |
982 |
<div class="col-lg-4 row">
|
| 30672 |
amit.gupta |
983 |
<div style="margin-top:0px" class="count currency">$nf.format($salesMap.get(
|
|
|
984 |
"lmtdSale"))</div>
|
| 27875 |
amit.gupta |
985 |
<div class="title">LMTD</div>
|
|
|
986 |
</div>
|
|
|
987 |
<div class="col-lg-4 row">
|
| 30672 |
amit.gupta |
988 |
<div style="margin-top:0px" class="count currency">$nf.format($salesMap.get(
|
|
|
989 |
"mtdSale"))</div>
|
| 27875 |
amit.gupta |
990 |
<div class="title">MTD</div>
|
|
|
991 |
</div>
|
|
|
992 |
<div class="col-lg-3 row">
|
| 30672 |
amit.gupta |
993 |
<div style="margin-top:0px" class="count currency">$nf.format($salesMap.get(
|
|
|
994 |
"todaySale"))</div>
|
| 27875 |
amit.gupta |
995 |
<div class="title">Today's</div>
|
|
|
996 |
</div>
|
|
|
997 |
|
|
|
998 |
<div class="col-lg-1 row" style="margin-left: -20px;margin-top: 20px;">
|
|
|
999 |
<i class="fk_more fa fa-angle-double-down" id="blue-dropdown"
|
|
|
1000 |
style="cursor:pointer;font-size: 27px;width: 27px;height: 27px;margin-top: 0px;color: rgba(255, 255, 255, 0.75);line-height: 27px;"></i>
|
|
|
1001 |
</div>
|
|
|
1002 |
</div>
|
|
|
1003 |
|
|
|
1004 |
<div class="row monthsaleContainer" style="margin:5px">
|
|
|
1005 |
</div>
|
|
|
1006 |
</div>
|
|
|
1007 |
</div>
|
| 30232 |
amit.gupta |
1008 |
|
| 27875 |
amit.gupta |
1009 |
<div class="col-lg-5 row">
|
|
|
1010 |
<div class="info-box brown-bg">
|
|
|
1011 |
|
| 33995 |
vikas.jang |
1012 |
<div class="row">
|
| 27875 |
amit.gupta |
1013 |
<div class="col-lg-6">
|
|
|
1014 |
<h4 style="margin-top:-2px;margin-bottom:3px"><strong>Current Rate</strong></h4>
|
|
|
1015 |
<div style="margin-top:0px" class="count">
|
| 30672 |
amit.gupta |
1016 |
<span class="currency">$nf.format($salesMap.get("currentRate"))</span>/day
|
| 27875 |
amit.gupta |
1017 |
</div>
|
|
|
1018 |
<img src="${salesMap.get('currentTypeImage')}" width="60px"
|
| 31674 |
amit.gupta |
1019 |
class="target-slide1">
|
| 27875 |
amit.gupta |
1020 |
</div>
|
| 33995 |
vikas.jang |
1021 |
<div class="col-lg-6">
|
| 27875 |
amit.gupta |
1022 |
<h4 style="margin-top:-2px;margin-bottom:3px"><strong>Reqd Rate</strong></h4>
|
|
|
1023 |
<div style="margin-top:0px" class="count currency">
|
| 30672 |
amit.gupta |
1024 |
<span class="currency">$nf.format($salesMap.get("requiredRate"))</span>/day
|
| 27875 |
amit.gupta |
1025 |
</div>
|
|
|
1026 |
<img src="${salesMap.get('requiredTypeImage')}" width="60px"
|
| 31674 |
amit.gupta |
1027 |
class="target-slide1">
|
| 27875 |
amit.gupta |
1028 |
</div>
|
|
|
1029 |
</div>
|
|
|
1030 |
</div>
|
|
|
1031 |
</div>
|
| 29721 |
manish |
1032 |
<div class="col-lg-7">
|
| 27875 |
amit.gupta |
1033 |
<div class="info-box purple-bg">
|
|
|
1034 |
<div class="col-lg-12 row">
|
|
|
1035 |
<i class="fa fa-coins"></i>
|
| 34176 |
tejus.loha |
1036 |
<h4 style="margin-top:-2px;margin-bottom:12px"><strong>#springMessage(
|
|
|
1037 |
"dashboard.investment")</strong></h4>
|
| 27875 |
amit.gupta |
1038 |
<div class="row">
|
| 33995 |
vikas.jang |
1039 |
<div class="col-lg-3">
|
|
|
1040 |
<div class="row">
|
| 34176 |
tejus.loha |
1041 |
<div style="margin-top:0px" class="count currency">$investments.get(
|
|
|
1042 |
"today")</div>
|
| 33995 |
vikas.jang |
1043 |
<div class="title">#springMessage("dashboard.current")</div>
|
|
|
1044 |
<div class="col-lg-1" style="margin-left: -20px;margin-top: -6px;">
|
| 34176 |
tejus.loha |
1045 |
<i class="fk_more fa fa-angle-double-down flash"
|
|
|
1046 |
id="purple-dropdown"
|
|
|
1047 |
style="cursor:pointer;font-size: 27px;width: 145px;height: 27px;margin-top: 0px;color: rgba(255, 255, 255, 0.75);line-height: 4px; margin-left: 25px;"></i>
|
| 33995 |
vikas.jang |
1048 |
</div>
|
| 30232 |
amit.gupta |
1049 |
</div>
|
|
|
1050 |
</div>
|
| 27887 |
amit.gupta |
1051 |
|
| 30232 |
amit.gupta |
1052 |
<div class="col-lg-3">
|
|
|
1053 |
<div style="margin-top:0px" class="count">$investments.get("minimum")</div>
|
|
|
1054 |
<div class="title">min</div>
|
|
|
1055 |
</div>
|
| 33995 |
vikas.jang |
1056 |
<div class="col-lg-3 row"
|
| 27875 |
amit.gupta |
1057 |
#if(!$isInvestmentOk)
|
| 27914 |
tejbeer |
1058 |
style="color:red; background: white;"
|
| 27875 |
amit.gupta |
1059 |
#end
|
|
|
1060 |
>
|
|
|
1061 |
#if($investments.get("short")<=0)
|
| 33995 |
vikas.jang |
1062 |
<div style="margin-top:0px" class="count">100%</div>
|
| 27875 |
amit.gupta |
1063 |
<div class="title">OK</div>
|
|
|
1064 |
#else
|
| 34176 |
tejus.loha |
1065 |
<div style="margin-top:0px" class="count">$investments.get("short")%
|
|
|
1066 |
</div>
|
| 27875 |
amit.gupta |
1067 |
<div class="title">short</div>
|
|
|
1068 |
#end
|
|
|
1069 |
</div>
|
|
|
1070 |
</div>
|
| 30232 |
amit.gupta |
1071 |
<div class="row investmentContainer" style="margin:5px">
|
|
|
1072 |
</div>
|
| 27875 |
amit.gupta |
1073 |
</div>
|
|
|
1074 |
</div>
|
|
|
1075 |
</div>
|
| 29731 |
manish |
1076 |
<div class="col-lg-5 row">
|
| 32308 |
amit.gupta |
1077 |
#if($staticScheme)
|
|
|
1078 |
<div class="info-box white-bg" style="padding:0;height: 159px">
|
|
|
1079 |
<div class="col-lg-6"
|
|
|
1080 |
style="background-size: 135px !important;background:url('/resources/images/super-retailer.jpg') no-repeat;height: 161px;"
|
|
|
1081 |
>
|
|
|
1082 |
<div
|
|
|
1083 |
style="position: absolute;bottom: 4px;left: auto;width: 100%;left:-5px;
|
|
|
1084 |
text-align: center;color: #333333;margin-bottom: 4px;font-size: 18px; font-weight: bold">
|
|
|
1085 |
$schemeCategory</div>
|
|
|
1086 |
</div>
|
|
|
1087 |
<div class="col-lg-6 row">
|
|
|
1088 |
<div class="row" style="margin-top:6px">
|
|
|
1089 |
<div style="text-align: center;font-size: 13px;font-weight: bold;color: black;margin-top: 3px">
|
| 35099 |
amit |
1090 |
$staticScheme.getSchemePeriod()
|
| 30232 |
amit.gupta |
1091 |
</div>
|
| 32308 |
amit.gupta |
1092 |
<p style="margin: 0 0 8px"></p>
|
|
|
1093 |
<div style="text-align: center;font-size: 13px;font-weight: bold;color: black">
|
|
|
1094 |
TOTAL TARGET
|
|
|
1095 |
</div>
|
|
|
1096 |
<div class="rcurrency"
|
|
|
1097 |
style="text-align: center;font-size: 20px;font-weight: bold;color: red">
|
|
|
1098 |
$staticScheme.getTarget()
|
|
|
1099 |
</div>
|
|
|
1100 |
</div>
|
|
|
1101 |
<hr style="margin-top:6px;margin-bottom: 6px"/>
|
|
|
1102 |
<div class="row">
|
|
|
1103 |
<div style="text-align: center;font-size: 13px;font-weight: bold;color: black">
|
|
|
1104 |
TOTAL ACHIEVEMENT
|
|
|
1105 |
</div>
|
|
|
1106 |
<div class="rcurrency red"
|
|
|
1107 |
style="text-align: center;font-size: 20px;font-weight: bold;color: red">
|
|
|
1108 |
$nf.format($schemeAchievement)
|
|
|
1109 |
</div>
|
|
|
1110 |
</div>
|
| 28410 |
tejbeer |
1111 |
</div>
|
| 32308 |
amit.gupta |
1112 |
</div>
|
|
|
1113 |
#else
|
| 34176 |
tejus.loha |
1114 |
<div class="info-box orange-bg"
|
|
|
1115 |
style="background-image: linear-gradient(#ff7f50 ,orange); box-shadow: 6px 5px 6px #ff7f50;">
|
| 32308 |
amit.gupta |
1116 |
<i class="fa fa-chart-line"></i>
|
| 34176 |
tejus.loha |
1117 |
<h4 style="margin-top:-2px;margin-bottom:12px"><strong>#springMessage(
|
|
|
1118 |
"dashboard.onlinesale")</strong></h4>
|
| 32308 |
amit.gupta |
1119 |
<div class="row">
|
| 33995 |
vikas.jang |
1120 |
<div class="col-lg-3" style="margin:5px">
|
| 32308 |
amit.gupta |
1121 |
<div style="margin-top:0px; margin-left:24px;"
|
|
|
1122 |
class="count currency">$countOrder</div>
|
| 33995 |
vikas.jang |
1123 |
<button class="btn-warning">
|
| 34176 |
tejus.loha |
1124 |
<div class="title pending_order_dashboard"
|
|
|
1125 |
style="cursor: pointer; color:black;">
|
| 33995 |
vikas.jang |
1126 |
#springMessage("dashboard.pendingorder")
|
| 32308 |
amit.gupta |
1127 |
</div>
|
|
|
1128 |
</button>
|
|
|
1129 |
</div>
|
| 30232 |
amit.gupta |
1130 |
|
| 32308 |
amit.gupta |
1131 |
<div class="col-lg-4 row" style="margin:5px">
|
|
|
1132 |
#if($onlineDeliveredOrderSum)
|
| 34176 |
tejus.loha |
1133 |
<div style="margin-top:0px; margin-left:37px;"
|
|
|
1134 |
class="count currency">$onlineDeliveredOrderSum</div>
|
| 32308 |
amit.gupta |
1135 |
#else
|
| 34176 |
tejus.loha |
1136 |
<div style="margin-top:0px; margin-left:20px;" class="count currency">
|
|
|
1137 |
|
|
|
1138 |
</div>
|
| 32308 |
amit.gupta |
1139 |
#end
|
| 33995 |
vikas.jang |
1140 |
<button class="btn-warning">
|
| 34176 |
tejus.loha |
1141 |
<div class="title total_sale_dashboard"
|
|
|
1142 |
style="cursor: pointer; color:black;">Online Sales
|
|
|
1143 |
</div>
|
| 32308 |
amit.gupta |
1144 |
</button>
|
|
|
1145 |
</div>
|
| 28410 |
tejbeer |
1146 |
</div>
|
| 30232 |
amit.gupta |
1147 |
</div>
|
| 32308 |
amit.gupta |
1148 |
#end
|
| 28410 |
tejbeer |
1149 |
</div>
|
| 27875 |
amit.gupta |
1150 |
</div>
|
| 30232 |
amit.gupta |
1151 |
|
|
|
1152 |
|
|
|
1153 |
<div class="row">
|
|
|
1154 |
<div class="col-lg-9">
|
|
|
1155 |
<div class="info-box pink-bg" style="height: 160px;">
|
| 33995 |
vikas.jang |
1156 |
<h4 style="margin-top:-2px;margin-bottom:12px"><strong>Order Summary</strong></h4>
|
| 30232 |
amit.gupta |
1157 |
|
|
|
1158 |
<div class="col-lg-3 row">
|
| 33995 |
vikas.jang |
1159 |
<h4 style="margin-top:-2px;margin-bottom:12px;"><strong
|
| 30232 |
amit.gupta |
1160 |
style="font-size: 16px; cursor:pointer; margin-left: 9px;"
|
| 33995 |
vikas.jang |
1161 |
class="pndg-status">Pending</strong></h4>
|
| 30232 |
amit.gupta |
1162 |
#if($submittedCount && $submittedValue)
|
|
|
1163 |
<div class="col-lg-3">
|
|
|
1164 |
<div style="margin-top:0px" class="count currency">$submittedCount</div>
|
|
|
1165 |
<div class="title">Qty</div>
|
|
|
1166 |
</div>
|
|
|
1167 |
<div class="col-lg-4">
|
|
|
1168 |
<div style="margin-top:0px" class="count currency">$submittedValue</div>
|
|
|
1169 |
<div class="title" style="margin-left:5px;">Value</div>
|
|
|
1170 |
</div>
|
|
|
1171 |
#else
|
|
|
1172 |
<div class="col-lg-3">
|
|
|
1173 |
<div style="margin-top:0px" class="count currency">0</div>
|
|
|
1174 |
<div class="title">Qty</div>
|
|
|
1175 |
</div>
|
|
|
1176 |
<div class="col-lg-4">
|
|
|
1177 |
<div style="margin-top:0px" class="count currency">0</div>
|
|
|
1178 |
<div class="title" style="margin-left:5px;">Value</div>
|
|
|
1179 |
</div>
|
|
|
1180 |
|
|
|
1181 |
#end
|
|
|
1182 |
|
|
|
1183 |
|
| 29721 |
manish |
1184 |
</div>
|
| 30232 |
amit.gupta |
1185 |
|
|
|
1186 |
<div class="col-lg-3">
|
| 33995 |
vikas.jang |
1187 |
<h4 style="margin-top:-2px;margin-bottom:12px"><strong
|
| 30232 |
amit.gupta |
1188 |
style="font-size: 19px; cursor:pointer; margin-left: 15px;"
|
| 33995 |
vikas.jang |
1189 |
class="billed-status">#springMessage("dashboard.billed")</strong></h4>
|
| 30232 |
amit.gupta |
1190 |
|
|
|
1191 |
#if($billedCount && $billedValue)
|
|
|
1192 |
<div class="col-lg-3">
|
|
|
1193 |
<div style="margin-top:0px" class="count currency">$billedCount</div>
|
|
|
1194 |
<div class="title">Qty</div>
|
|
|
1195 |
</div>
|
|
|
1196 |
<div class="col-lg-4">
|
|
|
1197 |
<div style="margin-top:0px" class="count currency">$billedValue</div>
|
|
|
1198 |
<div class="title" style="margin-left:5px;">Value</div>
|
|
|
1199 |
</div>
|
|
|
1200 |
#else
|
|
|
1201 |
<div class="col-lg-3">
|
|
|
1202 |
<div style="margin-top:0px" class="count currency">0</div>
|
|
|
1203 |
<div class="title">Qty</div>
|
|
|
1204 |
</div>
|
|
|
1205 |
<div class="col-lg-4">
|
|
|
1206 |
<div style="margin-top:0px" class="count currency">0</div>
|
|
|
1207 |
<div class="title" style="margin-left:5px;">Value</div>
|
|
|
1208 |
</div>
|
|
|
1209 |
|
|
|
1210 |
#end
|
| 29721 |
manish |
1211 |
</div>
|
| 30232 |
amit.gupta |
1212 |
|
|
|
1213 |
<div class="col-lg-3">
|
| 33995 |
vikas.jang |
1214 |
<h4 style="margin-top:-2px;margin-bottom:12px"><strong
|
| 30232 |
amit.gupta |
1215 |
style="font-size: 19px; cursor:pointer; margin-left: 15px;"
|
| 33995 |
vikas.jang |
1216 |
class="shipped-status">#springMessage("dashboard.dispatched")</strong></h4>
|
| 30232 |
amit.gupta |
1217 |
|
|
|
1218 |
#if($shippedCount && $shippedValue)
|
|
|
1219 |
<div class="col-lg-3">
|
|
|
1220 |
<div style="margin-top:0px" class="count currency">$shippedCount</div>
|
|
|
1221 |
<div class="title">Qty</div>
|
|
|
1222 |
</div>
|
|
|
1223 |
<div class="col-lg-4">
|
|
|
1224 |
<div style="margin-top:0px" class="count currency">$shippedValue</div>
|
|
|
1225 |
<div class="title" style="margin-left:5px;">Value</div>
|
|
|
1226 |
</div>
|
|
|
1227 |
#else
|
|
|
1228 |
<div class="col-lg-3">
|
|
|
1229 |
<div style="margin-top:0px" class="count">0</div>
|
|
|
1230 |
<div class="title">Qty</div>
|
|
|
1231 |
</div>
|
|
|
1232 |
<div class="col-lg-4">
|
|
|
1233 |
<div style="margin-top:0px" class="count">0</div>
|
|
|
1234 |
<div class="title" style="margin-left:5px;">Value</div>
|
|
|
1235 |
</div>
|
|
|
1236 |
|
|
|
1237 |
#end
|
| 29721 |
manish |
1238 |
</div>
|
| 30232 |
amit.gupta |
1239 |
|
|
|
1240 |
<div class="col-lg-3">
|
| 33995 |
vikas.jang |
1241 |
<h4 style="margin-top:-2px;margin-bottom:12px"><strong
|
| 30232 |
amit.gupta |
1242 |
style="font-size: 19px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; cursor:pointer;"
|
| 33995 |
vikas.jang |
1243 |
class="grn-status">#springMessage("dashboard.grnpending")</strong></h4>
|
| 30232 |
amit.gupta |
1244 |
|
|
|
1245 |
#if($grnPendingCount && $grnPendingValue )
|
|
|
1246 |
<div class="col-lg-3">
|
| 32308 |
amit.gupta |
1247 |
<div style="margin-top:0px"
|
|
|
1248 |
class="count currency">$grnPendingCount</div>
|
| 30232 |
amit.gupta |
1249 |
<div class="title">Qty</div>
|
|
|
1250 |
</div>
|
|
|
1251 |
<div class="col-lg-4">
|
| 32308 |
amit.gupta |
1252 |
<div style="margin-top:0px"
|
|
|
1253 |
class="count currency">$grnPendingValue</div>
|
| 30232 |
amit.gupta |
1254 |
<div class="title" style="margin-left:5px;">Value</div>
|
|
|
1255 |
</div>
|
|
|
1256 |
#else
|
|
|
1257 |
<div class="col-lg-3">
|
|
|
1258 |
<div style="margin-top:0px" class="count currency">0</div>
|
|
|
1259 |
<div class="title">Qty</div>
|
|
|
1260 |
</div>
|
|
|
1261 |
<div class="col-lg-4">
|
|
|
1262 |
<div style="margin-top:0px" class="count currency">0</div>
|
|
|
1263 |
<div class="title" style="margin-left:5px;">Value</div>
|
|
|
1264 |
</div>
|
|
|
1265 |
|
|
|
1266 |
#end
|
| 29721 |
manish |
1267 |
</div>
|
| 30232 |
amit.gupta |
1268 |
</div>
|
|
|
1269 |
</div>
|
|
|
1270 |
<div class="col-lg-3 row" style="height: 190px;">
|
| 33995 |
vikas.jang |
1271 |
<div class="info-box green-bg" style="min-height: 160px;">
|
| 29721 |
manish |
1272 |
<i class="fa fa-cubes"></i>
|
|
|
1273 |
<div class="count currency">$investments.get("inStock")</div>
|
| 32771 |
raveendra. |
1274 |
<div class="title">#springMessage("dashboard.totalstock")</div>
|
| 29721 |
manish |
1275 |
</div>
|
| 30232 |
amit.gupta |
1276 |
</div>
|
|
|
1277 |
</div>
|
| 31211 |
tejbeer |
1278 |
<div class="row">
|
| 31805 |
amit.gupta |
1279 |
|
|
|
1280 |
<div class="col-lg-8 partnerIncomeContainer"></div>
|
|
|
1281 |
|
|
|
1282 |
<div class="col-lg-4">
|
|
|
1283 |
<div class="info-box green-bg" style="height: 145px;">
|
| 34176 |
tejus.loha |
1284 |
<h4 style="margin-top:-2px;margin-bottom:12px"><strong>#springMessage(
|
|
|
1285 |
"dashboard.monthlytarget")</strong></h4>
|
| 31805 |
amit.gupta |
1286 |
|
|
|
1287 |
<div class="col-lg-6">
|
| 33995 |
vikas.jang |
1288 |
<h4 style="margin-top:-2px;margin-bottom:12px;">
|
|
|
1289 |
<strong style="cursor:pointer; margin-left: 9px;">Sale</strong>
|
|
|
1290 |
</h4>
|
| 31805 |
amit.gupta |
1291 |
<div class="col-lg-6">
|
|
|
1292 |
#if($monthlyTarget && $monthlyTarget.getSaleTarget() >0)
|
| 34176 |
tejus.loha |
1293 |
<div style="margin-top:0px"
|
|
|
1294 |
class="count currency">$monthlyTarget.getSaleTarget()</div>
|
| 31805 |
amit.gupta |
1295 |
#else
|
|
|
1296 |
<div style="margin-top:0px" class="count currency">-</div>
|
|
|
1297 |
#end
|
|
|
1298 |
</div>
|
|
|
1299 |
</div>
|
|
|
1300 |
|
|
|
1301 |
<div class="col-lg-6">
|
| 33995 |
vikas.jang |
1302 |
<h4 style="margin-top:-2px;margin-bottom:12px;"><strong
|
| 31211 |
tejbeer |
1303 |
style="font-size: 16px; cursor:pointer; margin-left: 9px;"
|
| 33995 |
vikas.jang |
1304 |
>#springMessage("dashboard.purchase")</strong></h4>
|
| 31805 |
amit.gupta |
1305 |
<div class="col-lg-6">
|
|
|
1306 |
#if($monthlyTarget && $monthlyTarget.getPurchaseTarget() > 0)
|
|
|
1307 |
<div style="margin-top:0px"
|
|
|
1308 |
class="count currency">$monthlyTarget.getPurchaseTarget()</div>
|
|
|
1309 |
|
|
|
1310 |
#else
|
|
|
1311 |
<div style="margin-top:0px" class="count currency"> -</div>
|
|
|
1312 |
|
|
|
1313 |
#end
|
|
|
1314 |
</div>
|
|
|
1315 |
</div>
|
|
|
1316 |
</div>
|
|
|
1317 |
|
| 31211 |
tejbeer |
1318 |
</div>
|
| 30232 |
amit.gupta |
1319 |
</div>
|
|
|
1320 |
|
| 35396 |
amit |
1321 |
<div class="row mb-6">
|
| 27875 |
amit.gupta |
1322 |
<div class="Mobile">
|
|
|
1323 |
#foreach($brandStockPrice in $brandStockPrices)
|
|
|
1324 |
|
|
|
1325 |
<div class="col-lg-3">
|
|
|
1326 |
<div class="card card-default">
|
| 25680 |
amit.gupta |
1327 |
<span class="card-body" style="padding-bottom:0px">
|
|
|
1328 |
<table>
|
| 25214 |
amit.gupta |
1329 |
<thead>
|
|
|
1330 |
<tr><td colspan="2">Current Stock</td></tr>
|
|
|
1331 |
</thead>
|
|
|
1332 |
<tbody>
|
| 25219 |
amit.gupta |
1333 |
<tr><th>Qty</th><td>$brandStockPrice.getTotalQty()pc</td></tr>
|
| 27875 |
amit.gupta |
1334 |
<tr><th>Value</th><td><span
|
|
|
1335 |
class="currency">$brandStockPrice.getTotalValue()</span></td></tr>
|
| 25214 |
amit.gupta |
1336 |
</tbody>
|
| 25680 |
amit.gupta |
1337 |
</table>
|
| 27875 |
amit.gupta |
1338 |
#if($brandStockPrice.getAgedValue()>0)
|
|
|
1339 |
<p style="color:#d15a57;font-weight:700" title="Focus Stock">
|
| 25680 |
amit.gupta |
1340 |
<span class="currency">$brandStockPrice.getAgedValue()</span> / $brandStockPrice.getAgedQty()
|
|
|
1341 |
</p>
|
| 27875 |
amit.gupta |
1342 |
#else
|
|
|
1343 |
<p> </p>
|
|
|
1344 |
#end
|
| 25680 |
amit.gupta |
1345 |
</span>
|
| 30232 |
amit.gupta |
1346 |
<span class="card-img" style="text-align:center">
|
| 27875 |
amit.gupta |
1347 |
<img src="${brandStockPrice.getBrandUrl()}" data-stockbrand="$brandStockPrice.getBrand()"
|
|
|
1348 |
class="cover $brandStockPrice.getBrand()" id="stockcatalog"
|
|
|
1349 |
class="$brandStockPrice.getBrand()">
|
| 27618 |
tejbeer |
1350 |
</span></span>
|
| 27875 |
amit.gupta |
1351 |
</div>
|
|
|
1352 |
</div>
|
|
|
1353 |
#end
|
|
|
1354 |
</div>
|
|
|
1355 |
<div class="row">
|
|
|
1356 |
<div class="col-lg-3">
|
|
|
1357 |
<div class="card card-default">
|
| 27623 |
tejbeer |
1358 |
<span class="card-body" style="padding-bottom:38px;">
|
| 26071 |
tejbeer |
1359 |
<table>
|
|
|
1360 |
<thead>
|
|
|
1361 |
<tr><td colspan="2">Current Stock</td></tr>
|
|
|
1362 |
</thead>
|
|
|
1363 |
<tbody>
|
|
|
1364 |
<tr><th>Value</th><td><span class="currency">$accesoriesStock</span></td></tr>
|
|
|
1365 |
</tbody>
|
|
|
1366 |
</table>
|
|
|
1367 |
</span>
|
| 27875 |
amit.gupta |
1368 |
<span class="card-img">
|
|
|
1369 |
<img src="resources/images/accessories.jpg" id="accesoriesStock"
|
|
|
1370 |
class="accesoriesClass">
|
| 26071 |
tejbeer |
1371 |
</span>
|
| 27875 |
amit.gupta |
1372 |
</div>
|
|
|
1373 |
</div>
|
| 21627 |
kshitij.so |
1374 |
|
| 27875 |
amit.gupta |
1375 |
</div>
|
|
|
1376 |
</div>
|
|
|
1377 |
</div>
|
|
|
1378 |
<div class="col-lg-6">
|
| 35396 |
amit |
1379 |
<div class="offer-container" style="margin-bottom: 12px;">
|
|
|
1380 |
<div class="row">
|
|
|
1381 |
<div class="col-lg-12">
|
|
|
1382 |
<div class="form-group">
|
|
|
1383 |
<label class="control-label col-lg-4" for="months">#springMessage(
|
| 34176 |
tejus.loha |
1384 |
"dashboard.offerforthemonth")</label>
|
| 35396 |
amit |
1385 |
<div class="col-lg-2">
|
|
|
1386 |
<select class="form-control input-sm" id="mk_offer_brand_filter"
|
|
|
1387 |
name="offerBrandFilter"
|
|
|
1388 |
placeholder="brand" style="margin:auto;">
|
|
|
1389 |
<option value="" disabled>Select Brand</option>
|
|
|
1390 |
<option value="" selected>All</option>
|
|
|
1391 |
#foreach($brand in $brands)
|
|
|
1392 |
<option value="$brand">$brand</option>
|
|
|
1393 |
#end
|
|
|
1394 |
</select>
|
|
|
1395 |
</div>
|
|
|
1396 |
<div class="col-lg-4">
|
|
|
1397 |
<select class="form-control input-sm" id="offer-months" name="months"
|
|
|
1398 |
placeholder="months" style="margin:auto;">
|
|
|
1399 |
<option value="" disabled selected>Month</option>
|
|
|
1400 |
#foreach($mVM in $monthValueMap.entrySet())
|
|
|
1401 |
#if($mVM.getKey()== $month )
|
|
|
1402 |
<option value="$mVM.getKey()" selected>$mVM.getValue()</option>
|
|
|
1403 |
#else
|
|
|
1404 |
<option value="$mVM.getKey()">$mVM.getValue()</option>
|
|
|
1405 |
#end
|
|
|
1406 |
#end
|
|
|
1407 |
</select>
|
|
|
1408 |
</div>
|
|
|
1409 |
<div class="col-lg-2">
|
|
|
1410 |
<!--Training Video -->
|
|
|
1411 |
<a href="#videoModal" class="btn btn-danger" data-toggle="modal"
|
|
|
1412 |
data-src="Nv7J2L_BPCU"><span
|
|
|
1413 |
class="glyphicon glyphicon-play-circle"></span> Play Video</a>
|
|
|
1414 |
</div>
|
|
|
1415 |
</div>
|
| 34176 |
tejus.loha |
1416 |
</div>
|
| 35396 |
amit |
1417 |
</div>
|
|
|
1418 |
<div class="row">
|
|
|
1419 |
<div class="col-lg-12">
|
|
|
1420 |
<div id="offer-container">
|
|
|
1421 |
#parse("published-offers.vm")
|
|
|
1422 |
</div>
|
| 30232 |
amit.gupta |
1423 |
</div>
|
|
|
1424 |
</div>
|
| 35396 |
amit |
1425 |
<div class="offer-margin-container">
|
|
|
1426 |
<div class="modal text-center" id="offerDescription">
|
|
|
1427 |
<div class="modal-dialog modal-xl modal-dialog-scrollable">
|
|
|
1428 |
<div class="modal-content">
|
|
|
1429 |
</div>
|
| 27875 |
amit.gupta |
1430 |
</div>
|
|
|
1431 |
</div>
|
|
|
1432 |
</div>
|
| 35396 |
amit |
1433 |
|
| 27875 |
amit.gupta |
1434 |
</div>
|
| 35396 |
amit |
1435 |
<div class="row">
|
|
|
1436 |
<div class="info-box white-bg col-lg-12" id="performanceContainer">
|
|
|
1437 |
#parse("performance.vm")
|
|
|
1438 |
</div>
|
|
|
1439 |
</div>
|
| 30232 |
amit.gupta |
1440 |
|
| 30623 |
amit.gupta |
1441 |
<!--<div class="row col-lg-12 info-box white-bg" id="performanceContainer">
|
|
|
1442 |
##parse("performance-weekly.vm")
|
|
|
1443 |
</div>-->
|
| 27946 |
amit.gupta |
1444 |
#if($activatedImeis > 0)
|
|
|
1445 |
<div class="row col-lg-12 info-box white-bg">
|
|
|
1446 |
#parse("dashboard-activated-imeis.vm")
|
|
|
1447 |
</div>
|
|
|
1448 |
#end
|
| 30454 |
amit.gupta |
1449 |
#if($imeiActivationPendingCount > 0)
|
| 28482 |
amit.gupta |
1450 |
<div class="row col-lg-12 info-box white-bg">
|
| 30454 |
amit.gupta |
1451 |
#parse("dashboard-grn-pending-activated-imeis.vm")
|
| 28482 |
amit.gupta |
1452 |
</div>
|
|
|
1453 |
#end
|
| 27875 |
amit.gupta |
1454 |
<div class="row col-lg-12">
|
| 30232 |
amit.gupta |
1455 |
<ul class="nav nav-tabs">
|
| 35396 |
amit |
1456 |
<li role="presentation" class="active bar_chart"><a
|
|
|
1457 |
href="javascript:void(0)">Sale</a>
|
|
|
1458 |
</li>
|
| 34426 |
tejus.loha |
1459 |
<li class="lms_line_chart"><a href="javascript:void(0)">#springMessage(
|
|
|
1460 |
"dashboard.monthlysale")</a></li>
|
|
|
1461 |
<li class="purchase_line_chart"><a href="javascript:void(0)">#springMessage(
|
| 34176 |
tejus.loha |
1462 |
"dashboard.monthlypurchase")</a></li>
|
| 34426 |
tejus.loha |
1463 |
<li class="priceDrop_chart"><a href="javascript:void(0)">#springMessage(
|
|
|
1464 |
"dashboard.pricedrop")</a></li>
|
| 35396 |
amit |
1465 |
<li class="pending_activation_chart"><a href="javascript:void(0)">Pending
|
|
|
1466 |
Activation</a>
|
| 34426 |
tejus.loha |
1467 |
</li>
|
|
|
1468 |
<li class="pending_upgrade_offer"><a href="javascript:void(0)"> #springMessage(
|
| 34176 |
tejus.loha |
1469 |
"dashboard.upgradeoffer")</a></li>
|
| 30232 |
amit.gupta |
1470 |
</ul>
|
| 34426 |
tejus.loha |
1471 |
<div style="float:left;margin-top: 2% ; font-size: 20px" id="dateRangeDiv">
|
| 34388 |
tejus.loha |
1472 |
From:
|
|
|
1473 |
<input type="date" name="from" id="chartForm" value="">
|
|
|
1474 |
To:
|
|
|
1475 |
<input type="date" name="to" id="chartTo" value="">
|
| 30232 |
amit.gupta |
1476 |
|
| 34388 |
tejus.loha |
1477 |
<select name="quantityType" id="quantity_type_id">
|
|
|
1478 |
<option value="false" selected>Value</option>
|
|
|
1479 |
<option value="true">Quantity</option>
|
|
|
1480 |
</select>
|
|
|
1481 |
<button id="viewSaleBarChart" class="btn-success">
|
|
|
1482 |
Veiw Chart
|
|
|
1483 |
</button>
|
| 30232 |
amit.gupta |
1484 |
</div>
|
| 34388 |
tejus.loha |
1485 |
<br>
|
|
|
1486 |
<div class="row ChartContainer" style="margin:5px;margin-top: 4%">
|
| 30232 |
amit.gupta |
1487 |
|
| 34388 |
tejus.loha |
1488 |
</div>
|
| 30232 |
amit.gupta |
1489 |
|
| 34388 |
tejus.loha |
1490 |
|
| 27875 |
amit.gupta |
1491 |
</div>
|
| 34388 |
tejus.loha |
1492 |
<div class="clearfix"></div>
|
| 34426 |
tejus.loha |
1493 |
<div class="modal fade" id="modelChartModal" tabindex="-1" role="dialog"
|
|
|
1494 |
aria-labelledby="modelChartModalLabel" aria-hidden="true">
|
|
|
1495 |
<div class="modal-dialog modal-xl" role="document"> <!-- modal-lg for large modal -->
|
|
|
1496 |
<div class="modal-content">
|
|
|
1497 |
<div class="modal-header">
|
|
|
1498 |
<h3 class="modal-title" id="modelChartModalLabel">Model-wise Chart
|
| 35396 |
amit |
1499 |
<button type="button" class="close" data-dismiss="modal"
|
|
|
1500 |
aria-label="Close">
|
| 34426 |
tejus.loha |
1501 |
<span aria-hidden="true">×</span>
|
|
|
1502 |
</button>
|
|
|
1503 |
</h3>
|
|
|
1504 |
</div>
|
|
|
1505 |
<div class="modal-body model_charbar_container">
|
|
|
1506 |
<!-- Chart will be injected here -->
|
|
|
1507 |
</div>
|
|
|
1508 |
</div>
|
|
|
1509 |
</div>
|
| 34388 |
tejus.loha |
1510 |
</div>
|
| 27875 |
amit.gupta |
1511 |
</div>
|
|
|
1512 |
</div>
|
| 35396 |
amit |
1513 |
</div>
|
| 27875 |
amit.gupta |
1514 |
</section>
|
|
|
1515 |
<div class="text-center">
|
| 30695 |
amit.gupta |
1516 |
<div id="like_button_container"></div>
|
| 27875 |
amit.gupta |
1517 |
<div class="credits">
|
|
|
1518 |
<p>All rights reserved.©2017, Smart Dukaan</p>
|
|
|
1519 |
</div>
|
|
|
1520 |
</div>
|
| 30695 |
amit.gupta |
1521 |
|
| 27875 |
amit.gupta |
1522 |
</section>
|
| 34813 |
aman |
1523 |
<div class="clearfix"></div>
|
|
|
1524 |
<div id="partnerTasks" class="modal rounded" role="dialog">
|
|
|
1525 |
<div class="modal-dialog modal-xl">
|
|
|
1526 |
<div class="modal-content" id="chartData">
|
| 27875 |
amit.gupta |
1527 |
|
| 34813 |
aman |
1528 |
</div>
|
|
|
1529 |
</div>
|
|
|
1530 |
</div>
|
| 27875 |
amit.gupta |
1531 |
<script type="text/javascript">
|
|
|
1532 |
context = "${rc.contextPath}";
|
|
|
1533 |
webApiScheme = "$webApiScheme";
|
|
|
1534 |
webApiRoot = "$webApiRoot";
|
|
|
1535 |
webApiHost = "$webApiHost";
|
|
|
1536 |
webApiPort = "$webApiPort";
|
|
|
1537 |
</script>
|
|
|
1538 |
#parse("include-scripts.vm")
|
|
|
1539 |
|
|
|
1540 |
<script type="text/javascript">
|
|
|
1541 |
$(document).ready(function () {
|
| 30232 |
amit.gupta |
1542 |
$("#offerDescription").modal({backdrop: "static", keyboard: true, focus: true, show: false});
|
|
|
1543 |
var salesCloseFlag = true;
|
| 27875 |
amit.gupta |
1544 |
$("#blue-dropdown").click(function () {
|
|
|
1545 |
// console.log("clicked");
|
|
|
1546 |
if (salesCloseFlag) {
|
|
|
1547 |
var containerWidth = $(".blue-bg").width()
|
|
|
1548 |
doGetAjaxRequestHandler(context + "/getMonthSale", function (response) {
|
|
|
1549 |
$('.monthsaleContainer').html(response);
|
|
|
1550 |
|
|
|
1551 |
$(".blue-bg").css({"position": "absolute", "z-index": "10"}).width(containerWidth);
|
|
|
1552 |
});
|
|
|
1553 |
} else {
|
|
|
1554 |
$(".blue-bg").removeAttr('style');
|
|
|
1555 |
$('.monthsaleContainer').html('');
|
|
|
1556 |
}
|
|
|
1557 |
salesCloseFlag = !salesCloseFlag;
|
|
|
1558 |
});
|
|
|
1559 |
|
| 30232 |
amit.gupta |
1560 |
$(".bar_chart").click();
|
|
|
1561 |
|
|
|
1562 |
var month = 0;
|
|
|
1563 |
doGetAjaxRequestHandler(context + "/partnerTotalIncomeByMonth/" + month, function (response) {
|
|
|
1564 |
console.log(response);
|
|
|
1565 |
$(".partnerIncomeContainer").html(response);
|
|
|
1566 |
});
|
|
|
1567 |
|
| 27887 |
amit.gupta |
1568 |
var investmentCloseFlag = true;
|
|
|
1569 |
$("#purple-dropdown").click(function () {
|
|
|
1570 |
console.log('hello');
|
|
|
1571 |
$(".flash").stop();
|
|
|
1572 |
// console.log("clicked");
|
|
|
1573 |
if (investmentCloseFlag) {
|
|
|
1574 |
var containerWidth = $(".purple-bg").width()
|
|
|
1575 |
doGetAjaxRequestHandler(context + "/investmentDetails", function (response) {
|
|
|
1576 |
$('.investmentContainer').html(response);
|
|
|
1577 |
$(".purple-bg").css({"position": "absolute", "z-index": "10"}).width(containerWidth);
|
|
|
1578 |
});
|
|
|
1579 |
} else {
|
|
|
1580 |
$(".purple-bg").removeAttr('style');
|
|
|
1581 |
$('.investmentContainer').html('');
|
|
|
1582 |
}
|
|
|
1583 |
investmentCloseFlag = !investmentCloseFlag;
|
|
|
1584 |
});
|
|
|
1585 |
});
|
| 27875 |
amit.gupta |
1586 |
|
| 30232 |
amit.gupta |
1587 |
function sleep(delay) {
|
|
|
1588 |
var start = new Date().getTime();
|
|
|
1589 |
while (new Date().getTime() < start + delay) ;
|
|
|
1590 |
}
|
|
|
1591 |
|
| 28443 |
tejbeer |
1592 |
$(document).on("click", ".priceDrop_chart",
|
|
|
1593 |
function () {
|
| 30232 |
amit.gupta |
1594 |
$(".pd").css("color", "blue");
|
|
|
1595 |
$(".pd").css("background-color", "white");
|
|
|
1596 |
$(".ba").css("color", "white");
|
|
|
1597 |
$(".ba").css("background-color", "#C0C0C0");
|
|
|
1598 |
$(".pa").css("color", "white");
|
|
|
1599 |
$(".pa").css("background-color", "#C0C0C0");
|
|
|
1600 |
$(".la").css("color", "white");
|
|
|
1601 |
$(".la").css("background-color", "#C0C0C0");
|
|
|
1602 |
|
|
|
1603 |
$(".pac").css("color", "white");
|
|
|
1604 |
$(".pac").css("background-color", "#C0C0C0");
|
|
|
1605 |
|
|
|
1606 |
|
|
|
1607 |
$(".puo").css("color", "white");
|
|
|
1608 |
$(".puo").css("background-color", "#C0C0C0");
|
|
|
1609 |
|
|
|
1610 |
|
|
|
1611 |
sleep(500);
|
|
|
1612 |
doGetAjaxRequestHandler(context + "/getMonthlyPriceDrop", function (response) {
|
|
|
1613 |
|
| 28443 |
tejbeer |
1614 |
$('.ChartContainer').html(response);
|
| 30232 |
amit.gupta |
1615 |
});
|
|
|
1616 |
});
|
|
|
1617 |
|
|
|
1618 |
|
|
|
1619 |
$(document).on("click", ".pending_activation_chart",
|
| 29578 |
tejbeer |
1620 |
function () {
|
| 30232 |
amit.gupta |
1621 |
$(".pac").css("color", "blue");
|
|
|
1622 |
$(".pac").css("background-color", "white");
|
|
|
1623 |
|
|
|
1624 |
$(".pd").css("color", "white");
|
|
|
1625 |
$(".pd").css("background-color", "#C0C0C0");
|
|
|
1626 |
$(".ba").css("color", "white");
|
|
|
1627 |
$(".ba").css("background-color", "#C0C0C0");
|
|
|
1628 |
$(".pa").css("color", "white");
|
|
|
1629 |
$(".pa").css("background-color", "#C0C0C0");
|
|
|
1630 |
$(".la").css("color", "white");
|
|
|
1631 |
$(".la").css("background-color", "#C0C0C0");
|
|
|
1632 |
|
|
|
1633 |
$(".puo").css("color", "white");
|
|
|
1634 |
$(".puo").css("background-color", "#C0C0C0");
|
|
|
1635 |
|
|
|
1636 |
sleep(500);
|
|
|
1637 |
doGetAjaxRequestHandler(context + "/getMonthlyActivation", function (response) {
|
|
|
1638 |
|
| 29578 |
tejbeer |
1639 |
$('.ChartContainer').html(response);
|
| 30232 |
amit.gupta |
1640 |
});
|
|
|
1641 |
});
|
|
|
1642 |
|
|
|
1643 |
$(document).on("click", ".purchase_line_chart",
|
| 28439 |
tejbeer |
1644 |
function () {
|
| 30232 |
amit.gupta |
1645 |
$(".pa").css("color", "blue");
|
|
|
1646 |
$(".pa").css("background-color", "white");
|
|
|
1647 |
$(".ba").css("color", "white");
|
|
|
1648 |
$(".ba").css("background-color", "#C0C0C0");
|
|
|
1649 |
$(".pd").css("color", "white");
|
|
|
1650 |
$(".pd").css("background-color", "#C0C0C0");
|
|
|
1651 |
$(".la").css("color", "white");
|
|
|
1652 |
$(".la").css("background-color", "#C0C0C0");
|
|
|
1653 |
|
|
|
1654 |
$(".pac").css("color", "white");
|
|
|
1655 |
$(".pac").css("background-color", "#C0C0C0");
|
|
|
1656 |
|
|
|
1657 |
$(".puo").css("color", "white");
|
|
|
1658 |
$(".puo").css("background-color", "#C0C0C0");
|
|
|
1659 |
|
|
|
1660 |
doGetAjaxRequestHandler(context + "/getMonthlyPurchaseLineChart", function (response) {
|
| 28439 |
tejbeer |
1661 |
$('.ChartContainer').html(response);
|
| 30232 |
amit.gupta |
1662 |
});
|
|
|
1663 |
});
|
|
|
1664 |
|
| 28431 |
tejbeer |
1665 |
$(document).on("click", ".lms_line_chart",
|
|
|
1666 |
function () {
|
| 30232 |
amit.gupta |
1667 |
|
|
|
1668 |
$(".ba").css("color", "white");
|
|
|
1669 |
$(".ba").css("background-color", "#C0C0C0");
|
|
|
1670 |
$(".pa").css("color", "white");
|
|
|
1671 |
$(".pa").css("background-color", "#C0C0C0");
|
|
|
1672 |
$(".la").css("color", "blue");
|
|
|
1673 |
$(".la").css("background-color", "white");
|
|
|
1674 |
$(".pd").css("color", "white");
|
|
|
1675 |
$(".pd").css("background-color", "#C0C0C0");
|
|
|
1676 |
|
|
|
1677 |
$(".pac").css("color", "white");
|
|
|
1678 |
$(".pac").css("background-color", "#C0C0C0");
|
|
|
1679 |
|
|
|
1680 |
$(".puo").css("color", "white");
|
|
|
1681 |
$(".puo").css("background-color", "#C0C0C0");
|
|
|
1682 |
|
|
|
1683 |
doGetAjaxRequestHandler(context + "/getlmsLineChart", function (response) {
|
| 28431 |
tejbeer |
1684 |
$('.ChartContainer').html(response);
|
| 30232 |
amit.gupta |
1685 |
});
|
|
|
1686 |
});
|
|
|
1687 |
|
|
|
1688 |
$(document).on("click", ".bar_chart",
|
|
|
1689 |
function () {
|
|
|
1690 |
$(".ba").css("color", "blue");
|
|
|
1691 |
$(".ba").css("background-color", "white");
|
|
|
1692 |
$(".la").css("color", "white");
|
|
|
1693 |
$(".la").css("background-color", "#C0C0C0");
|
|
|
1694 |
$(".pa").css("color", "white");
|
|
|
1695 |
$(".pa").css("background-color", "#C0C0C0");
|
|
|
1696 |
$(".pd").css("color", "white");
|
|
|
1697 |
$(".pd").css("background-color", "#C0C0C0");
|
|
|
1698 |
|
|
|
1699 |
$(".pac").css("color", "white");
|
|
|
1700 |
$(".pac").css("background-color", "#C0C0C0");
|
|
|
1701 |
|
|
|
1702 |
$(".puo").css("color", "white");
|
|
|
1703 |
$(".puo").css("background-color", "#C0C0C0");
|
|
|
1704 |
|
|
|
1705 |
|
|
|
1706 |
doGetAjaxRequestHandler(context + "/getBarChart", function (response) {
|
| 28431 |
tejbeer |
1707 |
$('.ChartContainer').html(response);
|
| 30232 |
amit.gupta |
1708 |
});
|
|
|
1709 |
});
|
|
|
1710 |
|
|
|
1711 |
|
|
|
1712 |
$(document).on("click", ".pending_upgrade_offer",
|
|
|
1713 |
function () {
|
|
|
1714 |
|
|
|
1715 |
$(".puo").css("color", "blue");
|
|
|
1716 |
$(".puo").css("background-color", "white");
|
|
|
1717 |
|
|
|
1718 |
$(".ba").css("color", "white");
|
|
|
1719 |
$(".ba").css("background-color", "#C0C0C0");
|
|
|
1720 |
$(".la").css("color", "white");
|
|
|
1721 |
$(".la").css("background-color", "#C0C0C0");
|
|
|
1722 |
$(".pa").css("color", "white");
|
|
|
1723 |
$(".pa").css("background-color", "#C0C0C0");
|
|
|
1724 |
$(".pd").css("color", "white");
|
|
|
1725 |
$(".pd").css("background-color", "#C0C0C0");
|
|
|
1726 |
|
|
|
1727 |
$(".pac").css("color", "white");
|
|
|
1728 |
$(".pac").css("background-color", "#C0C0C0");
|
|
|
1729 |
|
|
|
1730 |
doGetAjaxRequestHandler(context + "/getMonthlySamsungUpgradeOffer", function (response) {
|
| 29707 |
tejbeer |
1731 |
$('.ChartContainer').html(response);
|
| 30232 |
amit.gupta |
1732 |
});
|
|
|
1733 |
});
|
| 27887 |
amit.gupta |
1734 |
|
| 28431 |
tejbeer |
1735 |
|
| 35675 |
amit |
1736 |
$(document).on("click", ".description-offer",
|
| 27875 |
amit.gupta |
1737 |
function (e) {
|
|
|
1738 |
var offerid = $(this).data('offerid');
|
|
|
1739 |
console.log(offerid);
|
|
|
1740 |
doGetAjaxRequestHandler(context + "/getOfferMargins?offerId="
|
|
|
1741 |
+ offerid, function (response) {
|
|
|
1742 |
$('.offer-margin-container .modal-content').html(response);
|
| 29156 |
amit.gupta |
1743 |
$("#offerDescription").modal('handleUpdate');
|
|
|
1744 |
$("#offerDescription").modal('show');
|
| 27875 |
amit.gupta |
1745 |
});
|
|
|
1746 |
});
|
|
|
1747 |
|
|
|
1748 |
|
|
|
1749 |
$(document).on("click", ".cancel-description",
|
|
|
1750 |
function (e) {
|
|
|
1751 |
$("#descriptionMenu").empty();
|
|
|
1752 |
});
|
|
|
1753 |
|
|
|
1754 |
|
| 30232 |
amit.gupta |
1755 |
$(document).on("click", "#cancel-model", function (e) {
|
|
|
1756 |
$("#descriptionMenu").empty();
|
|
|
1757 |
});
|
| 27875 |
amit.gupta |
1758 |
|
| 32249 |
amit.gupta |
1759 |
$(document).on('change', "#month-wise-total-income", function () {
|
| 27875 |
amit.gupta |
1760 |
|
| 30232 |
amit.gupta |
1761 |
var month = $(this).val();
|
|
|
1762 |
console.log(month);
|
| 28272 |
tejbeer |
1763 |
|
| 30232 |
amit.gupta |
1764 |
doGetAjaxRequestHandler(context + "/partnerTotalIncomeByMonth/" + month, function (response) {
|
|
|
1765 |
console.log(response);
|
|
|
1766 |
$(".partnerIncomeContainer").html(response);
|
|
|
1767 |
});
|
|
|
1768 |
});
|
| 30194 |
manish |
1769 |
|
| 34176 |
tejus.loha |
1770 |
$(document).on('change', "#offer-months,#mk_offer_brand_filter", function () {
|
| 34177 |
tejus.loha |
1771 |
var monthSearch = $('#offer-months').val();
|
| 34176 |
tejus.loha |
1772 |
var brandFilter = $('#mk_offer_brand_filter').val();
|
| 34177 |
tejus.loha |
1773 |
console.log("monthSearch - ", monthSearch)
|
| 34176 |
tejus.loha |
1774 |
console.log("brandFilter - ", brandFilter)
|
|
|
1775 |
var url;
|
|
|
1776 |
if (!brandFilter) {
|
| 34177 |
tejus.loha |
1777 |
url = `${context}/published-offers?yearMonth=${monthSearch}`;
|
| 34176 |
tejus.loha |
1778 |
} else {
|
| 34177 |
tejus.loha |
1779 |
url = `${context}/published-offers?yearMonth=${monthSearch}&brandFilter=${brandFilter}`;
|
| 34176 |
tejus.loha |
1780 |
}
|
|
|
1781 |
console.log("url - ", url);
|
|
|
1782 |
doGetAjaxRequestHandler(url, function (response) {
|
| 30232 |
amit.gupta |
1783 |
$("#offer-container").html(response);
|
|
|
1784 |
});
|
|
|
1785 |
});
|
|
|
1786 |
|
|
|
1787 |
|
|
|
1788 |
$(document).on("click", ".pndg-status", function () {
|
|
|
1789 |
console.log("Hello");
|
|
|
1790 |
pendingOrderStatus("main-content");
|
|
|
1791 |
});
|
|
|
1792 |
|
| 29721 |
manish |
1793 |
function pendingOrderStatus(domId) {
|
| 30232 |
amit.gupta |
1794 |
doGetAjaxRequestHandler(context + "/getPendingOrderStatus", function (response) {
|
|
|
1795 |
console.log(response);
|
|
|
1796 |
$('#' + domId).html(response);
|
|
|
1797 |
});
|
|
|
1798 |
}
|
|
|
1799 |
|
|
|
1800 |
$(document).on("click", ".billed-status", function () {
|
|
|
1801 |
console.log("Hello");
|
|
|
1802 |
billedOrderStatus("main-content");
|
|
|
1803 |
});
|
|
|
1804 |
|
| 29721 |
manish |
1805 |
function billedOrderStatus(domId) {
|
| 30232 |
amit.gupta |
1806 |
doGetAjaxRequestHandler(context + "/getBilledOrderStatus", function (response) {
|
|
|
1807 |
console.log(response);
|
|
|
1808 |
$('#' + domId).html(response);
|
|
|
1809 |
});
|
|
|
1810 |
}
|
|
|
1811 |
|
|
|
1812 |
$(document).on("click", ".shipped-status", function () {
|
|
|
1813 |
console.log("Hello");
|
|
|
1814 |
shippedOrderStatus("main-content");
|
|
|
1815 |
});
|
|
|
1816 |
|
| 29721 |
manish |
1817 |
function shippedOrderStatus(domId) {
|
| 30232 |
amit.gupta |
1818 |
doGetAjaxRequestHandler(context + "/getShippedOrderStatus", function (response) {
|
|
|
1819 |
console.log(response);
|
|
|
1820 |
$('#' + domId).html(response);
|
|
|
1821 |
});
|
|
|
1822 |
}
|
|
|
1823 |
|
|
|
1824 |
$(document).on("click", ".grn-status", function () {
|
|
|
1825 |
console.log("Hello");
|
|
|
1826 |
grnOrderStatus("main-content");
|
|
|
1827 |
});
|
|
|
1828 |
|
| 29721 |
manish |
1829 |
function grnOrderStatus(domId) {
|
| 30232 |
amit.gupta |
1830 |
doGetAjaxRequestHandler(context + "/getGrnPendingOrderStatus", function (response) {
|
|
|
1831 |
console.log(response);
|
|
|
1832 |
$('#' + domId).html(response);
|
|
|
1833 |
});
|
|
|
1834 |
}
|
|
|
1835 |
|
| 30165 |
manish |
1836 |
function lastMonthCreditIncome(domId) {
|
| 32249 |
amit.gupta |
1837 |
let monthVal = $("#month-wise-total-income").val();
|
|
|
1838 |
doGetAjaxRequestHandler(`${context}/monthWisePartnerIncome/${monthVal}`, function (response) {
|
| 30232 |
amit.gupta |
1839 |
console.log(response);
|
|
|
1840 |
$('#' + domId).html(response);
|
|
|
1841 |
});
|
|
|
1842 |
}
|
| 28272 |
tejbeer |
1843 |
|
| 30232 |
amit.gupta |
1844 |
$(document).on("click", ".pending-income", function () {
|
|
|
1845 |
console.log("Hello");
|
|
|
1846 |
lastMonthCreditIncome("main-content");
|
|
|
1847 |
});
|
|
|
1848 |
|
| 30234 |
amit.gupta |
1849 |
$(document).on("click", ".total-income-calc", function () {
|
| 30232 |
amit.gupta |
1850 |
console.log("Hello");
|
|
|
1851 |
lastMonthCreditIncome("main-content");
|
|
|
1852 |
});
|
|
|
1853 |
|
|
|
1854 |
|
| 27875 |
amit.gupta |
1855 |
</script>
|
|
|
1856 |
<script>
|
|
|
1857 |
|
|
|
1858 |
//knob
|
|
|
1859 |
$(function () {
|
|
|
1860 |
/*$(".knob").knob({
|
|
|
1861 |
'draw' : function () {
|
|
|
1862 |
$(this.i).val(this.cv + '%')
|
|
|
1863 |
}
|
|
|
1864 |
});*/
|
|
|
1865 |
$.fn.dataTable.moment('DD/MM/YYYY');
|
|
|
1866 |
$.fn.dataTable.moment('DD/MM/YYYY hh:mm');
|
|
|
1867 |
$('.currency').each(function (index, ele) {
|
|
|
1868 |
if (!isNaN(parseInt($(ele).html()))) {
|
|
|
1869 |
$(ele).html(numberToComma($(ele).html()));
|
|
|
1870 |
}
|
|
|
1871 |
});
|
|
|
1872 |
});
|
|
|
1873 |
|
|
|
1874 |
$(function () {
|
|
|
1875 |
var profile = localStorage.getItem('profile');
|
|
|
1876 |
if (profile) {
|
|
|
1877 |
$("#photo").attr("src", JSON.parse(profile).image_url);
|
|
|
1878 |
$("#fofo_name").text(JSON.parse(profile).name);
|
|
|
1879 |
} else {
|
|
|
1880 |
$("#photo").attr("src", "");
|
|
|
1881 |
$("#fofo_name").text("Welcome, User");
|
|
|
1882 |
}
|
|
|
1883 |
});
|
|
|
1884 |
|
|
|
1885 |
$(function () {
|
|
|
1886 |
var bag = localStorage.getItem('bag');
|
|
|
1887 |
console.log(bag);
|
|
|
1888 |
if (bag) {
|
|
|
1889 |
console.log("yes");
|
|
|
1890 |
//$("#cart_bar").find('span').text(10);
|
|
|
1891 |
$("#cart_bar").find('span').text(Object.keys(JSON.parse(bag)).length);
|
|
|
1892 |
} else {
|
|
|
1893 |
$("#cart_bar").find('span').text(0);
|
|
|
1894 |
}
|
|
|
1895 |
});
|
|
|
1896 |
|
|
|
1897 |
$("#logout").click(function () {
|
|
|
1898 |
localStorage.profile = undefined;
|
|
|
1899 |
});
|
|
|
1900 |
#set($partnerInvestment = $investments.get("investment"))
|
|
|
1901 |
saleAmount = numberToComma($partnerInvestment.getSalesAmount());
|
|
|
1902 |
minimumInvestmentAmount = numberToComma($partnerInvestment.getMinInvestment());
|
|
|
1903 |
totalInvestedAmount = numberToComma($partnerInvestment.getTotalInvestment());
|
|
|
1904 |
shortPercentage = numberToComma($partnerInvestment.getShortPercentage());
|
|
|
1905 |
grnPendingStockAmount = numberToComma($partnerInvestment.getGrnPendingAmount());
|
|
|
1906 |
unbilledStockAmount = numberToComma($partnerInvestment.getUnbilledAmount());
|
|
|
1907 |
inStockAmount = numberToComma($partnerInvestment.getInStockAmount());
|
|
|
1908 |
walletAmount = numberToComma($partnerInvestment.getWalletAmount());
|
|
|
1909 |
shortAmount = numberToComma($partnerInvestment.getShortInvestment());
|
|
|
1910 |
minAmountToBeAdded = numberToComma($partnerInvestment.getMinAmountToBeAdded());
|
|
|
1911 |
isInvestmentOk = $isInvestmentOk;
|
|
|
1912 |
starTotal = 5;
|
| 33551 |
amit.gupta |
1913 |
/*ratings = {
|
| 27875 |
amit.gupta |
1914 |
current: $currentMonthRating,
|
|
|
1915 |
last: $lastMonthRating,
|
|
|
1916 |
tilldate: $ratingTillDate
|
|
|
1917 |
};
|
|
|
1918 |
for (const rating in ratings) {
|
|
|
1919 |
// 2
|
|
|
1920 |
const starPercentage = (ratings[rating] / starTotal) * 100;
|
|
|
1921 |
// 3
|
|
|
1922 |
const starPercentageRounded = `${starPercentage}%`;
|
|
|
1923 |
// 4
|
|
|
1924 |
document.querySelector(`.${rating} .stars-inner`).style.width = starPercentageRounded;
|
| 33551 |
amit.gupta |
1925 |
}*/
|
| 27875 |
amit.gupta |
1926 |
|
|
|
1927 |
hasGift =$hasGift;
|
|
|
1928 |
giftItemId = $giftItemId;
|
|
|
1929 |
monthDays =$monthDays;
|
|
|
1930 |
dayOfMonth = $dayOfMonth;
|
| 27696 |
tejbeer |
1931 |
|
| 27875 |
amit.gupta |
1932 |
function showAttendanceModal() {
|
|
|
1933 |
var today = new Date().getTime();
|
|
|
1934 |
if ($.cookie("punchIn") == undefined) {
|
|
|
1935 |
document.cookie = "punchIn=" + today;
|
|
|
1936 |
}
|
|
|
1937 |
if (today >= parseInt($.cookie("punchIn"))) {
|
|
|
1938 |
doGetAjaxRequestHandler(context + "/getPunchInOutForModel", function (response) {
|
|
|
1939 |
if (response == 'true') {
|
|
|
1940 |
$('#punchInOutModal').modal('hide');
|
|
|
1941 |
clearInterval(stopInterval);
|
|
|
1942 |
} else {
|
|
|
1943 |
$("#punch-in-out-model").html(response);
|
|
|
1944 |
$('#punchInOutModal').modal('show');
|
|
|
1945 |
var time = today + 30 * 60 * 1000
|
|
|
1946 |
document.cookie = "punchIn=" + time;
|
|
|
1947 |
}
|
|
|
1948 |
});
|
|
|
1949 |
}
|
|
|
1950 |
}
|
|
|
1951 |
|
|
|
1952 |
var stopInterval;
|
|
|
1953 |
$(document).ready(function () {
|
|
|
1954 |
stopInterval = setInterval(showAttendanceModal, 100000000);
|
|
|
1955 |
|
|
|
1956 |
$('div.message-filter').on('click', 'button', function () {
|
|
|
1957 |
|
|
|
1958 |
messageType = $(this).data("messagetype");
|
|
|
1959 |
notifyTypeChange(messageType, $(this));
|
|
|
1960 |
|
|
|
1961 |
});
|
|
|
1962 |
});
|
|
|
1963 |
|
|
|
1964 |
|
|
|
1965 |
$(function () {
|
|
|
1966 |
if (navigator.geolocation) {
|
|
|
1967 |
navigator.geolocation.getCurrentPosition(showPosition);
|
|
|
1968 |
} else {
|
|
|
1969 |
console.log("Geolocation is not supported by browser.");
|
|
|
1970 |
}
|
|
|
1971 |
loaderDialogObj = bootbox.dialog({
|
|
|
1972 |
message: '<div class="container text-center"><i class="fa fa-spin fa-spinner"></i>Loading...</div>',
|
|
|
1973 |
show: false
|
|
|
1974 |
});
|
|
|
1975 |
|
| 31805 |
amit.gupta |
1976 |
/* Assign empty url value to the iframe src attribute when
|
|
|
1977 |
modal hide, which stop the video playing */
|
|
|
1978 |
$("#videoModal").on('hide.bs.modal', function () {
|
|
|
1979 |
$("#trainingVideo").attr('src', '');
|
|
|
1980 |
});
|
|
|
1981 |
|
|
|
1982 |
/* Assign the initially stored url back to the iframe src
|
|
|
1983 |
attribute when modal is displayed again */
|
|
|
1984 |
$("#videoModal").on('show.bs.modal', function (event) {
|
|
|
1985 |
let button = $(event.relatedTarget);
|
|
|
1986 |
let youtubeUrl = button.data("src");
|
|
|
1987 |
$("#trainingVideo").attr('src', `//www.youtube.com/embed/${youtubeUrl}?autoplay=1`);
|
|
|
1988 |
});
|
|
|
1989 |
|
| 27875 |
amit.gupta |
1990 |
});
|
|
|
1991 |
</script>
|
| 26318 |
tejbeer |
1992 |
<div id="punchInOutModal" class="modal" role="dialog">
|
| 27875 |
amit.gupta |
1993 |
<div class="modal-dialog">
|
|
|
1994 |
|
|
|
1995 |
<!-- Modal content-->
|
|
|
1996 |
<div class="modal-content">
|
|
|
1997 |
<div class="modal-header">
|
|
|
1998 |
<button type="button" class="close" data-dismiss="modal">×</button>
|
|
|
1999 |
<h4 class="modal-title">Punch In Out</h4>
|
|
|
2000 |
</div>
|
|
|
2001 |
<div class="modal-body">
|
|
|
2002 |
<div id="punch-in-out-model">
|
|
|
2003 |
|
|
|
2004 |
</div>
|
|
|
2005 |
</div>
|
|
|
2006 |
</div>
|
|
|
2007 |
</div>
|
| 26071 |
tejbeer |
2008 |
</div>
|
| 27875 |
amit.gupta |
2009 |
</section>
|
|
|
2010 |
</body>
|
| 31805 |
amit.gupta |
2011 |
|
|
|
2012 |
<!-- Modal HTML -->
|
|
|
2013 |
<div id="videoModal" class="modal fade">
|
|
|
2014 |
<div class="modal-dialog">
|
|
|
2015 |
<div class="modal-content">
|
|
|
2016 |
<div class="modal-body">
|
|
|
2017 |
<div class="embed-responsive embed-responsive-16by9">
|
| 35621 |
vikas |
2018 |
<iframe id="trainingVideo" referrerpolicy="strict-origin-when-cross-origin" class="embed-responsive-item" width="560" height="315"
|
| 31805 |
amit.gupta |
2019 |
allowfullscreen allow="autoplay"></iframe>
|
|
|
2020 |
</div>
|
|
|
2021 |
</div>
|
|
|
2022 |
</div>
|
|
|
2023 |
</div>
|
|
|
2024 |
</div>
|
| 27696 |
tejbeer |
2025 |
</html>
|
|
|
2026 |
<style>
|
| 34426 |
tejus.loha |
2027 |
.nav-tabs > li {
|
| 34527 |
tejus.loha |
2028 |
font-size: 12px;
|
| 34426 |
tejus.loha |
2029 |
}
|
| 27696 |
tejbeer |
2030 |
|
| 27875 |
amit.gupta |
2031 |
.popover2 {
|
|
|
2032 |
min-width: 30em;
|
|
|
2033 |
height: 410px;
|
|
|
2034 |
overflow: auto;
|
|
|
2035 |
padding: 8px 5px;
|
|
|
2036 |
overflow-x: hidden;
|
| 27696 |
tejbeer |
2037 |
|
| 27875 |
amit.gupta |
2038 |
}
|
| 27696 |
tejbeer |
2039 |
|
| 27875 |
amit.gupta |
2040 |
.popover1 {
|
|
|
2041 |
min-width: 30em;
|
| 27696 |
tejbeer |
2042 |
|
|
|
2043 |
|
| 27875 |
amit.gupta |
2044 |
}
|
| 27696 |
tejbeer |
2045 |
|
| 27875 |
amit.gupta |
2046 |
.mark {
|
|
|
2047 |
font-size: 13px;
|
|
|
2048 |
padding: 5px 6px;
|
|
|
2049 |
border: solid 3px red;
|
|
|
2050 |
margin-bottom: -14px;
|
|
|
2051 |
color: red;
|
| 27696 |
tejbeer |
2052 |
|
| 27875 |
amit.gupta |
2053 |
}
|
| 27696 |
tejbeer |
2054 |
|
| 27875 |
amit.gupta |
2055 |
.mark.btn-pressed {
|
|
|
2056 |
color: black;
|
|
|
2057 |
background: white;
|
|
|
2058 |
font-size: 17px;
|
|
|
2059 |
border-radius: 3px;
|
|
|
2060 |
border: solid 2px black;
|
|
|
2061 |
}
|
| 27696 |
tejbeer |
2062 |
|
| 27875 |
amit.gupta |
2063 |
.price {
|
|
|
2064 |
padding: 5px 6px;
|
|
|
2065 |
font-size: 13px;
|
|
|
2066 |
border: solid 1px black;
|
|
|
2067 |
border: solid 3px red;
|
|
|
2068 |
margin-bottom: -14px;
|
|
|
2069 |
color: red;
|
| 27696 |
tejbeer |
2070 |
|
| 27875 |
amit.gupta |
2071 |
}
|
|
|
2072 |
|
|
|
2073 |
.price.btn-pressed {
|
|
|
2074 |
color: black;
|
|
|
2075 |
background: white;
|
|
|
2076 |
font-size: 17px;
|
|
|
2077 |
border: solid 2px black;
|
|
|
2078 |
}
|
|
|
2079 |
|
|
|
2080 |
.schem {
|
|
|
2081 |
color: red;
|
|
|
2082 |
padding: 5px 6px;
|
|
|
2083 |
font-size: 13px;
|
|
|
2084 |
border: solid 3px red;
|
|
|
2085 |
margin-bottom: -14px;
|
|
|
2086 |
|
|
|
2087 |
}
|
|
|
2088 |
|
|
|
2089 |
.schem.btn-pressed {
|
|
|
2090 |
color: black;
|
|
|
2091 |
background: white;
|
|
|
2092 |
font-size: 17px;
|
|
|
2093 |
border: solid 2px black;
|
|
|
2094 |
}
|
|
|
2095 |
|
|
|
2096 |
.notify-messages {
|
|
|
2097 |
min-height: 65px;
|
|
|
2098 |
}
|
|
|
2099 |
|
|
|
2100 |
.notifi {
|
|
|
2101 |
padding: 5px 6px;
|
|
|
2102 |
font-size: 13px;
|
|
|
2103 |
margin-bottom: -14px;
|
|
|
2104 |
|
|
|
2105 |
color: red;
|
|
|
2106 |
border: solid 3px red;
|
|
|
2107 |
}
|
|
|
2108 |
|
|
|
2109 |
.notifi.btn-pressed {
|
|
|
2110 |
color: black;
|
|
|
2111 |
font-size: 17px;
|
|
|
2112 |
border: solid 2px black;
|
|
|
2113 |
background: white;
|
|
|
2114 |
}
|
| 30232 |
amit.gupta |
2115 |
|
| 29728 |
manish |
2116 |
#offer-container {
|
| 30232 |
amit.gupta |
2117 |
overflow-y: auto;
|
|
|
2118 |
max-height: 367px;
|
| 29728 |
manish |
2119 |
}
|
| 27875 |
amit.gupta |
2120 |
|
| 30232 |
amit.gupta |
2121 |
|
| 27875 |
amit.gupta |
2122 |
canvas {
|
|
|
2123 |
-moz-user-select: none;
|
|
|
2124 |
-webkit-user-select: none;
|
|
|
2125 |
-ms-user-select: none;
|
|
|
2126 |
}
|
| 27696 |
tejbeer |
2127 |
</style>
|
| 28272 |
tejbeer |
2128 |
|
|
|
2129 |
|
| 27707 |
amit.gupta |
2130 |
<script type="text/javascript">
|
|
|
2131 |
window.onload = function () {
|
| 33995 |
vikas.jang |
2132 |
if (window.innerWidth < 1920) document.body.style.zoom = "80%";
|
| 27707 |
amit.gupta |
2133 |
var options = $chartMap;
|
|
|
2134 |
var ctx = document.getElementById('barchart').getContext('2d');
|
| 35396 |
amit |
2135 |
window.bar = new Chart(ctx, options);
|
| 27707 |
amit.gupta |
2136 |
};
|
|
|
2137 |
</script>
|
| 32936 |
ranu |
2138 |
|
|
|
2139 |
|
|
|
2140 |
<script>
|
|
|
2141 |
function makeAjaxRequest() {
|
|
|
2142 |
$.ajax({
|
|
|
2143 |
url: 'https://partners.smartdukaan.com/psi/auth-endpoint',
|
|
|
2144 |
method: 'GET',
|
|
|
2145 |
dataType: 'xml', // Assuming the response is in XML format
|
|
|
2146 |
success: function (responseXml) {
|
|
|
2147 |
var responseUrl = $(responseXml).find('response').text();
|
|
|
2148 |
if (responseUrl) {
|
|
|
2149 |
// Open a new tab with the response URL
|
|
|
2150 |
window.open(responseUrl, '_blank');
|
|
|
2151 |
} else {
|
|
|
2152 |
console.error('Response URL not found in the XML');
|
|
|
2153 |
}
|
|
|
2154 |
},
|
|
|
2155 |
error: function (jqXHR, textStatus, errorThrown) {
|
|
|
2156 |
console.error('AJAX Request Failed:', textStatus, errorThrown);
|
|
|
2157 |
}
|
|
|
2158 |
});
|
|
|
2159 |
}
|
| 34388 |
tejus.loha |
2160 |
|
|
|
2161 |
|
|
|
2162 |
$(document).on('click', '#viewSaleBarChart', function () {
|
|
|
2163 |
let from = $('#chartForm').val();
|
|
|
2164 |
let to = $('#chartTo').val();
|
|
|
2165 |
let quantity_type = $('select[name="quantityType"]').val();
|
| 34426 |
tejus.loha |
2166 |
console.log("from - ", from);
|
|
|
2167 |
console.log("to - ", to);
|
|
|
2168 |
console.log("tquantity_typeo - ", quantity_type);
|
| 34388 |
tejus.loha |
2169 |
|
| 34426 |
tejus.loha |
2170 |
doGetAjaxRequestHandler(`${context}/getBarChart?from=${from}&to=${to}&isQuantity=${quantity_type}`, function (response) {
|
|
|
2171 |
console.log("res - ", response);
|
| 34388 |
tejus.loha |
2172 |
$('.model_charbar_container').html("");
|
|
|
2173 |
$('.ChartContainer').html(response);
|
|
|
2174 |
});
|
|
|
2175 |
});
|
| 34426 |
tejus.loha |
2176 |
|
|
|
2177 |
$(document).on('click', '.nav-tabs li a', function (ev) {
|
|
|
2178 |
const $li = $(this).parent();
|
|
|
2179 |
$li.siblings().removeClass('active');
|
|
|
2180 |
$li.addClass('active');
|
|
|
2181 |
});
|
| 32936 |
ranu |
2182 |
</script>
|