-
-
Notifications
You must be signed in to change notification settings - Fork 27
Description
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 are together. For example, if I shop at the hardware store and purchase some tools, and then some supplies for different projects, I'd like to be able to see the high-level transaction for all of those items, the taxes, etc, with the hardware store, but then also be able to see that $X was spent for project1 and $Y was spent for project2 while $Z was spent on tools.
AFAICT, this is possible to do in the PTA journal, but is there a way to do this with hledger-flow'
s csv imports?
If this is a new feature, I'd be happy to help contribute code to make it work, but would greatly appreciate some guidance / feedback on the best way to extend hledger-flow
for this new feature.