The tool can now update the payment history.
This commit is contained in:
@@ -151,11 +151,21 @@
|
||||
</td></tr>
|
||||
<tr><td><button>Send Statement</button></td></tr>
|
||||
</table>
|
||||
<input hidden="loan" name='loan' value="{{filename}}" />
|
||||
<input type="hidden" name='loan' value="{{filename}}" />
|
||||
</form>
|
||||
</div>
|
||||
<div id="add_payment">
|
||||
<p>Add Loan Payment Tab</p>
|
||||
<form name="AddPayment" method="post" action="/update_file">
|
||||
<input type="hidden" name="loan" value="{{filename}}" />
|
||||
<table align="center" border="1px" width="75%">
|
||||
<tr><td align="center" bgcolor="darkgrey">Record a Payment</td></tr>
|
||||
<tr><td bgcolor="beige">Payment Date:</td></tr>
|
||||
<tr><td><input type="date" name="date"</td></tr>
|
||||
<tr><td bgcolor="beige">Payment Amount:</td></tr>
|
||||
<tr><td><input type="text" name="amount"></td></tr>
|
||||
<tr><td><button>Record Payment</button></td></tr>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user