Subversion Repositories SmartDukaan

Rev

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

Rev 12519 Rev 14028
Line 7... Line 7...
7
        <link rel="stylesheet" href="/inventory/css/common.css" type="text/css" />
7
        <link rel="stylesheet" href="/inventory/css/common.css" type="text/css" />
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
			<form action="/inventory/accounting-reports" method="post">
-
 
13
                <span>Report Name</span>
-
 
14
                <select name="reportName">
-
 
15
					
-
 
16
				</select>
-
 
17
            </form>
12
            <br />
18
            <br />
13
            <br />            
19
            <br />            
14
            <label >Reports</label>
20
            <label >Reports</label>
15
            <br />
21
            <br />
16
            <br />
22
            <br />
17
           <!-- #if($action.isPermitted("sale-report:read"))
23
            #if($action.isPermitted("sale-report:read"))
18
            <a href="/inventory/sale-report">Sales Report</a>
24
            <a href="/inventory/sale-report">Sales Report</a>
19
            <br />
25
            <br />
20
            #end
26
			#end
-
 
27
			<!-- 
21
            #if($action.isPermitted("sale-return-report:read"))
28
            #if($action.isPermitted("sale-return-report:read"))
22
            <a href="/inventory/sale-return-report">Sale Returns Report</a>
29
            <a href="/inventory/sale-return-report">Sale Returns Report</a>
23
            <br />
30
            <br />
24
            #end
31
            #end
25
            #if($action.isPermitted("purchase-report:read"))
32
            #if($action.isPermitted("purchase-report:read"))