ENH export account tree type
This commit is contained in:
parent
dcd260f6fd
commit
45df1af534
|
@ -1095,6 +1095,7 @@ in { CurID
|
||||||
, BudgetCurrency
|
, BudgetCurrency
|
||||||
, Exchange
|
, Exchange
|
||||||
, TaggedAcnt
|
, TaggedAcnt
|
||||||
|
, AccountTree
|
||||||
, Account
|
, Account
|
||||||
, Placeholder
|
, Placeholder
|
||||||
, PretaxValue
|
, PretaxValue
|
||||||
|
|
|
@ -325,7 +325,7 @@ toTx sc sa fromEntries toEntries r@TxRecord {trAmount, trDate, trDesc} = do
|
||||||
{ eAcnt = a
|
{ eAcnt = a
|
||||||
, eCurrency = c
|
, eCurrency = c
|
||||||
, eValue = Just fromValue
|
, eValue = Just fromValue
|
||||||
, eComment = ""
|
, eComment = "" -- TODO actually fill this in
|
||||||
, eTags = [] -- TODO what goes here?
|
, eTags = [] -- TODO what goes here?
|
||||||
}
|
}
|
||||||
in Tx
|
in Tx
|
||||||
|
|
Loading…
Reference in New Issue