基于 beancount 提供个人记账财务管理的 RESTful API 服务(包含前端页面)
Go to file
BaoXuebin cb515e9470 update readme and license 2021-11-29 22:56:22 +08:00
config add account and transaction api impl 2021-11-28 20:19:40 +08:00
example add: user ledger file template 2021-11-17 14:16:22 +08:00
public update webview 2021-11-29 22:53:30 +08:00
script add icon upload impl 2021-11-29 22:42:49 +08:00
service add icon upload impl 2021-11-29 22:42:49 +08:00
tests add: bql exec impl and query api 2021-11-21 22:37:13 +08:00
.gitignore update gitignore 2021-11-17 14:18:23 +08:00
License update readme and license 2021-11-29 22:56:22 +08:00
README.md update readme and license 2021-11-29 22:56:22 +08:00
go.mod add stats payee query impl 2021-11-26 17:12:07 +08:00
go.sum add stats payee query impl 2021-11-26 17:12:07 +08:00
server.go update transaction template api 2021-11-29 22:21:25 +08:00

README.md

beancount-gs

license

演示地址 使用文档

介绍

beancount 是一个优秀的开源复式记账工具,因为其基于文本记录的特性,难以拓展到移动端;本项目旨在将常见的记账行为提取出接口以供网络调用。

本仓库使用 Golang 进行文本的读写和接口服务支持,利用 bean-query 获取内容并解析,以 Json 格式返回。并基于已实现的接口内置实现了前端页面(适配移动端)。

snapshot

特性

  • 私有部署
  • 多用户使用
  • 账户管理
  • 资产管理
  • 统计图表
  • 多币种
  • 标签
  • 投资管理(FIFO)
  • 事件
  • 第三方账单导入

项目负责人

@BaoXuebin

开源协议

MIT @BaoXuebin