Subversion Repositories SmartDukaan

Rev

Rev 4687 | Rev 5361 | Go to most recent revision | Details | Compare with Previous | 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>
4754 mandeep.dh 9
        <a href="/inventory">Go to Home page</a>
10
        <br />                
4687 mandeep.dh 11
		<h2>New Purchase</h2>
12
		<span style="color:red">
13
			$action.getErrorMessage()
14
		</span>
15
		<form name="newPurchase" action="/inventory/purchase" method="post">
16
			<input type="hidden" name="poId" value="$action.getPurchaseOrderId()"/>
17
			<table>
18
				<tr>
19
					<td>Invoice No:</td>
20
					<td>
21
						<input type="text" name="invoiceNo"/>
22
					</td>
23
				</tr>
24
				<tr>
25
					<td>Freight Charges:</td>
26
					<td>
27
						<input type="text" name="freightCharges"/>
28
					</td>
29
				</tr>
30
				<tr>
31
					<td colspan="2" align="right">
32
						<input name="submit" type="submit" value="Start Purchase"/>
33
					</td>
34
				</tr>
35
		</form>
36
    </body>
37
</html>