Subversion Repositories SmartDukaan

Rev

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

Rev 4754 Rev 5110
Line 2... Line 2...
2
<html xmlns="http://www.w3.org/1999/xhtml">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
    <head>
3
    <head>
4
        <title>
4
        <title>
5
            Inventory and Warehouse Management
5
            Inventory and Warehouse Management
6
        </title>
6
        </title>
-
 
7
        <link rel="stylesheet" href="/inventory/css/common.css" type="text/css" />
7
    </head>
8
    </head>
8
    <body>
9
    <body>
-
 
10
        <div class="right">
-
 
11
            <br />
-
 
12
            <a href="/inventory/change-password.html">
-
 
13
                Change Password
-
 
14
            </a>
-
 
15
            <br />
-
 
16
            <a href="/inventory/login!logout">
-
 
17
                Logout
-
 
18
            </a>
-
 
19
        </div>
9
        <div >
20
        <div >
10
            <h1 >Welcome to Saholic Inventory and Warehouse Management System</h1>
21
            <h1 >Welcome to Saholic Inventory and Warehouse Management System</h1>
11
            #if($action.isPermitted("po:create"))
22
            #if($action.isPermitted("po:create"))
12
            <a href="/inventory/purchase-order/new">Create new PO</a>
23
            <a href="/inventory/purchase-order/new">Create new PO</a>
13
            <br />
24
            <br />
Line 20... Line 31...
20
            <a href="/inventory/purchase-order">Receive unfulfilled PO</a>
31
            <a href="/inventory/purchase-order">Receive unfulfilled PO</a>
21
            <br />
32
            <br />
22
            #end
33
            #end
23
            #if($action.isPermitted("inventory:read"))
34
            #if($action.isPermitted("inventory:read"))
24
            <a href="/inventory/current-inventory">Current inventory in warehouses</a>
35
            <a href="/inventory/current-inventory">Current inventory in warehouses</a>
-
 
36
            <br />
-
 
37
            #end
-
 
38
            #if($action.isPermitted("inventory:ignoreditemmapping:read"))
-
 
39
            <a href="/inventory/ignored-item-mapping">Ignored Vendor Item key mismatches</a>
25
            #end
40
            #end
26
        </div>
41
        </div>
27
    </body>
42
    </body>
28
</html>
43
</html>