resolve conflicts (New command 'chart': generate balances pie chart)
This commit is contained in:
parent
885ec16f58
commit
83f9aa5693
@ -56,7 +56,7 @@ genPie opts _ l = defaultPieLayout
|
|||||||
items = mapMaybe (uncurry accountPieItem) $
|
items = mapMaybe (uncurry accountPieItem) $
|
||||||
flatten $
|
flatten $
|
||||||
balances $
|
balances $
|
||||||
ledgerAccountTree (depthFromOpts opts) l
|
ledgerAccountTree (fromMaybe 99999 $ depthFromOpts opts) $ cacheLedger' l
|
||||||
|
|
||||||
-- | Convert all quantities of MixedAccount to a single commodity
|
-- | Convert all quantities of MixedAccount to a single commodity
|
||||||
amountValue :: MixedAmount -> Double
|
amountValue :: MixedAmount -> Double
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user