mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-10-29 17:13:26 -04:00 
			
		
		
		
	Add Trading account type and method to automatically create them
This commit is contained in:
		| @@ -133,7 +133,8 @@ const AccountType = { | ||||
| 	Liability: 4, | ||||
| 	Investment: 5, | ||||
| 	Income: 6, | ||||
| 	Expense: 7 | ||||
| 	Expense: 7, | ||||
| 	Trading: 8 | ||||
| } | ||||
| var AccountTypeList = []; | ||||
| for (var type in AccountType) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user