Subversion Repositories SmartDukaan

Rev

Rev 5368 | 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>
            Purchase Report
        </title>
        <link rel="stylesheet" href="/inventory/css/common.css" type="text/css" />
    </head>
    <body>
        <div >
            <a href="/inventory">Go to Home page</a>
            <br />
                <label >Purchase Report</label>
            <br />
                <form action="/inventory/purchase-report" method="post">
                    <table >
                        <tr >
                            <td class="bold">PO Creation Start Date(DD-MM-YYYY)</td>
                            <td ><input type="text" name="startDate" value=""/></td>
                        </tr>
                        <tr >
                            <td class="bold">PO Creation End Date(DD-MM-YYYY)</td>
                            <td ><input type="text" name="endDate" value=""/></td>
                        </tr>
                        <tr >
                            <td colspan="2"><input type="submit" value="Download"/></td>
                        </tr>
                    </table>
                </form>
        </div>
    </body>
</html>