Subversion Repositories SmartDukaan

Rev

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

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