Subversion Repositories SmartDukaan

Rev

Rev 12518 | Rev 14028 | Go to most recent revision | Details | Compare with Previous | 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 />
5372 mandeep.dh 13
            <br />            
5368 mandeep.dh 14
            <label >Reports</label>
15
            <br />
16
            <br />
12518 manish.sha 17
           <!-- #if($action.isPermitted("sale-report:read"))
5372 mandeep.dh 18
            <a href="/inventory/sale-report">Sales Report</a>
19
            <br />
5368 mandeep.dh 20
            #end
5372 mandeep.dh 21
            #if($action.isPermitted("sale-return-report:read"))
22
            <a href="/inventory/sale-return-report">Sale Returns Report</a>
23
            <br />
5368 mandeep.dh 24
            #end
5372 mandeep.dh 25
            #if($action.isPermitted("purchase-report:read"))
26
            <a href="/inventory/purchase-report">Purchases Report</a>
27
            <br />
12518 manish.sha 28
			#end -->
7210 amar.kumar 29
            #if($action.isPermitted("purchase-report:read"))
30
            <a href="/inventory/purchase-report-by-grn-date">Purchases Report By Grn</a>
31
            <br />
12518 manish.sha 32
			#end
12519 manish.sha 33
			#if($action.isPermitted("purchase-return-report:read"))
5372 mandeep.dh 34
            <a href="/inventory/purchase-return-report">Purchase Returns Report</a>
35
            <br />
12519 manish.sha 36
            #end
5368 mandeep.dh 37
        </div>
38
    </body>
39
</html>