Subversion Repositories SmartDukaan

Rev

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