Subversion Repositories SmartDukaan

Rev

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

Rev 26476 Rev 26477
Line 42... Line 42...
42
 
42
 
43
<div class="row">
43
<div class="row">
44
					
44
					
45
					<div class="col-lg-12">
45
					<div class="col-lg-12">
46
				 <table id="authretailerstats" class="table table-striped table-advance table-hover">
46
				 <table id="authretailerstats" class="table table-striped table-advance table-hover">
47
	    			<tbody>
47
				 <thead>
48
	    				<tr>
48
	    				<tr>
49
	    				<th>Sale</th>
49
	    				<th>Sale</th>
50
	    				<th>lmtd</th>
50
	    				<th>lmtd</th>
51
	    				<th>mtd</th>
51
	    				<th>mtd</th>
52
	    				<th>Hygiene</th>
52
	    				<th>Hygiene</th>
53
	    				<th>In Stock Investment</th>
53
	    				<th>In Stock Investment</th>
54
	    				<th>Total Investment</th>
54
	    				<th>Total Investment</th>
55
	    				<th>Ticket</th>
55
	    				<th>Ticket</th>
56
	    				</tr>
56
	    				</tr>
-
 
57
				 </thead>
-
 
58
	    			<tbody>
57
	    			    #foreach($name in $fofoIdAndallValues.keySet())
59
	    			    #foreach($name in $fofoIdAndallValues.keySet())
58
	    				<tr>
60
	    				<tr>
59
	    	 		     <td>$fofoIdAndPartnerMap.get($name).getBusinessName()</td>
61
	    	 		     <td>$fofoIdAndPartnerMap.get($name).getBusinessName()</td>
60
	    	 		     <td class="currency">$fofoIdAndallValues.get($name).getLmtd()</td>
62
	    	 		     <td class="currency">$fofoIdAndallValues.get($name).getLmtd()</td>
61
	    	 		     <td class="currency">$fofoIdAndallValues.get($name).getMtd()</td>
63
	    	 		     <td class="currency">$fofoIdAndallValues.get($name).getMtd()</td>