Subversion Repositories SmartDukaan

Rev

Rev 32348 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32348 Rev 33974
Line 97... Line 97...
97
	    					<th>Description</th>
97
	    					<th>Description</th>
98
	    					<th>Created Timestamp</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( $unsettledPaymentModel in $unsettledPayment )
103
			    				<tr class="unsettledPayment" data="$request.getId()">
103
								<tr class="unsettledPayment" data="$unsettledPaymentModel.getId()">
104
			    					<td>$request.getId()</td>
104
									<td>$unsettledPaymentModel.getId()</td>
105
			    					<td>$request.getTransaction_reference()</td>
105
									<td>$unsettledPaymentModel.getTransaction_reference()</td>
106
			    					<td>$request.getAmount()</td>
106
									<td>$unsettledPaymentModel.getAmount()</td>
107
			    					<td>$request.getReference_date().format($dateTimeFormatter)</td>
107
									<td>$unsettledPaymentModel.getReference_date().format($dateTimeFormatter)</td>
108
			    					<td>$request.getDescription()</td>	
108
									<td>$unsettledPaymentModel.getDescription()</td>
109
			    					<td>$request.getCreateTimestamp().format($dateTimeFormatter)</td>
109
									<td>$unsettledPaymentModel.getCreateTimestamp().format($dateTimeFormatter)</td>
-
 
110
									<td>
110
			    					 <td><button class="btn btn-primary remove-unsettledPayment" data-requestid="$request.getId()"  type="button" style="width:100%;border-radius:0px;">Remove</button>
111
										<button class="btn btn-primary remove-unsettledPayment"
-
 
112
												data-requestid="$unsettledPaymentModel.getId()" type="button"
-
 
113
												style="width:100%;border-radius:0px;">Remove
-
 
114
										</button>
111
								     </td>
115
								     </td>
112
			    				</tr>	
116
			    				</tr>	
113
			    	   #end
117
			    	   #end
114
		    			#else
118
		    			#else
115
		    				<tr>
119
		    				<tr>