Subversion Repositories SmartDukaan

Rev

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

Rev 26446 Rev 26460
Line 246... Line 246...
246
	    				<th>mtd</th>
246
	    				<th>mtd</th>
247
	    				<th>Hygiene</th>
247
	    				<th>Hygiene</th>
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()</td>
253
	    	 		     <td>$authIdAndAuthUserMap.get($name).getFirstName()</td>
254
	    	 		     <td class="currency">$authIdAndallValues.get($name).getLmtd()</td>
254
	    	 		     <td class="currency">$authIdAndallValues.get($name).getLmtd()</td>
255
	    	 		     <td class="currency">$authIdAndallValues.get($name).getMtd()</td>
255
	    	 		     <td class="currency">$authIdAndallValues.get($name).getMtd()</td>
256
	    	 		     <td>$authIdAndallValues.get($name).getHygiene()</td>
256
	    	 		     <td>$authIdAndallValues.get($name).getHygienePercentage()</td>
257
	    	 		     <td class="currency">$authIdAndallValues.get($name).getStockInInvestment()</td>
257
	    	 		     <td class="currency">$authIdAndallValues.get($name).getInvestment().</td>
258
	    	 		     <td class="currency">$authIdAndallValues.get($name).getInvestment()</td>
258
	    	 		     <td class="currency">$authIdAndallValues.get($name).getInvestment().getInStockAmount()</td>
259
		                  
259
		                  
260
	    				</tr>
260
	    				</tr>
261
	    				 #end
261
	    				 #end
262
	    				
262
	    				
263
	    		    </tbody>
263
	    		    </tbody>