-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
fix(provider, analyser): support jd new bill format, Set plusaccount
to methodaccount
for refund records in jd bills
#136
base: master
Are you sure you want to change the base?
Conversation
…` to `methodaccount` for refund records in jd bills
感谢你的贡献, 可否再更新 README, 在已支持账单列表把JD 账单也加上? |
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.
Same request,可以加一下文档么
LGTM Thanks for your contribution! 🎉 👍 |
cc @ramsayleung |
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.
补充下 jd 新格式的测试用例?
ok,我下班后弄~ |
Thanks! |
Modified JD test cases to align with the new bill format. Updated the corresponding config.yaml file and supplemented the documentation to reflect these changes.
README.md
Outdated
@@ -871,6 +881,11 @@ BMO账单中的记账金额中存在收入/支出之分,通过这个机制就 | |||
|
|||
### 京东 | |||
|
|||
<details> | |||
<summary> | |||
BMO银行配置文件示例 |
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.
这个应该是「京东」,而不是「BMO」?
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.
已修改;
感谢, 新年快乐 :) |
Description
支持京东的新账单格式,对于京东的退款记录,plusAccount 设置为 methodAccount,miniusAccount 设置为 targetAccount。