Subversion Repositories SmartDukaan

Rev

Rev 14028 | 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>
14031 manish.sha 12
			<!--<form action="/inventory/accounting-reports" method="post">
14028 manish.sha 13
                <span>Report Name</span>
14
                <select name="reportName">
15
 
16
				</select>
14031 manish.sha 17
            </form> -->
5368 mandeep.dh 18
            <br />
5372 mandeep.dh 19
            <br />            
5368 mandeep.dh 20
            <label >Reports</label>
21
            <br />
22
            <br />
14028 manish.sha 23
            #if($action.isPermitted("sale-report:read"))
5372 mandeep.dh 24
            <a href="/inventory/sale-report">Sales Report</a>
25
            <br />
14028 manish.sha 26
			#end
27
			<!-- 
5372 mandeep.dh 28
            #if($action.isPermitted("sale-return-report:read"))
29
            <a href="/inventory/sale-return-report">Sale Returns Report</a>
30
            <br />
5368 mandeep.dh 31
            #end
5372 mandeep.dh 32
            #if($action.isPermitted("purchase-report:read"))
33
            <a href="/inventory/purchase-report">Purchases Report</a>
34
            <br />
12518 manish.sha 35
			#end -->
7210 amar.kumar 36
            #if($action.isPermitted("purchase-report:read"))
37
            <a href="/inventory/purchase-report-by-grn-date">Purchases Report By Grn</a>
38
            <br />
12518 manish.sha 39
			#end
12519 manish.sha 40
			#if($action.isPermitted("purchase-return-report:read"))
5372 mandeep.dh 41
            <a href="/inventory/purchase-return-report">Purchase Returns Report</a>
42
            <br />
12519 manish.sha 43
            #end
5368 mandeep.dh 44
        </div>
45
    </body>
46
</html>