Subversion Repositories SmartDukaan

Rev

Rev 7676 | Rev 10689 | 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" />
                <link rel="stylesheet" href="/inventory/css/colorbox.css" type="text/css" />
                <script type="text/javascript" src="/inventory/js/jquery-1.4.2.js"></script>
                <script type="text/javascript" src="/inventory/js/common.js"></script>
                <script type="text/javascript" src="/inventory/js/jquery.colorbox-min.js"></script>
    </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" onclick="selectWarehouseForPOCreation()">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("invoice:read"))
            <a href="/inventory/invoice">Invoices</a>
            <br />
            #end
            #if($action.isPermitted("invoice:receive"))
            <a href="/inventory/invoice/new">Receive new Invoice</a>
            <br />
            #end
            #if($action.isPermitted("po:receive"))
            <a href="/inventory/purchase-order" onclick="selectWarehouseForListingPO()">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>
            <br />
            #end
            #if($action.isPermitted("supplier-inventory:edit"))
            <a href="/inventory/supplier-inventory">Supplier Inventory</a>
            <br />
            #end
            #if($action.isPermitted("accounting-reports:read"))
            <a href="/inventory/accounting-reports">Accounting Reports</a>
            <br />
            #end
            #if($action.isPermitted("supplier:read"))
            <a href="/inventory/supplier">Suppliers</a>
            <br />
            #end
            #if($action.isPermitted("inventory-age:read"))
            <a href="/inventory/inventory-age">Inventory Age report</a>
            <br />
                        #end
                        #if($action.isPermitted("inventory:read"))
                        <a href="/inventory/scan-record">Scan Records for Item</a>
            <br />
                        #end
                        #if($action.isPermitted("inventory:read"))
                        <a class = "link-requiring-warehouse-selection" href="/inventory/inventory-reader!downloadInventory">Saholic Inventory</a>
            <br />
                        #end
                        #if($action.isPermitted("purchase-return:read"))
                        <a href="/inventory/purchase-return">Purchase Return</a>
            <br />
                        #end
                        #if($action.isPermitted("movement-report:read"))
                        <a href="/inventory/movement-report">Movement Report</a>
            <br />
                        #end
                        #if($action.isPermitted("hotspot-indent:create"))
                        <a href="/inventory/hotspot-indent">Create Hotspot Indent</a>
            <br />
                        #end
                        #if($action.isPermitted("transfer-lot:view"))
                        <a href="/inventory/transfer-lot">Transfer-Lot</a>
            <br />
                        #end
                        #if($action.isPermitted("transfer-lot:create"))
                        <a href="/inventory/transfer-lot/new">Create New Transfer-Lot</a>
            <br />
                        #end
                        #if($action.isPermitted("po:receive"))
                        <a href="/inventory/transfer-lot-receive/">Receive Inventory From Amazon</a>
            <br />
                        #end
        </div>
                
                <div id = "warehouse-selector-po-creation" class = "hidden" style = "text-align:center">
                        <form>
                        <input type = "radio" name = "warehouse" value = "7">Mahipalpur</input>
                        <input type = "radio" name = "warehouse" value = "12">Goregaon</input>
                                <input type = "radio" name = "warehouse" value = "13">Biwandi</input>
                                <input type = "radio" name = "warehouse" value = "16">Mum-Amazon</input>
                        </form>
            <input type = "button" onclick = "openPOCreationPage()" value = "Open PO Creation Dashboard"/>
                        <label class = "warehouse-selection-error"></label>
                </div>
                
                <div id = "warehouse-selector-po-recieve" class = "hidden" style = "text-align:center">
                        <form>
                        <input type = "radio" name = "warehouse" value = "7">Mahipalpur</input>
                        <input type = "radio" name = "warehouse" value = "12">Goregaon</input>
                                <input type = "radio" name = "warehouse" value = "13">Biwandi</input>
                                <input type = "radio" name = "warehouse" value = "16">Mum-Amazon</input>
                        </form>
            <input type = "button" onclick = "showOpenPOpage()" value = "Show Open PO(s)"/>
                        <label class = "warehouse-selection-error"></label>
                </div>
    </body>
</html>