mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-06-13 13:39:23 -04:00
Add more account types
This commit is contained in:
@ -134,7 +134,10 @@ const AccountType = {
|
||||
Investment: 5,
|
||||
Income: 6,
|
||||
Expense: 7,
|
||||
Trading: 8
|
||||
Trading: 8,
|
||||
Equity: 9,
|
||||
Receivable: 10,
|
||||
Payable: 11
|
||||
}
|
||||
var AccountTypeList = [];
|
||||
for (var type in AccountType) {
|
||||
|
Reference in New Issue
Block a user