Subversion Repositories SmartDukaan

Rev

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