> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/reports/accounting/unadjusted-trial-balance/unadjusted-trial-balance-fields.md).

# Unadjusted Trial Balance Fields

The Adjustment Trial Balance report displays the debit and credit amounts, excluding the adjustments, of all the accounts in the general ledger.

#### Adjusted Trial Balance Fields

<table><thead><tr><th width="215">Field</th><th>Description</th></tr></thead><tbody><tr><td>Account Type</td><td>This field displays the type of account of the respective accounts, such as Bank, Undeposited Funds, AccountsReceivable, AccountsPayable, etc.</td></tr><tr><td>Accounts</td><td>This field shows the name of the account.</td></tr><tr><td>Debit</td><td>This column shows the total debit balance for the respective account. Debits increase asset or expense accounts and decrease liability, equity, or revenue accounts.</td></tr><tr><td>Credit</td><td>This column displays the total credit balance for the respective account. Credits increase liability, equity, or revenue accounts and decrease asset or expense accounts.</td></tr></tbody></table>

### Unadjusted Trial Balance-Account Details&#x20;

The Unadjusted Trial Balance report allows you to further see the details of the transactions for each bank account. You can click on any of the amount under the "Debit" or "Credit" section to view the detailed breakdown of the transactions and balances for that particular account.

#### Adjusted Trial Balance-Account Details Fields

<table><thead><tr><th width="190">Field</th><th>Description</th></tr></thead><tbody><tr><td>Txn Number</td><td>This field lists the unique identifier assigned to each transaction.</td></tr><tr><td>Type</td><td>This field specifies the type of transaction (Invoice Payment, Journal Entry, Bank Deposit, etc.).</td></tr><tr><td>Date</td><td>This field captures the date of the transaction.</td></tr><tr><td>Account Name</td><td>This field displays the name of the account as recorded in the system.</td></tr><tr><td>Entity Name</td><td>This field specifies the name of the entity (customer or vendor), if applicable, for which the transaction was recorded.</td></tr><tr><td>Ref Number</td><td>This field displays the reference number associated with the transaction. This could include invoice numbers, check numbers, receipt numbers, or any other reference number used to track the transaction.</td></tr><tr><td>Store</td><td>This field displays the store associated with the transaction.</td></tr><tr><td>Amount</td><td>This field shows the amount of the transaction.</td></tr><tr><td>Ending Balance</td><td>This field shows the final balance of the account after the transaction has been recorded. For each transaction, the ending balance is calculated by adding or subtracting the transaction amount from the previous balance.</td></tr></tbody></table>

#### Filtering the Unadjusted Trial Balance-Account Details report

The Unadjusted Trial Balance-Account Details report offers a vital feature that allows users to filter transactions within a specific period.&#x20;

To filter the data, enter a desired date range in the "From" and "To" fields on the right side of the screen. After entering the desired date range, click on "Preview" to display only the transactions that fall within the selected date range.&#x20;

This functionality is particularly useful for financial analysis over specified periods, enabling users to focus on the data that is most relevant to their needs.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.xorosoft.com/xoroerp-1/reports/accounting/unadjusted-trial-balance/unadjusted-trial-balance-fields.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
