Subversion Repositories SmartDukaan

Rev

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

Rev 32937 Rev 32938
Line 30... Line 30...
30
        }
30
        }
31
    </style>
31
    </style>
32
    <link href="../resources/css/brand-logo.css" rel="stylesheet"/>
32
    <link href="../resources/css/brand-logo.css" rel="stylesheet"/>
33
</head>
33
</head>
34
<body>
34
<body>
35
    #if($partnerTypeRegionModelMap)
35
#if($isGtEqL2)
36
<div class="container-fluid">
36
<div class="container-fluid">
37
    #foreach($brands in $brandParts)
37
    #foreach($brands in $brandParts)
38
        <table class="table table-bordered table-striped">
38
        <table class="table table-bordered table-striped">
39
            <thead>
39
            <thead>
40
            <tr>
40
            <tr>
Line 78... Line 78...
78
                #end
78
                #end
79
            </tbody>
79
            </tbody>
80
        </table>
80
        </table>
81
    #end
81
    #end
82
</div>
82
</div>
-
 
83
#if($partnerTypeRegionModelMap)
83
<div class="container-fluid">
84
<div class="container-fluid">
84
    <table class="table table-bordered table-striped">
85
    <table class="table table-bordered table-striped">
85
        <thead>
86
        <thead>
86
        <tr>
87
        <tr>
87
            <th>Regionwise Billed Partners</th>
88
            <th>Regionwise Billed Partners</th>
Line 114... Line 115...
114
                #end
115
                #end
115
            #end
116
            #end
116
        </tbody>
117
        </tbody>
117
    </table>
118
    </table>
118
</div>
119
</div>
119
 
120
#end
120
<div class="container-fluid ">
121
<div class="container-fluid ">
121
    <h3>Total Collection(Overall Collections/Overall Collections + Loan utilizations))</h3>
122
    <h3>Total Collection(Overall Collections/Overall Collections + Loan utilizations))</h3>
122
    <div class="row">
123
    <div class="row">
123
        #foreach($warehouseEntry in $warehouseMap.entrySet())
124
        #foreach($warehouseEntry in $warehouseMap.entrySet())
124
            <div class="col-lg-2" style="font-size: 20px">
125
            <div class="col-lg-2" style="font-size: 20px">
Line 138... Line 139...
138
            </div>
139
            </div>
139
        #end
140
        #end
140
    </div>
141
    </div>
141
</div>
142
</div>
142
    #parse("today_target.vm")
143
    #parse("today_target.vm")
143
    #end
144
#end
144
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
145
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
145
        integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
146
        integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
146
        crossorigin="anonymous"></script>
147
        crossorigin="anonymous"></script>
147
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
148
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
148
        integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
149
        integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"