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

Erratic behavior of payment amount #600

Closed
Sanqui opened this issue Nov 6, 2018 · 6 comments
Closed

Erratic behavior of payment amount #600

Sanqui opened this issue Nov 6, 2018 · 6 comments
Assignees
Labels
Milestone

Comments

@Sanqui
Copy link

Sanqui commented Nov 6, 2018

Steps to reproduce the issue

  1. Create a currency with the following parameters
    • Name: Czech Koruna
    • Code: CZK
    • Rate: 25
    • Precision: 2
    • Symbol: Kč
    • Symbol position: After Amount
    • Decimal mark: .
    • Thousands separator: ,
  2. Create Account using the Czech Koruna currency
  3. Add New Payment and select the CZK account
  4. Put 2600 in the Amount field
  5. Focus out of and into the Amount field

Expected result

The Amount value stays the same

Actual result

The Amount value changes every time the focus changes. It goes 2,600.00Kč → 26.00Kč → 0.26Kč → 2.00Kč → 20.00Kč → 0.20Kč → 2.00Kč and loops.

This behavior renders this software essentially unusable for accounting.

System information (Akaunting, PHP versions)

Firefox 62, version on app.akaunting.com

@denisdulici
Copy link
Member

This is related to your default currency, here you can find more information https://akaunting.com/docs/user-manual/settings/currencies

Feel free to use the forum for further help.

@Sanqui
Copy link
Author

Sanqui commented Nov 7, 2018

Excuse me. Are you saying this is correct and intended behavior? I cannot find anything about it on the page about currencies you have linked.

peek 2018-11-07 11-51

@thunoldolsen
Copy link

Same problem for NOK, Norwegian kroner. 1.3.4.
I have to reenter the amount everytime before I save
My currency settings:
Name: Norske kroner
Code: NOK
Rate: 1 (Standard currency)
Precision: 2
Symbol: Kr
Symbol position: After Amount
Decimal mark: ,
Thousands separator: .

@denisdulici
Copy link
Member

Confirmed this issue when the Symbol Position is After Amount.

@slal2003
Copy link

I am still experiencing same issue with version 3.7. Currency = SEK.

@slal2003
Copy link

slal2003 commented Jan 6, 2019

Hi, any news about when this issue wî’ Be solved? Thanks for the great work.

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

No branches or pull requests

5 participants