| 5591 |
mandeep.dh |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
| 12361 |
manish.sha |
4 |
<script type="text/javascript" src="/inventory/js/jquery-1.4.2.js"></script>
|
|
|
5 |
<script type="text/javascript" src="/inventory/js/jquery.validate.js"></script>
|
| 5591 |
mandeep.dh |
6 |
<title>
|
|
|
7 |
#set($supplier = $action.getSupplier())
|
|
|
8 |
Edit $supplier.getName()
|
|
|
9 |
</title>
|
|
|
10 |
</head>
|
|
|
11 |
<body>
|
|
|
12 |
<script>
|
|
|
13 |
$(document).ready(function() {
|
|
|
14 |
$("form#editSupplier").validate();
|
|
|
15 |
});
|
|
|
16 |
</script>
|
|
|
17 |
<a href="/inventory">Go to Home page</a>
|
|
|
18 |
<br />
|
|
|
19 |
<h2>Edit Supplier $supplier.getName()</h2>
|
|
|
20 |
<form id = "editSupplier" action="/inventory/supplier!update" method="post">
|
|
|
21 |
<table >
|
|
|
22 |
<tr >
|
|
|
23 |
<td >Name</td>
|
|
|
24 |
<td ><input name="name" type="text" class="required" value="$supplier.getName()" size="30"/></td>
|
|
|
25 |
</tr>
|
| 21844 |
amit.gupta |
26 |
<tr>
|
| 21848 |
amit.gupta |
27 |
<td >GSTIN (Max. 15 digits)</td>
|
| 21849 |
amit.gupta |
28 |
<td ><input name="gstin" type="text" class="required" value="$supplier.getGstin()"/></td>
|
| 5591 |
mandeep.dh |
29 |
</tr>
|
|
|
30 |
<tr >
|
|
|
31 |
<td >PAN</td>
|
|
|
32 |
<td ><input name="pan" type="text" class="required" value="$supplier.getPan()"/></td>
|
|
|
33 |
</tr>
|
|
|
34 |
<tr >
|
|
|
35 |
<td >Fax</td>
|
|
|
36 |
<td ><input name="fax" type="text" class="required" value="$supplier.getFax()"/></td>
|
|
|
37 |
</tr>
|
|
|
38 |
<tr >
|
|
|
39 |
<td >Head Name</td>
|
|
|
40 |
<td ><input name="headName" type="text" class="required" value="$supplier.getHeadName()" size="30"/></td>
|
|
|
41 |
</tr>
|
|
|
42 |
<tr >
|
|
|
43 |
<td >Head Designation</td>
|
|
|
44 |
<td ><input name="headDesignation" type="text" value="$supplier.getHeadDesignation()"/></td>
|
|
|
45 |
</tr>
|
|
|
46 |
<tr >
|
|
|
47 |
<td >Head Email</td>
|
|
|
48 |
<td ><input name="headEmail" type="text" class="email required" value="$supplier.getHeadEmail()" size="30"/></td>
|
|
|
49 |
</tr>
|
|
|
50 |
<tr >
|
|
|
51 |
<td >Contact Person</td>
|
|
|
52 |
<td ><input name="contactName" type="text" class="required" value="$supplier.getContactName()" size="30"/></td>
|
|
|
53 |
</tr>
|
|
|
54 |
<tr >
|
|
|
55 |
<td >Contact Email(; separated email ids)</td>
|
|
|
56 |
<td ><input name="contactEmail" type="text" class="required" value="$supplier.getContactEmail()" size="70"/></td>
|
|
|
57 |
</tr>
|
|
|
58 |
<tr >
|
|
|
59 |
<td >Contact Phone (Max. 12 digits)</td>
|
|
|
60 |
<td ><input name="contactPhone" type="text" class="required digits" value="$supplier.getContactPhone()"/></td>
|
|
|
61 |
</tr>
|
|
|
62 |
<tr >
|
|
|
63 |
<td >Contact Fax (Max. 12 digits)</td>
|
|
|
64 |
<td ><input name="contactFax" type="text" class="required digits" value="$supplier.getContactFax()"/></td>
|
|
|
65 |
</tr>
|
|
|
66 |
<tr >
|
|
|
67 |
<td >Registered Address</td>
|
|
|
68 |
<td ><input name="registeredAddress" type="text" class="required" value="$supplier.getRegisteredAddress()" size="70"/></td>
|
|
|
69 |
</tr>
|
|
|
70 |
<tr >
|
|
|
71 |
<td >Communication Address</td>
|
|
|
72 |
<td ><input name="communicationAddress" type="text" class="required" value="$supplier.getCommunicationAddress()" size="70"/></td>
|
|
|
73 |
</tr>
|
| 10295 |
amar.kumar |
74 |
<tr >
|
|
|
75 |
<td >State</td>
|
| 21873 |
amit.gupta |
76 |
<td ><input name="stateIdVal" type="text" class="required" value="$action.getStateName($supplier.getStateId())" size="70" readonly/></td>
|
| 10295 |
amar.kumar |
77 |
</tr>
|
| 24922 |
amit.gupta |
78 |
<tr >
|
|
|
79 |
<td >Physical(Billing) Warehouse Location</td>
|
|
|
80 |
<td >
|
|
|
81 |
<select name = "billingWarehouseIds" multiple = "multiple" style = "min-height:200px;width:250px;max-height:400px" class="required">
|
|
|
82 |
<option value = "7573" $getDisabled(7573)>DL-NSSPL/Delhi</option>
|
|
|
83 |
<option value = "7678" $getDisabled(7678)>UP-NSSPL/Noida</option>
|
|
|
84 |
<option value = "7681" $getDisabled(7681)>HR-NSSPL/Gurgaon</option>
|
|
|
85 |
</select>
|
|
|
86 |
</td>
|
|
|
87 |
</tr>
|
| 14072 |
manish.sha |
88 |
<tr>
|
|
|
89 |
<td>PO Validity Days Limit</td>
|
|
|
90 |
<td ><input name="poValidityLimit" type="text" class="required digits" value="$supplier.getPoValidityLimit()" /></td>
|
|
|
91 |
</tr>
|
| 23081 |
amit.gupta |
92 |
<tr>
|
|
|
93 |
<td>Terms & Conditions</td>
|
|
|
94 |
<td ><input name="tnc" type="textarea" value="$supplier.getTnc()" /></td>
|
|
|
95 |
</tr>
|
| 5591 |
mandeep.dh |
96 |
<tr>
|
|
|
97 |
<td colspan="2"><input type="submit" value="Update" />
|
|
|
98 |
<input type="hidden" name="id" value="$supplier.getId()"/>
|
|
|
99 |
</td>
|
|
|
100 |
</tr>
|
|
|
101 |
</table>
|
|
|
102 |
</form>
|
|
|
103 |
</body>
|
|
|
104 |
</html>
|