Subversion Repositories SmartDukaan

Rev

Rev 35396 | Rev 35560 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35396 Rev 35549
Line 189... Line 189...
189
            font-size: 2em;
189
            font-size: 2em;
190
            font-weight: bold;
190
            font-weight: bold;
191
            color: white;
191
            color: white;
192
            font-family: 'Amaranth', sans-serif, 'Mukta';
192
            font-family: 'Amaranth', sans-serif, 'Mukta';
193
        }
193
        }
-
 
194
 
-
 
195
        .team-messages {
-
 
196
            background: #fff;
-
 
197
            padding: 10px;
-
 
198
            border-radius: 8px;
-
 
199
            box-shadow: 1px 2px 5px #aea2a282;
-
 
200
            margin-bottom: 4px;
-
 
201
        }
-
 
202
 
-
 
203
        .team-messages p {
-
 
204
            margin-bottom: 4px;
-
 
205
        }
-
 
206
 
-
 
207
        .tm-title {
-
 
208
            font-size: 17px;
-
 
209
            font-weight: 500;
-
 
210
            margin: 5px;
-
 
211
        }
-
 
212
 
-
 
213
        .tm-subtitle {
-
 
214
            font-size: 12px;
-
 
215
            color: #888;
-
 
216
            margin-bottom: 8px;
-
 
217
        }
-
 
218
 
-
 
219
        .timeline-wrapper {
-
 
220
            position: relative;
-
 
221
            padding-top: 5px;
-
 
222
            height: 690px;
-
 
223
            overflow: auto;
-
 
224
        }
-
 
225
 
-
 
226
        .timeline-row {
-
 
227
            display: flex;
-
 
228
            align-items: flex-start;
-
 
229
            margin-bottom: 8px;
-
 
230
        }
-
 
231
 
-
 
232
        .timeline-time {
-
 
233
            width: 55px;
-
 
234
            font-size: 10px;
-
 
235
            color: #999;
-
 
236
            text-align: right;
-
 
237
            padding-right: 5px;
-
 
238
            float: right;
-
 
239
        }
-
 
240
 
-
 
241
        .timeline-card {
-
 
242
            background: #fff;
-
 
243
            border: 1px solid #e7e2e2;
-
 
244
            border-left: 2px solid #ba9b9b;
-
 
245
            border-radius: 4px;
-
 
246
            padding: 6px 8px;
-
 
247
            width: 100%;
-
 
248
            max-width: 600px;
-
 
249
            position: relative;
-
 
250
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
-
 
251
        }
-
 
252
 
-
 
253
        .card-header {
-
 
254
            display: flex;
-
 
255
            align-items: center;
-
 
256
            margin-bottom: 4px;
-
 
257
        }
-
 
258
 
-
 
259
        .header-text {
-
 
260
            font-size: 13px;
-
 
261
            text-transform: capitalize;
-
 
262
            width: 100%;
-
 
263
        }
-
 
264
 
-
 
265
        .card-body {
-
 
266
            font-size: 12px;
-
 
267
            color: #555;
-
 
268
        }
-
 
269
 
-
 
270
        .bulletin-attachments {
-
 
271
            position: absolute;
-
 
272
            bottom: 10px;
-
 
273
            right: 12px;
-
 
274
            font-size: 12px;
-
 
275
        }
-
 
276
 
-
 
277
        .bulletin-attachments a {
-
 
278
            margin-left: 8px;
-
 
279
            color: #007bff;
-
 
280
            text-decoration: none;
-
 
281
        }
-
 
282
 
-
 
283
        .bulletin-attachments a:hover {
-
 
284
            text-decoration: underline;
-
 
285
        }
-
 
286
 
-
 
287
        .bulletin-tabs {
-
 
288
            display: flex;
-
 
289
            list-style: none;
-
 
290
            padding: 0;
-
 
291
            border-bottom: 1px solid #ddd;
-
 
292
        }
-
 
293
 
-
 
294
        .bulletin-tabs li {
-
 
295
            padding: 8px 14px;
-
 
296
            cursor: pointer;
-
 
297
            font-size: 13px;
-
 
298
        }
-
 
299
 
-
 
300
        .bulletin-tabs li.active {
-
 
301
            font-weight: 600;
-
 
302
            border-bottom: 2px solid #3b6cff;
-
 
303
        }
-
 
304
 
-
 
305
        .bulletin-tab-content {
-
 
306
            display: none;
-
 
307
        }
-
 
308
 
-
 
309
 
-
 
310
 
194
    </style>
311
    </style>
195
 
312
 
196
    <script type="text/javascript">
313
    <script type="text/javascript">
197
        isAdmin = true;
314
        isAdmin = true;
198
 
315
 
Line 416... Line 533...
416
 
533
 
417
                            </tbody>
534
                            </tbody>
418
                        </table>
535
                        </table>
419
                    </div>
536
                    </div>
420
 
537
 
421
                    <div class="col-lg-4">
538
                    <div class="col-lg-6">
422
                        <div class="row col-lg-8">
539
                        <div class="row col-lg-8">
423
                            <h3 style="margin-top: -2px; margin-bottom: 24px">
540
                            <h3 style="margin-top: -2px; margin-bottom: 24px">
424
                                <strong>Warehouse Wise Report</strong>
541
                                <strong>Warehouse Wise Report</strong>
425
                            </h3>
542
                            </h3>
426
                        </div>
543
                        </div>
Line 465... Line 582...
465
            <button class="btn btn-primary  clickshwograph"
582
            <button class="btn btn-primary  clickshwograph"
466
                    style="display: none" type="button">Submit
583
                    style="display: none" type="button">Submit
467
            </button>
584
            </button>
468
 
585
 
469
            <div class="row">
586
            <div class="row">
470
                #if($warehousePartnerDetailMap)
-
 
471
 
587
 
472
 
588
 
-
 
589
                <div class="col-lg-6">
473
 
590
 
474
                    <div class="col-lg-6">
591
                    <div class="team-messages">
-
 
592
                        <h3 class="tm-title">Bulletin <span class="tm-subtitle"> (Today Important Updates)</span></h3>
-
 
593
                        <hr style="margin: 8px 0 15px 0;border-top: 1px solid #dddcdc;">
-
 
594
                        <ul class="bulletin-tabs">
-
 
595
                            #foreach($entry in $bulletins.entrySet())
-
 
596
                                <li data-tab="$entry.key">
-
 
597
                                    $entry.key
-
 
598
                                </li>
-
 
599
                            #end
-
 
600
                        </ul>
-
 
601
                        <div class="timeline-wrapper">
-
 
602
                            #foreach($entry in $bulletins.entrySet())
475
 
603
 
-
 
604
                                <div class="bulletin-tab-content" id="tab-$entry.key">
476
 
605
 
477
                        <div class="row chartfilterlmsContainer" style="margin: 5px"></div>
606
                                    <div class="timeline-wrapper">
478
 
607
 
-
 
608
                                        #foreach($bulletin in $entry.value)
479
                        <div class="row col-lg-12">
609
                                            <div class="timeline-row">
-
 
610
 
480
                            <ul class="nav nav-tabs">
611
                                                <div class="timeline-card">
-
 
612
                                                    <div class="card-header">
-
 
613
                                                        <div class="header-text">
-
 
614
 
481
                                <li class="brand_month_sales"><a class="bms">BWMS</a></li>
615
                                                            <div class="timeline-time">
-
 
616
                                                                ${bulletin.createdTime}
-
 
617
                                                            </div>
-
 
618
 
-
 
619
                                                            #if($bulletin.isCatalogOffer())
-
 
620
                                                                <strong>
482
                                <li class="brand_month_purchase"><a class="bmp">BWMP</a></li>
621
                                                                    <a class="today-bulletin-offer"
-
 
622
                                                                       data-offerid="$bulletin.offerId">
