# 预算管理

## [此手册比较卡，已不再更新，v6.0版本后更换了全新的流畅的使用手册，请更新一羽记账最新版本，查看新手册](https://doc.yiyujizhang.cn/)

## [点击下载一羽记账最新版本](https://www.coolapk.com/apk/kylec.me.lightbookkeeping)

## 概况 <a href="#summary" id="summary"></a>

预算管理管理共分为三类：

1. 月总预算
2. 日均预算（根据月总预算自动设置，不支持手动设置）
3. 分类预算

{% hint style="success" %}
从[**Android v4.1.5**](https://www.coolapk.com/apk/kylec.me.lightbookkeeping)版本开始，支持每月的预算相互独立，可单独设置每个月的预算。

新的月份到来时，会自动沿用上个月的预算（如果上个月有设置预算），***需要在新的月份里启动一次一羽记账***。（从[**Android v5.3.0**](https://www.coolapk.com/apk/kylec.me.lightbookkeeping)开始，将优先复制去年本月的预算，如果没有，则还是复制上月的预算）
{% endhint %}

### 修改预算额度

* 月总预算：**点击**预算管理界面顶部的月预算卡片
* 分类预算：点击分类预算的`剩余额度`区域，即可修改预算额度

### 删除预算

* 月总预算：**长按**预算管理界面顶部的月预算卡片
* 分类预算：分类预算详情界面右上角的删除按钮

## 剩余日均 <a href="#remainingdailyaverage" id="remainingdailyaverage"></a>

计算方法是：剩余预算（**排除今日支出**）/ 月剩余天数。

{% hint style="warning" %}
注意！是排除今日支出后的剩余预算！

若剩余预算降为0，则剩余日均始终为0

当今日支出超出上述计算的剩余日均时，代表今日超支，剩余日均的计算将转为实时更新。
{% endhint %}

为什么要排除今日支出？\
因为如果不排除掉今日支出，每次进行记账后，剩余日均都将发生变化，这就导致剩余日均没有任何的参考价值，到底今天还剩下多少预算可用？

这样，我们就可以真正通过将`今日支出`和`剩余日均`做对比，看看今天的支出有没有超日预算了。


---

# 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://guide.yiyujizhang.cn/features/budget.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.
