mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
support set balance when creating account
This commit is contained in:
@@ -300,6 +300,7 @@ export default {
|
||||
'account must have at least one sub account': 'Account must have at least one sub account',
|
||||
'account cannot have sub accounts': 'Account cannot have sub accounts',
|
||||
'parent account cannot set currency': 'Parent account cannot set currency',
|
||||
'parent account cannot set balance': 'Parent account cannot set balance',
|
||||
'sub account category not equals to parent': 'Sub account category does not equal to parent',
|
||||
'sub account type invalid': 'Sub account type is invalid',
|
||||
'cannot add or delete sub accounts when modify account': 'You cannot add or delete sub accounts when modify account',
|
||||
|
||||
@@ -300,6 +300,7 @@ export default {
|
||||
'account must have at least one sub account': '账户必须包含至少一个子账户',
|
||||
'account cannot have sub accounts': '账户不能包含子账户',
|
||||
'parent account cannot set currency': '父账户不能设置货币',
|
||||
'parent account cannot set balance': '父账户不能设置余额',
|
||||
'sub account category not equals to parent': '子账户类别与父账户不同',
|
||||
'sub account type invalid': '子账户类型无效',
|
||||
'cannot add or delete sub accounts when modify account': '您不能在修改账户时添加或删除子账户',
|
||||
|
||||
Reference in New Issue
Block a user