-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
feat: add beancount hash tag support #67
Conversation
Good feature :) but I prefer to use the metadata :P |
我这边的账单不全是生成的,有时候会自己手动录入一些数据,特别是一段时间的账单,用 因此如果有类似我这种使用场景的,可以用 tag 来标记。 代码可能不太好,第一次写 Golang,望请多多包涵。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for your contribution! 🎉 👍 Please help fix the test cases. |
Fixed |
LGTM /cc @Triple-Z Let's merge it. |
Thanks for your contribution! 🎉 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly fine, please look at the transaction template.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
请修复测试。
- test(wechat): add test for multiple tags Signed-off-by: Triple-Z <me@triplez.cn>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
支持 Beancount 的 Hashtag,目前仅实现了支付宝以及微信
用法:
在规则添加
tags
字段,多个 tag 之间用seq
(默认为,
)进行分隔。