simonmichael opened this issue
Mar 18, 2020
· 0 comments
Labels
A BUGSomething wrong, confusing or sub-standard in the software, docs, or user experience.docsDocumentation-related.journalThe journal file format, and its features.
Workaround for now: instead of multiple -f options, include all files in a single top level file and put auto posting rules there.
Related code: Hledger.Cli.Utils withJournalDo -> journalTransform -> journalAddForecast
The text was updated successfully, but these errors were encountered:
simonmichael
added
A BUG
Something wrong, confusing or sub-standard in the software, docs, or user experience.
docs
Documentation-related.
journal
The journal file format, and its features.
labels
Mar 18, 2020
A BUGSomething wrong, confusing or sub-standard in the software, docs, or user experience.docsDocumentation-related.journalThe journal file format, and its features.
1 participant
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.
Auto posting rules affect the whole current file and any parent or child file, but not sibling files (as with multiple -f options). The docs at https://hledger.org/journal.html#auto-postings-transaction-modifiers are not clear on this. Also auto posting rules' and periodic transaction rules' scope should be mentioned in the https://hledger.org/journal.html#directives reference table, probably.
Workaround for now: instead of multiple -f options, include all files in a single top level file and put auto posting rules there.
Related code: Hledger.Cli.Utils withJournalDo -> journalTransform -> journalAddForecast
The text was updated successfully, but these errors were encountered: