> For the complete documentation index, see [llms.txt](https://doc.moze.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.moze.app/record/recurring.md).

# 週期性收支

固定週期重複發生的交易，例如每個月的薪資或電話費，可以建立週期事件自動產生對應的記錄，不用每個月重複記一筆。

## 建立週期事件 <a href="#create" id="create"></a>

點擊專案下方的按鈕，可以把這筆記錄設定成週期事件。

<img src="/files/-MGupNck9vGWyIF6sC3f" alt="" width="375">

&#x20;

<img src="/files/-MGrqwNOsesEh6Bz1WXb" alt="" width="375">

區間有日、週、月、年可以設定，你也可以指定每個週末六日，或是每個月的 10 號。

<img src="/files/-MGrsAHzbkCa2jJA0HV3" alt="" width="375">

&#x20;

<img src="/files/-MGrsl4TTIzYonhZqBEU" alt="" width="375">

## 查看 <a href="#view" id="view"></a>

完成記錄後就可以在指定日期看到對應的記錄，你也可以到**更多功能**頁面找到週期事件的入口，裡面會列出**進行中**和**已結束**的週期事件。

<img src="/files/-MGrtHf5FaAL3RQz-7xC" alt="" width="375">

&#x20;

<img src="/files/-MGrtUI58Apn5ouU7jw6" alt="" width="375">

## 編輯／刪除 <a href="#edit-delete" id="edit-delete"></a>

在事件項目上左滑會出現**編輯**和**刪除**選單，可以處理整筆週期事件。

<img src="/files/-MGv9XXyYAdENQpWzfDB" alt="" width="375">

你也可以從週期明細裡點擊特定期數，單獨修改或刪除。

<img src="/files/-MGrtxUaMjktQYSTszGc" alt="" width="375">

&#x20;

<img src="/files/-MGruti-F0ndcZl-psAW" alt="" width="375">

### 修改連同未來週期 <a href="#edit-future" id="edit-future"></a>

如果某一期電話費金額增加了，你可以直接單獨修改這期的記錄。如果是電話費更換方案，也可以用「**修改連同未來週期**」，把這期和以後的相關記錄一起調整。

<img src="/files/-MGrvTlouDs3SDbB0oZQ" alt="" width="375">

### 終止未來週期 <a href="#delete-future" id="delete-future"></a>

刪除也支援只刪特定期數的記錄，或是合約到期時直接**終止未來週期**，把之後的相關記錄一起刪除。

<img src="/files/-MGrwEzWihv0mVIFetJP" alt="" width="375">


---

# 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://doc.moze.app/record/recurring.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.
