Subversion Repositories SmartDukaan

Rev

Rev 4754 | Rev 5378 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4754 Rev 5361
Line 1... Line 1...
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
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">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
	<head>
3
	<head>
-
 
4
        <script type="text/javascript" src="js/jquery-1.4.2.js"></script>
-
 
5
        <script type="text/javascript" src="js/jquery.validate.js"></script>        
4
		<title>
6
		<title>
5
			Warehouse Management::New Purchase
7
			Warehouse Management::New Purchase
6
		</title>
8
		</title>
7
	</head>
9
	</head>
8
	<body>
10
	<body>
-
 
11
        <script>
-
 
12
            $(document).ready(function() {
-
 
13
                $("form#newPurchase").validate();
-
 
14
            });
-
 
15
        </script>
9
        <a href="/inventory">Go to Home page</a>
16
        <a href="/inventory">Go to Home page</a>
10
        <br />                
17
        <br />                
11
		<h2>New Purchase</h2>
18
		<h2>New Purchase</h2>
12
		<span style="color:red">
19
		<span style="color:red">
13
			$action.getErrorMessage()
20
			$action.getErrorMessage()
14
		</span>
21
		</span>
15
		<form name="newPurchase" action="/inventory/purchase" method="post">
22
		<form id = "newPurchase" name="newPurchase" action="/inventory/purchase" method="post">
16
			<input type="hidden" name="poId" value="$action.getPurchaseOrderId()"/>
23
			<input type="hidden" name="poId" value="$action.getPurchaseOrderId()"/>
17
			<table>
24
			<table>
18
				<tr>
25
				<tr>
19
					<td>Invoice No:</td>
26
					<td>Invoice No:</td>
20
					<td>
27
					<td>
21
						<input type="text" name="invoiceNo"/>
28
						<input type="text" name="invoiceNo" class="required"/>
22
					</td>
29
					</td>
23
				</tr>
30
				</tr>
24
				<tr>
31
				<tr>
25
					<td>Freight Charges:</td>
32
					<td>Freight Charges:</td>
26
					<td>
33
					<td>