new page 创建账本

初意 2023-07-02 17:11:46 +08:00
parent e919fd4fae
commit 29c1e0e687
1 changed files with 15 additions and 0 deletions

15
创建账本.md Normal file

@ -0,0 +1,15 @@
beancount-ns 安装启动之后,我们就正式开始如何使用。如果没有安装,可以在 [https://beancount.xdbin.com](https://beancount.xdbin.com) 上模拟使用。
## 什么是账本?
**beancount-gs** 支持创建多个账本,**不同的账本数据不互通**。
账本在创建时,需要指定密码。**需要注意的是:密码如果忘记,不支持找回**。
如下图所示:
![创建账本](https://cdn.nlark.com/yuque/0/2022/png/12919324/1643028016273-e6888115-5ef1-44d1-a628-a1cef26a026c.png#clientId=u211769dc-9d17-4&from=paste&height=858&id=u5ea20424&originHeight=858&originWidth=1590&originalType=binary&ratio=1&rotation=0&showTitle=true&size=26906&status=done&style=none&taskId=u33ea9e5b-11c0-4fe2-945b-cb30b5c5e39&title=%E5%88%9B%E5%BB%BA%E8%B4%A6%E6%9C%AC&width=1590 "创建账本")
这里我创建一个用户为 `demo`,密码为 `123` 的账本,点击按钮进入。更多的账本设置项解释,可以参考:[初始化](./初始化),这里的配置项会覆盖全局的配置项。
## 删除账本
v1.1.4 新增
从账户页面进入设置,点击删除按钮即可删除账本,**注意:账本删除后不能恢复**。