Rev 4687 | Rev 5378 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Warehouse Management::New Purchase</title></head><body><a href="/inventory">Go to Home page</a><br /><h2>New Purchase</h2><span style="color:red">$action.getErrorMessage()</span><form name="newPurchase" action="/inventory/purchase" method="post"><input type="hidden" name="poId" value="$action.getPurchaseOrderId()"/><table><tr><td>Invoice No:</td><td><input type="text" name="invoiceNo"/></td></tr><tr><td>Freight Charges:</td><td><input type="text" name="freightCharges"/></td></tr><tr><td colspan="2" align="right"><input name="submit" type="submit" value="Start Purchase"/></td></tr></form></body></html>