not allow to add / modify / delete transaction with parent account

This commit is contained in:
MaysWind
2024-07-23 23:18:34 +08:00
parent 8085f7cf11
commit 5d2e880bc5
4 changed files with 26 additions and 5 deletions
+3
View File
@@ -671,6 +671,9 @@ export default {
'cannot add transaction to hidden account': 'You cannot add transaction to an hidden account',
'cannot modify transaction of hidden account': 'You cannot modify transaction of an hidden account',
'cannot delete transaction in hidden account': 'You cannot delete transaction in an hidden account',
'cannot add transaction to parent account': 'You cannot add transaction to a parent account',
'cannot modify transaction of parent account': 'You cannot modify transaction of a parent account',
'cannot delete transaction in parent account': 'You cannot delete transaction in a parent account',
'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',