Subversion Repositories SmartDukaan

Rev

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

Rev 30601 Rev 32348
Line 69... Line 69...
69
					  <label for="referencedate">Reference Date :</label> 
69
					  <label for="referencedate">Reference Date :</label> 
70
					   	<input placeholder="Reference Date" id="referencedate" name="dateTime" type="text" value="" class="form-control input-sm">
70
					   	<input placeholder="Reference Date" id="referencedate" name="dateTime" type="text" value="" class="form-control input-sm">
71
					</div>
71
					</div>
72
					
72
					
73
				
73
				
74
					<div class="col-lg-2">
74
					<div class="col-lg-1">
75
					<label for="referencedate"></label> 
75
					<label for="referencedate"></label> 
76
					 <input class="btn btn-primary create-unsettled-payments" type="button" value="Create Request">	
76
					 <input class="btn btn-primary create-unsettled-payments" type="button" value="Create Request">	
77
					</div>	
77
					</div>	
78
					
78
					
79
				</div>
79
				</div>
Line 93... Line 93...
93
	    					<th>Id</th>
93
	    					<th>Id</th>
94
	    					<th>Transaction Reference</th>
94
	    					<th>Transaction Reference</th>
95
	    					<th>Amount</th>
95
	    					<th>Amount</th>
96
	    					<th>Reference Date</th>
96
	    					<th>Reference Date</th>
97
	    					<th>Description</th>
97
	    					<th>Description</th>
98
	    					<th>CreatedTimestamp</th>
98
	    					<th>Created Timestamp</th>
99
	    					<th>Status</th>
99
	    					<th>Status</th>
100
	    				</tr>
100
	    				</tr>
101
	    					#if(!$unsettledPayment.isEmpty())
101
	    					#if(!$unsettledPayment.isEmpty())
102
			    			#foreach( $request in $unsettledPayment )
102
			    			#foreach( $request in $unsettledPayment )
103
			    				<tr class="unsettledPayment" data="$request.getId()">
103
			    				<tr class="unsettledPayment" data="$request.getId()">