-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
[Enhancement] Default creating to the selected date #790
Comments
This sounds like a pretty useful feature!
nope, not me or anyone thought of this behavior 😅 Will add it in the C++ rewrite! |
Always a fast answer x)
(C++ rewrite ? you're not using your custom C# library anymore ?) |
Yeah i've rewrote everything into C++ now....you can track progress here: #784 . Right now it's just backend stuff that's ported, hoping to finish that up today and start the UI. |
Any specific reason to switch to C++ ? 👀 |
Mainly speed...but also btter ecosystem on Linux with C/C++ as compared to C# Less dependent on Microsoft 😅 |
And yes the other apps will follow... |
Alright, good luck then ! |
Hello there !
As always with Nickvision apps, Denaro has a clear UI and does what I want.
Unfortunately, there's one behaviour that makes it painful to use to me :/
Most of the time I open Denaro to enter all the transactions I did the last few weeks. So I go through the transaction list in my banking application, and put them in Denaro.
The annoying thing is, when I select a date in the calendar, it shows all the transactions made that specific day. In my case it's empty, because I didn't enter them since I'm just about to do it.
When I click on the "New" button to create a new transaction, the default behaviour of the modal is to pick the current - today - date, and not the one that is displayed in the main pane right above the button.
With the current system, you can either forget to set a date - because you already selected a date a few seconds ago - and even if you do you can still forget to set the accurate month, which makes many different ways of not inputing the right information.
I find this behavior pretty unintuitive ; I think that picking a date and clicking on the button to create a new transaction to create that new transaction at the currently selected date is more straightforward. It would also be way more convenient to enter a lot of information for one specific date, since you wouldn't have to enter the date many times, only once.
I'm quite surprised this wasn't reported by anyone, maybe someone did and I didn't find the issue on github (?)
As always, thanks for the work, the app is good and fits perfectly in the GNOME desktop !
The text was updated successfully, but these errors were encountered: