Subversion Repositories SmartDukaan

Rev

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

Rev 26766 Rev 26792
Line 8... Line 8...
8
				<li><i class="icon_document_alt"></i>Approve Refferals</li>						  	
8
				<li><i class="icon_document_alt"></i>Approve Refferals</li>						  	
9
			</ol>
9
			</ol>
10
		</div>
10
		</div>
11
	</div>
11
	</div>
12
	
12
	
13
	#if(!$oldApproved.isEmpty())
13
#if(!$oldApproved.isEmpty())
14
 <h4 class="modelHeaderCustom" style="font-size:22px;padding:10px;">$oldMonth Refferals</h4>
14
 <h4 class="modelHeaderCustom" style="font-size:22px;padding:10px;">$oldMonth Refferals</h4>
15
  #foreach($oApproved in $oldApproved.keySet())
15
  #foreach($oApproved in $oldApproved.keySet())
16
 <div class="row">
16
 <div class="row">
17
	 
17
	 
18
        <div class="col-lg-2 form-group">
18
        <div class="col-lg-2 form-group">
Line 44... Line 44...
44
			<button class="btn btn-primary" onclick="oldRefferalAmountSubmit(`$oApproved`,$oldApproved.get($oApproved),`$oldMonth`)" type="button">Add Money to Wallet</button>
44
			<button class="btn btn-primary" onclick="oldRefferalAmountSubmit(`$oApproved`,$oldApproved.get($oApproved),`$oldMonth`)" type="button">Add Money to Wallet</button>
45
	</div>
45
	</div>
46
					
46
					
47
</div>	
47
</div>	
48
#end
48
#end
-
 
49
<div id="refferal-table">
-
 
50
		<div class="row">
-
 
51
	    	<div class="col-lg-12">
-
 
52
	    		<table class="table table-striped table-advance table-hover">
-
 
53
	    			<tbody>
-
 
54
	    				<tr>
-
 
55
	    					<th>Referee Id</th>
-
 
56
	    					<th>Referee Name</th>
-
 
57
	    					<th>Referee Email</th>
-
 
58
	    					<th>Referee Mobile</th>
-
 
59
	    					<th>Referal Name</th>
-
 
60
	    					<th>Mobile</th>
-
 
61
	    					<th>city</th>
-
 
62
	    					<th>state</th>
-
 
63
	    					<th>Created On</th>
-
 
64
	    					<th>Updated On</th>
-
 
65
	    					<th>Approved Timestamp</th>
-
 
66
	    					
-
 
67
	    				</tr>
-
 
68
	    					#if(!$oldPreMonthapproved.isEmpty())
-
 
69
			    			#foreach( $request in $oldPreMonthapproved )
-
 
70
			    				<tr class="refferal-table" data="$request.getId()">
-
 
71
			    					<td>$request.getId()</td>
-
 
72
			    					<td>$request.getRefereeName()</td>
-
 
73
			    					<td>$request.getRefereeEmail()</td>
-
 
74
			    					<td>$request.getRefereeMobile()</td>
-
 
75
			    					<td>$request.getFirstName() $request.getLastName()</td>
-
 
76
			    					<td>$request.getMobile()</td>
-
 
77
			    					<td>$request.getCity()</td>
-
 
78
			    					<td>$request.getState()</td>
-
 
79
			    					<td>$request.getCreatedTimestamp().format($dateTimeFormatter)</td>
-
 
80
			    					<td>$request.getUpdatedTimestamp().format($dateTimeFormatter)</td>
-
 
81
			    					#if($request.getApprovedTimestamp())
-
 
82
			    					<td>$request.getApprovedTimestamp().format($dateTimeFormatter)</td>
-
 
83
			    					#else
-
 
84
			    					<td> </td>
-
 
85
			    					#end
-
 
86
			    		
-
 
87
			    				</tr>	
-
 
88
			    	   #end
-
 
89
		    			#else
-
 
90
		    				<tr>
