mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
not allow to add / modify / delete transaction with account whose parent account is hidden
This commit is contained in:
@@ -677,6 +677,7 @@ export default {
|
||||
'cannot add transaction with this transaction time': 'You cannot add transaction with this transaction time',
|
||||
'cannot modify transaction with this transaction time': 'You cannot modify this transaction with this transaction time',
|
||||
'cannot delete transaction with this transaction time': 'You cannot delete this transaction with this transaction time',
|
||||
'cannot use hidden account': 'You cannot use hidden account',
|
||||
'cannot use hidden transaction category': 'You cannot use hidden transaction category',
|
||||
'cannot use hidden transaction tag': 'You cannot use hidden transaction tag',
|
||||
'transaction category id is invalid': 'Transaction category ID is invalid',
|
||||
|
||||
@@ -677,6 +677,7 @@ export default {
|
||||
'cannot add transaction with this transaction time': '您不能添加该交易时间的交易',
|
||||
'cannot modify transaction with this transaction time': '您不能修改该交易时间的交易',
|
||||
'cannot delete transaction with this transaction time': '您不能删除该交易时间的交易',
|
||||
'cannot use hidden account': '您不能使用隐藏的账户',
|
||||
'cannot use hidden transaction category': '您不能使用隐藏的交易分类',
|
||||
'cannot use hidden transaction tag': '您不能使用隐藏的交易标签',
|
||||
'transaction category id is invalid': '交易分类ID无效',
|
||||
|
||||
Reference in New Issue
Block a user