You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

93 lines
5.1 KiB

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SubLedgerOld.aspx.cs" Inherits="Swift.web.AccountReportOld.BalanceSheetOld.SubLedgerOld" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head id="Head1" runat="server">
  5. <base id="Base1" runat="server" target="_self" />
  6. <script src="../../js/jQuery/jquery.min.js" type="text/javascript"></script>
  7. <script src="../../js/jQuery/jquery-ui.min.js" type="text/javascript"></script>
  8. <link href="../../js/jQuery/jquery-ui.css" rel="stylesheet" type="text/css" />
  9. <script src="../../js/functions.js" type="text/javascript"> </script>
  10. <script src="../../js/swift_calendar.js" type="text/javascript"></script>
  11. <%-- <link href="../../css/style.css" rel="stylesheet" type="text/css" />--%>
  12. <!--new css and js -->
  13. <link href="../../ui/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
  14. <link href="../../ui/css/waves.min.css" type="text/css" rel="stylesheet" />
  15. <!-- <link rel="stylesheet" href="css/nanoscroller.css">-->
  16. <link href="../../ui/css/menu.css" type="text/css" rel="stylesheet" />
  17. <link href="../../ui/css/style.css" type="text/css" rel="stylesheet" />
  18. <link href="../../ui/font-awesome/css/font-awesome.min.css" rel="stylesheet" />
  19. <script type="text/javascript" src="../../ui/js/jquery.min.js"></script>
  20. <script type="text/javascript" src="../../ui/bootstrap/js/bootstrap.min.js"></script>
  21. <script src="../../ui/js/metisMenu.min.js"></script>
  22. <script src="../../ui/js/jquery-jvectormap-1.2.2.min.js"></script>
  23. <script src="../../ui/js/jquery-jvectormap-world-mill-en.js"></script>
  24. <!-- <script src="js/jquery.nanoscroller.min.js"></script>-->
  25. <script type="text/javascript" src="../../ui/js/custom.js"></script>
  26. <!--page plugins-->
  27. <script src="../../js/Swift_grid.js" type="text/javascript"> </script>
  28. <script src="../../js/jQuery/jquery-ui.min.js" type="text/javascript"></script>
  29. <link href="../../js/jQuery/jquery-ui.css" rel="stylesheet" type="text/css" />
  30. <script src="../../js/functions.js" type="text/javascript"> </script>
  31. <script src="../../js/swift_autocomplete.js" type="text/javascript"></script>
  32. <script src="../../js/swift_calendar.js" type="text/javascript"></script>
  33. <!-- end -->
  34. </head>
  35. <body>
  36. <form id="form1" runat="server">
  37. <div class="page-wrapper">
  38. <div class="row">
  39. <div class="col-sm-12">
  40. <div class="page-title">
  41. <ol class="breadcrumb">
  42. <li><a href="../../Front.aspx" target="mainFrame"><i class="fa fa-home"></i></a></li>
  43. <li><a href="#" onclick="return LoadModule('account')">Account</a></li>
  44. <li><a href="#" onclick="return LoadModule('account_report')">Account Report </a></li>
  45. <li class="active"><a href="SubLedgerOld.aspx?company_id=1&dt=<%= GetDate() %>&mapcode=<%= GetMapCode() %>&head%20=<%=GetHead() %>&treeSape=<%=GetTreeSape() %>">Balance Sheet - OLD</a></li>
  46. </ol>
  47. </div>
  48. </div>
  49. </div>
  50. <%-- <table class="TBLReport" >--%>
  51. <div class="row">
  52. <div class="form-group col-md-10 ">
  53. <div class="table-responsive" align="center">
  54. <table class="table table-striped table-bordered" cellspacing="0">
  55. <tr>
  56. <th nowrap="nowrap">
  57. <strong>SN</strong>
  58. </th>
  59. <th nowrap="nowrap" align="center">
  60. <strong>Sub Group Name </strong>
  61. </th>
  62. <th nowrap="nowrap" align="right">
  63. <strong>DR&nbsp;</strong>
  64. </th>
  65. <th nowrap="nowrap" align="right">
  66. <strong>CR</strong>
  67. </th>
  68. <th nowrap="nowrap" align="right">
  69. <strong>Balance&nbsp;</strong>
  70. </th>
  71. </tr>
  72. <tbody id="rptBody" runat="server">
  73. </tbody>
  74. </table>
  75. </div>
  76. </div>
  77. </div>
  78. <div class="row">
  79. <div class="form-group col-md-10 ">
  80. <div class="table-responsive" align="center">
  81. <table class="table table-striped table-bordered" cellspacing="0">
  82. <br />
  83. <br />
  84. <div id="bottomRptBody" runat="server"></div>
  85. </table>
  86. </div>
  87. </div>
  88. </div>
  89. </div>
  90. </form>
  91. </body>
  92. </html>