Subversion Repositories SmartDukaan

Rev

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

Rev 27903 Rev 29028
Line 49... Line 49...
49
				<div class="col-lg-12">
49
				<div class="col-lg-12">
50
				 <table id="authretailerstats" class="table table-striped table-advance table-hover" style="width:100%">
50
				 <table id="authretailerstats" class="table table-striped table-advance table-hover" style="width:100%">
51
				 <thead>
51
				 <thead>
52
	    				<tr>
52
	    				<tr>
53
	    				<th>Stores</th>
53
	    				<th>Stores</th>
-
 
54
	    				<th>Code</th>
54
	    				<th>Category</th>
55
	    				<th>Category</th>
55
	    				<th>Manager</th>
56
	    				<th>Manager</th>
56
	    			    <th>LMS</th>
57
	    			    <th>LMS</th>
57
	    				<th>LMTD</th>
58
	    				<th>LMTD</th>
58
	    				<th>MTD</th>
59
	    				<th>MTD</th>
Line 74... Line 75...
74
				 </thead>
75
				 </thead>
75
	    			<tbody>
76
	    			<tbody>
76
	    			    #foreach($name in $fofoIdAndallValues.keySet())
77
	    			    #foreach($name in $fofoIdAndallValues.keySet())
77
	    				<tr>
78
	    				<tr>
78
	    	 		     <td>$fofoIdAndPartnerMap.get($name).getBusinessName()  ($fofoIdAndPartnerMap.get($name).getAddress().getCity())</td>
79
	    	 		     <td>$fofoIdAndPartnerMap.get($name).getBusinessName()  ($fofoIdAndPartnerMap.get($name).getAddress().getCity())</td>
-
 
80
	    	 		     <td>$fofoIdAndPartnerMap.get($name).getCode()</td>
79
	    	 		     <td>$fofoIdAndallValues.get($name).getPartnerType()</td>
81
	    	 		     <td>$fofoIdAndallValues.get($name).getPartnerType()</td>
80
	    	 		     <td>$fofoIdAndallValues.get($name).getAuthUser()</td>
82
	    	 		     <td>$fofoIdAndallValues.get($name).getAuthUser()</td>
81
	    	 		     <td class="currency lmsSale" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#brandLMSSale">$fofoIdAndallValues.get($name).getLms()</td>    
83
	    	 		     <td class="currency lmsSale" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#brandLMSSale">$fofoIdAndallValues.get($name).getLms()</td>    
82
	    	 		     <td class="currency  lmtdSale" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#brandLMtdSale">$fofoIdAndallValues.get($name).getLmtd()</td>
84
	    	 		     <td class="currency  lmtdSale" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#brandLMtdSale">$fofoIdAndallValues.get($name).getLmtd()</td>
83
	    	 		     <td class="currency mtdSale" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#brandMtdSale">$fofoIdAndallValues.get($name).getMtd()</td>
85
	    	 		     <td class="currency mtdSale" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#brandMtdSale">$fofoIdAndallValues.get($name).getMtd()</td>