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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'd like to declare accounts to take advantage of hledger's strict checking.
However, they are not tied to any particular year. I tried to them in the 1-in directory but it is not picked up by hledger-flow import to appear in all-years.journal.
Version and Runtime Information
hledger-flow 0.15.0 darwin x86_64 ghc 9.0 2b025fee477538a493cb7b5eaf163fd959aaec42
Describe the solution you'd like
I'd like to include a journal file in 3-journal for any account, outside of the year directories, that gets automatically included in the all-years.journal.
Is your feature request related to a problem? Please describe.
I'd like to declare accounts to take advantage of
hledger
's strict checking.However, they are not tied to any particular year. I tried to them in the
1-in
directory but it is not picked up byhledger-flow import
to appear inall-years.journal
.Version and Runtime Information
Is this the latest version?
If your request includes commands you ran and the output, please also include
the runtime options with
--show-options
e.g:Our Example Statements Repository
None of the examples in
hledger-flow
use account declarations.I encounter the following error when running
Describe the solution you'd like
I'd like to include a journal file in
3-journal
for any account, outside of the year directories, that gets automatically included in theall-years.journal
.Describe alternatives you've considered
It works to use a year that is before the timespan of any of my actual transactions, such as 1900.
3-journal/
├── 1900
│ └── accounts.journal
├── 2022
│ └── 2022-12-13.journal
└── 2023
├── 02-10-2023.journal
├── 2023-01-13.journal
├── 2023-11-12.journal
└── 2023-checkpoints.journal
Additional context
Similar use cases that would be solved by this request would be
price
files, for commodity, stock, and currency prices.The text was updated successfully, but these errors were encountered: