mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
check whether account category is valid when creating account
This commit is contained in:
@@ -661,6 +661,7 @@ export default {
|
||||
'source account not found': 'Source account is not found',
|
||||
'destination account not found': 'Destination account is not found',
|
||||
'account is in use and cannot be deleted': 'Account is in use and it cannot be deleted',
|
||||
'account category is invalid': 'Account category is invalid',
|
||||
'transaction id is invalid': 'Transaction ID is invalid',
|
||||
'transaction not found': 'Transaction is not found',
|
||||
'transaction type is invalid': 'Transaction type is invalid',
|
||||
|
||||
@@ -661,6 +661,7 @@ export default {
|
||||
'source account not found': '来源账户不存在',
|
||||
'destination account not found': '目标账户不存在',
|
||||
'account is in use and cannot be deleted': '账户正在被使用,无法删除',
|
||||
'account category is invalid': '账户分类无效',
|
||||
'transaction id is invalid': '交易ID无效',
|
||||
'transaction not found': '交易不存在',
|
||||
'transaction type is invalid': '交易类型无效',
|
||||
|
||||
Reference in New Issue
Block a user