Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
21627 kshitij.so 1
<!DOCTYPE html>
2
<html lang="en">
27875 amit.gupta 3
<head>
21627 kshitij.so 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">
27875 amit.gupta 8
    <!--<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">-->
9
    <link rel="shortcut icon" href="assets/images/icons/favicon.png">
21627 kshitij.so 10
 
23166 amit.gupta 11
    <title>Smart Dukaan - FOCO Dashboard</title>
21627 kshitij.so 12
 
27875 amit.gupta 13
    <!-- Bootstrap CSS -->
21627 kshitij.so 14
    <!-- bootstrap theme -->
15
    <!--external css-->
16
    <!-- font icon -->
27875 amit.gupta 17
    <link href="resources/css/elegant-icons-style.css" rel="stylesheet"/>
18
    <link href="resources/css/font-awesome.min.css" rel="stylesheet"/>
21627 kshitij.so 19
    <!-- full calendar css-->
20
    <!-- owl carousel -->
21
    <link rel="stylesheet" href="resources/css/owl.carousel.css" type="text/css">
27875 amit.gupta 22
    <link href="resources/css/jquery-jvectormap-1.2.2.css" rel="stylesheet">
21627 kshitij.so 23
    <!-- Custom styles -->
27875 amit.gupta 24
    <link href="resources/css/widgets.css" rel="stylesheet">
24566 amit.gupta 25
    <link href="resources/css/style.css?v=${cssVersion}" rel="stylesheet">
25143 amit.gupta 26
    <link href="resources/css/card.css?v=${cssVersion}" rel="stylesheet">
27875 amit.gupta 27
    <link href="resources/css/style-responsive.css?v=${cssVersion}" rel="stylesheet"/>
28
    <link href="resources/css/jquery-ui-1.10.4.min.css" rel="stylesheet">
24066 amit.gupta 29
    <link type="text/css" href="resources/css/bootstrap.css" rel="stylesheet">
27875 amit.gupta 30
    <!--<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/bootstrap/3/css/bootstrap.css" />-->
24066 amit.gupta 31
    <link href="resources/css/bootstrap-theme.min.css" rel="stylesheet">
27875 amit.gupta 32
    <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css"/>
27624 tejbeer 33
 
27875 amit.gupta 34
    <link rel="stylesheet" type="text/css" href="resources/css/bootstrap-multiselect.css"/>
35
    <link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.16/css/dataTables.bootstrap.min.css"/>
36
    <link rel='stylesheet' href='https://use.fontawesome.com/releases/v5.7.0/css/all.css'
37
          integrity='sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ' crossorigin='anonymous'>
38
    <style type="text/css">
27596 tejbeer 39
 
27875 amit.gupta 40
        .current-margin {
41
            cursor: pointer;
42
        }
21627 kshitij.so 43
 
27875 amit.gupta 44
        .margin-calculator {
45
            cursor: pointer;
46
        }
25654 amit.gupta 47
 
27875 amit.gupta 48
        .Vivo:hover {
49
            border-radius: 40px;
50
            background: blue;
51
        }
21627 kshitij.so 52
 
27875 amit.gupta 53
 
54
        .Samsung:hover {
55
            border-radius: 4px;
56
            background: blue;
57
        }
58
 
59
        .Vivo:hover {
60
            border-radius: 4px;
61
            background: mediumblue;
62
        }
63
 
64
        .Oppo:hover {
65
            border-radius: 4px;
66
            background: green;
67
        }
68
 
69
        .Lava:hover {
70
            border-radius: 4px;
71
            background: salmon;
72
        }
73
 
74
        .Live:hover {
75
            border-radius: 4px;
76
            background: coral;
77
        }
78
 
79
        .Nokia:hover {
80
            border-radius: 4px;
81
            background: blue;
82
        }
83
 
84
        .Realme:hover {
85
            border-radius: 4px;
86
            background: yellow;
87
        }
88
 
89
        .Tecno:hover {
90
            border-radius: 4px;
91
            background: DarkTurquoise;
92
        }
93
 
