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

Updating Customer Contact Email in POS almost not possible #43938

Closed
indibart opened this issue Oct 31, 2024 · 1 comment · Fixed by #45071
Closed

Updating Customer Contact Email in POS almost not possible #43938

indibart opened this issue Oct 31, 2024 · 1 comment · Fixed by #45071

Comments

@indibart
Copy link

Is your feature request related to a problem? Please describe.

When trying to update a customers contact information such as email or phone number the system reacts really fast. Entering some keystrokes are enough. The following are the consequences:

Phone number:

  • While entering a phone number the customer contact information gets updated several times.
  • This is annoying but works.
  • Example (see gif):
    • I want to enter +41 44 444 44 44
    • While entering the number I get about 6-7 system notification "Customer contact updated successfully."

Email:

  • While entering a email the system checks right away if the entered keystrokes are a valid email address which means it gives an error before the whole email is entered.
  • Of course some random keystrokes can never make a valid email.
  • Example (see gif):
    • I want to enter anna@example.com
    • After I enter anna@ I get the error message "anna@ is not a valid Email Address".
    • The error message takes the focus away from the field. I have to click the field again and enter the next part.
    • This happens several times while entering the whole email (depending on my typing speed?).

Example as GIF

Describe the solution you'd like
I would like to be able to just enter a phone number and email without getting nagged by the system:

  • Either the systems checks and saving should start after I left the field or by pressing a "SAVE" button.
  • Instead of giving me an error message "anna@ is not a valid Email Address" there should be a hint how the email should be without interrupting my flow.
  • This is an example for such a message:
    Please enter a valid email address using the following format: joe@example.com
@frappe-pr-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 14.78.9 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

4 participants