# 配置会计科目

{% hint style="info" %}
本帮助文档介绍了如何在会计科目管理模块中新增、编辑和删除会计科目。包括设置科目类型、编码、名称以及与科目相关的特定属性，如原始币种记账和是否为现金科目，及处理已用于记账的科目的限制。
{% endhint %}

## 1. 进入会计科目管理

1. 在项目首页，导航到项目的“**总账”**&#x9875;面。
2. 在“**总账”**&#x9875;面中，找到并点击&#x4FA7;**“会计科目表”**&#x9009;项。

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

## 2. 新增会计科目

1. 找到右上角的“**新增”**&#x6309;钮并点击，弹出新增科目窗口。

<figure><img src="/files/xQ6YcxAgeNHwH6JfvJci" alt="" width="375"><figcaption></figcaption></figure>

2. 选择科目类型。
3. 填入科目编码，支持输入数字，不允许与其他科目编码重复。
4. 填入科目名称。
5. 选择科目的余额方向。
6. 添加辅助核算字段，支持选择。
7. 是否启用原始币种记账：资产/负债科目，勾选该选项后支持按照交易的原始币种记账。
8. 是否为现金科目：资产科目勾选该选项后，现金流量表会统计该科目的法币余额变动。

## 3. 编辑会计科目

1. 在会计科目右侧找到“编辑”按钮，点击打开编辑科目信息弹窗。

   <figure><img src="/files/OdwjTVkcovClOyp64O14" alt="" width="375"><figcaption></figcaption></figure>
2. 支持编辑科目编码、名称、是否现金科目。
3. 尚未参与记账的科目支持编辑余额方向、辅助核算、原始币种记账等属性。

## 4. 删除会计科目

1. 在会计科目右侧找到“删除”按钮，点击删除科目。
2. 已经参与记账的会计科目不支持删除。


---

# 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/financial-settings/pei-zhi-kuai-ji-ke-mu.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.
