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