# 週期性收支

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

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

從專案下方的按鈕點進去可以將此記錄設定成週期事件。

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

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

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

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

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

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

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

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

<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">

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