Subversion Repositories SmartDukaan

Rev

Rev 4695 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4687 mandeep.dh 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
    <head>
4
        <title>
5
            Inventory and Warehouse Management
6
        </title>
7
    </head>
8
    <body>
9
        <div >
10
            <h1 >Welcome to Saholic Inventory and Warehouse Management System</h1>
11
            <br />
12
            <a href="/inventory/raise-po">Create new purchase order</a>
13
##            <br />
14
##            <a href="/inventory/purchase-order/new">Create new PO</a>
15
            <br />
16
            <a href="/inventory/purchase-order">Receive/Amend purchase orders</a>
17
            <br />
18
            <a href="/inventory/current-inventory">Current inventory in warehouses</a>
19
        </div>
20
    </body>
21
</html>