94
        .Samsung {
95
 
96
            -moz-border-radius: 4px;
97
            border-radius: 4px;
98
            border: solid 5px black;
99
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
100
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
101
            background-image: linear-gradient(#4682B4, #dae5f4);
102
            color: #FFF;
103
            padding: 8px 12px;
104
            text-decoration: none;
105
            cursor: pointer;
106
 
107
 
108
        }
109
 
110
        .Vivo {
111
            -moz-border-radius: 4px;
112
            border-radius: 4px;
113
            border: solid 5px black;
114
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
115
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
116
            background-image: linear-gradient(#4682B4, #dae5f4);
117
            color: #FFF;
118
            padding: 8px 12px;
119
            text-decoration: none;
120
            cursor: pointer;
121
 
122
        }
123
 
124
        .Oppo {
125
            -moz-border-radius: 4px;
126
            border-radius: 4px;
127
            border: solid 5px black;
128
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
129
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
130
            background-image: linear-gradient(#4682B4, #dae5f4);
131
            color: #FFF;
132
            padding: 8px 12px;
133
            text-decoration: none;
134
            cursor: pointer;
135
 
136
        }
137
 
138
        .Lava {
139
 
140
            -moz-border-radius: 4px;
141
            border-radius: 4px;
142
            border: solid 5px black;
143
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
144
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
145
            background-image: linear-gradient(#4682B4, #dae5f4);
146
            color: #FFF;
147
            padding: 8px 12px;
148
            text-decoration: none;
149
            cursor: pointer;
150
 
151
        }
152
 
153
        .Realme {
154
            -moz-border-radius: 4px;
155
            border-radius: 4px;
156
            border: solid 5px black;
157
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
158
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
159
            background-image: linear-gradient(#4682B4, #dae5f4);
160
            color: #FFF;
161
            padding: 8px 12px;
162
            text-decoration: none;
163
            cursor: pointer;
164
 
165
        }
166
 
167
        .Tecno {
168
            -moz-border-radius: 4px;
169
            border-radius: 4px;
170
            border: solid 5px black;
171
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
172
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
173
            background-image: linear-gradient(#4682B4, #dae5f4);
174
            color: #FFF;
175
            padding: 8px 12px;
176
            text-decoration: none;
177
            cursor: pointer;
178
 
179
        }
180
 
181
        .Nokia {
182
            -moz-border-radius: 4px;
183
            border-radius: 4px;
184
            border: solid 5px black;
185
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
186
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
187
            background-image: linear-gradient(#4682B4, #dae5f4);
188
            color: #FFF;
189
            padding: 8px 12px;
190
            text-decoration: none;
191
            cursor: pointer;
192
 
193
        }
194
 
195
        .Live {
196
 
197
            -moz-border-radius: 4px;
198
            border-radius: 4px;
199
            border: solid 5px black;
200
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
201
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
202
            background-image: linear-gradient(#4682B4, #dae5f4);
203
            color: #FFF;
204
            padding: 8px 12px;
205
            text-decoration: none;
206
            cursor: pointer;
207
        }
208
 
209
        #accesoriesStock:hover {
210
            cursor: pointer;
211
            border-radius: 4px;
212
            background: white;
213
        }
214
 
215
        #accesoriesStock {
216
 
217
            -moz-border-radius: 4px;
218
            border-radius: 4px;
219
            border: solid 5px black;
220
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
221
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
222
            background-image: linear-gradient(#4682B4, #dae5f4);
223
            color: #FFF;
224
            padding: 14px 3px 18px 3px;
225
            text-decoration: none;
226
            object-fit: cover;
227
            width: 100%;
228
            height: 90px;
229
 
230
        }
231
 
232
        .loading {
233
            display: none;
234
        }
235
 
236
        .breadcrumb {
237
            padding: 0 15px;
238
        }
239
 
27900 tejbeer 240
.purple-bg{
241
 
242
     background-image: linear-gradient(#800080, #DDA0DD);
243
    box-shadow: 6px 5px 6px purple;
244
}
27875 amit.gupta 245
        .stars-outer {
246
            display: inline-block;
247
            position: relative;
248
            font-family: FontAwesome;
249
        }
250
 
251
        .stars-outer::before {
252
            content: "\f006 \f006 \f006 \f006 \f006";
253
        }
254
 
255
        .stars-inner {
256
            position: absolute;
257
            top: 0;
258
            left: 0;
259
            white-space: nowrap;
260
            overflow: hidden;
261
            width: 0;
262
        }
263
 
264
        .stars-inner::before {
265
            content: "\f005 \f005 \f005 \f005 \f005";
266
            color: #f8ce0b;
267
        }
268
 
269
 
270
        .table-striped > tbody > tr:nth-child(odd) > td {
271
            background: white;
272
            background-color: #dae5f4;
273
        }
274
 
275
        .table-striped > tbody > tr:nth-child(even) > td {
276
            background: #f2f2f2;
277
            background-color: #b8d1f3;
278
        }
279
 
280
        .btn:hover {
281
            color: grey;
282
            text-decoration: none;
283
        }
284
 
285
        .btn-primary:hover {
286
            color: grey;
287
            text-decoration: none;
288
        }
289
 
290
        .sale-details {
291
            cursor: pointer;
292
        }
293
 
294
        .fa-2x {
295
            font-size: 1.4em;
296
        }
297
 
298
        .cover {
299
            object-fit: cover;
300
            width: 100%;
301
            height: 90px;
302
            padding: 8px;
303
        }
304
 
305
        .info-box .notifications i {
306
            display: inline-block;
307
            margin-top: 0px;
308
            height: 25px;
309
            font-size: 16px;
310
            line-height: 25px;
311
            width: 25px;
312
            float: none;
313
            text-align: center;
314
            padding-right: 0px;
315
            color: #768399;
316
        }
317
 
318
        #preview {
319
            position: relative;
320
            color: #fff;
321
            float: left;
322
            width: 100%;
323
            -webkit-border-radius: 10px;
324
            -moz-border-radius: 10px;
325
            border-radius: 10px;
326
            clear: both;
327
        }
328
 
329
        #canvas-preview {
330
            width: 100%;
331
            position: relative;
332
            top: -15px;
333
        }
334
 
335
        #preview-textfield {
336
            position: absolute;
337
            top: -10px;
338
            left: 0;
339
            right: 0;
340
            text-align: center;
341
            font-size: 2em;
342
            font-weight: bold;
343
            color: white;
344
            font-family: 'Amaranth', sans-serif;
345
        }
346
 
347
        #descriptionMenu {
348
            list-style: desc !important;
349
            list-style-type: square;
350
            text-align: left;
351
        }
352
 
353
        .messagebutton {
354
            margin-left: 1px;
355
 
356
        }
357
 
358
 
359
    </style>
360
</head>
361
 
362
<body style="background-color:#f7f7f7">
363
<!--<div class="loading"><img src="resources/images/icons/loading.gif"></div>-->
364
<!-- container section start -->
365
<section id="container">
366
 
367
 
368
    <header class="header dark-bg indian-flag">
369
        <div class="toggle-nav">
370
            <div class="icon-reorder tooltips" data-original-title="Toggle Navigation" data-placement="bottom"><i
371
                    class="icon_menu"></i></div>
372
        </div>
373
        <a href="${rc.contextPath}/dashboard" class="logo" style="margin-top: 7px"> <img
374
                src="resources/images/SmartDukaan-135x45.jpg" alt="smartDukaan" width="140"
375
                height="45">$fofoStore.getCode()</a>
376
 
377
        <a href="#"><img src="${partnerTypeImage}" width="60px" class="target-slide"></a>
378
 
379
        <div class="btn-group message-filter" style="margin-left: 10%;">
380
            <button data-messagetype="notification" type="button" class="btn btn-default notifi"
381
                    aria-label="Notifications">
382
                <span class="notify1 Notificat">Notification</span></button>
383
            <button data-messagetype="announcement" type="button" class="btn btn-default price"
384
                    aria-label="Announcements">
385
                <span class="notify Price">Price-Drop</span></button>
386
            <button data-messagetype="scheme" type="button" class="btn btn-default schem"
387
                    aria-label="SmartDukaan Schemes">
388
                <span class="notify Scheme">Schemes</span>
389
            </button>
390
 
391
            <button data-messagetype="marketing" type="button" class="btn btn-default mark"
392
                    aria-label="SmartDukaan Schemes">
393
                <span class="notify market">Marketing</span>
394
            </button>
395
        </div>
396
 
397
 
398
        <div class="top-nav notification-row">
399
            <!-- notificatoin dropdown start-->
400
            <ul class="nav pull-right top-menu">
401
                <li class="dropdown">
402
                    <a data-toggle="dropdown" class="dropdown-toggle" href="#">
403
                        <img style="height:38px" src="/resources/images/icons/care1.jpg"/>
404
                        <span class="username" style="font-size:15px">CARE</span>
405
                        <b class="caret"></b>
406
                    </a>
407
                    <ul class="dropdown-menu extended logout">
408
                        <div class="log-arrow-up"></div>
409
                        <li class="eborder-top">
410
                            <a class="create-ticket" href="javascript:void(0);"><i></i>Create Ticket</a>
411
                            <a class="my-ticket" href="javascript:void(0);"><i class=""></i>View Tickets</a>
412
                        </li>
413
                        <li></li>
414
                    </ul>
415
                </li>
416
 
417
                <li class="dropdown" style="margin-top:3px;">
418
                    <a href="javascript:void(0);" id="links_bar" style="color:#D3181F" class="btn btn-link"
419
                       data-toggle="popover">
420
                        <i title="third-party dashboards" class="glyphicon glyphicon-th fa-2x"></i>
421
                    </a>
422
                </li>
423
 
424
                <li class="dropdown" style="margin-top:5px;">
425
                    <a href="javascript:void(0);" class="download_reports btn btn-link" style="color:#D3181F">
426
                        <i title="reports" class="far fa-list-alt fa-2x"></i>
427
                    </a>
428
                </li>
429
 
430
 
431
                <li id="wallet_bar" class="dropdown">
432
                    <a data-toggle="dropdown" class="dropdown-toggle wallet_icon_header" href="javascript:void(0);">
433
                        <i title="wallet summary" class="fas fa-wallet fa-2x" aria-hidden="true"></i>
434
                    </a>
435
                </li>
436
 
437
                <li id="cart_bar" class="dropdown">
438
                    <a class="cart_icon_header" href="javascript:void(0);">
439
                        <i class="fas fa-shopping-cart fa-2x" aria-hidden="true"></i>
440
                        <span class="badge bg-important"></span>
441
                    </a>
442
                </li>
443
 
444
 
445
                <!-- alert notification start-->
446
                <!--<li id="alert_notificatoin_bar" class="dropdown">
447
                    <a data-toggle="dropdown" class="dropdown-toggle" href="#">
448
 
449
                        <i class="icon-bell-l"></i>
450
                        <span class="badge bg-important">0</span>
451
                    </a>
452
                    <ul class="dropdown-menu extended notification">
453
                        <div class="notify-arrow notify-arrow-blue"></div>
454
                        <li>
455
                            <p class="blue">You have no new notifications</p>
456
                        </li>
457
                        <li>
458
                            <a href="#">
459
                                <span class="label label-primary"><i class="icon_profile"></i></span>
460
                                Friend Request
461
                                <span class="small italic pull-right">5 mins</span>
462
                            </a>
463
                        </li>
464
                        <li>
465
                            <a href="#">
466
                                <span class="label label-warning"><i class="icon_pin"></i></span>
467
                                John location.
468
                                <span class="small italic pull-right">50 mins</span>
469
                            </a>
470
                        </li>
471
                        <li>
472
                            <a href="#">
473
                                <span class="label label-danger"><i class="icon_book_alt"></i></span>
474
                                Project 3 Completed.
475
                                <span class="small italic pull-right">1 hr</span>
476
                            </a>
477
                        </li>
478
                        <li>
479
                            <a href="#">
480
                                <span class="label label-success"><i class="icon_like"></i></span>
481
                                Mick appreciated your work.
482
                                <span class="small italic pull-right"> Today</span>
483
                            </a>
484
                        </li>
485
                        <li>
486
                            <a href="#">See all notifications</a>
487
                        </li>
488
                    </ul>
489
                </li>
490
                -->
491
                <!-- alert notification end -->
492
                <li class="dropdown">
493
                    <ul class="dropdown-menu extended">
494
                        <div class="log-arrow-up"></div>
495
                        <li class="eborder-top">
496
                            <a href="javascript:void(0);" class="create-ticket">Create Ticket</a>
497
                        </li>
498
                    </ul>
499
                </li>
500
                <!-- user login dropdown start-->
501
                <li class="dropdown">
502
                    <a data-toggle="dropdown" class="dropdown-toggle" href="#">
27519 amit.gupta 503
                            <span class="profile-ava">
504
                                <img class="avatar-custom" id="photo" alt="" src="">
505
                            </span>
27875 amit.gupta 506
                        <span class="username" id="fofo_name"></span>
507
                        <b class="caret"></b>
508
                    </a>
509
                    <ul class="dropdown-menu extended logout">
510
                        <div class="log-arrow-up"></div>
511
                        <li class="eborder-top">
512
                            <a class="user-profile" href="javascript:void(0);"><i class="icon_profile"></i> My
513
                                Profile</a>
514
                            <a href="${rc.contextPath}/mobileapp" class="btn btn-default" target="_blank">SD Mobile
515
                                App</a>
516
                            <a class="user-manual" target="_blank"
517
                               href="http://www.smartdukaan.com/Dealer-Guideline.pdf">Franchise Manual Sd Policies</a>
518
                            #if($isAdmin)
27519 amit.gupta 519
                                <a class="add-auth-user" href="javascript:void(0);"><i class=""></i>Add User</a>
27875 amit.gupta 520
                                <a class="change-auth-user-password" href="javascript:void(0);"><i class=""></i>Change
521
                                    Password</a>
522
                            #end
523
                        </li>
524
                        <li>
525
                            <a href="${rc.contextPath}/logout"><i class="icon_key_alt" id="logout"></i> Log Out</a>
526
                        </li>
527
                    </ul>
528
                </li>
529
                <!-- user login dropdown end -->
530
            </ul>
531
            <!-- notificatoin dropdown end-->
532
        </div>
533
    </header>
534
    <!--header end-->
21627 kshitij.so 535
 
27875 amit.gupta 536
    <!--sidebar start-->
537
    <aside>
538
        <div id="sidebar" class="nav-collapse ">
539
            <!-- sidebar menu start-->
540
            <ul class="sidebar-menu">
541
                <li class="active">
542
                    <a class="" href="${rc.contextPath}/dashboard">
543
                        <i class="icon_house_alt"></i>
544
                        <span>Dashboard</span>
545
                    </a>
546
                </li>
547
                <li>
548
                    <a href="javascript:;" class="punch-in-outs">
549
                        <i class="icon_document_alt"></i>
550
                        <span>Punch IN/OUT</span>
551
                    </a>
552
                </li>
553
                <li class="sub-menu">
554
                    <a href="javascript:;" class="schemes">
555
                        <i class="icon_document_alt"></i>
556
                        <span>Margins</span>
557
                    </a>
558
                </li>
559
                <li class="sub-menu">
24106 tejbeer 560
                    <a href="javascript:;" class="">
27875 amit.gupta 561
                        <i class="icon_document_alt"></i>
562
                        <span>Fin Services</span>
563
                        <span class="menu-arrow arrow_carrot-right"></span>
564
                    </a>
565
                    <ul class="sub">
566
                        <li><a class="partner-service" href="javascript:void(0);">Partner Service</a></li>
24106 tejbeer 567
                    </ul>
27875 amit.gupta 568
                </li>
569
                <li class="sub-menu">
570
                    <a href="javascript:;" class="">
571
                        <i class="icon_document_alt"></i>
572
                        <span>Returns</span>
573
                        <span class="menu-arrow arrow_carrot-right"></span>
574
                    </a>
575
                    <ul class="sub">
576
                        <li><a class="approved-returns" href="javascript:void(0);">Approved Returns</a></li>
577
                        <li><a class="view-debit-note" href="javascript:void(0);">View Debit Notes</a></li>
578
                        <li><a class="pending-returns" href="javascript:void(0);">Pending Returns</a></li>
579
                    </ul>
580
                </li>
581
                <li class="sub-menu">
582
                    <a href="javascript:;" class="">
583
                        <i class="icon_document_alt"></i>
584
                        <span>Prebooking</span>
585
                        <span class="menu-arrow arrow_carrot-right"></span>
586
                    </a>
587
                    <ul class="sub">
588
                        <li><a class="create-prebooking-order" href="javascript:void(0);">Create Order</a></li>
589
                        <li><a class="prebooking-orders" href="javascript:void(0);">Orders</a></li>
590
                    </ul>
591
                </li>
592
                <li class="sub-menu">
593
                    <a href="javascript:;" class="">
594
                        <i class="icon_document_alt"></i>
595
                        <span>Recharge</span>
596
                        <span class="menu-arrow arrow_carrot-right"></span>
597
                    </a>
598
                    <ul class="sub">
599
                        <li><a class="create-mobile-recharge" href="javascript:void(0);">Mobile Recharge</a></li>
600
                        <li><a class="create-dth-recharge" href="javascript:void(0);">Dth Recharge</a></li>
601
                        <li><a class="mobile-recharges" href="javascript:void(0);">Mob Recharge History</a></li>
602
                        <li><a class="dth-recharges" href="javascript:void(0);">DTH Recharge History</a></li>
603
                    </ul>
604
                </li>
605
                <li>
606
                    <a href="javascript:;" class="create_indent">
607
                        <i class="icon_document_alt"></i>
608
                        <span>Monthly Planning</span>
609
                    </a>
610
                </li>
611
                <li class="sub-menu">
612
                    <a href="javascript:;" class="">
613
                        <i class="icon_document_alt"></i>
614
                        <span>GRN</span>
615
                        <span class="menu-arrow arrow_carrot-right"></span>
616
                    </a>
617
                    <ul class="sub">
618
                        <li><a class="new_grn" href="javascript:void(0);">New</a></li>
619
                        <li><a class="grn_history" href="javascript:void(0);">History</a></li>
620
                        <li><a class="pending_grn" href="javascript:void(0);">Pending</a></li>
621
                    </ul>
622
                </li>
623
                <li class="sub-menu">
624
                    <a href="javascript:;" class="">
625
                        <i class="icon_desktop"></i>
626
                        <span>Inventory</span>
627
                        <span class="menu-arrow arrow_carrot-right"></span>
628
                    </a>
629
                    <ul class="sub">
630
                        <li><a class="good_inventory" href="javascript:void(0);">Good</a></li>
631
                        <li><a class="bad_inventory" href="javascript:void(0);">Bad</a></li>
632
                        <li><a class="allocation_po" href="javascript:void(0);">Raise PO</a></li>
26251 amit.gupta 633
 
25140 amit.gupta 634
 
27875 amit.gupta 635
                    </ul>
636
                </li>
637
                <li class="sub-menu">
638
                    <a href="javascript:;" class="">
639
                        <i class="icon_genius"></i>
640
                        <span>Catalog</span>
641
                        <span class="menu-arrow arrow_carrot-right"></span>
642
                    </a>
643
                    <ul class="sub">
644
                        <li><a class="catalog" href="javascript:void(0);">Catalog</a></li>
645
                        <li><a class="product-compare-info" href="javascript:void(0);">Product Compare</a></li>
646
                    </ul>
647
                </li>
648
                <li class="sub-menu">
649
                    <a href="javascript:void(0);" class="">
650
                        <i class="icon_table"></i>
651
                        <span>Item Aging</span>
652
                        <span class="menu-arrow arrow_carrot-right"></span>
653
                    </a>
654
                    <ul class="sub">
655
                        <li><a class="download_reports" href="javascript:void(0);">Download Reports</a></li>
656
                        <li><a class="download_aging_report" href="javascript:void(0);">Download</a></li>
657
                        <li><a class="item_aging" href="javascript:void(0);">View</a></li>
658
                    </ul>
659
                </li>
660
 
661
                <li class="sub-menu">
662
                    <a href="javascript:;" class="">
663
                        <i class="icon_table"></i>
664
                        <span>Item Ledger</span>
665
                        <span class="menu-arrow arrow_carrot-right"></span>
666
                    </a>
667
                    <ul class="sub">
668
                        <li><a class="item-ledger-report-download-page" href="javascript:void(0);">Download</a></li>
669
                    </ul>
670
                </li>
671
 
672
                <li class="sub-menu">
673
                    <a href="javascript:;" class="">
674
                        <i class="icon_table"></i>
675
                        <span>Sale</span>
676
                        <span class="menu-arrow arrow_carrot-right"></span>
677
                    </a>
678
                    <ul class="sub">
679
                        <li><a class="pending_fofo_order" href="javascript:void(0);">Pending Order</a></li>
680
                        <li><a class="sale-history" href="javascript:void(0);">History</a></li>
681
                        <li><a class="target-slide" href="javascript:void(0);">Outlet Categories</a></li>
682
                        <li><a class="insurance-policy-details" href="javascript:void(0);">Insurance History</a></li>
683
                    </ul>
684
                </li>
685
                <li class="sub-menu" style="margin-bottom:20px">
686
                    <a href="javascript:;" class="">
687
                        <i class="icon_documents_alt"></i>
688
                        <span>Support</span>
689
                        <span class="menu-arrow arrow_carrot-right"></span>
690
                    </a>
691
                    <ul class="sub" style="margin-bottom:20px">
692
                        <li><a class="contact-us" href="#">Contact Us</a></li>
693
                    </ul>
694
                </li>
695
 
696
            </ul>
697
            <!-- sidebar menu end-->
698
        </div>
699
    </aside>
700
    <!--sidebar end-->
701
 
702
    <!--main content start-->
703
    <section id="main-content">
704
        <section class="wrapper">
705
            <!--overview start-->
706
            <div class="row">
707
                <div class="col-lg-12">
708
                    <h3 class="page-header"><i class="fa fa-laptop"></i> Dashboard</h3>
709
                    <ol class="breadcrumb">
710
                        <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
711
                        <li><i class="fa fa-laptop"></i>Dashboard</li>
712
                    </ol>
713
                </div>
714
            </div>
715
            <!-- overview end -->
716
            <div class="row">
717
                <div class="col-lg-6">
718
                    <div class="row">
719
                        <div class="col-lg-7">
720
                            <div class="info-box blue-bg">
721
                                <i class="fa fa-chart-line"></i>
722
                                <h3 style="margin-top:-2px;margin-bottom:12px"><strong>Sale</strong></h3>
723
                                <div class="row">
724
                                    <div class="col-lg-4 row">
725
                                        <div style="margin-top:0px" class="count currency">$salesMap.get(
726
                                            "lmtdSale")</div>
727
                                        <div class="title">LMTD</div>
728
                                    </div>
729
                                    <div class="col-lg-4 row">
730
                                        <div style="margin-top:0px" class="count currency">$salesMap.get(
731
                                            "mtdSale")</div>
732
                                        <div class="title">MTD</div>
733
                                    </div>
734
                                    <div class="col-lg-3 row">
735
                                        <div style="margin-top:0px" class="count currency">$salesMap.get(
736
                                            "todaySale")</div>
737
                                        <div class="title">Today&apos;s</div>
738
                                    </div>
739
 
740
                                    <div class="col-lg-1 row" style="margin-left: -20px;margin-top: 20px;">
741
                                        <i class="fk_more fa fa-angle-double-down" id="blue-dropdown"
742
                                           style="cursor:pointer;font-size: 27px;width: 27px;height: 27px;margin-top: 0px;color: rgba(255, 255, 255, 0.75);line-height: 27px;"></i>
743
                                    </div>
744
                                </div>
745
 
746
                                <div class="row monthsaleContainer" style="margin:5px">
747
                                </div>
748
                            </div>
749
                        </div>
750
                        <div class="col-lg-5 row">
751
                            <div class="info-box brown-bg">
752
 
753
                                <div class="col-lg-12">
754
                                    <div class="col-lg-6">
755
                                        <h4 style="margin-top:-2px;margin-bottom:3px"><strong>Current Rate</strong></h4>
756
                                        <div style="margin-top:0px" class="count">
757
                                            <span class="currency">$salesMap.get("currentRate")</span>/day
758
                                        </div>
759
                                        <img src="${salesMap.get('currentTypeImage')}" width="60px"
760
                                             class="target-slide">
761
                                    </div>
762
                                    <div class="col-lg-6 row">
763
                                        <h4 style="margin-top:-2px;margin-bottom:3px"><strong>Reqd Rate</strong></h4>
764
                                        <div style="margin-top:0px" class="count currency">
765
                                            <span class="currency">$salesMap.get("requiredRate")</span>/day
766
                                        </div>
767
                                        <img src="${salesMap.get('requiredTypeImage')}" width="60px"
768
                                             class="target-slide">
769
                                    </div>
770
                                </div>
771
                            </div>
772
                        </div>
773
                        <div class="col-lg-8">
774
                            <div class="info-box purple-bg">
775
                                <div class="col-lg-12 row">
776
                                    <i class="fa fa-coins"></i>
777
                                    <h3 style="margin-top:-2px;margin-bottom:12px"><strong>Investments</strong></h3>
778
                                    <div class="row">
779
                                        <div class="col-lg-4 row">
780
                                            <div style="margin-top:0px" class="count currency">$investments.get(
781
                                                "today")</div>
27887 amit.gupta 782
                                            <div class="title">current</div>                          			
783
                                            <div class="col-lg-1 row" style="margin-left: -20px;margin-top: -6px;">
784
			                                    <i class="fk_more fa fa-angle-double-down flash" id="purple-dropdown"
27890 tejbeer 785
            			                         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: 16px;"></i>
27887 amit.gupta 786
                        			         </div>
787
										</div>
788
 
789
                                <div class="col-lg-3">
790
                                    <div style="margin-top:0px" class="count">$investments.get("minimum")</div>
791
                                    <div class="title">min</div>
792
                                </div>
27875 amit.gupta 793
                                        <div class="col-lg-3 row"
794
                                            #if(!$isInvestmentOk)
27914 tejbeer 795
                                             style="color:red; background: white;"
27875 amit.gupta 796
                                            #end
797
                                        >
798
                                            #if($investments.get("short")<=0)
799
                                                <div style="margin-top:0px" class="count">&gt;100%</div>
800
                                                <div class="title">OK</div>
801
                                            #else
27888 amit.gupta 802
                                                <div style="margin-top:0px" class="count">$investments.get(
27875 amit.gupta 803
                                                    "short")%
804
                                                </div>
805
                                                <div class="title">short</div>
806
                                            #end
807
                                        </div>
808
                                    </div>
27887 amit.gupta 809
                            		<div class="row investmentContainer" style="margin:5px">
810
	                            	</div>
27875 amit.gupta 811
                                </div>
812
                            </div>
813
                        </div>
814
                        <div class="col-lg-4 row">
815
                            <div class="info-box green-bg">
816
                                <i class="fa fa-cubes"></i>
817
                                <div class="count currency">$investments.get("inStock")</div>
818
                                <div class="title">Total Stock</div>
819
                            </div>
820
                        </div>
821
                    </div>
822
                    <div class="row">
823
                        <div class="Mobile">
824
                            #foreach($brandStockPrice in $brandStockPrices)
825
 
826
                                <div class="col-lg-3">
827
                                    <div class="card card-default">
25680 amit.gupta 828
							<span class="card-body" style="padding-bottom:0px">
829
								<table>
25214 amit.gupta 830
									<thead>
831
										<tr><td colspan="2">Current Stock</td></tr>
832
									</thead>
833
									<tbody>
25219 amit.gupta 834
										<tr><th>Qty</th><td>$brandStockPrice.getTotalQty()pc</td></tr>
27875 amit.gupta 835
										<tr><th>Value</th><td><span
836
                                                class="currency">$brandStockPrice.getTotalValue()</span></td></tr>
25214 amit.gupta 837
									</tbody>
25680 amit.gupta 838
								</table>
27875 amit.gupta 839
                                #if($brandStockPrice.getAgedValue()>0)
840
                                    <p style="color:#d15a57;font-weight:700" title="Focus Stock">
25680 amit.gupta 841
									<span class="currency">$brandStockPrice.getAgedValue()</span> / $brandStockPrice.getAgedQty()
842
								</p>
27875 amit.gupta 843
                                #else
844
                                    <p>&nbsp;</p>
845
                                #end
25680 amit.gupta 846
							</span>
27875 amit.gupta 847
                                        <span class="card-img">
848
							<img src="${brandStockPrice.getBrandUrl()}" data-stockbrand="$brandStockPrice.getBrand()"
849
                                 class="cover $brandStockPrice.getBrand()" id="stockcatalog"
850
                                 class="$brandStockPrice.getBrand()">
27618 tejbeer 851
							</span></span>
27875 amit.gupta 852
                                    </div>
853
                                </div>
854
                            #end
855
                        </div>
856
                        <div class="row">
857
 
858
                            <div class="col-lg-3">
859
                                <div class="card card-default">
27623 tejbeer 860
							<span class="card-body" style="padding-bottom:38px;">
26071 tejbeer 861
								<table>
862
									<thead>
863
										<tr><td colspan="2">Current Stock</td></tr>
864
									</thead>
865
									<tbody>
866
										<tr><th>Value</th><td><span class="currency">$accesoriesStock</span></td></tr>
867
									</tbody>
868
								</table>
869
							</span>
27875 amit.gupta 870
                                    <span class="card-img">
871
								<img src="resources/images/accessories.jpg" id="accesoriesStock"
872
                                     class="accesoriesClass">
26071 tejbeer 873
							</span>
27875 amit.gupta 874
                                </div>
875
                            </div>
21627 kshitij.so 876
 
27875 amit.gupta 877
                        </div>
878
                    </div>
27358 tejbeer 879
 
27357 tejbeer 880
 
27875 amit.gupta 881
                </div>
21627 kshitij.so 882
 
27875 amit.gupta 883
                <div class="col-lg-6">
884
                    #foreach( $offer in $publishedOffers )
885
                        <div class="row col-lg-12 info-box white-bg" style="margin-bottom:1px">
27945 amit.gupta 886
                            <h3 style="margin-top:-2px;color:#c70db8;margin-bottom:4pxfont-weight:bold">
27944 amit.gupta 887
                                $offer.getName()
27875 amit.gupta 888
                            </h3>
27945 amit.gupta 889
                            <h4 style="margin-top:-2px;font-size:15px;color:#5547d0;font-weight:bold">
27944 amit.gupta 890
                            	From $dateMonthFormatter.format($offer.getStartDate()) to $dateMonthFormatter.format($offer.getEndDate()), Based on $offer.getSchemeType() on $offer.getActivationBrands()
27875 amit.gupta 891
                            </h4>
892
                            <h4 style="color:green;margin-top:0px;margin-bottom:0px;">
893
                            	#if($offer.getNextTargetSlab())
894
                                Sell stock worth Rs.<span class="currency">$offer.getNextTargetSlab().getRemainingAmount($offer.getEligibleSale())</span> 
895
                                to earn $offer.getNextTargetSlab().getTargetDescription()
896
                                #else
897
                                Congratulations for achieving the highest slab, you are eligible for $offer.getCurrentTargetSlab().getTargetDescription(), keep up!!
898
                                #end
899
                            </h4>
27886 amit.gupta 900
                            <p style="float:right;font-size:15px; margin:0px 0px 0px; " class="description-offer"
27875 amit.gupta 901
                               data-offerid="$offer.getId()" data-toggle="modal" data-target="#offerDescription"
27921 amit.gupta 902
                               data-backdrop="static" data-keyboard="false"><a href="javascript:void(0)">All terms & conditions</a></p>
27875 amit.gupta 903
                        </div>
904
                    #end
905
                    <div class="offer-margin-container">
906
                        <div class="modal  text-center" id="offerDescription">
907
                            <div class="modal-dialog">
908
                                <div class="modal-content">
909
                                </div>
910
                            </div>
911
                        </div>
912
                    </div>
913
 
914
                    <div class="row col-lg-12 info-box white-bg">
915
                        #parse("performance.vm")
916
                    </div>
27946 amit.gupta 917
                    #if($activatedImeis > 0)
918
                        <div class="row col-lg-12 info-box white-bg">
919
                            #parse("dashboard-activated-imeis.vm")
920
                        </div>
921
                    #end
27875 amit.gupta 922
                    <div class="row col-lg-12">
923
                        <div class="chart-container" id="chart-container" style="position: relative; width:100%">
924
                            <canvas id="barchart" width="auto" height="auto"></canvas>
925
                        </div>
926
                    </div>
927
 
928
                </div>
929
            </div>
930
            </div>
931
        </section>
932
        <div class="text-center">
933
            <div class="credits">
934
                <p>All rights reserved.&copy;2017, Smart Dukaan</p>
935
            </div>
936
        </div>
937
    </section>
938
 
939
    <script type="text/javascript">
940
        context = "${rc.contextPath}";
941
        webApiScheme = "$webApiScheme";
942
        webApiRoot = "$webApiRoot";
943
        webApiHost = "$webApiHost";
944
        webApiPort = "$webApiPort";
945
    </script>
946
    #parse("include-scripts.vm")
947
 
948
    <script type="text/javascript">
949
        $(document).ready(function () {
950
            var salesCloseFlag = true;
951
            $("#blue-dropdown").click(function () {
952
                // console.log("clicked");
953
                if (salesCloseFlag) {
954
                    var containerWidth = $(".blue-bg").width()
955
                    doGetAjaxRequestHandler(context + "/getMonthSale", function (response) {
956
                        $('.monthsaleContainer').html(response);
957
 
958
                        $(".blue-bg").css({"position": "absolute", "z-index": "10"}).width(containerWidth);
959
                    });
960
                } else {
961
                    $(".blue-bg").removeAttr('style');
962
                    $('.monthsaleContainer').html('');
963
                }
964
                salesCloseFlag = !salesCloseFlag;
965
            });
966
        });
967
 
27887 amit.gupta 968
        $(document).ready(function () {
969
            var investmentCloseFlag = true;
970
            $("#purple-dropdown").click(function () {
971
                console.log('hello');
972
                $(".flash").stop();
973
                // console.log("clicked");
974
                if (investmentCloseFlag) {
975
                    var containerWidth = $(".purple-bg").width()
976
                    doGetAjaxRequestHandler(context + "/investmentDetails", function (response) {
977
                        $('.investmentContainer').html(response);
978
                        $(".purple-bg").css({"position": "absolute", "z-index": "10"}).width(containerWidth);
979
                    });
980
                } else {
981
                    $(".purple-bg").removeAttr('style');
982
                    $('.investmentContainer').html('');
983
                }
984
                investmentCloseFlag = !investmentCloseFlag;
985
            });
986
        });
27875 amit.gupta 987
 
27887 amit.gupta 988
 
27920 amit.gupta 989
        $(document).on("click", "p.description-offer",
27875 amit.gupta 990
                function (e) {
991
                    var offerid = $(this).data('offerid');
992
                    console.log(offerid);
993
                    doGetAjaxRequestHandler(context + "/getOfferMargins?offerId="
994
                            + offerid, function (response) {
995
                        $('.offer-margin-container .modal-content').html(response);
996
                    });
997
                });
998
 
999
 
1000
        $(document).on("click", ".cancel-description",
1001
                function (e) {
1002
                    $("#descriptionMenu").empty();
1003
                });
1004
 
1005
 
1006
        $(document).on("click", "#cancel-model",
1007
                function (e) {
1008
                    $("#descriptionMenu").empty();
1009
                });
1010
 
1011
 
1012
    </script>
1013
    <script>
1014
 
1015
        //knob
1016
        $(function () {
1017
            /*$(".knob").knob({
1018
              'draw' : function () {
1019
                $(this.i).val(this.cv + '%')
1020
              }
1021
            });*/
1022
            $.fn.dataTable.moment('DD/MM/YYYY');
1023
            $.fn.dataTable.moment('DD/MM/YYYY hh:mm');
1024
            $('.currency').each(function (index, ele) {
1025
                if (!isNaN(parseInt($(ele).html()))) {
1026
                    $(ele).html(numberToComma($(ele).html()));
1027
                }
1028
            });
1029
        });
1030
 
1031
        $(function () {
1032
            var profile = localStorage.getItem('profile');
1033
            if (profile) {
1034
                $("#photo").attr("src", JSON.parse(profile).image_url);
1035
                $("#fofo_name").text(JSON.parse(profile).name);
1036
            } else {
1037
                $("#photo").attr("src", "");
1038
                $("#fofo_name").text("Welcome, User");
1039
            }
1040
        });
1041
 
1042
        $(function () {
1043
            var bag = localStorage.getItem('bag');
1044
            console.log(bag);
1045
            if (bag) {
1046
                console.log("yes");
1047
                //$("#cart_bar").find('span').text(10);
1048
                $("#cart_bar").find('span').text(Object.keys(JSON.parse(bag)).length);
1049
            } else {
1050
                $("#cart_bar").find('span').text(0);
1051
            }
1052
        });
1053
 
1054
        $("#logout").click(function () {
1055
            localStorage.profile = undefined;
1056
        });
1057
            #set($partnerInvestment = $investments.get("investment"))
1058
        saleAmount = numberToComma($partnerInvestment.getSalesAmount());
1059
        minimumInvestmentAmount = numberToComma($partnerInvestment.getMinInvestment());
1060
        totalInvestedAmount = numberToComma($partnerInvestment.getTotalInvestment());
1061
        shortPercentage = numberToComma($partnerInvestment.getShortPercentage());
1062
        grnPendingStockAmount = numberToComma($partnerInvestment.getGrnPendingAmount());
1063
        unbilledStockAmount = numberToComma($partnerInvestment.getUnbilledAmount());
1064
        inStockAmount = numberToComma($partnerInvestment.getInStockAmount());
1065
        walletAmount = numberToComma($partnerInvestment.getWalletAmount());
1066
        shortAmount = numberToComma($partnerInvestment.getShortInvestment());
1067
        minAmountToBeAdded = numberToComma($partnerInvestment.getMinAmountToBeAdded());
1068
        isInvestmentOk = $isInvestmentOk;
1069
        starTotal = 5;
1070
        ratings = {
1071
            current: $currentMonthRating,
1072
            last: $lastMonthRating,
1073
            tilldate: $ratingTillDate
1074
        };
1075
        for (const rating in ratings) {
1076
            // 2
1077
            const starPercentage = (ratings[rating] / starTotal) * 100;
1078
            // 3
1079
            const starPercentageRounded = `${starPercentage}%`;
1080
            // 4
1081
            document.querySelector(`.${rating} .stars-inner`).style.width = starPercentageRounded;
1082
        }
1083
 
1084
        hasGift =$hasGift;
1085
        giftItemId = $giftItemId;
1086
        monthDays =$monthDays;
1087
        dayOfMonth = $dayOfMonth;
1088
        $(function () {
1089
            $('#links_bar').popover({
1090
                container: ".notification-row",
1091
                template: `<div class="popover" style="min-width: 18%;">
25140 amit.gupta 1092
							<div class="arrow"></div>
1093
							<div class="popover-inner">
1094
								<h4 class="popover-title">
1095
								</h4>
1096
								<div class="popover-content"><p></p></div>
1097
							</div>
1098
						</div>`,
27875 amit.gupta 1099
                html: true,
1100
                content: `<div class="container-fluid">
25140 amit.gupta 1101
		    				<div class="row"><h5 class="page-header" style="color:#333;margin:6px 0 3px">Quick Links</h5></div>
1102
		    				<div class="row">
1103
							    <div class="col-lg-3">
26583 amit.gupta 1104
								    <a href="/spicemoney/getToken" target="_blank" href="">
26585 amit.gupta 1105
								    	<img title="Spice Money" src="/resources/images/icons/provider-logos/spicemoney.jpg" style="width:40px"></img>
26583 amit.gupta 1106
								    </a>
1107
								</div>
25140 amit.gupta 1108
							</div>
1109
		    			</div>`,
27875 amit.gupta 1110
                placement: "bottom",
1111
                trigger: "focus"
1112
            });
1113
        });
27696 tejbeer 1114
 
27875 amit.gupta 1115
        function showAttendanceModal() {
1116
            var today = new Date().getTime();
1117
            if ($.cookie("punchIn") == undefined) {
1118
                document.cookie = "punchIn=" + today;
1119
            }
1120
            if (today >= parseInt($.cookie("punchIn"))) {
1121
                doGetAjaxRequestHandler(context + "/getPunchInOutForModel", function (response) {
1122
                    if (response == 'true') {
1123
                        $('#punchInOutModal').modal('hide');
1124
                        clearInterval(stopInterval);
1125
                    } else {
1126
                        $("#punch-in-out-model").html(response);
1127
                        $('#punchInOutModal').modal('show');
1128
                        var time = today + 30 * 60 * 1000
1129
                        document.cookie = "punchIn=" + time;
1130
                    }
1131
                });
1132
            }
1133
        }
1134
 
1135
        var stopInterval;
1136
        $(document).ready(function () {
1137
            stopInterval = setInterval(showAttendanceModal, 100000000);
1138
 
1139
            $('div.message-filter').on('click', 'button', function () {
1140
 
1141
                messageType = $(this).data("messagetype");
1142
                notifyTypeChange(messageType, $(this));
1143
 
1144
            });
1145
        });
1146
 
1147
 
1148
        $(function () {
1149
            if (navigator.geolocation) {
1150
                navigator.geolocation.getCurrentPosition(showPosition);
1151
            } else {
1152
                console.log("Geolocation is not supported by browser.");
1153
            }
1154
            dateRangeCallback(moment(), moment());
1155
            loaderDialogObj = bootbox.dialog({
1156
                message: '<div class="container text-center"><i class="fa fa-spin fa-spinner"></i>Loading...</div>',
1157
                show: false
1158
            });
1159
 
1160
        });
1161
    </script>
26318 tejbeer 1162
    <div id="punchInOutModal" class="modal" role="dialog">
27875 amit.gupta 1163
        <div class="modal-dialog">
1164
 
1165
            <!-- Modal content-->
1166
            <div class="modal-content">
1167
                <div class="modal-header">
1168
                    <button type="button" class="close" data-dismiss="modal">&times;</button>
1169
                    <h4 class="modal-title">Punch In Out</h4>
1170
                </div>
1171
                <div class="modal-body">
1172
                    <div id="punch-in-out-model">
1173
 
1174
                    </div>
1175
                </div>
1176
            </div>
1177
        </div>
26071 tejbeer 1178
    </div>
27875 amit.gupta 1179
</section>
1180
</body>
27696 tejbeer 1181
</html>
1182
<style>
1183
 
1184
 
27875 amit.gupta 1185
    .popover2 {
1186
        min-width: 30em;
1187
        height: 410px;
1188
        overflow: auto;
1189
        padding: 8px 5px;
1190
        overflow-x: hidden;
27696 tejbeer 1191
 
27875 amit.gupta 1192
    }
27696 tejbeer 1193
 
27875 amit.gupta 1194
    .popover1 {
1195
        min-width: 30em;
27696 tejbeer 1196
 
1197
 
27875 amit.gupta 1198
    }
27696 tejbeer 1199
 
27875 amit.gupta 1200
    .mark {
1201
        font-size: 13px;
1202
        padding: 5px 6px;
1203
        border: solid 3px red;
1204
        margin-bottom: -14px;
1205
        color: red;
27696 tejbeer 1206
 
27875 amit.gupta 1207
    }
27696 tejbeer 1208
 
27875 amit.gupta 1209
    .mark.btn-pressed {
1210
        color: black;
1211
        background: white;
1212
        font-size: 17px;
1213
        border-radius: 3px;
1214
        border: solid 2px black;
1215
    }
27696 tejbeer 1216
 
27875 amit.gupta 1217
    .price {
1218
        padding: 5px 6px;
1219
        font-size: 13px;
1220
        border: solid 1px black;
1221
        border: solid 3px red;
1222
        margin-bottom: -14px;
1223
        color: red;
27696 tejbeer 1224
 
27875 amit.gupta 1225
    }
1226
 
1227
    .price.btn-pressed {
1228
        color: black;
1229
        background: white;
1230
        font-size: 17px;
1231
        border: solid 2px black;
1232
    }
1233
 
1234
    .schem {
1235
        color: red;
1236
        padding: 5px 6px;
1237
        font-size: 13px;
1238
        border: solid 3px red;
1239
        margin-bottom: -14px;
1240
 
1241
    }
1242
 
1243
    .schem.btn-pressed {
1244
        color: black;
1245
        background: white;
1246
        font-size: 17px;
1247
        border: solid 2px black;
1248
    }
1249
 
1250
    .notify-messages {
1251
        min-height: 65px;
1252
    }
1253
 
1254
    .notifi {
1255
        padding: 5px 6px;
1256
        font-size: 13px;
1257
        margin-bottom: -14px;
1258
 
1259
        color: red;
1260
        border: solid 3px red;
1261
    }
1262
 
1263
    .notifi.btn-pressed {
1264
        color: black;
1265
        font-size: 17px;
1266
        border: solid 2px black;
1267
        background: white;
1268
    }
1269
 
1270
    canvas {
1271
        -moz-user-select: none;
1272
        -webkit-user-select: none;
1273
        -ms-user-select: none;
1274
    }
27696 tejbeer 1275
</style>
27707 amit.gupta 1276
</script>
1277
<script type="text/javascript">
1278
    window.onload = function () {
1279
        var options = $chartMap;
1280
        var ctx = document.getElementById('barchart').getContext('2d');
1281
        window.bar = new Chart(ctx, options);
1282
    };
1283
</script>