Subversion Repositories SmartDukaan

Rev

Rev 4673 | Go to most recent revision | Details | 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>
5
	</head>
6
	<body>
7
		<h3>Saholic COD Reconciliation</h3>
8
		#set($errorMsg=$action.getErrorMsg())
9
		#if(!$errorMsg.isEmpty())
10
        <div style="color:red">
11
            $errorMsg
12
        </div>
13
		#end
14
		<form name="cod-reconciliation" action="$request.getContextPath()/cod-reconciliation/" method="post" enctype="multipart/form-data">
15
			<table>
16
				<tr>
17
					<td>Transferring Party:</td>
18
					<td>
19
						<select name="xferBy">
20
                            <option value="BlueDart" selected>BlueDart</option>
21
						</select>
22
					</td>
23
				</tr>
24
				<tr>
25
					<td>Transaction Id:</td>
26
					<td>
27
						<input name="xferTxnId" type="text"/>
28
					</td>
29
				</tr>
30
                <tr>
31
					<td>Transaction Date (dd/MM/YYYY):</td>
32
					<td>
33
						<input name="xferTxnDate" type="text"/>
34
					</td>
35
				</tr>
36
				</tr>
37
				<tr>
38
					<td>Select File:</td>
39
					<td><input type="file" name="codReport"/></td>
40
				</tr>
41
				<tr>
42
					<td>&nbsp;</td>
43
					<td><input type="submit" value="Process Settlement"/></td>
44
				</tr>
45
            </table>
46
		</form>
47
	</body>
48
</html>