Subversion Repositories SmartDukaan

Rev

Rev 14028 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>
            Accounting Reports
        </title>
        <link rel="stylesheet" href="/inventory/css/common.css" type="text/css" />
    </head>
    <body>
        <div >
            <a href="/inventory">Go to Home page</a>
                        <!--<form action="/inventory/accounting-reports" method="post">
                <span>Report Name</span>
                <select name="reportName">
                                        
                                </select>
            </form> -->
            <br />
            <br />            
            <label >Reports</label>
            <br />
            <br />
            #if($action.isPermitted("sale-report:read"))
            <a href="/inventory/sale-report">Sales Report</a>
            <br />
                        #end
                        <!-- 
            #if($action.isPermitted("sale-return-report:read"))
            <a href="/inventory/sale-return-report">Sale Returns Report</a>
            <br />
            #end
            #if($action.isPermitted("purchase-report:read"))
            <a href="/inventory/purchase-report">Purchases Report</a>
            <br />
                        #end -->
            #if($action.isPermitted("purchase-report:read"))
            <a href="/inventory/purchase-report-by-grn-date">Purchases Report By Grn</a>
            <br />
                        #end
                        #if($action.isPermitted("purchase-return-report:read"))
            <a href="/inventory/purchase-return-report">Purchase Returns Report</a>
            <br />
            #end
        </div>
    </body>
</html>