We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
报错提示为:{"code":500,"message":"未找到连续的多行文本片段"},金额低于1000的话是正常的。
另外还有一个问题,统计接口 GET /api/auth/stats/account/percent (账户分布占比)最后的参数levle不起作用。这个接口调用只统计最末尾的账户分布。
举例说明: 假如我有账户Expenses:食物:三餐 和 Expenses:食物:零食,我想统计食物这个大的分类,但返回的结果其实是三餐和零食的结果。
The text was updated successfully, but these errors were encountered:
GET /api/auth/stats/account/percent 这个接口目前支持按照账户或者账户类型查询。
GET /api/auth/stats/account/percent
你可以新建一个 Expenses:食物 的账户类型(https://www.yuque.com/chuyi-ble7p/beancount-gs/uug0di)
Expenses:食物
level 的使用做了一次调整,可以参照这个文档: https://www.yuque.com/chuyi-ble7p/beancount-gs/pwgg01#hv2hB
你可以指定 level=1,这个会进行账户类型的统计。
level=1
Sorry, something went wrong.
fixbug: #94 1000以上的数值兼容千分位
5938f3a
No branches or pull requests
报错提示为:{"code":500,"message":"未找到连续的多行文本片段"},金额低于1000的话是正常的。
另外还有一个问题,统计接口 GET /api/auth/stats/account/percent (账户分布占比)最后的参数levle不起作用。这个接口调用只统计最末尾的账户分布。
举例说明:
假如我有账户Expenses:食物:三餐 和 Expenses:食物:零食,我想统计食物这个大的分类,但返回的结果其实是三餐和零食的结果。
The text was updated successfully, but these errors were encountered: