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
, Exchange
, TaggedAcnt
, AccountTree
, Account
, Placeholder
, PretaxValue

View File

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