Subversion Repositories SmartDukaan

Rev

Rev 7069 | Rev 7736 | 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">
26
                            <option value="BlueDart" selected>BlueDart</option>
7070 rajveer 27
							<option value="RedExpress" selected>RedExpress</option>
5376 rajveer 28
							<option value="Delhivery" selected>Delhivery</option>
3956 chandransh 29
						</select>
30
					</td>
31
				</tr>
32
				<tr>
33
					<td>Transaction Id:</td>
34
					<td>
35
						<input name="xferTxnId" type="text"/>
36
					</td>
37
				</tr>
38
                <tr>
39
					<td>Transaction Date (dd/MM/YYYY):</td>
40
					<td>
41
						<input name="xferTxnDate" type="text"/>
42
					</td>
43
				</tr>
44
				</tr>
45
				<tr>
46
					<td>Select File:</td>
47
					<td><input type="file" name="codReport"/></td>
48
				</tr>
49
				<tr>
50
					<td>&nbsp;</td>
51
					<td><input type="submit" value="Process Settlement"/></td>
52
				</tr>
53
            </table>
54
		</form>
6322 amar.kumar 55
 
56
		<br />
57
		<br />
58
		<br />
59
		<br />
60
 
61
		<span id = "addPincodeLink" class = "link"> Add Pincode </span>
62
		<br />
63
		<span id = "updatePincodeLink" class = "link"> Update/Disable Pincode </span>
64
 
65
		<div id = 'updatePincode' class = "hidden">
66
			<form id = 'updatePincodeForm'>
67
                <span> Select Provider : </span>
68
				<select id = 'provider' name = 'provider'>
69
                    <option value = '1'>BlueDart</option>
7069 rajveer 70
                    <option value = '6'>RedExpress</option>
6322 amar.kumar 71
					<option value = '3'>Delhivery</option>
72
                </select>
73
				<br>
74
				<span> Enter Pincode : </span>
75
				<input type = 'text' id = 'pincode' name = 'pincode'>
76
				<br>
77
				<span> COD </span>
78
				<input type = 'checkbox' id = 'cod' name = 'cod'>
79
				<span> Prepaid </span>
80
				<input type = 'checkbox' id = 'exp' name = 'exp'>
6664 rajveer 81
				<span> On Time Guarantee </span>
82
				<input type = 'checkbox' id = 'otg' name = 'otg'>
6322 amar.kumar 83
				<br><br>
84
                <button type = "submit">Submit</button>
85
            </form>
86
        </div>
87
 
88
		<div id = 'addPincode' class = "hidden">
89
			<form id = 'addPincodeForm'>
90
                <span> Select Provider : </span>
91
				<select id = 'provider' name = 'provider'>
92
                    <option value = '1'>BlueDart</option>
7069 rajveer 93
                    <option value = '6'>RedExpress</option>
6322 amar.kumar 94
					<option value = '3'>Delhivery</option>
95
                </select>
96
				<br>
97
				<span> Enter Pincode : </span>
98
				<input type = 'text' id = 'pincode' name = 'pincode'>
99
				<br>
100
				<span> Enter Dest Code : </span>
101
				<input type = 'text' id = 'destCode' name = 'destCode'>
102
				<br>
103
				<span> COD </span>
104
				<input type = 'checkbox' id = 'cod' name = 'cod'>
105
				<span> Prepaid </span>
106
				<input type = 'checkbox' id = 'exp' name = 'exp'>
6524 rajveer 107
				<span> On Time Guarantee </span>
108
				<input type = 'checkbox' id = 'otg' name = 'otg'>
6322 amar.kumar 109
				<span> Self Station </span>
110
				<input type = 'checkbox' id = 'stationType' name = 'stationType'>
111
				<br><br>
112
				<button type = "submit">Submit</button>
113
            </form>
114
        </div>
115
 
116
 
3956 chandransh 117
	</body>
118
</html>