AndreAle94 / moneywallet

An android application that let you track your expenses
GNU General Public License v3.0
589 stars 142 forks source link

[Feature request] Being able to link a transaction made before an event #246

Open nicolasGrim opened 2 years ago

nicolasGrim commented 2 years ago

Hi !

This app is great, and I was wondering if it would be possible to be able to link a transaction to an event, even though the transaction date does not fall during the event ? Like how paying for train/plane tickets and accomodation usually comes before the planned holidays. It would be useful for budgeting for holidays, or any event where you buy a ticket ahead

But maybe this feature already exists and I don't know where to look.

Thanks !

EdMaxPrime commented 2 years ago

This feature doesn't exist yet. What I've been doing is just extending the dates of the event. This doesn't distort events visually since they weren't designed to appear on the app's calendar; they are just a way to further categorize transactions.

It could be possible with changes to the code.

By the way, I wrote a guide to using this app if you're interested. I am publishing it soon!