Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新文档中 targetAccountmethodAccount 的增减账户关系映射表 #109

Merged
merged 4 commits into from
Jun 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,13 +361,14 @@ alipay:

`targetAccount` 与 `methodAccount` 的增减账户关系如下表:

| 收/支 | 交易分类 | methodAccount | targetAccount |

| 收/支 | 交易分类 | minusAccount | plusAccount |
| ----- | -------- | ------------- | ------------- |
| 收入 | * | plusAccount | minusAccount |
| 收入 | 退款 | plusAccount | minusAccount |
| 支出 | * | minusAccount | plusAccount |
| 其他 | * | minusAccount | plusAccount |
| 其他 | 退款 | plusAccount | minusAccount |
| 收入 | * | targetAccount | methodAccount |
| 收入 | 退款 | targetAccount | methodAccount |
| 支出 | * | methodAccount | targetAccount |
| 其他 | * | methodAccount | targetAccount |
| 其他 | 退款 | targetAccount | methodAccount |

> 当交易类型为「其他」时,需要自行手动定义借贷账户。此时本软件会认为 `methodAccount` 是贷账户,`targetAccount` 是借账户。

Expand Down Expand Up @@ -489,10 +490,10 @@ wechat:

`targetAccount` 与 `methodAccount` 的增减账户关系如下表:

| 收/支 | methodAccount | targetAccount |
| 收/支 | minusAccount | plusAccount |
| ----- | ------------- | ------------- |
| 收入 | plusAccount | minusAccount |
| 支出 | minusAccount | plusAccount |
| 收入 | targetAccount | methodAccount |
| 支出 | methodAccount | targetAccount |

### Huobi Global (Crypto)

Expand Down Expand Up @@ -661,11 +662,10 @@ icbc:

`targetAccount` 与 `defaultCashAccount` 的增减账户关系如下表:

| 收/支 | defaultCashAccount | targetAccount |
| ----- | ------------------ | ------------- |
| 收入 | plusAccount | minusAccount |
| 支出 | minusAccount | plusAccount |

| 收/支 | minusAccount | plusAccount |
| ----- | ------------------ | ------------------ |
| 收入 | targetAccount | defaultCashAccount |
| 支出 | defaultCashAccount | targetAccount |

## Special Thanks

Expand Down