deb-sig / double-entry-generator

Rule-based double-entry bookkeeping importer (from Alipay/WeChat/Huobi etc. to Beancount/Ledger).
https://github.com/deb-sig/double-entry-generator
Apache License 2.0
540 stars 81 forks source link

对于 status 状态是还款失败的记录 #123

Open Jousimies opened 11 months ago

Jousimies commented 11 months ago

支付宝会自动进行花呗的还款,当还款失败时,status 是还款失败。

2023-02-21 * "花呗|信用购" "花呗|信用购自动还款" category: "信用借还" orderId: "2023022129020999990142745710" payTime: "2023-02-21 08:43:53 +0800 CST" source: "支付宝" status: "还款失败" type: "不计收支" Liabilities:HuaBei 11448.29 CNY Assets:FIXME -11448.29 CNY

怎么写配置可以忽略还款失败的条目?

Triple-Z commented 11 months ago

当前应该不支持 status 的匹配条件,欢迎提交 PR :)