So I have separate asset account inside wealthfront (cash, P/L etc),
and I'm using following directory to associate documents with the
Assets:US:Wealthfront component:
$ tree stmts
stmts
└── Assets
└── US
└── Wealthfront
├── 2015-07-31.statement.pdf
├── 2015-08-31.statement.pdf
├── 2015-09-30.statement.pdf
└── 2015-10-31.statement.pdf
Two things that I noticed
1. I'd expect the links to document show on journal page of every
account under Assets:US:Wealthfront component. Instead I can only see
the links under /view/all/journal/ and
/view/all/journal/Assets:US:Wealthfront
2. I think there's a bug that unless I add a document directive, the
link to documents are not generated in the webpage. e.g.
```
; without a "document" directive, there's no link to the document on
journal web page
option "documents" "./stmts"
; omit "open" directive
```
```
; adding at least one "document" directive then the link will show
option "documents" "./stmts"
; omit "open" directive
; after adding this line the journal pages show all links to
documents, including this bogus one.
; beancount doesn't validate if the file exist.
2015-07-30 document Assets:US:Wealthfront
"stmt/Assets/US/Wealthfront/2015-07-30.statement.pdf"
```
--
yegle
http://about.me/yegle
--
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+...@googlegroups.com.
To post to this group, send email to bean...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/CAFL5w3Vxe0Q8vPtFKo9PufVQ4XdmyOHosh8EHfPEVSDLYnJa%3DA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Try this gist https://gist.github.com/yegle/cfebd29535c8c9c56528 you'll need the runme.sh script to create the stmts directory because gist doesn't support directory.
test1.bean passes bean-check and generated no document link in journal page
test2.bean failed bean-check and generate two document links in journal page
----
yegle
http://about.me/yegle
--
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+...@googlegroups.com.
To post to this group, send email to bean...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/CAFL5w3Vxe0Q8vPtFKo9PufVQ4XdmyOHosh8EHfPEVSDLYnJa%3DA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+...@googlegroups.com.
To post to this group, send email to bean...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/a01380a2-1571-44ed-ab42-e05fe24a7fa8%40googlegroups.com.