Subversion Repositories SmartDukaan

Rev

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

Rev 35765 Rev 35771
Line 107... Line 107...
107
				<a id="mobileAppId" href="${rc.contextPath}/mobileapp?emailId=$customRetailer.getEmail()"
107
				<a id="mobileAppId" href="${rc.contextPath}/mobileapp?emailId=$customRetailer.getEmail()"
108
				   class="btn btn-default" target="_blank">Franchise App</a>
108
				   class="btn btn-default" target="_blank">Franchise App</a>
109
 
109
 
110
				<a class="btn btn-default today-fofo-offer" data-fofoid="$sdCreditRequirement.getFofoId()">Today
110
				<a class="btn btn-default today-fofo-offer" data-fofoid="$sdCreditRequirement.getFofoId()">Today
111
					Offer</a>
111
					Offer</a>
-
 
112
         <a class="btn btn-default scheme-imei-history-btn" data-fofoid="$sdCreditRequirement.getFofoId()">IMEI
-
 
113
             Margin</a>
112
 
114
 
113
			</h4>
115
			</h4>
114
       </div>
116
       </div>
115
<div class="modal-body" style="max-height:75vh;overflow:auto;">
117
<div class="modal-body" style="max-height:75vh;overflow:auto;">
116
	<div class="row">
118
	<div class="row">
117
		<div class="col-md-8 today-fofo-offer-view" style="max-height: 70vh;overflow: auto;display: none;">
119
		<div class="col-md-8 today-fofo-offer-view" style="max-height: 70vh;overflow: auto;display: none;">
118
 
120
 
-
 
121
        </div>
-
 
122
        <div class="col-md-8 scheme-imei-history-view" style="max-height: 70vh;overflow: auto;display: none;">
-
 
123
 
119
		</div>
124
		</div>
120
		<div class="col-md-8 fofo-summry-view" style="max-height: 70vh;overflow: auto;">
125
		<div class="col-md-8 fofo-summry-view" style="max-height: 70vh;overflow: auto;">
121
			<div class="well row" style="margin: 0;">
126
			<div class="well row" style="margin: 0;">
122
				<h4>Summary
127
				<h4>Summary
123
                    <a href="#" class="dashboard-view" data-fofoid="$sdCreditRequirement.getFofoId()">More Info</a>
128
                    <a href="#" class="dashboard-view" data-fofoid="$sdCreditRequirement.getFofoId()">More Info</a>
Line 127... Line 132...
127
					<ul>
132
					<ul>
128
						<li>Total Limit <span class="currency"> $sdCreditRequirement.getLimit()</span></li>
133
						<li>Total Limit <span class="currency"> $sdCreditRequirement.getLimit()</span></li>
129
						<li>Utilization <span class="currency"> $sdCreditRequirement.getUtilizedAmount()</span></li>
134
						<li>Utilization <span class="currency"> $sdCreditRequirement.getUtilizedAmount()</span></li>
130
						<li>Available Limit <span class="currency"> $sdCreditRequirement.getAvailableLimit()</span></li>
135
						<li>Available Limit <span class="currency"> $sdCreditRequirement.getAvailableLimit()</span></li>
131
						<li>Wallet Amount <span class="currency"> $userWallet.getAmount()</span></li>
136
						<li>Wallet Amount <span class="currency"> $userWallet.getAmount()</span></li>
-
 
137
 
132
					</ul>
138
					</ul>
133
				</div>
139
				</div>
134
				<div class="col-md-4">
140
				<div class="col-md-4">
135
					<h5>Investment Detail</h5>
141
					<h5>Investment Detail</h5>
136
					<ul>
142
					<ul>
137
						#if($shortInvest > 0)
143
						#if($shortInvest > 0)
138
							<li>Short Investment -: <span class="currency">$shortInvest</span></li>
144
                            <li>Short Investment -: <span class="currency"> $shortInvest</span></li>
-
 
145
                            <li>Overdue (with intr.) <span class="currency"> $totalDueWithInterest</span></li>
-
 
146
                            <li>Interest <span class="currency"> $interestDue</span></li>
139
						#end
147
						#end
140
 
148
 
141
						<li>DRR / Today Purchase <span class="currency"> $purchaseTargetFtd </span> /
149
						<li>DRR / Today Purchase <span class="currency"> $purchaseTargetFtd </span> /
142
							#if($purchasedFtd < $purchaseTargetFtd)
150
							#if($purchasedFtd < $purchaseTargetFtd)
143
								<span style="color: red;"> <span class="currency"> $purchasedFtd</span> </span>
151
								<span style="color: red;"> <span class="currency"> $purchasedFtd</span> </span>
Line 148... Line 156...
148
 
156
 
149
					</ul>
157
					</ul>
150
 
158
 
151
					<h5>Recoverable Amount </h5>
159
					<h5>Recoverable Amount </h5>
152
					<ul>
160
					<ul>
153
						<li>(Short Invest + Over due) <br>
-
 
154
							<span class="currency">$shortInvest</span> + <span
161
                        <li>Short Invest <br> <span class="currency">$shortInvest</span>
155
									class="currency">$totalDueWithInterest</span>
-
 
156
						</li>
162
						</li>
157
					</ul>
163
					</ul>
158
 
164
 
159
				</div>
165
				</div>
160
 
166