> For the complete documentation index, see [llms.txt](https://help.daak2.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daak2.com/zh-cn/ji-zhang/manage.md).

# 搜索、筛选与批量编辑

## 搜索账单

1. 打开 **首页**。
2. 点击右上角当前模式名称，选择 **搜索**。
3. 输入关键词；需要更精确时，再设置时间、账本、账户、分类、标签、货币或账单类型。
4. 点击搜索结果进入账单详情。

统计卡片、预算金额和账户明细中的金额也可以点击，直接打开对应的账单列表。

## 编辑单笔账单

1. 点击账单行进入详情。
2. 点击右上角 **编辑**。
3. 修改金额、账户、分类、日期或其它内容。
4. 保存后，账户余额和相关统计会重新计算。

在账单列表左滑，也可以使用当前账单允许的编辑或删除操作。

## 批量编辑

1. 在搜索页面点击 **批量编辑**。
2. 选择要处理的账单。
3. 选择批量修改字段或批量删除。
4. 检查选择数量后确认。

{% hint style="warning" %}
无法编辑的只读账单不会进入可编辑范围。分期、定存、存钱等关联账单需要遵循所属功能的规则。
{% endhint %}

## 删除账单

普通账单删除后会同时撤销它造成的余额和统计变化。与计划关联的账单可能会同时删除计划及其全部关联账单，确认页会显示实际删除范围。

{% hint style="danger" %}
显示 **不可撤销** 的删除操作不能通过归档恢复，请先确认关联内容。
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://help.daak2.com/zh-cn/ji-zhang/manage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
