Subversion Repositories SmartDukaan

Rev

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

Rev 26478 Rev 27545
Line 44... Line 44...
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
				 <thead>
47
				 <thead>
48
	    				<tr>
48
	    				<tr>
49
	    				<th>Sale</th>
49
	    				<th>Stores</th>
-
 
50
	    				<th>Head</th>
50
	    				<th>lmtd</th>
51
	    				<th>lmtd</th>
51
	    				<th>mtd</th>
52
	    				<th>mtd</th>
52
	    				<th>Hygiene</th>
53
	    			    <th>Wallet Amount</th>
53
	    				<th>In Stock Investment</th>
54
	    				<th>In Stock Investment</th>
54
	    				<th>Total Investment</th>
55
	    				<th>Total Investment</th>
-
 
56
	    			
-
 
57
	    				<th>Indent Qty</th>
-
 
58
	    				<th>Indent Value</th>
-
 
59
	    				<th>Today Tertiary</th>
-
 
60
	    				<th>last 3 days Tertiary</th>
55
	    				<th>Ticket</th>
61
	    				<th>Ticket</th>
56
	    				</tr>
62
	    				</tr>
57
				 </thead>
63
				 </thead>
58
	    			<tbody>
64
	    			<tbody>
59
	    			    #foreach($name in $fofoIdAndallValues.keySet())
65
	    			    #foreach($name in $fofoIdAndallValues.keySet())
60
	    				<tr>
66
	    				<tr>
61
	    	 		     <td>$fofoIdAndPartnerMap.get($name).getBusinessName()</td>
67
	    	 		     <td>$fofoIdAndPartnerMap.get($name).getBusinessName()</td>
-
 
68
	    	 		     <td>$fofoIdAndallValues.get($name).getAuthUser()</td>
62
	    	 		     <td class="currency">$fofoIdAndallValues.get($name).getLmtd()</td>
69
	    	 		     <td class="currency">$fofoIdAndallValues.get($name).getLmtd()</td>
63
	    	 		     <td class="currency">$fofoIdAndallValues.get($name).getMtd()</td>
70
	    	 		     <td class="currency">$fofoIdAndallValues.get($name).getMtd()</td>
64
	    	 		     <td>$fofoIdAndallValues.get($name).getHygiene()</td>
71
	    	 		     <td class="currency">$fofoIdAndallValues.get($name).getWalletAmount()</td>
65
	    	 		     <td class="currency">$fofoIdAndallValues.get($name).getInvestment().getInStockAmount()</td>
72
	    	 		     <td class="currency">$fofoIdAndallValues.get($name).getInvestment().getInStockAmount()</td>
66
	    	 		     <td class="currency">$fofoIdAndallValues.get($name).getInvestment().getTotalInvestment()</td>
73
	    	 		     <td class="currency">$fofoIdAndallValues.get($name).getInvestment().getTotalInvestment()</td>
-
 
74
	    	 		     <td>$fofoIdAndallValues.get($name).getInvestment().getUnbilledQty()</td>
-
 
75
	    	 		     <td class="currency">$fofoIdAndallValues.get($name).getInvestment().getUnbilledAmount()</td>
-
 
76
		                 <td>$fofoIdAndallValues.get($name).getLastOneDayTertiary()</td>
-
 
77
		                 <td>$fofoIdAndallValues.get($name).getLastThreeDaytertiary()</td>
-
 
78
		               
67
		                 <td>$fofoIdAndallValues.get($name).getTicket()</td>
79
		                 <td>$fofoIdAndallValues.get($name).getTicket()</td>
68
	    				</tr>
80
	    				</tr>
69
	    				 #end
81
	    				 #end
70
	    				
82
	    				
71
	    		    </tbody>
83
	    		    </tbody>