Subversion Repositories SmartDukaan

Rev

Rev 5372 | Go to most recent revision | 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>
            <br />
            <label >Reports</label>
            <br />
            #if($action.isPermitted("sales:read"))
            <a href="/inventory/sales-report">Sales</a>
            <br />
            #end
            #if($action.isPermitted("sale-returns:read"))
            <a href="/inventory/sale-returns-report">Sale Returns</a>
            #end
            #if($action.isPermitted("purchase:read"))
            <a href="/inventory/returns-report">Purchase</a>
            #end
            #if($action.isPermitted("purchase-returns:read"))
            <a href="/inventory/returns-report">Purchase</a>
            #end
        </div>
    </body>
</html>