mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
not allow to add / modify / delete transaction with parent account
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user