| 4207 |
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>
|
|
|
4 |
<link rel="stylesheet" href="/Support/css/bulk-order.css" type="text/css" />
|
|
|
5 |
<title>
|
|
|
6 |
Create new bulk order
|
|
|
7 |
</title>
|
|
|
8 |
</head>
|
|
|
9 |
<body>
|
| 4208 |
mandeep.dh |
10 |
<div >
|
|
|
11 |
<a href="/Support/bulk-order">Go to all bulk orders</a>
|
|
|
12 |
</div>
|
|
|
13 |
|
| 4207 |
mandeep.dh |
14 |
<h2 >Create new bulk order</h2>
|
|
|
15 |
<div id="error"></div>
|
|
|
16 |
<form id="bulk-order">
|
|
|
17 |
<table id="add-bulk-order-items">
|
|
|
18 |
<tr >
|
|
|
19 |
<td >Customer Email Id: </td>
|
| 22452 |
amit.gupta |
20 |
<td ><input type="text" name="customerEmailId" readonly class="required email" value="${action.getCustomerEmailId()}"/> </td>
|
| 4207 |
mandeep.dh |
21 |
</tr>
|
| 22452 |
amit.gupta |
22 |
<tr>
|
|
|
23 |
<td>Wallet Amount<input style="display:none" checked type="checkbox" name="walletUsed" id="walletFlag"/></td>
|
|
|
24 |
<td ><input readonly type="text" name="walletUsed" value="${action.getWalletAmount()}"/> </td>
|
| 4207 |
mandeep.dh |
25 |
</tr>
|
| 22452 |
amit.gupta |
26 |
<tr class="rtgsgroup" style="display:none">
|
|
|
27 |
<td>RTGS Id: </td>
|
|
|
28 |
<td ><input type="text" name="rtgsId" class="required digits" disabled/> </td>
|
|
|
29 |
</tr>
|
|
|
30 |
<tr class="rtgsgroup" style="display:none">
|
| 4207 |
mandeep.dh |
31 |
<td >RTGS Bank: </td>
|
| 22452 |
amit.gupta |
32 |
<td ><input type="text" name="rtgsBank" class="required" disabled/> </td>
|
| 4207 |
mandeep.dh |
33 |
</tr>
|
| 22452 |
amit.gupta |
34 |
<tr class="rtgsgroup" style="display:none">
|
| 4207 |
mandeep.dh |
35 |
<td >RTGS Branch: </td>
|
| 22452 |
amit.gupta |
36 |
<td ><input type="text" name="rtgsBranch" class="required" disabled/> </td>
|
| 4207 |
mandeep.dh |
37 |
</tr>
|
| 22452 |
amit.gupta |
38 |
<tr class="rtgsgroup" style="display:none">
|
| 4207 |
mandeep.dh |
39 |
<td >IFSC Code: </td>
|
| 22452 |
amit.gupta |
40 |
<td ><input type="text" name="ifscCode" class="required" disabled/> </td>
|
| 4207 |
mandeep.dh |
41 |
</tr>
|
|
|
42 |
<tr >
|
| 5527 |
anupam.sin |
43 |
<td >Pickup: </td>
|
|
|
44 |
<td>
|
|
|
45 |
<select name="pickUp" >
|
|
|
46 |
<option value="SELF" selected="selected">SELF</option>
|
| 24074 |
amit.gupta |
47 |
<!--<option value="RUNNER">RUNNER</option>-->
|
|
|
48 |
<!--<option value="COURIER">COURIER</option>-->
|
| 5527 |
anupam.sin |
49 |
</select>
|
|
|
50 |
</td>
|
|
|
51 |
</tr>
|
|
|
52 |
<tr>
|
|
|
53 |
<td>Order Type: </td>
|
|
|
54 |
<td>
|
|
|
55 |
<select id="orderType" name="orderType" >
|
|
|
56 |
<option value="B2B" selected="selected">B2B</option>
|
|
|
57 |
</select>
|
|
|
58 |
</td>
|
|
|
59 |
</tr>
|
| 22452 |
amit.gupta |
60 |
<!--<tr id="tin">
|
| 5527 |
anupam.sin |
61 |
<td>TIN No:</td>
|
|
|
62 |
<td><input type="text" name="tinNumber" /></td>
|
| 22452 |
amit.gupta |
63 |
</tr>-->
|
|
|
64 |
<!--<tr id="tin">
|
|
|
65 |
<td>GST No:</td>
|
|
|
66 |
<td><input type="text" name="gstNumber" /></td>
|
|
|
67 |
</tr>-->
|
| 12653 |
manish.sha |
68 |
<tr id ="poRef">
|
|
|
69 |
<td>PO Ref Number:</td>
|
|
|
70 |
<td><input type="text" name="poRefNumber" /></td>
|
|
|
71 |
</tr>
|
| 5387 |
rajveer |
72 |
<tr >
|
| 4207 |
mandeep.dh |
73 |
<td >Amount: </td>
|
|
|
74 |
<td ><input id="bulk-order-total-amount" type="text" readonly name="amount" value="0"/></td>
|
|
|
75 |
</tr>
|
| 8925 |
amar.kumar |
76 |
<tr>
|
|
|
77 |
<td>Product Type: </td>
|
|
|
78 |
<td>
|
|
|
79 |
<select name="productCondition" >
|
|
|
80 |
<option value="0" selected="selected">Good</option>
|
|
|
81 |
<option value="1">Bad</option>
|
|
|
82 |
</select>
|
|
|
83 |
</td>
|
|
|
84 |
</tr>
|
| 9416 |
amar.kumar |
85 |
<tr>
|
|
|
86 |
<td>Tax Type: </td>
|
|
|
87 |
<td>
|
| 22452 |
amit.gupta |
88 |
GST
|
| 9416 |
amar.kumar |
89 |
</td>
|
|
|
90 |
</tr>
|
| 4207 |
mandeep.dh |
91 |
<tr ></tr>
|
|
|
92 |
<tr ></tr>
|
|
|
93 |
</table>
|
|
|
94 |
<table id="bulk-order-items">
|
|
|
95 |
<thead >
|
|
|
96 |
<tr >
|
|
|
97 |
<th >Item Id</th>
|
|
|
98 |
<th >Model name</th>
|
|
|
99 |
<th >Price</th>
|
|
|
100 |
<th >Quantity</th>
|
|
|
101 |
<th >Amount</th>
|
|
|
102 |
<th >Remove</th>
|
|
|
103 |
</tr>
|
|
|
104 |
</thead>
|
|
|
105 |
<tbody >
|
|
|
106 |
<tr id="sample-item">
|
|
|
107 |
<td ><input type="text" class="required digits" name="item_id" disabled /> </td>
|
|
|
108 |
<td ><div id="model_name" /></td>
|
|
|
109 |
<td ><input type="text" class="required number" name="unit_price" disabled /> </td>
|
|
|
110 |
<td ><input type="text" class="required digits" name="quantity" disabled /> </td>
|
|
|
111 |
<td ><div id="item-amount">0</div></td>
|
|
|
112 |
<td ><a id="remove-item" href="#">delete</a></td>
|
|
|
113 |
</tr>
|
|
|
114 |
</tbody>
|
|
|
115 |
</table>
|
|
|
116 |
<div >
|
|
|
117 |
<input id="add-item" type="button" value="Add New Item"/> <br /> <br />
|
|
|
118 |
<input type="submit" value="Create Bulk Order"/>
|
|
|
119 |
<input id="cancel" type="button" value="Cancel"/>
|
|
|
120 |
</div>
|
|
|
121 |
</form>
|
|
|
122 |
<script type="text/javascript" src="/Support/js/jquery-1.4.2.js"></script>
|
|
|
123 |
<script type="text/javascript" src="/Support/js/jquery.validate.js"></script>
|
|
|
124 |
<script type="text/javascript" src="/Support/js/jquery.dataTables.min.js"></script>
|
|
|
125 |
<script type="text/javascript" src="/Support/js/bulk-order-common.js"></script>
|
|
|
126 |
<script type="text/javascript" src="/Support/js/bulk-order-events.js"></script>
|
|
|
127 |
<script type="text/javascript" charset="utf-8">
|
|
|
128 |
$(function(){
|
|
|
129 |
$('table#bulk-order-items tr#sample-item').hide();
|
|
|
130 |
$("form#bulk-order").validate();
|
|
|
131 |
});
|
|
|
132 |
</script>
|
|
|
133 |
</body>
|
|
|
134 |
</html>
|