docs: updates
This commit is contained in:
parent
48f6e03325
commit
92c87f088a
@ -56,7 +56,7 @@ data Commodity = Commodity {
|
||||
data Amount = Amount {
|
||||
commodity :: Commodity,
|
||||
quantity :: Double,
|
||||
price :: Maybe MixedAmount -- ^ unit price for this amount at posting time, if known (from \@ or P)
|
||||
price :: Maybe MixedAmount -- ^ unit price/conversion rate for this amount at posting time
|
||||
} deriving (Eq)
|
||||
|
||||
newtype MixedAmount = Mixed [Amount] deriving (Eq)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user