Subversion Repositories SmartDukaan

Rev

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

Rev 5368 Rev 5372
Line 8... Line 8...
8
    </head>
8
    </head>
9
    <body>
9
    <body>
10
        <div >
10
        <div >
11
            <a href="/inventory">Go to Home page</a>
11
            <a href="/inventory">Go to Home page</a>
12
            <br />
12
            <br />
-
 
13
            <br />            
13
            <label >Reports</label>
14
            <label >Reports</label>
14
            <br />
15
            <br />
-
 
16
            <br />
15
            #if($action.isPermitted("sales:read"))
17
            #if($action.isPermitted("sale-report:read"))
16
            <a href="/inventory/sales-report">Sales</a>
18
            <a href="/inventory/sale-report">Sales Report</a>
17
            <br />
19
            <br />
18
            #end
20
            #end
19
            #if($action.isPermitted("sale-returns:read"))
21
            #if($action.isPermitted("sale-return-report:read"))
20
            <a href="/inventory/sale-returns-report">Sale Returns</a>
22
            <a href="/inventory/sale-return-report">Sale Returns Report</a>
-
 
23
            <br />
21
            #end
24
            #end
22
            #if($action.isPermitted("purchase:read"))
25
            #if($action.isPermitted("purchase-report:read"))
23
            <a href="/inventory/returns-report">Purchase</a>
26
            <a href="/inventory/purchase-report">Purchases Report</a>
-
 
27
            <br />
24
            #end
28
            #end
25
            #if($action.isPermitted("purchase-returns:read"))
29
            #if($action.isPermitted("purchase-return-report:read"))
26
            <a href="/inventory/returns-report">Purchase</a>
30
            <a href="/inventory/purchase-return-report">Purchase Returns Report</a>
-
 
31
            <br />
27
            #end
32
            #end
28
        </div>
33
        </div>
29
    </body>
34
    </body>
30
</html>
35
</html>