We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue seems to be related to #989
When the amounts are entered manually following a parse fail, all the amounts, except fractions, are lost upon the application re-start.
My best guess would be something not working out in SQL interface with floats/integers.
Version 0.17.4-win32, installed on Windows 10, Version 1903
The text was updated successfully, but these errors were encountered:
This has to do with the regex employed to parse the text input.
In a fork, I showed a few examples of inputs that should work, but aren't handled correctly.
Sorry, something went wrong.
That would make sense for parsing (#989), but why when the data is then re-entered manually it fails to save?
No branches or pull requests
This issue seems to be related to #989
When the amounts are entered manually following a parse fail, all the amounts, except fractions, are lost upon the application re-start.
My best guess would be something not working out in SQL interface with floats/integers.
Version 0.17.4-win32, installed on Windows 10, Version 1903
The text was updated successfully, but these errors were encountered: