Commit 3a27484b authored by prumde's avatar prumde

Added executeSalesTrends jsp

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@210615 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 68b30d87
<html>
<body>
<h3>Sales Trends Data</h3>
<form method="POST" action="executeSaleTrends.jsp">
Employee Code : <br/>
<input type="text" name="empCode" id="empCode"/><br/><br/>
Site Code : <br/>
<input type="text" name="siteCode" id="siteCode"/><br/><br/>
Month : <br/>
<input type="text" placeholder="MM/YYYY" name="month" id="month"/><br/><br/>
<button type="submit">View Data</button>
</form>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment