Subversion Repositories SmartDukaan

Rev

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

Rev 31162 Rev 31180
Line 82... Line 82...
82
				 <thead>
82
				 <thead>
83
	    				<tr>
83
	    				<tr>
84
	    				<th>Stores</th>
84
	    				<th>Stores</th>
85
	    				<th>Code</th>
85
	    				<th>Code</th>
86
	    				<th>Category</th>
86
	    				<th>Category</th>
-
 
87
	    				<th>Counter Size</th>
87
	    				<th>Manager</th>
88
	    				<th>Manager</th>
88
	    			    <th>LMS</th>
89
	    			    <th>LMS</th>
89
	    				<th>LMTD</th>
90
	    				<th>LMTD</th>
90
	    				<th>MTD</th>
91
	    				<th>MTD</th>
91
	    				<th>Sale Diff</th>
92
	    				<th>Sale Diff</th>
Line 107... Line 108...
107
	    			    #foreach($name in $fofoIdAndallValues.keySet())
108
	    			    #foreach($name in $fofoIdAndallValues.keySet())
108
	    				<tr>
109
	    				<tr>
109
	    	 		     <td>$fofoIdAndPartnerMap.get($name).getBusinessName()  ($fofoIdAndPartnerMap.get($name).getAddress().getCity())</td>
110
	    	 		     <td>$fofoIdAndPartnerMap.get($name).getBusinessName()  ($fofoIdAndPartnerMap.get($name).getAddress().getCity())</td>
110
	    	 		     <td>$fofoIdAndPartnerMap.get($name).getCode()</td>
111
	    	 		     <td>$fofoIdAndPartnerMap.get($name).getCode()</td>
111
	    	 		     <td>$fofoIdAndallValues.get($name).getPartnerType()</td>
112
	    	 		     <td>$fofoIdAndallValues.get($name).getPartnerType()</td>
-
 
113
	    	 		     <td>$fofoIdAndPartnerMap.get($name).getCounterSize()</td>
-
 
114
	    	 		 
112
	    	 		     <td>$fofoIdAndallValues.get($name).getAuthUser()</td>
115
	    	 		     <td>$fofoIdAndallValues.get($name).getAuthUser()</td>
113
	    	 		     <td class="currency lmsSale" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#brandLMSSale">$fofoIdAndallValues.get($name).getLms()</td>    
116
	    	 		     <td class="currency lmsSale" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#brandLMSSale">$fofoIdAndallValues.get($name).getLms()</td>    
114
	    	 		     <td class="currency  lmtdSale" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#brandLMtdSale">$fofoIdAndallValues.get($name).getLmtd()</td>
117
	    	 		     <td class="currency  lmtdSale" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#brandLMtdSale">$fofoIdAndallValues.get($name).getLmtd()</td>
115
	    	 		     
118
	    	 		     
116
	    	 		     #if($fofoIdAndallValues.get($name).getMtd() <= 0 )
119
	    	 		     #if($fofoIdAndallValues.get($name).getMtd() <= 0 )
Line 281... Line 284...
281
 
284
 
282
   var partnerTypes =  $("select.criteria-partnertype").val();
285
   var partnerTypes =  $("select.criteria-partnertype").val();
283
   
286
   
284
   console.log(partnerTypes);
287
   console.log(partnerTypes);
285
   var tablePartnerType = data[2];
288
   var tablePartnerType = data[2];
286
   var lastMonthSale = data[4];
289
   var lastMonthSale = data[5];
287
   
290
   
288
   console.log(lastMonthSale)
291
   console.log(lastMonthSale)
289
   lastMonthSale = lastMonthSale.replace(/,/g, "");
292
   lastMonthSale = lastMonthSale.replace(/,/g, "");
290
   
293
   
291
   console.log(lastMonthSale)
294
   console.log(lastMonthSale)