-
Notifications
You must be signed in to change notification settings - Fork 382
-
Sorry for the noob question:
I uploaded a document to an account through the ui, both in the import tab and by drag and drop on the account.
The documents show up in the accounts journal,but I cant find a document statement in my account beancount file. Where does fava save the document statement?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments
-
Clocking on the statement points me to line 0
ImageBeta Was this translation helpful? Give feedback.
All reactions
-
The documents are stored in a path according to your account name in the documents folder. E.g. if /home/me/Documents is your documents folder, and you upload a file 2025年02月17日 file.pdf to Assets:Cash, the file should end up a /home/me/Documents/Assets/Cash/2025-02-17 file.pdf.
These are then automatically generated as Document directives by Beancount.
Beta Was this translation helpful? Give feedback.