Subversion Repositories SmartDukaan

Rev

Rev 7070 | Rev 8644 | 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>
7736 manish.sha 64
		<!-- Start:- Added/Modified by Manish Sharma for Multiple Pincode Updation on 05-Jul-2013 -->
65
		<br />
66
		<span id = "multipleUpdatePincodeLink" ><a href="$request.getContextPath()/pincode/"> Multiple Pincode Updation </a></span>
67
		<!-- End:- Added/Modified by Manish Sharma for Multiple Pincode Updation on 05-Jul-2013 -->
6322 amar.kumar 68
 
69
		<div id = 'updatePincode' class = "hidden">
70
			<form id = 'updatePincodeForm'>
71
                <span> Select Provider : </span>
72
				<select id = 'provider' name = 'provider'>
73
                    <option value = '1'>BlueDart</option>
7069 rajveer 74
                    <option value = '6'>RedExpress</option>
6322 amar.kumar 75
					<option value = '3'>Delhivery</option>
76
                </select>
77
				<br>
78
				<span> Enter Pincode : </span>
79
				<input type = 'text' id = 'pincode' name = 'pincode'>
80
				<br>
81
				<span> COD </span>
82
				<input type = 'checkbox' id = 'cod' name = 'cod'>
83
				<span> Prepaid </span>
84
				<input type = 'checkbox' id = 'exp' name = 'exp'>
6664 rajveer 85
				<span> On Time Guarantee </span>
86
				<input type = 'checkbox' id = 'otg' name = 'otg'>
6322 amar.kumar 87
				<br><br>
88
                <button type = "submit">Submit</button>
89
            </form>
90
        </div>
91
 
92
		<div id = 'addPincode' class = "hidden">
93
			<form id = 'addPincodeForm'>
94
                <span> Select Provider : </span>
95
				<select id = 'provider' name = 'provider'>
96
                    <option value = '1'>BlueDart</option>
7069 rajveer 97
                    <option value = '6'>RedExpress</option>
6322 amar.kumar 98
					<option value = '3'>Delhivery</option>
99
                </select>
100
				<br>
101
				<span> Enter Pincode : </span>
102
				<input type = 'text' id = 'pincode' name = 'pincode'>
103
				<br>
104
				<span> Enter Dest Code : </span>
105
				<input type = 'text' id = 'destCode' name = 'destCode'>
106
				<br>
107
				<span> COD </span>
108
				<input type = 'checkbox' id = 'cod' name = 'cod'>
109
				<span> Prepaid </span>
110
				<input type = 'checkbox' id = 'exp' name = 'exp'>
6524 rajveer 111
				<span> On Time Guarantee </span>
112
				<input type = 'checkbox' id = 'otg' name = 'otg'>
6322 amar.kumar 113
				<span> Self Station </span>
114
				<input type = 'checkbox' id = 'stationType' name = 'stationType'>
115
				<br><br>
116
				<button type = "submit">Submit</button>
117
            </form>
118
        </div>
119
 
120
 
3956 chandransh 121
	</body>
122
</html>