Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Value "monthly" is not accepted as recurrency type #34

Closed
nattomi opened this issue Feb 1, 2024 · 2 comments
Closed

Value "monthly" is not accepted as recurrency type #34

nattomi opened this issue Feb 1, 2024 · 2 comments

Comments

@nattomi
Copy link

nattomi commented Feb 1, 2024

Hi!

My problem is that the seemingly correct recurrence value monthly is not accepted. Consider the following session:

~$ budget account
Accounts 

ID Name    Amount     Part   
1  General 2000000.00 100,00%
   Total   2000000.00        

~$ budget recurring add
Account []: General
Name []: Test
Amount [0.00]: 100
Recurrence []: monthly
This value can only be one of these values [monthly, weekly]
Recurrence [monthly]:

I've compiled budgetwarrior (revision 15712d0) from source on Ubuntu 23.10. Is there anything I can do for debugging it further?

@wichtounet
Copy link
Owner

Hi

Thanks for reporting that! I have fixed this in 395c874
It was indeed a bug in the code 👍

@nattomi
Copy link
Author

nattomi commented Feb 3, 2024

Thanks a lot! I can confirm that now it works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants