Subversion Repositories SmartDukaan

Rev

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

Rev 35771 Rev 35774
Line 140... Line 140...
140
				<div class="col-md-4">
140
				<div class="col-md-4">
141
					<h5>Investment Detail</h5>
141
					<h5>Investment Detail</h5>
142
					<ul>
142
					<ul>
143
						#if($shortInvest > 0)
143
						#if($shortInvest > 0)
144
                            <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>
-
 
147
						#end
145
						#end
148
 
146
 
149
						<li>DRR / Today Purchase <span class="currency"> $purchaseTargetFtd </span> /
147
						<li>DRR / Today Purchase <span class="currency"> $purchaseTargetFtd </span> /
150
							#if($purchasedFtd < $purchaseTargetFtd)
148
							#if($purchasedFtd < $purchaseTargetFtd)
151
								<span style="color: red;"> <span class="currency"> $purchasedFtd</span> </span>
149
								<span style="color: red;"> <span class="currency"> $purchasedFtd</span> </span>
Line 156... Line 154...
156
 
154
 
157
					</ul>
155
					</ul>
158
 
156
 
159
					<h5>Recoverable Amount </h5>
157
					<h5>Recoverable Amount </h5>
160
					<ul>
158
					<ul>
161
                        <li>Short Invest <br> <span class="currency">$shortInvest</span>
159
						<li>Short Invest <span class="currency">$shortInvest</span></li>
-
 
160
						<li>Overdue (with intr.) <span class="currency"> $totalDueWithInterest</span></li>
162
						</li>
161
						<li>Interest <span class="currency"> $interestDue</span></li>
163
					</ul>
162
					</ul>
164
 
163
 
165
				</div>
164
				</div>
166
 
165
 
167
				<div class="col-md-4">
166
				<div class="col-md-4">