Subversion Repositories SmartDukaan

Rev

Rev 4695 | Rev 5185 | 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>
    </head>
    <body>
        <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 />
            #end
            #if($action.isPermitted("inventory:read"))
            <a href="/inventory/current-inventory">Current inventory in warehouses</a>
            #end
        </div>
    </body>
</html>