| 32349 |
amit.gupta |
1 |
<section class="wrapper">
|
|
|
2 |
<div class="row">
|
|
|
3 |
<div class="col-lg-12">
|
|
|
4 |
<h3 class="page-header">
|
|
|
5 |
<i class="icon_document_alt"></i>Seller
|
|
|
6 |
</h3>
|
|
|
7 |
<ol class="breadcrumb">
|
|
|
8 |
<li><i class="fa fa-home"></i><a
|
|
|
9 |
href="${rc.contextPath}/dashboard">Home</a></li>
|
|
|
10 |
<li><i class="icon_document_alt"></i>Supplier Form</li>
|
|
|
11 |
</ol>
|
|
|
12 |
</div>
|
|
|
13 |
</div>
|
|
|
14 |
<form id="new-supplier-create-form">
|
|
|
15 |
<div class="form-row">
|
|
|
16 |
<div class="form-group col-md-6">
|
|
|
17 |
<label for="name">Name</label>
|
|
|
18 |
<input type="text" class="form-control" id="name" name="inputName" placeholder="Name">
|
|
|
19 |
</div>
|
| 28494 |
tejbeer |
20 |
|
| 32349 |
amit.gupta |
21 |
<div class="form-group col-md-6">
|
|
|
22 |
<label for="phone">Phone</label>
|
|
|
23 |
<input type="number" class="form-control" id="phone" name="inputPhone" placeholder="Phone">
|
|
|
24 |
</div>
|
|
|
25 |
|
|
|
26 |
<div class="form-group col-md-6">
|
|
|
27 |
<label for="gst">GSTIN</label>
|
|
|
28 |
<input type="text" class="form-control" id="gst" name="inputGst" placeholder="GST">
|
|
|
29 |
</div>
|
|
|
30 |
<div class="form-group col-md-6">
|
|
|
31 |
<label for="panNumber">PAN</label>
|
|
|
32 |
<input type="text" class="form-control" id="panNumber" name="inputPan" placeholder="pan">
|
|
|
33 |
</div>
|
|
|
34 |
<div class="form-group col-md-6">
|
|
|
35 |
<label for="Fax">Fax</label>
|
|
|
36 |
<input type="text" class="form-control" id="Fax" name="inputFax" placeholder="Fax">
|
|
|
37 |
</div>
|
|
|
38 |
<div class="form-group col-md-6">
|
|
|
39 |
<label for="headName">Head Name</label>
|
|
|
40 |
<input type="text" class="form-control" id="headName" name="inputHeadName" placeholder="Head Name">
|
|
|
41 |
</div>
|
|
|
42 |
|
|
|
43 |
<div class="form-group col-md-6">
|
|
|
44 |
<label for="headDesig">Head Designation</label>
|
|
|
45 |
<input type="text" class="form-control" id="headDesig" name="inputHeadDesig"
|
|
|
46 |
placeholder="Head Designation">
|
|
|
47 |
</div>
|
|
|
48 |
<div class="form-group col-md-6">
|
|
|
49 |
<label for="headEmail">Head Email</label>
|
|
|
50 |
<input type="email" class="form-control" id="headEmail" name="inputHeadEmail" placeholder="Head Email">
|
|
|
51 |
</div>
|
|
|
52 |
<div class="form-group col-md-6">
|
|
|
53 |
<label for="contactPerson">Contact Person</label>
|
|
|
54 |
<input type="text" class="form-control" id="contactPerson" name="inputContactPerson"
|
|
|
55 |
placeholder="Contact Person">
|
| 32565 |
tejbeer |
56 |
</div>
|
| 32349 |
amit.gupta |
57 |
<div class="form-group col-md-6">
|
| 32565 |
tejbeer |
58 |
<label for="contactPhone">Contact Phone</label>
|
|
|
59 |
<input type="number" class="form-control" id="contactPhone" name="inputContactPhone"
|
|
|
60 |
placeholder="Contact Phone" >
|
|
|
61 |
</div>
|
|
|
62 |
|
|
|
63 |
<div class="form-group col-md-6">
|
| 32349 |
amit.gupta |
64 |
<label for="contactEmail">Contact Email</label>
|
|
|
65 |
<input type="email" class="form-control" id="contactEmail" name="inputContactEmail"
|
|
|
66 |
placeholder="Contact Email">
|
|
|
67 |
</div>
|
|
|
68 |
<div class="form-group col-md-6">
|
| 32565 |
tejbeer |
69 |
<label for="document">Document</label>
|
|
|
70 |
<input type="file" id="document" name="inputDocument">
|
|
|
71 |
|
|
|
72 |
</div>
|
|
|
73 |
<div class="form-group col-md-6">
|
| 32349 |
amit.gupta |
74 |
<label for="contactFax">Contact Fax</label>
|
|
|
75 |
<input type="text" class="form-control" id="contactFax" name="inputContactFax"
|
|
|
76 |
placeholder="Contact Fax">
|
|
|
77 |
</div>
|
|
|
78 |
|
|
|
79 |
<div class="form-group col-md-6">
|
|
|
80 |
<label for="registeredAddress">Registered Address</label>
|
|
|
81 |
<input type="text" class="form-control" id="registeredAddress" name="inputRegisteredAddress"
|
|
|
82 |
placeholder="Registered Address">
|
|
|
83 |
</div>
|
|
|
84 |
<div class="form-group col-md-6">
|
|
|
85 |
<label for="communicationAddress">Communication Address</label>
|
|
|
86 |
<input type="text" class="form-control" id="communicationAddress" name="inputCommunicationAddress"
|
|
|
87 |
placeholder="Communication Address">
|
|
|
88 |
</div>
|
|
|
89 |
<div class="form-group col-md-6">
|
|
|
90 |
<label for="terms&Conditions">Terms & Conditions</label>
|
|
|
91 |
<input type="text" class="form-control" id="terms&Conditions" name="inputTermConditions"
|
|
|
92 |
placeholder="Terms & Conditions">
|
|
|
93 |
</div>
|
| 32565 |
tejbeer |
94 |
<div class="form-group col-md-6">
|
|
|
95 |
#if($warehouseCheckboxMap.get($wh.getId()).isWarehouse())
|
| 32349 |
amit.gupta |
96 |
|
| 32565 |
tejbeer |
97 |
<input type="checkbox" id="warehouseCheckbox" name="warehouseCheckbox" value="" checked>
|
|
|
98 |
<label for="warehouseCheckbox">Internal Warehouse</label><br>
|
| 32349 |
amit.gupta |
99 |
|
| 32565 |
tejbeer |
100 |
#else
|
|
|
101 |
<input type="checkbox" id="warehouseCheckbox" name="warehouseCheckbox" value="">
|
|
|
102 |
<label for="warehouseCheckbox">Internal Warehouse</label><br>
|
|
|
103 |
|
|
|
104 |
#end
|
|
|
105 |
|
|
|
106 |
|
|
|
107 |
|
|
|
108 |
</div>
|
| 32349 |
amit.gupta |
109 |
<div class="form-group col-md-6">
|
| 32565 |
tejbeer |
110 |
<label for="warehouse">Warehouse Name</label>
|
|
|
111 |
<select disabled class="form-control input-sm" id="warehouseId" name="warehouseId" placeholder="Warehouse Name">
|
|
|
112 |
|
|
|
113 |
<option value="" disabled selected>Warehouse Name</option>
|
|
|
114 |
#foreach($warehouseEntry in $warehouseMap.entrySet())
|
|
|
115 |
<option value="$warehouseEntry.getKey()">$warehouseEntry.getValue()</option>
|
|
|
116 |
#end
|
|
|
117 |
</select>
|
|
|
118 |
</div>
|
|
|
119 |
|
|
|
120 |
|
|
|
121 |
<div class="form-group col-md-6">
|
| 32349 |
amit.gupta |
122 |
<label for="warehouseLocation">Warehouse Location</label>
|
|
|
123 |
<select class="chosen-select" id="warehouseLocation" name="inputWarehouseLocation"
|
|
|
124 |
data-placeholder="Warehouse Location" multiple style="width:500px;" tabindex="4">
|
|
|
125 |
#foreach($warehouseIdAndState in $warehouseIdAndState.entrySet())
|
|
|
126 |
<option value="$warehouseIdAndState.getKey()">$warehouseIdAndState.getValue().getPrefix()
|
|
|
127 |
($warehouseIdAndState.getValue().getStateName())
|
|
|
128 |
</option>
|
|
|
129 |
#end
|
|
|
130 |
</select>
|
|
|
131 |
</div>
|
|
|
132 |
|
|
|
133 |
<div class="form-group col-md-6">
|
|
|
134 |
<label for="state">State</label>
|
|
|
135 |
<select class="form-control input-sm" id="stateId" name="stateId" placeholder="State"
|
| 32565 |
tejbeer |
136 |
>
|
| 32349 |
amit.gupta |
137 |
<option value="" disabled selected>State</option>
|
|
|
138 |
#foreach($stateName in $state)
|
|
|
139 |
<option value="$stateName.getId()">$stateName.getName()</option>
|
|
|
140 |
#end
|
|
|
141 |
</select>
|
|
|
142 |
</div>
|
|
|
143 |
|
|
|
144 |
<div class="form-group col-md-6">
|
|
|
145 |
<label for="pOValidityLimit">PO Validity Days Limit</label>
|
|
|
146 |
<input type="number" class="form-control" id="pOValidityLimit" name="inputPOValidityLimit"
|
|
|
147 |
placeholder="PO Validity Days Limit">
|
|
|
148 |
</div>
|
|
|
149 |
|
|
|
150 |
<div class="form-group col-md-6">
|
|
|
151 |
<button type="button" class="btn btn-primary create-supplier-submit" style="margin: 20px;">Submit
|
|
|
152 |
</button>
|
|
|
153 |
|
|
|
154 |
</div>
|
|
|
155 |
</div>
|
|
|
156 |
</form>
|
|
|
157 |
</section>
|
|
|
158 |
|
|
|
159 |
<script>
|
|
|
160 |
|
|
|
161 |
$(document).ready(function () {
|
|
|
162 |
$('.chosen-select').chosen({
|
|
|
163 |
search_contains: true
|
|
|
164 |
|
|
|
165 |
});
|
|
|
166 |
});
|
|
|
167 |
|
|
|
168 |
</script>
|
| 28494 |
tejbeer |
169 |
|
|
|
170 |
|
|
|
171 |
|