Subversion Repositories SmartDukaan

Rev

Rev 4754 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4687 mandeep.dh 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>
5
			Warehouse Management::New Purchase
6
		</title>
7
	</head>
8
	<body>
9
		<h2>New Purchase</h2>
10
		<span style="color:red">
11
			$action.getErrorMessage()
12
		</span>
13
		<form name="newPurchase" action="/inventory/purchase" method="post">
14
			<input type="hidden" name="poId" value="$action.getPurchaseOrderId()"/>
15
			<table>
16
				<tr>
17
					<td>Invoice No:</td>
18
					<td>
19
						<input type="text" name="invoiceNo"/>
20
					</td>
21
				</tr>
22
				<tr>
23
					<td>Freight Charges:</td>
24
					<td>
25
						<input type="text" name="freightCharges"/>
26
					</td>
27
				</tr>
28
				<tr>
29
					<td colspan="2" align="right">
30
						<input name="submit" type="submit" value="Start Purchase"/>
31
					</td>
32
				</tr>
33
		</form>
34
    </body>
35
</html>