wichtounet / budgetwarrior

Personal finance manager, command-line interface, in C++
MIT License
114 stars 17 forks source link

Extend the list of possible recurrence types #35

Closed nattomi closed 9 months ago

nattomi commented 9 months ago

Would the current architecture easily allow the addition of more recurrence types such as quarterly, annual, biannual?

wichtounet commented 9 months ago

Yes, quarterly, yearly, and bi-yearly are easy additions.

Would they be useful to you?

nattomi commented 9 months ago

Definitely, because I do have a couple of expenses with the above mentioned frequencies. It would be of great help if you could invest the time.

wichtounet commented 9 months ago

It seems to me like it's a good idea, I will plan to add these three features soon.

I have added yearly already in ed7922cb84e1d272468da1d61480bb2d8f341050, so it should be fairly easy to implement the others.

wichtounet commented 9 months ago

I have now added bi-yearly and quarterly, you should have everything you need 👍

nattomi commented 8 months ago

I have tested the budget add command and can confirm that now it supports the bi-yearly and quarterly modes. Thank you for the quick reaction.

wichtounet commented 8 months ago

I am glad it works for you 👍