Subversion Repositories SmartDukaan

Rev

Rev 32862 | 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">Total Inventory Age report</a>
            <br />
                        #end
                        #if($action.isPermitted("inventory-age:read"))
            <a href="/inventory/inventory-age!downloadSaholicInventoryAge">Saholic Inventory Age report</a>
            <br />
                        #end
                        #if($action.isPermitted("inventory-age:read"))
            <a href="/inventory/inventory-age!downloadAmazonInventoryAge">Third Party 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
                        #if($action.isPermitted("feeds:send"))
                        <a href="/inventory/product-feeds">Product Feeds Submission</a>
                        <br />
                        #end
                        #if($action.isPermitted("order:changewh"))
                        <a class="warehousechangeprocess" href="#">Change Warehouse for Orders</a>
            <div id="warehousechangeprocess" hidden>Orders Warehouse Change Process Have been started</div>
                        <br />
                        #end
                        #if($action.isPermitted("po:pendingPo"))
                        <a class="pendingPoReport" href="#">Pending Purchase Order Report</a>
            <div id="pendingPoReport" hidden>Pending Purchase Order Report Process Have been started</div>
                        <br />
                        #end
                        #if($action.isPermitted("pricedrop:create"))
                        <a class="pendingPoReport" href="/inventory/price-drop">Price Drop</a>
                        <br />
                        #end
        </div>
                
                <div id = "warehouse-selector-po-creation" class = "hidden" style = "text-align:center">
                        <form>
                                <input type = "radio" name = "warehouse" value = "7573">DL-NSSPL/Delhi</input><br>
                                <input type = "radio" name = "warehouse" value = "7720">DL-NSSPL/Delhi-HR</input><br>
                                <input type = "radio" name = "warehouse" value = "9514">DL-NSSPL/Delhi-Noida</input><br>
                                <input type = "radio" name = "warehouse" value = "9213">DL-NSSPL/Delhi-UK</input><br>
                                <input type = "radio" name = "warehouse" value = "10010">DL-NSSPL/Delhi-PB</input><br>
                                <input type = "radio" name = "warehouse" value = "8468">UP-NSSPL/Lucknow</input><br>
                                <input type = "radio" name = "warehouse" value = "9349">UP-NSSPL/Sahranpur</input><br>
                                <input type = "radio" name = "warehouse" value = "9513">UP-NSSPL/Bareilly</input>
                                <input type = "radio" name = "warehouse" value = "7678">UP-NSSPL/Noida</input><br>
                                <input type = "radio" name = "warehouse" value = "7681">HR-NSSPL/Gurgaon</input><br>
                                <input type = "radio" name = "warehouse" value = "8889">PB-NSSPL/Ludhiana</input><br>
                                <input type = "radio" name = "warehouse" value = "8947">RJ-NSSPL/Jaipur</input><br>
                                <input type = "radio" name = "warehouse" value = "9203">UK-NSSPL/Dehradun</input><br>
                                <input type = "radio" name = "warehouse" value = "9470">UK-NSSPL/Rudrapur</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 = "7573">DL-NSSPL/Delhi</input><br>
                                <input type = "radio" name = "warehouse" value = "7720">DL-NSSPL/Delhi-HR</input><br>
                                <input type = "radio" name = "warehouse" value = "9514">DL-NSSPL/Delhi-Noida</input><br>
                                <input type = "radio" name = "warehouse" value = "9213">DL-NSSPL/Delhi-UK</input><br>
                                <input type = "radio" name = "warehouse" value = "10010">DL-NSSPL/Delhi-PB</input><br>
                                <input type = "radio" name = "warehouse" value = "8468">UP-NSSPL/LCK</input><br>
                                <input type = "radio" name = "warehouse" value = "9349">UP-NSSPL/Saharanpur</input><br>
                                <input type = "radio" name = "warehouse" value = "9513">UP-NSSPL/Bareilly</input><br>
                                <input type = "radio" name = "warehouse" value = "7678">UP-NSSPL/Noida</input><br>
                                <input type = "radio" name = "warehouse" value = "7681">HR-NSSPL/Gurgaon</input><br>
                                <input type = "radio" name = "warehouse" value = "8889">PB-NSSPL/Ludhiana</input><br>
                                <input type = "radio" name = "warehouse" value = "8947">RJ-NSSPL/Jaipur</input><br>
                                <input type = "radio" name = "warehouse" value = "9203">UK-NSSPL/Dehradun</input><br>
                                <input type = "radio" name = "warehouse" value = "9470">UK-NSSPL/Rudrapur</input>

                        </form>
            <input type = "button" onclick = "showOpenPOpage()" value = "Show Open PO(s)"/>
                        <label class = "warehouse-selection-error"></label>
                </div>
    </body>
</html>