# 试算平衡表

{% hint style="info" %}
本帮助文档介绍如何在总账模块内访问、调整视图及导出试算平衡表，查看科目的期初、变动和期末余额。
{% endhint %}

## 1. 进入试算平衡表模块

1. 在项目首页，导航到项目&#x7684;**“总账”**&#x9875;面。
2. &#x5728;**“总账”**&#x9875;面中，找到并点击&#x4FA7;**“试算平衡表”**&#x9009;项。

   <figure><img src="/files/xDc8XuhD7rdNWZg4t6rE" alt=""><figcaption></figcaption></figure>

## 2. 调整试算表视图

1. 选择时间范围。

   <figure><img src="/files/MhYZgtmWaZVbFwNtAlzb" alt="" width="375"><figcaption></figcaption></figure>
2. 试算平衡表展示了各科目在所选时间范围内的期初余额、期间变化额和期末余额。
3. 展开科目查看各科目在所选时间内的记账凭证记录。

   <figure><img src="/files/1Ultm7jsfJMKUT5TPBly" alt=""><figcaption></figcaption></figure>

## 3. 导出试算平衡表

1. 点击页面右侧“导出”按钮，即可导出试算平衡表。包括科目余额概览、科目记账凭证明细表。


---

# Agent Instructions: 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.elven.com/v3/chinese/reports/shi-suan-ping-heng-biao.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.
