-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Enable Defining A Custom Thousand Separator Format #30
Enable Defining A Custom Thousand Separator Format #30
Commits on Dec 21, 2021
-
Parse Dates Surrounded by Spaces Without Exception
When a date is surrounded by space, the date library fails to parse it This commit is to trim the date field before parsing date fields.
Configuration menu - View commit details
-
Copy full SHA for a5fe27e - Browse repository at this point
Copy the full SHA a5fe27eView commit details -
Enable Defining A Custom Thousand Separator Format
Java Script parseFloat method ignores comma when parsing a string number For some locales, the amount is written in format 1,234.56 The above will not parse correctly unless ynab-buddy was instructed with the correct separator format
Configuration menu - View commit details
-
Copy full SHA for 294b55a - Browse repository at this point
Copy the full SHA 294b55aView commit details -
Merge branch 'main' of https://github.com/nielsmaerten/ynab-buddy int…
…o nielsmaerten-main
Configuration menu - View commit details
-
Copy full SHA for bb49fae - Browse repository at this point
Copy the full SHA bb49faeView commit details -
git push origin feature/allow-custom-thousand-separator-for-amountsMe…
…rge branch 'nielsmaerten-main' into feature/allow-custom-thousand-separator-for-amounts
Configuration menu - View commit details
-
Copy full SHA for 3b20ac0 - Browse repository at this point
Copy the full SHA 3b20ac0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 030d430 - Browse repository at this point
Copy the full SHA 030d430View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64225b4 - Browse repository at this point
Copy the full SHA 64225b4View commit details
Commits on Dec 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6c35f24 - Browse repository at this point
Copy the full SHA 6c35f24View commit details -
fix: cleanup code and add tests
- Add a test that tries parsing amounts in a bunch of different formats - Clean up code style a bit
Configuration menu - View commit details
-
Copy full SHA for d424a13 - Browse repository at this point
Copy the full SHA d424a13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88bd022 - Browse repository at this point
Copy the full SHA 88bd022View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95b087d - Browse repository at this point
Copy the full SHA 95b087dView commit details