mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-12-16 16:14:36 -05:00
Add more account types
This commit is contained in:
@@ -19,6 +19,9 @@ const (
|
||||
Income = 6
|
||||
Expense = 7
|
||||
Trading = 8
|
||||
Equity = 9
|
||||
Receivable = 10
|
||||
Payable = 11
|
||||
)
|
||||
|
||||
type Account struct {
|
||||
|
||||
Reference in New Issue
Block a user