Subversion Repositories SmartDukaan

Rev

Blame | 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>
                        Inventory Stock Reports
                </title>
        </head>
        
        <body>
                <a href="$action.getServletContextPath()/reports">
                Back to Dashboard
        </a>
                <h2 >Inventory Stock Reports</h2>
                <form method="post">
                <ul>
                                This report contains following sheets:
                        <li>Items Deliverable on Next Day</li>
                        <li>Items Not Deliverable on Next Day</li>
                        <li>Out of stock Items</li>
                </ul>
                        <input type="Submit" value="Download"/>
                </form>
        </body>
</html>