ENH export account tree type

This commit is contained in:
Nathan Dwarshuis 2023-06-11 12:27:57 -04:00
parent dcd260f6fd
commit 45df1af534
2 changed files with 2 additions and 1 deletions

View File

@ -1095,6 +1095,7 @@ in { CurID
, BudgetCurrency , BudgetCurrency
, Exchange , Exchange
, TaggedAcnt , TaggedAcnt
, AccountTree
, Account , Account
, Placeholder , Placeholder
, PretaxValue , PretaxValue

View File

@ -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