hledger-flow icon indicating copy to clipboard operation
hledger-flow copied to clipboard

An hledger/ledger-cli workflow focusing on automated statement import and classification

Results 21 hledger-flow issues
Sort by recently updated
recently updated
newest added

First off, thanks for a wonderful tool! **Describe the bug** If I delete a file in a `1-in` directory, re-running `hledger-flow import` does not remove the corresponding files in the...

bug

I have a question about how to use hledger-flow with this situation: For some of my transactions, I would like to break them down into a group of transactions that...

**Describe the bug** ![image](https://user-images.githubusercontent.com/5460884/130349690-305b403f-e88d-4092-8acc-8452e8518452.png) **Version and Runtime Information** Please mention the version number of `hledger-flow` you are using: ``` $ $HLEDGER_FLOW_EXECUTABLE --version hledger-flow 0.15.0 linux x86_64 ghc 9.0 2b025fee477538a493cb7b5eaf163fd959aaec42 ```...

bug

On [this page](https://github.com/adept/full-fledged-hledger/wiki/File-specific-rules), @josephmturner and @adept have proposed to use file-specific rules, i.e. hyperspecific rules that would only apply to one specific imported file, typically because they only target one...

**To Reproduce** ``` $ cd import $ export PATH=".:$PATH" $ ln -s ~/.local/bin/hledger-flow-async-batches-793f882bb22ac7b89a98077ee95b3464bbc5c0e0 hledger-flow $ ln -s ~/.local/bin/hledger-32b42a6c8082e2567a73365d48696354f895c2f9 hledger $ hledger-flow import Unable to find hledger in your path. #

bug

Add a new dependency to the project that can log debugging output to log files. Change the verbose logging to rather use the logger. This will probably impact #40 -...

In #5 we created an `all-years.journal` for each owner, bank and account. Pointing your `LEDGER_FILE` to this `all-years.journal` may become slow for people with many years of input data. Write...

performance

## Description In the situation where one has `yyyy-opening.journal` and `yyyy-closing.journal` for a specific year, running one of the hledger built-in financial reports on one specific year, the user will...

Move the Feature Reference out of our README, and into https://hledger-flow.readthedocs.io/ Also update the `docURL` function to point to the new URL, and ensure that existing usages will generate valid...

help wanted

**Describe the bug** When building hledger-flow in a Windows (Windows10) system, the executable is built correctly, but the tests fail, because of the path-separator. The included tests expect a unix...

help wanted
windows