it-volunteers-ukraine / ChariERP

0 stars 0 forks source link

SIGN UP: validation of the USREOU / Full name of the organization field (1920,1440,992,768,375) #193

Open alinaivanishcheva opened 3 weeks ago

alinaivanishcheva commented 3 weeks ago

Environment

Desktop (please complete the following information)

Smartphone (please complete the following information)

Pre-conditions https://chari-erp-dev-5jqgv.ondigitalocean.app/sign-up - page is opened

Description

  1. The 8-value USREOU code is not fully recorded when the value starts with ‘0’.
  2. In the "Full name of the organization" field, spaces from the beginning of the field are not deleted (left trim) 'and extra spaces in the middle of the ‘normalize spaces’ field for all screen resolutions: Desktop 1920, Desktop1440, Tablet 992, Tablet 768, Mobile 375.

Steps to reproduce

  1. Navigate to the sign up page.
  2. Enter a few spaces at the start of the field, a few spaces in the middle of the field.
  3. Enter 8 numbers of the USREOU code starting with ‘0’.
  4. Then fill in the form valid values.
  5. Click submit form.
  6. Pay attention on text in the field "Full name of the organization" in requests.
  7. Pay attention on code in the field " the USREOU" in requests.

Actual results

  1. The 8-value USREOU code is not fully recorded when the value starts with ‘0’.
  2. In the "Full name of the organization" field, spaces from the beginning of the field are not deleted (left trim) 'and extra spaces in the middle of the ‘normalize spaces’ field for all screen resolutions: Desktop 1920, Desktop1440, Tablet 992, Tablet 768, Mobile 375.

Expected results

  1. The 8-value USREOU code recorded when the value starts with ‘0’.
  2. In the "Full name of the organization" field there is a function left trim and normalize spaces. for all screen resolutions: Desktop 1920, Desktop1440, Tablet 992, Tablet 768, Mobile 375.

Screenshots 2024-09-16_13h57_22 2024-09-16_13h58_42 2024-09-17_09h21_19

Wolshebnik commented 1 week ago

will be fix in #123