mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 09:44:26 +08:00
credit card account supports statement date
This commit is contained in:
@@ -1061,6 +1061,7 @@
|
||||
"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",
|
||||
"account balance time is not set": "Account balance time is not set",
|
||||
"cannot set statement date for non credit card account": "Cannot set statement date for non credit card account",
|
||||
"transaction id is invalid": "Transaction ID is invalid",
|
||||
"transaction not found": "Transaction is not found",
|
||||
"transaction type is invalid": "Transaction type is invalid",
|
||||
@@ -1172,6 +1173,7 @@
|
||||
"type": "Type",
|
||||
"color": "Color",
|
||||
"currency": "Currency",
|
||||
"creditCardStatementDate": "Credit Card Statement Date",
|
||||
"parentId": "Parent Node ID",
|
||||
"categoryId": "Category ID",
|
||||
"time": "Time",
|
||||
@@ -1232,6 +1234,7 @@
|
||||
"Clear": "Clear",
|
||||
"None": "None",
|
||||
"Unspecified": "Unspecified",
|
||||
"Not set": "Not set",
|
||||
"No results": "No results",
|
||||
"Unknown": "Unknown",
|
||||
"Miscellaneous": "Miscellaneous",
|
||||
@@ -1468,6 +1471,7 @@
|
||||
"Sub-account Balance": "Sub-account Balance",
|
||||
"Balance Time": "Balance Time",
|
||||
"Sub-account Balance Time": "Sub-account Balance Time",
|
||||
"Statement Date": "Statement Date",
|
||||
"Description": "Description",
|
||||
"Your account description (optional)": "Your account description (optional)",
|
||||
"Your sub-account description (optional)": "Your sub-account description (optional)",
|
||||
|
||||
Reference in New Issue
Block a user