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

Crear modelo para Agotados #157

Open
Alfareiza opened this issue Sep 22, 2023 · 0 comments
Open

Crear modelo para Agotados #157

Alfareiza opened this issue Sep 22, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Alfareiza
Copy link
Owner

Crear modelo para agotados

La intención de este modelo es registrar los artículos agotados por parte del proveedor.

Como se registraran los agotados?

Manualmente via admin se ingresaran los agotados.

Como se actualizará la tabla?

Django command que hará un barrido.

Campos del Modelo (tabla)

  • fecha_reportado: Automática? (auto_now_add)
  • cod_barra: Verificar que exista cod_barra através endpoint medicar? cual endpoint?
  • cum:
  • descripcion:
  • fecha_disponibilidad: Puede ser NULL.
  • cod_mol:
  • link_soporte: Puede ser NULL.
  • fecha_actualizado: (auto_now)
  • cant_disponible: Este campo inicialmente sera NULL pero cuando se realice la rutina para actualización de la tabla se llenará con el inventario del articulo.
@Alfareiza Alfareiza added the enhancement New feature or request label Sep 22, 2023
@Alfareiza Alfareiza self-assigned this Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant