Subversion Repositories SmartDukaan

Rev

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

Rev 35549 Rev 35560
Line 492... Line 492...
492
            #if($warehousePartnerDetailMap)
492
            #if($warehousePartnerDetailMap)
493
                <div class="row">
493
                <div class="row">
494
 
494
 
495
                    <div class="col-lg-6">
495
                    <div class="col-lg-6">
496
 
496
 
-
 
497
                        <div class="row">
497
                        <div class="row col-lg-4">
498
                            <div class="col-lg-7">
498
                            <h3 style="margin-top: -2px; margin-bottom: 24px">
499
                                <h3 style="margin-top: -2px; margin-bottom: 24px">
499
                                <strong>Partner Wise Report</strong>
500
                                    <strong>Partner Wise Report</strong>
500
                            </h3>
501
                                </h3>
501
                        </div>
502
                            </div>
502
                        <div style="float: right">
503
                            <div class="col-lg-5">
503
							<span style="margin-right: 10px">Last Fetch :-
-
 
504
                                $rctPartneStat.getLastCreatedTimestamp().format($dateTimeFormatter)</span>
504
                                <span style="margin-right: 10px">Last Fetch :-  $rctPartneStat.getLastCreatedTimestamp().format($dateTimeFormatter)</span>
505
                            <!--   <button class="btn btn-primary fetchPartnersData"
-
 
506
                                       onclick="getPartnersStat()" type="button">Fetch
-
 
507
                               </button> -->
505
                            </div>
508
                        </div>
506
                        </div>
-
 
507
 
509
                        <table class="table table-striped table-advance table-hover">
508
                        <table class="table table-striped table-advance table-hover">
510
                            <tbody>
509
                            <tbody>
511
                            <tr>
510
                            <tr>
512
                                <th>W/H Location</th>
511
                                <th>W/H Location</th>
513
                                <th>Partners</th>
512
                                <th>Partners</th>
Line 534... Line 533...
534
                            </tbody>
533
                            </tbody>
535
                        </table>
534
                        </table>
536
                    </div>
535
                    </div>
537
 
536
 
538
                    <div class="col-lg-6">
537
                    <div class="col-lg-6">
-
 
538
                        <div class="row">
539
                        <div class="row col-lg-8">
539
                            <div class="col-lg-7">
540
                            <h3 style="margin-top: -2px; margin-bottom: 24px">
540
                                <h3 style="margin-top: -2px; margin-bottom: 24px">
541
                                <strong>Warehouse Wise Report</strong>
541
                                    <strong>Warehouse Wise Report</strong>
542
                            </h3>
542
                                </h3>
543
                        </div>
543
                            </div>
544
 
-
 
545
                        <div style="float: right">
544
                            <div class="col-lg-5" style="padding-left: 0;">
546
							<span style="margin-right: 10px">Last Fetch :-
545
							<span>Last fetch :-
547
                                $reporticoDate.getLastCreatedTimestamp().format($dateTimeFormatter)</span>
546
                                $reporticoDate.getLastCreatedTimestamp().format($dateTimeFormatter)</span>
548
                            <button class="btn btn-primary fetchWarehouseData"
547
                                <button class="btn btn-sm btn-primary fetchWarehouseData"
549
                                    onclick="getWarehouseWiseData()" type="button">Fetch
548
                                        onclick="getWarehouseWiseData()" type="button"><i class="fa fa-refresh"></i>
-
 
549
 
550
                            </button>
550
                                </button>
-
 
551
                            </div>
551
                        </div>
552
                        </div>
-
 
553
 
-
 
554
 
552
                        <table class="table table-striped table-advance table-hover">
555
                        <table class="table table-striped table-advance table-hover">
553
                            <tbody>
556
                            <tbody>
554
                            <tr>
557
                            <tr>
555
                                <th>W/H Location</th>
558
                                <th>W/H Location</th>
556
                                <th>Total Stock</th>
559
                                <th>Total Stock</th>
Line 715... Line 718...
715
 
718
 
716
                <div class="col-lg-6">
719
                <div class="col-lg-6">
717
 
720
 
718
 
721
 
719
                    <div class="row" style="margin-left:5px">
722
                    <div class="row" style="margin-left:5px">
720
                        <h3 style="margin-top: -2px; margin-bottom: 24px">
723
                        <h3 style="margin-top: -2px; margin-bottom:4px">
721
                            <strong>Sale MileStone</strong>
724
                            <strong>Sale MileStone</strong>
722
                        </h3>
725
                        </h3>
723
                    </div>
726
                    </div>
724
 
727
 
725
                    <div class="row saleMilestoneContainer" style="margin: 5px"></div>
728
                    <div class="row saleMilestoneContainer" style="margin: 5px"></div>
Line 730... Line 733...
730
 
733
 
731
                <div class="col-lg-6">
734
                <div class="col-lg-6">
732
 
735
 
733
 
736
 
734
                    <div class="row" style="margin-left:5px">
737
                    <div class="row" style="margin-left:5px">
735
                        <h3 style="margin-top: -2px; margin-bottom: 24px">
738
                        <h3 style="margin-top: -2px; margin-bottom: 4px">
736
                            <strong>Purchase MileStone</strong>
739
                            <strong>Purchase MileStone</strong>
737
                        </h3>
740
                        </h3>
738
                    </div>
741
                    </div>
739
 
742
 
740
                    <div class="row purchaseMilestoneContainer" style="margin: 5px"></div>
743
                    <div class="row purchaseMilestoneContainer" style="margin: 5px"></div>
Line 1136... Line 1139...
1136
            #if($authUserTicketCount)
1139
            #if($authUserTicketCount)
1137
                <div class="row">
1140
                <div class="row">
1138
                    <div class="col-lg-6">
1141
                    <div class="col-lg-6">
1139
 
1142
 
1140
 
1143
 
1141
                        <div class="row col-lg-4">
1144
                        <div class="row col-lg-12">
1142
                            <h3 style="margin-top: -2px; margin-bottom: 24px">
1145
                            <h3 style="margin-top: -2px; margin-bottom: 10px">
1143
                                <strong>Reports</strong>
1146
                                <strong>Reports</strong>
1144
                            </h3>
1147
                            </h3>
1145
                        </div>
1148
                        </div>
1146
                        <div class="row col-lg-12 info-box white-bg">
1149
                        <div class="row col-lg-12 info-box white-bg">
1147
                            <table class="table table-striped reports-table"
1150
                            <table class="table table-striped reports-table"
Line 1166... Line 1169...
1166
                        </div>
1169
                        </div>
1167
                    </div>
1170
                    </div>
1168
                    <div class="col-lg-6">
1171
                    <div class="col-lg-6">
1169
 
1172
 
1170
 
1173
 
1171
                        <div class="row col-lg-12 info-box white-bg">
1174
                        <div class="row info-box white-bg">
1172
                            <div class="col-lg-4">
1175
                            <div class="col-lg-7">
1173
                                <h3 style="margin-top: -2px; margin-bottom: 24px">
1176
                                <h3 style="margin-top: -2px; margin-bottom: 10px">
1174
                                    <strong>My Messages</strong>
1177
                                    <strong>My Messages</strong>
1175
                                </h3>
1178
                                </h3>
1176
                            </div>
1179
                            </div>
1177
                            <div class="col-lg-4">
1180
                            <div class="col-lg-5">
1178
                                <div class="btn-group message-filter">
1181
                                <div class="btn-group message-filter" style="float: right;">
1179
                                    <button data-messagetype="notification" type="button"
1182
                                    <button data-messagetype="notification" type="button"
1180
                                            class="btn btn-default" aria-label="Notifications"
1183
                                            class="btn btn-default" aria-label="Notifications"
1181
                                            title="Notifications">
1184
                                            title="Notifications">
1182
                                        <span class="glyphicon glyphicon-bell" aria-hidden="true"></span>
1185
                                        <span class="glyphicon glyphicon-bell" aria-hidden="true"></span>
1183
                                    </button>
1186
                                    </button>
Line 1209... Line 1212...
1209
            #end #if(!$authUserTicketCount)
1212
            #end #if(!$authUserTicketCount)
1210
 
1213
 
1211
            <div class="row">
1214
            <div class="row">
1212
                <div class="col-lg-6">
1215
                <div class="col-lg-6">
1213
                    <div class="row col-lg-4">
1216
                    <div class="row col-lg-4">
1214
                        <h3 style="margin-top: -2px; margin-bottom: 24px">
1217
                        <h3 style="margin-top: -2px; margin-bottom: 10px">
1215
                            <strong>Reports</strong>
1218
                            <strong>Reports</strong>
1216
                        </h3>
1219
                        </h3>
1217
                    </div>
1220
                    </div>
1218
                    <div class="row col-lg-12 info-box white-bg">
1221
                    <div class="row col-lg-12 info-box white-bg">
1219
                        <table class="table table-striped reports-table"
1222
                        <table class="table table-striped reports-table"
Line 1239... Line 1242...
1239
 
1242
 
1240
                </div>
1243
                </div>
1241
                <div class="col-lg-6">
1244
                <div class="col-lg-6">
1242
                    <div class="col-lg-12">
1245
                    <div class="col-lg-12">
1243
                        <div class="row col-lg-12 info-box white-bg">
1246
                        <div class="row col-lg-12 info-box white-bg">
1244
                            <div class="col-lg-4">
1247
                            <div class="col-lg-7">
1245
                                <h3 style="margin-top: -2px; margin-bottom: 24px">
1248
                                <h3 style="margin-top: -2px; margin-bottom: 10px">
1246
                                    <strong>My Messages</strong>
1249
                                    <strong>My Messages</strong>
1247
                                </h3>
1250
                                </h3>
1248
                            </div>
1251
                            </div>
1249
                            <div class="col-lg-4">
1252
                            <div class="col-lg-5">
1250
                                <div class="btn-group message-filter">
1253
                                <div class="btn-group message-filter" style="float: right;">
1251
                                    <button data-messagetype="notification" type="button"
1254
                                    <button data-messagetype="notification" type="button"
1252
                                            class="btn btn-default" aria-label="Notifications"
1255
                                            class="btn btn-default" aria-label="Notifications"
1253
                                            title="Notifications">
1256
                                            title="Notifications">
1254
                                        <span class="glyphicon glyphicon-bell" aria-hidden="true"></span>
1257
                                        <span class="glyphicon glyphicon-bell" aria-hidden="true"></span>
1255
                                    </button>
1258
                                    </button>