Subversion Repositories SmartDukaan

Rev

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

Rev 26318 Rev 26418
Line 134... Line 134...
134
	  color: white; font-family: 'Amaranth', sans-serif;
134
	  color: white; font-family: 'Amaranth', sans-serif;
135
	}
135
	}
136
	
136
	
137
	
137
	
138
	</style>
138
	</style>
-
 
139
	<script type="text/javascript">
-
 
140
	function getAuthUser(authId){
-
 
141
	
-
 
142
		doGetAjaxRequestHandler(context + "/getL1AuthUser?authId="+authId,
-
 
143
			function(response) {
-
 
144
				$('#' + "main-content").html(response);
-
 
145
				console.log(response)
-
 
146
			});
-
 
147
	}
-
 
148
	</script>
-
 
149
 
139
  </head>
150
  </head>
140
 
151
 
141
  <body style="zoom:90%;background-color:#f7f7f7">
152
  <body style="zoom:90%;background-color:#f7f7f7">
142
  <!--<div class="loading"><img src="resources/images/icons/loading.gif"></div>-->
153
  <!--<div class="loading"><img src="resources/images/icons/loading.gif"></div>-->
143
  <!-- container section start -->
154
  <!-- container section start -->
Line 220... Line 231...
220
						<li><i class="fa fa-laptop"></i>Dashboard</li>						  	
231
						<li><i class="fa fa-laptop"></i>Dashboard</li>						  	
221
					</ol>
232
					</ol>
222
				</div>
233
				</div>
223
			</div>
234
			</div>
224
			<!-- overview end -->
235
			<!-- overview end -->
-
 
236
			
-
 
237
			     #if($authIdAndallValues)
-
 
238
				<div class="row">
-
 
239
					
-
 
240
					<div class="col-lg-6">
-
 
241
				 <table class="table table-striped table-advance table-hover">
-
 
242
	    			<tbody>
-
 
243
	    				<tr>
-
 
244
	    				<th>Sale Head</th>
-
 
245
	    				<th>lmtd</th>
-
 
246
	    				<th>mtd</th>
-
 
247
	    				<th>Hygiene</th>
-
 
248
	    				<th>In Stock Investment</th>
-
 
249
	    				<th>Total Investment</th>
-
 
250
	    				</tr>
-
 
251
	    					#foreach($name in $authIdAndallValues.keySet())
-
 
252
	    				<tr onclick="getAuthUser($name)">
-
 
253
	    	 		     <td>$authIdAndAuthUserMap.get($name).getFirstName()</td>
-
 
254
	    	 		     <td class="currency">$authIdAndallValues.get($name).getLmtd()</td>
-
 
255
	    	 		     <td class="currency">$authIdAndallValues.get($name).getMtd()</td>
-
 
256
	    	 		     <td>$authIdAndallValues.get($name).getHygiene()</td>
-
 
257
	    	 		     <td class="currency">$authIdAndallValues.get($name).getStockInInvestment()</td>
-
 
258
	    	 		     <td class="currency">$authIdAndallValues.get($name).getInvestment()</td>
-
 
259
		                  
-
 
260
	    				</tr>
-
 
261
	    				 #end
-
 
262
	    				
-
 
263
	    		    </tbody>
-
 
264
	    		</table>
-
 
265
						</div>
-
 
266
						
-
 
267
						<div class="col-lg-4">
-
 
268
						 <table class="table table-striped table-advance table-hover">
-
 
269
	    			<tbody>
-
 
270
	    				<tr>
-
 
271
	    				<th>Name </th>
-
 
272
	    				<th>Ticket</th>
-
 
273
	    				<th>Leads</th>
-
 
274
	    				</tr>
-
 
275
	    				
-
 
276
	    				#foreach($key in $authIdAndallValues.keySet())
-
 
277
	    				<tr>
-
 
278
	    	 		     <td>$authIdAndAuthUserMap.get($key).getFirstName()</td>
-
 
279
	    	 		     <td>$authIdAndallValues.get($key).getTicket()</td>
-
 
280
	    	 		     <td>$authIdAndallValues.get($key).getLeads()</td>
-
 
281
		                  </tr>
-
 
282
	    				 #end
-
 
283
	    			
-
 
284
	    				
-
 
285
	    		    </tbody>
-
 
286
	    		</table>
-
 
287
					
-
 
288
			 </div>
-
 
289
			</div>
-
 
290
			
-
 
291
			#end
-
 
292
					
225
			<div class="row">
293
			<div class="row">
226
				<div class="col-lg-6">
294
				<div class="col-lg-6">
227
					<div class="row col-lg-4">
295
					<div class="row col-lg-4">
228
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>Reports</strong></h3>
296
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>Reports</strong></h3>
229
					</div>
297
					</div>