Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 13.59.217.1
<script>
$('#challan_date').datepicker({ changeMonth: true, changeYear: true,dateFormat:'dd/mm/yy'});
</script>
<div id='doc_id' style='float:left;font-weight:bold;margin-left:10px;font-size:15px;color:#193A8B'></div>
<div style=" float: right; margin: 0 9px 5px auto; width: auto; ">
<span style="background-color: #008CBA; border: none; color: white; padding: 5px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 12px; cursor: pointer;" onclick="CallEnableChallanEntries();">Cancel</span>
</div>
<div style=" float: right; margin: 0 9px 5px auto; width: auto; ">
<span id='challan_details_update' style="background-color: #008CBA; border: none; color: white; padding: 5px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 12px; cursor: pointer;" onclick="CallEnableChallanEntries();">Update</span>
</div>
<div style="width: 848px; height: auto; float: left; padding-top: 10px; border-top: 1px solid #E3E3E3;">
<table class='content-tbl' width="100%" border="0" cellspacing="0" cellpadding="2" align="center">
<tr>
<td align='right'>Challan No.: </td>
<td><input type='text' id='challan_no' /> </td>
<td align='right'> Total Amount:</td>
<td><input type='text' value=0 style='border:none;font-weight:bold;' id='td_challan_tot'/></td>
</tr>
<tr>
<td align='right'>Challan Date: </td>
<td><input type='text' id='challan_date' /> </td>
<td align='right'>Challan Amount: </td>
<td><input type='text' id='challan_amt' value=0; onkeypress="return acceptNumbersOnlyForModule(event);" /> </td>
</tr>
<tr>
<td align='right'>Place
</td>
<td><input type='text' id='challan_place' /> </td>
<td align='right'>Bank Name:
</td>
<td><input type='text' id='challan_bank' /> </td>
</tr>
</table>
</div>
<div style='clear:both;height:10px;'></div>
<div id='challan_update_applications'></div>
|