An open API service indexing awesome lists of open source software.

https://github.com/baoxuebin/beancount-node-server

利用 Restful 接口实现 beancount 记账
https://github.com/baoxuebin/beancount-node-server

beancount docker nodejs

Last synced: about 1 year ago
JSON representation

利用 Restful 接口实现 beancount 记账

Awesome Lists containing this project

README

          

# beancount-node-server

![release version](https://img.shields.io/github/v/release/BaoXuebin/beancount-node-server)
![license](https://img.shields.io/github/license/baoxuebin/beancount-node-server)

[演示地址](https://beancount.xdbin.com/)
[使用文档](https://www.yuque.com/chuyi-ble7p/beancount-ns)

## 介绍

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

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

![snapshot](https://cdn.xdbin.com/github/beancount-ns/snapshot.png)

## 特性

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

# 项目负责人

[@BaoXuebin](https://github.com/BaoXuebin)
# 开源协议

[MIT](https://github.com/BaoXuebin/beancount-node-server/blob/main/LICENSE) @BaoXuebin