Subversion Repositories SmartDukaan

Rev

Rev 4695 | Rev 5110 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4695 Rev 4754
Line 6... Line 6...
6
        </title>
6
        </title>
7
    </head>
7
    </head>
8
    <body>
8
    <body>
9
        <div >
9
        <div >
10
            <h1 >Welcome to Saholic Inventory and Warehouse Management System</h1>
10
            <h1 >Welcome to Saholic Inventory and Warehouse Management System</h1>
-
 
11
            #if($action.isPermitted("po:create"))
-
 
12
            <a href="/inventory/purchase-order/new">Create new PO</a>
11
            <br />
13
            <br />
12
##            <a href="/inventory/raise-po">Create new purchase order</a>
-
 
13
##            <br />
14
            #end
-
 
15
            #if($action.isPermitted("po:amend"))
14
##            <a href="/inventory/purchase-order/new">Create new PO</a>
16
            <a href="/inventory/purchase-order">Amend existing PO</a>
15
            <br />
17
            <br />
-
 
18
            #end
-
 
19
            #if($action.isPermitted("po:receive"))
16
            <a href="/inventory/purchase-order">Receive/Amend purchase orders</a>
20
            <a href="/inventory/purchase-order">Receive unfulfilled PO</a>
17
            <br />
21
            <br />
-
 
22
            #end
-
 
23
            #if($action.isPermitted("inventory:read"))
18
            <a href="/inventory/current-inventory">Current inventory in warehouses</a>
24
            <a href="/inventory/current-inventory">Current inventory in warehouses</a>
-
 
25
            #end
19
        </div>
26
        </div>
20
    </body>
27
    </body>
21
</html>
28
</html>