mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
support adding / deleting sub account after account created (#77)
This commit is contained in:
+3
-1
@@ -1063,7 +1063,6 @@
|
||||
"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",
|
||||
"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",
|
||||
@@ -1073,6 +1072,9 @@
|
||||
"cannot set statement date for sub account": "Cannot set statement date for sub-account",
|
||||
"sub-account not found": "Sub-account is not found",
|
||||
"sub-account is in use and cannot be deleted": "Sub-account is in use and it cannot be deleted",
|
||||
"not supported to modify account currency": "Not supported to modify account currency",
|
||||
"not supported to modify account balance": "Not supported to modify account balance",
|
||||
"not supported to modify account balance time": "Not supported to modify account balance time",
|
||||
"transaction id is invalid": "Transaction ID is invalid",
|
||||
"transaction not found": "Transaction is not found",
|
||||
"transaction type is invalid": "Transaction type is invalid",
|
||||
|
||||
Reference in New Issue
Block a user