introduce MixedAmount
This commit is contained in:
parent
f865ab1c1c
commit
2d41368b8b
@ -34,6 +34,8 @@ data Amount = Amount {
|
||||
quantity :: Double
|
||||
} deriving (Eq)
|
||||
|
||||
type MixedAmount = [Amount]
|
||||
|
||||
type AccountName = String
|
||||
|
||||
data TransactionType = RegularTransaction | VirtualTransaction | BalancedVirtualTransaction
|
||||
|
||||
Loading…
Reference in New Issue
Block a user