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

#287 - [FIX] Itens Cadastrados sem Categoria estão indo para Medicamentos #296

Merged
merged 11 commits into from
May 25, 2024

Commits on May 22, 2024

  1. SOS-RS#287

    TucanoWeb committed May 22, 2024
    Configuration menu
    Copy the full SHA
    075f957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b4d6fa View commit details
    Browse the repository at this point in the history
  3. Update SupplyRowInfo.tsx

    TucanoWeb committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a230fd6 View commit details
    Browse the repository at this point in the history
  4. RollBack SupplyRowInfo.tsx

    TucanoWeb committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7f4bcda View commit details
    Browse the repository at this point in the history
  5. Update SupplyRow.tsx

    TucanoWeb committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e7c5d62 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    a1f3712 View commit details
    Browse the repository at this point in the history
  2. Update CreateSupply.tsx

    - De forma a evitar termos genéricos demais, é solicitado ao usuário que registre um recurso com no mínimo 3 caracteres. Validação via Yup.
    TucanoWeb committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0f38267 View commit details
    Browse the repository at this point in the history
  3. Update CreateSupply.tsx

    - Bloqueia cadastro de items com números e caracteres especiais. Validação via Yup.
    TucanoWeb committed May 23, 2024
    Configuration menu
    Copy the full SHA
    57c43df View commit details
    Browse the repository at this point in the history
  4. Update CreateSupply.tsx

    TucanoWeb committed May 23, 2024
    Configuration menu
    Copy the full SHA
    677b239 View commit details
    Browse the repository at this point in the history
  5. Update CreateSupply.tsx

    - Limite de 30 itens retornados enquanto o usuário está digitando o termo desejado.
    TucanoWeb committed May 23, 2024
    Configuration menu
    Copy the full SHA
    bcdb8de View commit details
    Browse the repository at this point in the history
  6. Update CreateSupply.tsx

    - Bloqueia caracteres especiais;
    - Requer no mínimo 3 letras (bloqueia apenas números).
    TucanoWeb committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7b60a80 View commit details
    Browse the repository at this point in the history