Subversion Repositories SmartDukaan

Rev

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

Rev 26467 Rev 26468
Line 232... Line 232...
232
					</ol>
232
					</ol>
233
				</div>
233
				</div>
234
			</div>
234
			</div>
235
			<!-- overview end -->
235
			<!-- overview end -->
236
			
236
			
237
			     #if($authIdAndallValues)
237
			    #if($authIdAndallValues)
238
				<div class="row">
238
				<div class="row">
239
					
239
					
240
					<div class="col-lg-6">
240
					<div class="col-lg-6">
241
				 <table class="table table-striped table-advance table-hover">
241
				 <table class="table table-striped table-advance table-hover">
242
	    			<tbody>
242
	    			<tbody>
Line 248... Line 248...
248
	    				<th>In Stock Investment</th>
248
	    				<th>In Stock Investment</th>
249
	    				<th>Total Investment</th>
249
	    				<th>Total Investment</th>
250
	    				</tr>
250
	    				</tr>
251
	    				#foreach($name in $authIdAndallValues.keySet())
251
	    				#foreach($name in $authIdAndallValues.keySet())
252
	    				<tr onclick="getAuthUser($name)">
252
	    				<tr onclick="getAuthUser($name)">
-
 
253
	    	 		     <td>$authIdAndAuthUserMap.get($name).getFirstName() $authIdAndAuthUserMap.get($name).getLastName()</td>
253
	    	 		     <td>$authIdAndAuthUserMap.get($name).getFirstName()</td>
254
	    	 		     <td>$authIdAndallValues.get($name).getCount()</td>
254
	    	 		     <td class="currency">$authIdAndallValues.get($name).getLmtd()</td>
255
	    	 		     <td class="currency">$authIdAndallValues.get($name).getLmtd()</td>
255
	    	 		     <td class="currency">$authIdAndallValues.get($name).getMtd()</td>
256
	    	 		     <td class="currency">$authIdAndallValues.get($name).getMtd()</td>
256
	    	 		     <td>$authIdAndallValues.get($name).getHygienePercentage()</td>
257
	    	 		     <td>$authIdAndallValues.get($name).getHygienePercentage()</td>
257
	    	 		     <td class="currency">$authIdAndallValues.get($name).getInvestment().getTotalInvestment()</td>
258
	    	 		     <td class="currency">$authIdAndallValues.get($name).getInvestment().getTotalInvestment()</td>
258
	    	 		     <td class="currency">$authIdAndallValues.get($name).getInvestment().getInStockAmount()</td>
259
	    	 		     <td class="currency">$authIdAndallValues.get($name).getInvestment().getInStockAmount()</td>