update readme and license
This commit is contained in:
parent
2e5124fa69
commit
cb515e9470
2
License
2
License
|
|
@ -1,6 +1,6 @@
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2017-2019 Richard Littauer
|
Copyright (c) 2021 BaoXuebin
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
||||||
33
README.md
33
README.md
|
|
@ -1 +1,34 @@
|
||||||
# beancount-gs
|
# beancount-gs
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
[演示地址](https://beancount.xdbin.com/)
|
||||||
|
[使用文档](https://www.yuque.com/chuyi-ble7p/beancount-ns)
|
||||||
|
|
||||||
|
## 介绍
|
||||||
|
|
||||||
|
[beancount](https://github.com/beancount/) 是一个优秀的开源复式记账工具,因为其基于文本记录的特性,难以拓展到移动端;本项目旨在将常见的记账行为提取出接口以供网络调用。
|
||||||
|
|
||||||
|
本仓库使用 `Golang` 进行文本的读写和接口服务支持,利用 `bean-query` 获取内容并解析,以 Json 格式返回。并基于已实现的接口内置实现了前端页面(适配移动端)。
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 特性
|
||||||
|
|
||||||
|
- [X] 私有部署
|
||||||
|
- [X] 多用户使用
|
||||||
|
- [X] 账户管理
|
||||||
|
- [X] 资产管理
|
||||||
|
- [X] 统计图表
|
||||||
|
- [X] 多币种
|
||||||
|
- [X] 标签
|
||||||
|
- [X] 投资管理(FIFO)
|
||||||
|
- [ ] 事件
|
||||||
|
- [ ] 第三方账单导入
|
||||||
|
|
||||||
|
# 项目负责人
|
||||||
|
|
||||||
|
[@BaoXuebin](https://github.com/BaoXuebin)
|
||||||
|
# 开源协议
|
||||||
|
|
||||||
|
[MIT](https://github.com/BaoXuebin/beancount-node-server/blob/main/LICENSE) @BaoXuebin
|
||||||
Loading…
Reference in New Issue