# 8.7.财务

在 FreeBSD 桌面上，用户可以安装一些强大且易于使用的个人财务管理应用程序。有些程序兼容广泛使用的文件格式，例如 Quicken 和 Excel 使用的格式。

本节介绍了以下程序：

**表 6. 支持的财务管理程序**

| 名称       | 许可证               | 包含的包                                                                      | 所需资源 |
| -------- | ----------------- | ------------------------------------------------------------------------- | ---- |
| KMyMoney | GPL 2.0           | [finance/kmymoney](https://cgit.freebsd.org/ports/tree/finance/kmymoney/) | 重    |
| GnuCash  | GPL 2.0 和 GPL 3.0 | [finance/gnucash](https://cgit.freebsd.org/ports/tree/finance/gnucash/)   | 重    |

## 8.7.1. KMyMoney

KMyMoney 是一款由 KDE 社区创建的个人财务应用程序。KMyMoney 旨在提供商业个人财务管理应用程序中的重要功能。它还注重易用性和正确的复式记账。KMyMoney 支持从标准的 Quicken QIF 文件导入，跟踪投资，处理多种货币，并提供丰富的报告。

安装 KMyMoney，执行：

```sh
# pkg install kmymoney
```

## 8.7.2. GnuCash

GnuCash 是 GNOME 项目的一部分，旨在为最终用户提供用户友好且功能强大的应用程序。GnuCash 可用于跟踪收入和支出、银行账户和股票。它具有直观的界面，同时保持专业性。

GnuCash 提供智能注册、账户的层次结构系统，以及许多键盘加速器和自动完成方法。它可以将单个交易拆分为多个更详细的部分。GnuCash 可以导入和合并 Quicken QIF 文件，并且支持大多数国际日期和货币格式。

安装 GnuCash，执行：

```sh
# pkg install gnucash
```


---

# 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://handbook.bsdcn.org/di-8-zhang-zhuo-mian-huan-jing/8.7.-cai-wu.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.
