1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-01 12:08:37 -04:00

Add more account types

This commit is contained in:
2016-02-19 19:45:42 -05:00
parent 330b124902
commit fcf6b2f1a4
2 changed files with 7 additions and 1 deletions

View File

@ -19,6 +19,9 @@ const (
Income = 6
Expense = 7
Trading = 8
Equity = 9
Receivable = 10
Payable = 11
)
type Account struct {