-
 
91
		    					<td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
-
 
92
		    				</tr>
-
 
93
		    			#end
-
 
94
	    			</tbody>
-
 
95
	    		</table>
-
 
96
	    	</div>
-
 
97
	    </div>
-
 
98
    </div>
-
 
99
 
49
#end
100
#end
50
 
101
 
51
#if(!$preApproved.isEmpty())
102
#if(!$preApproved.isEmpty())
52
<h4 class="modelHeaderCustom" style="font-size:22px;padding:10px;">$previousMonth Refferals</h4>
103
<h4 class="modelHeaderCustom" style="font-size:22px;padding:10px;">$previousMonth Refferals</h4>
53
#foreach($pApproved in $preApproved.keySet())
104
#foreach($pApproved in $preApproved.keySet())
Line 84... Line 135...
84
			<button class="btn btn-primary" type="button" onclick="refferalAmountSubmit(`$pApproved`,$preApproved.get($pApproved),`$previousMonth`)"> Add Money to wallet</button>
135
			<button class="btn btn-primary" type="button" onclick="refferalAmountSubmit(`$pApproved`,$preApproved.get($pApproved),`$previousMonth`)"> Add Money to wallet</button>
85
	</div>			
136
	</div>			
86
	
137
	
87
</div>	
138
</div>	
88
#end	
139
#end	
-
 
140
<div id="refferal-table">
-
 
141
		<div class="row">
-
 
142
	    	<div class="col-lg-12">
-
 
143
	    		<table class="table table-striped table-advance table-hover">
-
 
144
	    			<tbody>
-
 
145
	    				<tr>
-
 
146
	    					<th>Referee Id</th>
-
 
147
	    					<th>Referee Name</th>
-
 
148
	    					<th>Referee Email</th>
-
 
149
	    					<th>Referee Mobile</th>
-
 
150
	    					<th>Referal Name</th>
-
 
151
	    					<th>Mobile</th>
-
 
152
	    					<th>city</th>
-
 
153
	    					<th>state</th>
-
 
154
	    					<th>Created On</th>
-
 
155
	    					<th>Updated On</th>
-
 
156
	    					<th>Approved Timestamp</th>
-
 
157
	    					
-
 
158
	    				</tr>
-
 
159
	    					#if(!$preCurrMonthapproved.isEmpty())
-
 
160
			    			#foreach( $request in $preCurrMonthapproved )
-
 
161
			    				<tr class="refferal-table" data="$request.getId()">
-
 
162
			    					<td>$request.getId()</td>
-
 
163
			    					<td>$request.getRefereeName()</td>
-
 
164
			    					<td>$request.getRefereeEmail()</td>
-
 
165
			    					<td>$request.getRefereeMobile()</td>
-
 
166
			    					<td>$request.getFirstName() $request.getLastName()</td>
-
 
167
			    					<td>$request.getMobile()</td>
-
 
168
			    					<td>$request.getCity()</td>
-
 
169
			    					<td>$request.getState()</td>
-
 
170
			    					<td>$request.getCreatedTimestamp().format($dateTimeFormatter)</td>
-
 
171
			    					<td>$request.getUpdatedTimestamp().format($dateTimeFormatter)</td>
-
 
172
			    					#if($request.getApprovedTimestamp())
-
 
173
			    					<td>$request.getApprovedTimestamp().format($dateTimeFormatter)</td>
-
 
174
			    					#else
-
 
175
			    					<td> </td>
-
 
176
			    					#end
-
 
177
			    		
-
 
178
			    				</tr>	
-
 
179
			    	   #end
-
 
180
		    			#else
-
 
181
		    				<tr>
-
 
182
		    					<td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
-
 
183
		    				</tr>
-
 
184
		    			#end
-
 
185
	    			</tbody>
-
 
186
	    		</table>
-
 
187
	    	</div>
-
 
188
	    </div>
-
 
189
    </div>
89
#end		
190
#end		
90
 
