modify the name of debit card to checking account, add savings account and certificate of deposit

This commit is contained in:
MaysWind
2024-09-20 00:00:19 +08:00
parent 1e8a27612f
commit 220f9f15e5
10 changed files with 84 additions and 41 deletions
+11 -1
View File
@@ -6,7 +6,12 @@ const allAccountCategories = [
},
{
id: 2,
name: 'Debit Card',
name: 'Checking Account',
defaultAccountIconId: '100'
},
{
id: 8,
name: 'Savings Account',
defaultAccountIconId: '100'
},
{
@@ -29,6 +34,11 @@ const allAccountCategories = [
name: 'Receivables',
defaultAccountIconId: '700'
},
{
id: 9,
name: 'Certificate of Deposit',
defaultAccountIconId: '110'
},
{
id: 7,
name: 'Investment Account',