- Created a new component for managing warehouse inventory exits (WarehouseOutInventory.vue). - Implemented inventory movement services to handle API requests for inventory movements. - Added new interfaces for inventory movements and stock management. - Updated routing to include the new inventory exit page. - Enhanced existing services to support inventory exit functionality. - Added validation and user feedback for inventory exit operations.
Estructura del Proyecto - GOLS Control Frontend
Docker (Producción)
# 1. Configurar
cp .env.production .env
# 2. Levantar
docker-compose up -d
# 3. Verificar en http://localhost
Ver DOCKER.md para más detalles.
Notas
- Los componentes de PrimeVue se auto-importan
- TypeScript configurado con strict mode
- Tailwind CSS v4 integrado
- Variables CSS personalizadas en
main.css
Description
Languages
Vue
84.4%
JavaScript
13.2%
CSS
2.3%