Subversion Repositories SmartDukaan

Rev

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

Rev 24124 Rev 24349
Line 29... Line 29...
29
	    		<thead>
29
	    		<thead>
30
	    					<th>PartnerId</th>
30
	    					<th>PartnerId</th>
31
	    					<th>Store Name</th>
31
	    					<th>Store Name</th>
32
	    					<th>Email</th>
32
	    					<th>Email</th>
33
	    					<th>Store Code</th>
33
	    					<th>Store Code</th>
-
 
34
	    					<th>Investment</th>
34
	    					<th>Action</th>
35
	    					<th>Action</th>
35
	    				</tr>
36
	    				</tr>
36
	    				</thead>
37
	    				</thead>
37
	    				<tbody>
38
	    				<tbody>
38
	    				#if(!$fofoStores.isEmpty())
39
	    				#if(!$fofoStores.isEmpty())
Line 40... Line 41...
40
			    				<tr>
41
			    				<tr>
41
			    					<td>$fofoStore.getId()</td>
42
			    					<td>$fofoStore.getId()</td>
42
			    					<td>$customRetailers.get($fofoStore.getId()).getBusinessName()</td>
43
			    					<td>$customRetailers.get($fofoStore.getId()).getBusinessName()</td>
43
			    					<td>$customRetailers.get($fofoStore.getId()).getEmail()</td>
44
			    					<td>$customRetailers.get($fofoStore.getId()).getEmail()</td>
44
			    					<td>$fofoStore.getCode()</td>
45
			    					<td>$fofoStore.getCode()</td>
-
 
46
			    					#if ($investments.get($fofoStore.getId()))
-
 
47
										#if($fofoStore.getGraceCount() > 0)
-
 
48
				    						<td>Billing expires on $dateFormatter.format($fofoStore.getGraceDate()) (Grace Count - $fofoStore.getGraceCount())</td>
-
 
49
				    					#else
-
 
50
				    					 <td>OK</td>
-
 
51
				    					#end
-
 
52
			    					#else
-
 
53
			    						<td>
-
 
54
										#if($fofoStore.getGraceCount() > 0)
-
 
55
				    						Grace Period expired on $dateFormatter.format($fofoStore.getGraceDate()) (Grace Count - $fofoStore.getGraceCount())<br>
-
 
56
				    					 #end
-
 
57
			    							<button class="btn btn-primary extend-billing"  data-fofoid="$fofoStore.getId()">Extend for 2 days</button></td>
-
 
58
			    							 
-
 
59
			    					#end
45
			    					<td><button class="btn btn-primary deactivate-store"  data-fofoid="$fofoStore.getId()">Deactivate</button></td>
60
			    					<td><button class="btn btn-primary deactivate-store"  data-fofoid="$fofoStore.getId()">Deactivate</button></td>
46
			    				</tr>
61
			    				</tr>
47
			    			#end
62
			    			#end
48
		    			#else
63
		    			#else
49
		    				<tr>
64
		    				<tr>