From 26bb470d190558b8452ceb93d535bc0ef97fad0c Mon Sep 17 00:00:00 2001 From: frankwuzp Date: Fri, 25 Feb 2022 23:06:07 +0800 Subject: [PATCH] modified template beans --- template/.beancount-ns/account_type.json | 48 +++++++++++++++--------- template/account/equity.bean | 7 +++- 2 files changed, 37 insertions(+), 18 deletions(-) diff --git a/template/.beancount-ns/account_type.json b/template/.beancount-ns/account_type.json index a04147d..e8e3e7d 100644 --- a/template/.beancount-ns/account_type.json +++ b/template/.beancount-ns/account_type.json @@ -1,20 +1,34 @@ { - "Assets:Fixed": "固定资产", + "Assets:Bank": "银行卡", "Assets:Invest": "投资", - "Assets:Invest:Fund": "基金", - "Assets:Flow": "现金流", - "Expenses:Life:Food": "饮食", - "Expenses:Life:Travel": "出行", - "Expenses:Life:Shopping": "购物", - "Expenses:Life:House": "居住", - "Expenses:Life:Subscribe": "订阅", - "Expenses:Life:Other": "其他", - "Expenses:Life:Hobby": "爱好", - "Expenses:Work": "工作支出", - "Expenses:Life": "生活消费", - "Income:Work": "工作收入", - "Income:Gov": "财政补贴", - "Income:Invest": "投资收益", + "Assets:Digital": "线上支付平台", + "Assets:Cash": "现金", "Liabilities:Cycle": "周期性贷款", - "Liabilities:Life": "消费贷款" -} \ No newline at end of file + "Liabilities:CreditCard": "信用卡", + "Equity:Insurance": "社保权益", + "Equity:OpeningBalances": "初始化", + "Equity:Round": "四舍五入", + "Equity:HistoryIncome": "历史", + "Equity:UFO": "无法追溯的差额", + "Equity:Leave": "假期权益", + "Expenses:Clothing": "服饰", + "Expenses:Food": "饮食", + "Expenses:Traffic": "出行", + "Expenses:Living": "居住", + "Expenses:Communication": "通讯", + "Expenses:Wellness": "医疗健康", + "Expenses:Leisure": "消费休闲", + "Expenses:Edu": "教育提升", + "Expenses:Life": "生活消费", + "Expenses:Social": "人情开支", + "Expenses:Fees": "手续费", + "Expenses:Leave": "假期", + "Expenses:Others": "其他项", + "Income:Salary": "工资", + "Income:Bonus": "奖金/补助", + "Income:Invest": "投资收益", + "Income:RedEnvelope": "红包", + "Income:Overtime": "加班天数", + "Income:Insurance": "社保", + "Income:Others": "其他收入" +} diff --git a/template/account/equity.bean b/template/account/equity.bean index 361553b..2cbdb7a 100644 --- a/template/account/equity.bean +++ b/template/account/equity.bean @@ -1 +1,6 @@ -%startDate% open Equity:OpeningBalances \ No newline at end of file +%startDate% open Equity:OpeningBalances %operatingCurrency% +%startDate% open Equity:Round %operatingCurrency% ; 四舍五入操作 +%startDate% open Equity:UFO %operatingCurrency% ; 无法追溯的差额 +%startDate% open Equity:Insurance:MedicalInsurance %operatingCurrency% ; 医保账户 +%startDate% open Equity:Insurance:CPF %operatingCurrency% ; 公积金账户 +%startDate% open Equity:Leave DAY; 假期 [待测试] \ No newline at end of file