%@ Page Title="" Language="C#" MasterPageFile="~/Admin/Account/MasterPage.master" AutoEventWireup="true" CodeFile="TrailBalance.aspx.cs" Inherits="Admin_Account_TrailBalance" %>
| Id |
Account Name |
Credit |
Debit |
Action |
| {{$index+1}} |
{{d.accountName}} |
{{d.credit}} |
{{d.debit}} |
|
|
Total |
{{Apr1(3)}} |
{{Apr2(4)}} |
|
|
Differences(DR.) |
{{Apr2(4)-Apr1(3)}} |
|
|
|
|