hledger-0.6.1: A command-line (or curses or web-based) double-entry accounting tool.Source codeContentsIndex
Ledger.Commodity
Description
A Commodity is a symbol representing a currency or some other kind of thing we are tracking, and some display preferences that tell how to display Amounts of the commodity - is the symbol on the left or right, are thousands separated by comma, significant decimal places and so on.
Synopsis
comm :: String -> Commodity
conversionRate :: Commodity -> Commodity -> Double
Documentation
comm :: String -> CommoditySource
Look up one of the hard-coded default commodities. For use in tests.
conversionRate :: Commodity -> Commodity -> DoubleSource
Find the conversion rate between two commodities. Currently returns 1.
Produced by Haddock version 2.6.0