You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, the notification listener works perfectly with the RBC Mobile banking app, it extracts the necessary information and populates the input fields in the add transaction view. However it selects USD by default (I reckon it's because of the $ character). It wouldn't be a big deal, I can change the currency by hand, however doing so resets the amount field, forcing me to reenter it by hand.
Proposal
I see a few easy solutions to this:
allow setting the default currency when configuring an app for listening
remove the input reset when the currency is changed
Screen recording
signal-2023-11-05-071135.mp4
Additionally, could you also add an optional field for the listening configuration where one could select the default expense account, not just the asset account?
The text was updated successfully, but these errors were encountered:
Hey! That the amount is deleted when you select another currency is definitely a bug that I need to fix, thank you for the report and the short video.
The general issue that $ means USD was mentioned in #111. If your notification says "C$12.34" or "12.34 CAD" it should also select the right currency. If your notification just says "$12.34", please see my reply there for a potential solution (and why I don't want to "fix" that):
The better way in my opinion would be to adapt the Firefly currencies to your needs. That means, change the currency symbol of Australian Dollars (default A$) to $, and change the US Dollar symbol (default $) for example to US$.
Description
First of all, the notification listener works perfectly with the RBC Mobile banking app, it extracts the necessary information and populates the input fields in the add transaction view. However it selects USD by default (I reckon it's because of the $ character). It wouldn't be a big deal, I can change the currency by hand, however doing so resets the amount field, forcing me to reenter it by hand.
Proposal
I see a few easy solutions to this:
Screen recording
signal-2023-11-05-071135.mp4
Additionally, could you also add an optional field for the listening configuration where one could select the default expense account, not just the asset account?
The text was updated successfully, but these errors were encountered: