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