Subversion Repositories SmartDukaan

Rev

Rev 8644 | Rev 22984 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3956 chandransh 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
		<title>Saholic COD Reconciliation</title>
6322 amar.kumar 5
 
6
		<link type = "text/css" href = "css/pincode.css" rel = "stylesheet"/>
7
		<link type = "text/css" href = "css/colorbox.css" rel = "stylesheet"/>
8
		<script type="text/javascript" src="js/jquery-1.4.2.js"></script>
9
		<script type="text/javascript" src="js/jquery.colorbox-min.js"></script>
10
        <script type = "text/javascript" src = "js/pincode.js"></script>
3956 chandransh 11
	</head>
12
	<body>
13
		<h3>Saholic COD Reconciliation</h3>
14
		#set($errorMsg=$action.getErrorMsg())
15
		#if(!$errorMsg.isEmpty())
16
        <div style="color:red">
17
            $errorMsg
18
        </div>
19
		#end
20
		<form name="cod-reconciliation" action="$request.getContextPath()/cod-reconciliation/" method="post" enctype="multipart/form-data">
21
			<table>
22
				<tr>
23
					<td>Transferring Party:</td>
24
					<td>
25
						<select name="xferBy">
20717 amit.gupta 26
                            <option value="BlueDart" >BlueDart</option>
27
                            <option value="Aramex" selected>Aramex</option>
28
							<option value="RedExpress">RedExpress</option>
29
							<option value="Delhivery">Delhivery</option>
30
							<option value="Fedex">Fedex</option>
3956 chandransh 31
						</select>
32
					</td>
33
				</tr>
34
				<tr>
35
					<td>Transaction Id:</td>
36
					<td>
37
						<input name="xferTxnId" type="text"/>
38
					</td>
39
				</tr>
40
                <tr>
41
					<td>Transaction Date (dd/MM/YYYY):</td>
42
					<td>
43
						<input name="xferTxnDate" type="text"/>
44
					</td>
45
				</tr>
46
				</tr>
47
				<tr>
48
					<td>Select File:</td>
49
					<td><input type="file" name="codReport"/></td>
50
				</tr>
51
				<tr>
52
					<td>&nbsp;</td>
53
					<td><input type="submit" value="Process Settlement"/></td>
54
				</tr>
55
            </table>
56
		</form>
6322 amar.kumar 57
 
58
		<br />
59
		<br />
60
		<br />
61
		<br />
62
 
63
		<span id = "addPincodeLink" class = "link"> Add Pincode </span>
64
		<br />
65
		<span id = "updatePincodeLink" class = "link"> Update/Disable Pincode </span>
7736 manish.sha 66
		<!-- Start:- Added/Modified by Manish Sharma for Multiple Pincode Updation on 05-Jul-2013 -->
67
		<br />
68
		<span id = "multipleUpdatePincodeLink" ><a href="$request.getContextPath()/pincode/"> Multiple Pincode Updation </a></span>
69
		<!-- End:- Added/Modified by Manish Sharma for Multiple Pincode Updation on 05-Jul-2013 -->
6322 amar.kumar 70
 
71
		<div id = 'updatePincode' class = "hidden">
72
			<form id = 'updatePincodeForm'>
73
                <span> Select Provider : </span>
74
				<select id = 'provider' name = 'provider'>
75
                    <option value = '1'>BlueDart</option>
7069 rajveer 76
                    <option value = '6'>RedExpress</option>
6322 amar.kumar 77
					<option value = '3'>Delhivery</option>
8644 rajveer 78
					<option value = '7'>Fedex</option>
6322 amar.kumar 79
                </select>
80
				<br>
81
				<span> Enter Pincode : </span>
82
				<input type = 'text' id = 'pincode' name = 'pincode'>
83
				<br>
84
				<span> COD </span>
85
				<input type = 'checkbox' id = 'cod' name = 'cod'>
86
				<span> Prepaid </span>
87
				<input type = 'checkbox' id = 'exp' name = 'exp'>
6664 rajveer 88
				<span> On Time Guarantee </span>
89
				<input type = 'checkbox' id = 'otg' name = 'otg'>
6322 amar.kumar 90
				<br><br>
91
                <button type = "submit">Submit</button>
92
            </form>
93
        </div>
94
 
95
		<div id = 'addPincode' class = "hidden">
96
			<form id = 'addPincodeForm'>
97
                <span> Select Provider : </span>
98
				<select id = 'provider' name = 'provider'>
99
                    <option value = '1'>BlueDart</option>
7069 rajveer 100
                    <option value = '6'>RedExpress</option>
6322 amar.kumar 101
					<option value = '3'>Delhivery</option>
102
                </select>
103
				<br>
104
				<span> Enter Pincode : </span>
105
				<input type = 'text' id = 'pincode' name = 'pincode'>
106
				<br>
107
				<span> Enter Dest Code : </span>
108
				<input type = 'text' id = 'destCode' name = 'destCode'>
109
				<br>
110
				<span> COD </span>
111
				<input type = 'checkbox' id = 'cod' name = 'cod'>
112
				<span> Prepaid </span>
113
				<input type = 'checkbox' id = 'exp' name = 'exp'>
6524 rajveer 114
				<span> On Time Guarantee </span>
115
				<input type = 'checkbox' id = 'otg' name = 'otg'>
6322 amar.kumar 116
				<span> Self Station </span>
117
				<input type = 'checkbox' id = 'stationType' name = 'stationType'>
118
				<br><br>
119
				<button type = "submit">Submit</button>
120
            </form>
121
        </div>
122
 
123
 
3956 chandransh 124
	</body>
125
</html>