Subversion Repositories SmartDukaan

Rev

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

Rev 19892 Rev 19929
Line 24... Line 24...
24
							<td><?php echo $loanH['counter_name'];?></td>
24
							<td><?php echo $loanH['counter_name'];?></td>
25
							<td><?php echo $loanH['creditor_id'];?></td>
25
							<td><?php echo $loanH['creditor_id'];?></td>
26
							<td><?php echo $loanH['payment_id'];?></td>
26
							<td><?php echo $loanH['payment_id'];?></td>
27
							<td><?php echo $loanH['totalAmount'];?></td>
27
							<td><?php echo $loanH['totalAmount'];?></td>
28
							<td><?php echo date('Y-m-d H:i:s', $loanH['created']/1000);?></td>
28
							<td><?php echo date('Y-m-d H:i:s', $loanH['created']/1000);?></td>
-
 
29
							<form action="/admin/users/marksettlement" method="POST" id="MarkSettlementForm">
-
 
30
							<input type="hidden" value=<?php echo $loanH['payment_id']?> name=data[payment_id] />
-
 
31
							<input type="hidden" value=<?php echo $loanH['user_id']?> name=data[userId]"/> 
29
							<td style='width: 20px'><input type="date" name="date_from" value="Date"/></td>
32
							<td style='width: 20px'><input type="date" name=data[repayment_date] value="Date"/></td>
30
							<td style='width: 20px'><input type="number" name="amount" value="amount"/></td>
33
							<td style='width: 20px'><input type="number" name=data[amount] value="amount"/></td>
31
							<td><input type="submit" value="Mark as Settled"/></td>
34
							<td><input type="submit" value="Mark as Settled"/></td>
-
 
35
							</form>
32
						</tr>
36
						</tr>
33
					<?php endforeach;?>
37
					<?php endforeach;?>
34
				</tbody>
38
				</tbody>
35
			</table>
39
			</table>
36
		</div>
40
		</div>