# 配置辅助核算

{% hint style="info" %}
本帮助文档介绍了如何在辅助核算管理模块中新增、编辑和删除辅助核算字段。包括设置字段类型，添加自定义选项，以及处理已用于记账的字段。
{% endhint %}

## 1. 进入辅助核算管理

1. 在项目首页，导航到项目的“**总账”**&#x9875;面。
2. 在“**总账”**&#x9875;面中，找到并点击&#x4FA7;**“辅助核算”**&#x9009;项。

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

## 2. 新增辅助核算字段

1. 找到右上角的“**新增”**&#x6309;钮并点击，打开添加辅助核算窗口。

   <figure><img src="/files/H3gu46ZTdfFE28lNW3cC" alt=""><figcaption></figcaption></figure>
2. 填入辅助核算字段名称。
3. 选择辅助核算类型：支持创建以对手方数据为选项的辅助核算字段和自定义选项的辅助核算字段。
4. 创建自定选项的辅助核算字段，需要手动填入选项值。

   <figure><img src="/files/wePrVk7B5OFcCgIVq2n5" alt=""><figcaption></figcaption></figure>
5. 保存辅助核算字段。

## 3. 编辑辅助核算字段

1. 在辅助核算字段右侧找到“编辑”按钮，点击打开编辑辅助核算字段弹窗。

   <figure><img src="/files/d0VQhWRhxoRnfwax4PGR" alt=""><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-fu-zhu-he-suan.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.
