Subversion Repositories SmartDukaan

Rev

Rev 5110 | Rev 5437 | 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>
            Inventory and Warehouse Management
        </title>
        <link rel="stylesheet" href="/inventory/css/common.css" type="text/css" />
    </head>
    <body>
        <div class="right">
            <br />
            <a href="/inventory/change-password.html">
                Change Password
            </a>
            <br />
            <a href="/inventory/login!logout">
                Logout
            </a>
        </div>
        <div >
            <h1 >Welcome to Saholic Inventory and Warehouse Management System</h1>
            #if($action.isPermitted("po:create"))
            <a href="/inventory/purchase-order/new">Create new PO</a>
            <br />
            #end
            #if($action.isPermitted("po:amend"))
            <a href="/inventory/purchase-order">Amend existing PO</a>
            <br />
            #end
            #if($action.isPermitted("po:receive"))
            <a href="/inventory/purchase-order">Receive unfulfilled PO</a>
            <br />
            <a href="/inventory/doa-in">DOA items in warehouses</a>
            <br />
            <a href="/inventory/doa-out">DOA items awaiting replacement</a>
            <br />
            #end
            #if($action.isPermitted("inventory:read"))
            <a href="/inventory/current-inventory">Current inventory in warehouses</a>
            <br />
            #end
            #if($action.isPermitted("inventory:ignoreditemmapping:read"))
            <a href="/inventory/ignored-item-mapping">Ignored Vendor Item key mismatches</a>
            #end
        </div>
    </body>
</html>