191
 
91
 
192
 
92
#if(!$pastApproved.isEmpty())
193
#if($pastApproved)
93
<h4 class="modelHeaderCustom" style="font-size:22px;padding:10px;"> Refferals</h4>
194
<h4 class="modelHeaderCustom" style="font-size:22px;padding:10px;"> Refferals</h4>
94
#foreach($pstApproved in $pastApproved.keySet())
195
#foreach($pstApproved in $pastApproved.keySet())
95
<div class="row">
196
<div class="row">
96
 
197
 
97
		  <div class="col-lg-2 form-group">
198
		  <div class="col-lg-2 form-group">
Line 121... Line 222...
121
			<button class="btn btn-primary" type="button" onclick="refferalAmountSubmit(`$pstApproved`,$pastApproved.get($pstApproved),`$previousMonth`)"> Add Money to wallet</button>
222
			<button class="btn btn-primary" type="button" onclick="refferalAmountSubmit(`$pstApproved`,$pastApproved.get($pstApproved),`$previousMonth`)"> Add Money to wallet</button>
122
	</div>			
223
	</div>			
123
	
224
	
124
</div>	
225
</div>	
125
#end	
226
#end	
-
 
227
<div id="refferal-table">
-
 
228
		<div class="row">
-
 
229
	    	<div class="col-lg-12">
-
 
230
	    		<table class="table table-striped table-advance table-hover">
-
 
231
	    			<tbody>
-
 
232
	    				<tr>
-
 
233
	    					<th>Referee Id</th>
-
 
234
	    					<th>Referee Name</th>
-
 
235
	    					<th>Referee Email</th>
-
 
236
	    					<th>Referee Mobile</th>
-
 
237
	    					<th>Referal Name</th>
-
 
238
	    					<th>Mobile</th>
-
 
239
	    					<th>city</th>
-
 
240
	    					<th>state</th>
-
 
241
	    					<th>Created On</th>
-
 
242
	    					<th>Updated On</th>
-
 
243
	    					<th>Approved Timestamp</th>
-
 
244
	    					
-
 
245
	    				</tr>
-
 
246
	    					#if(!$pastrefferal.isEmpty())
-
 
247
			    			#foreach( $request in $pastrefferal )
-
 
248
			    				<tr class="refferal-table" data="$request.getId()">
-
 
249
			    					<td>$request.getId()</td>
-
 
250
			    					<td>$request.getRefereeName()</td>
-
 
251
			    					<td>$request.getRefereeEmail()</td>
-
 
252
			    					<td>$request.getRefereeMobile()</td>
-
 
253
			    					<td>$request.getFirstName() $request.getLastName()</td>
-
 
254
			    					<td>$request.getMobile()</td>
-
 
255
			    					<td>$request.getCity()</td>
-
 
256
			    					<td>$request.getState()</td>
-
 
257
			    					<td>$request.getCreatedTimestamp().format($dateTimeFormatter)</td>
-
 
258
			    					<td>$request.getUpdatedTimestamp().format($dateTimeFormatter)</td>
-
 
259
			    					#if($request.getApprovedTimestamp())
-
 
260
			    					<td>$request.getApprovedTimestamp().format($dateTimeFormatter)</td>
-
 
261
			    					#else
-
 
262
			    					<td> </td>
-
 
263
			    					#end
-
 
264
			    		
-
 
265
			    				</tr>	
-
 
266
			    	   #end
-
 
267
		    			#else
-
 
268
		    				<tr>
-
 
269
		    					<td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
-
 
270
		    				</tr>
-
 
271
		    			#end
-
 
272
	    			</tbody>
-
 
273
	    		</table>
-
 
274
	    	</div>
-
 
275
	    </div>
-
 
276
    </div>
-
 
277
 
126
#end	
278
#end	
127
 
279
 
-
 
280
 
-
 
281
 
128
	
282
	
129
 
283
 
130
	</section>
284
	</section>
131
285