-
 
623
                                                                        ${bulletin.title}
-
 
624
                                                                    </a>
-
 
625
                                                                </strong>
-
 
626
                                                            #else
-
 
627
                                                                <strong>${bulletin.title}</strong>
-
 
628
                                                            #end
-
 
629
 
-
 
630
                                                        </div>
483
                            </ul>
631
                                                    </div>
-
 
632
 
484
                            <div class="row chartLmsContainer" style="margin:5px"></div>
633
                                                    <div class="card-body">
-
 
634
                                                        $bulletin.description
-
 
635
 
-
 
636
                                                        #if($bulletin.catalogBriefList)
-
 
637
                                                            <p>
-
 
638
                                                                #foreach($catalog in $bulletin.catalogBriefList)
-
 
639
                                                                    <span>${catalog.modelName}</span>,
-
 
640
                                                                #end
-
 
641
                                                            </p>
-
 
642
                                                        #end
-
 
643
 
-
 
644
                                                        #if($bulletin.documentIds && $bulletin.documentIds.size() > 0)
-
 
645
                                                            <div class="bulletin-attachments">
-
 
646
                                                                #foreach($docId in $bulletin.documentIds)
-
 
647
                                                                    <a href="$rc.contextPath/document/$docId"
-
 
648
                                                                       target="_blank">
-
 
649
                                                                        Attachment
-
 
650
                                                                    </a>
-
 
651
                                                                #end
-
 
652
                                                            </div>
-
 
653
                                                        #end
485
 
654
 
-
 
655
                                                    </div>
-
 
656
                                                </div>
486
 
657
 
487
                        </div>
658
                                            </div>
-
 
659
                                        #end
488
 
660
 
-
 
661
                                    </div>
-
 
662
                                </div>
-
 
663
 
-
 
664
                            #end
489
 
665
 
-
 
666
                        </div>
490
                    </div>
667
                    </div>
-
 
668
 
-
 
669
 
-
 
670
 
491
                #end
671
                    #*
-
 
672
                        #if($warehousePartnerDetailMap)
-
 
673
                                <div class="row chartfilterlmsContainer" style="margin: 5px"></div>
-
 
674
 
-
 
675
                                <div class="row col-lg-12">
-
 
676
                                    <ul class="nav nav-tabs">
-
 
677
                                        <li class="brand_month_sales"><a class="bms">BWMS</a></li>
-
 
678
                                        <li class="brand_month_purchase"><a class="bmp">BWMP</a></li>
-
 
679
                                    </ul>
-
 
680
                                    <div class="row chartLmsContainer" style="margin:5px"></div>
-
 
681
 
-
 
682
 
-
 
683
                                </div>
-
 
684
                        #end
-
 
685
                    *#
-
 
686
 
-
 
687
 
-
 
688
                </div>
492
 
689
 
493
 
690
 
494
                #if($warehousePartnerDetailMap)
691
                #if($warehousePartnerDetailMap)
495
                    <div class="col-lg-6">
692
                    <div class="col-lg-6">
496
                        <ul class="nav nav-tabs" style="margin: 5px">
693
                        <ul class="nav nav-tabs" style="margin: 5px">
Line 1522... Line 1719...
1522
    <div class="modal-dialog modal-lg">
1719
    <div class="modal-dialog modal-lg">
1523
        <div class="modal-content"></div>
1720
        <div class="modal-content"></div>
1524
 
1721
 
1525
    </div>
1722
    </div>
1526
</div>
1723
</div>
-
 
1724
 
-
 
1725
<div class="modal" id="todayBulletinOfferDescription">
-
 
1726
    <div class="modal-dialog modal-lg">
-
 
1727
        <div class="modal-content">
-
 
1728
        </div>
-
 
1729
    </div>
-
 
1730
</div>
-
 
1731
 
1527
</body>
1732
</body>
1528
 
1733
 
1529
 
1734
 
1530
</html>
1735
</html>
1531
1736