Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
5368 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
            Accounting Reports
6
        </title>
7
        <link rel="stylesheet" href="/inventory/css/common.css" type="text/css" />
8
    </head>
9
    <body>
10
        <div >
11
            <a href="/inventory">Go to Home page</a>
12
            <br />
13
            <label >Reports</label>
14
            <br />
15
            #if($action.isPermitted("sales:read"))
16
            <a href="/inventory/sales-report">Sales</a>
17
            <br />
18
            #end
19
            #if($action.isPermitted("sale-returns:read"))
20
            <a href="/inventory/sale-returns-report">Sale Returns</a>
21
            #end
22
            #if($action.isPermitted("purchase:read"))
23
            <a href="/inventory/returns-report">Purchase</a>
24
            #end
25
            #if($action.isPermitted("purchase-returns:read"))
26
            <a href="/inventory/returns-report">Purchase</a>
27
            #end
28
        </div>
29
    </body>
30
</html>