Subversion Repositories SmartDukaan

Rev

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

Rev 7210 Rev 12518
Line 12... Line 12...
12
            <br />
12
            <br />
13
            <br />            
13
            <br />            
14
            <label >Reports</label>
14
            <label >Reports</label>
15
            <br />
15
            <br />
16
            <br />
16
            <br />
17
            #if($action.isPermitted("sale-report:read"))
17
           <!-- #if($action.isPermitted("sale-report:read"))
18
            <a href="/inventory/sale-report">Sales Report</a>
18
            <a href="/inventory/sale-report">Sales Report</a>
19
            <br />
19
            <br />
20
            #end
20
            #end
21
            #if($action.isPermitted("sale-return-report:read"))
21
            #if($action.isPermitted("sale-return-report:read"))
22
            <a href="/inventory/sale-return-report">Sale Returns Report</a>
22
            <a href="/inventory/sale-return-report">Sale Returns Report</a>
23
            <br />
23
            <br />
24
            #end
24
            #end
25
            #if($action.isPermitted("purchase-report:read"))
25
            #if($action.isPermitted("purchase-report:read"))
26
            <a href="/inventory/purchase-report">Purchases Report</a>
26
            <a href="/inventory/purchase-report">Purchases Report</a>
27
            <br />
27
            <br />
28
			#end
28
			#end -->
29
            #if($action.isPermitted("purchase-report:read"))
29
            #if($action.isPermitted("purchase-report:read"))
30
            <a href="/inventory/purchase-report-by-grn-date">Purchases Report By Grn</a>
30
            <a href="/inventory/purchase-report-by-grn-date">Purchases Report By Grn</a>
31
            <br />
31
            <br />
32
            #end
32
			#end
-
 
33
			<!-- 
33
            #if($action.isPermitted("purchase-return-report:read"))
34
            #if($action.isPermitted("purchase-return-report:read"))
34
            <a href="/inventory/purchase-return-report">Purchase Returns Report</a>
35
            <a href="/inventory/purchase-return-report">Purchase Returns Report</a>
35
            <br />
36
            <br />
36
            #end
37
            #end -->
37
        </div>
38
        </div>
38
    </body>
39
    </body>
39
</html>
40
</html>