{"id":29416327,"url":"https://github.com/hernan2975/inventariovbnet","last_synced_at":"2026-05-19T04:35:19.300Z","repository":{"id":303498256,"uuid":"1015706874","full_name":"hernan2975/InventarioVBNet","owner":"hernan2975","description":"Sistema de gestión de inventario para pequeños comercios desarrollado en VB.NET con arquitectura en capas.","archived":false,"fork":false,"pushed_at":"2025-07-07T23:29:06.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-08T01:36:54.413Z","etag":null,"topics":["desktop-app","inventory-system","sql-server","vb-net","windows-forms"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hernan2975.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-07T23:23:56.000Z","updated_at":"2025-07-07T23:29:09.000Z","dependencies_parsed_at":"2025-07-08T01:37:06.934Z","dependency_job_id":"a292e2dc-13ed-4520-911f-8b4b9aeb28a9","html_url":"https://github.com/hernan2975/InventarioVBNet","commit_stats":null,"previous_names":["hernan2975/inventariovbnet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hernan2975/InventarioVBNet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernan2975%2FInventarioVBNet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernan2975%2FInventarioVBNet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernan2975%2FInventarioVBNet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernan2975%2FInventarioVBNet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hernan2975","download_url":"https://codeload.github.com/hernan2975/InventarioVBNet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernan2975%2FInventarioVBNet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264878580,"owners_count":23677451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["desktop-app","inventory-system","sql-server","vb-net","windows-forms"],"created_at":"2025-07-11T19:02:52.408Z","updated_at":"2026-05-19T04:35:19.275Z","avatar_url":"https://github.com/hernan2975.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧾 InventarioVBNet\n\nSistema de gestión de inventario para pequeños comercios, desarrollado en **Visual Basic .NET** con arquitectura en capas y base de datos **SQL Server LocalDB**.\n\n---\n\n## 🚀 Características principales\n\n- Gestión de productos con control de stock mínimo\n- ABM de categorías y proveedores\n- Registro de entradas y salidas de inventario\n- Reportes exportables en PDF o Excel\n- Interfaz amigable con Windows Forms\n\n---\n\n## 🛠️ Tecnologías utilizadas\n\n- Visual Basic .NET (.NET Framework)\n- SQL Server LocalDB\n- Windows Forms\n- Arquitectura en capas (Presentación, Negocio, Datos)\n\n---\n\n## 📁 Estructura del proyecto\n\nInventarioVBNet/\n│\n├── Presentacion/               # Capa de presentación (Windows Forms)\n│   ├── FormPrincipal.vb\n│   ├── FormProductos.vb\n│   ├── FormProveedores.vb\n│   └── ...\n│\n├── Negocio/                    # Capa de lógica de negocio\n│   ├── ProductoBL.vb\n│   ├── ProveedorBL.vb\n│   └── MovimientoInventarioBL.vb\n│\n├── Datos/                      # Capa de acceso a datos\n│   ├── Conexion.vb\n│   ├── ProductoDAL.vb\n│   ├── ProveedorDAL.vb\n│   └── MovimientoInventarioDAL.vb\n│\n├── Entidades/                 # Modelos de datos\n│   ├── Producto.vb\n│   ├── Proveedor.vb\n│   └── MovimientoInventario.vb\n│\n├── Reportes/                  # Reportes PDF o Excel\n│   └── ReporteStock.rdlc\n│\n├── BaseDeDatos/               # Script o backup de la DB\n│   └── inventario_script.sql\n│\n├── Documentacion/             # Manual técnico y de usuario\n│   ├── ManualUsuario.pdf\n│   └── DocumentacionTecnica.pdf\n│\n├── InventarioVBNet.sln        # Solución de Visual Studio\n└── README.md\n\n---\n\n## 📦 Instalación\n\n1. Clonar el repositorio:\n   ```bash\n   git clone https://github.com/tuusuario/InventarioVBNet.git\n\n2. Abrir InventarioVBNet.sln en Visual Studio\n\n3. Restaurar la base de datos desde BaseDeDatos/inventario_script.sql\n\n4. Compilar y ejecutar\n\n📚 Documentación\n\nManual de Usuario\nDocumentación Técnica\n\n🪪 Licencia\nEste proyecto está bajo la licencia MIT. Ver LICENSE para más información.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhernan2975%2Finventariovbnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhernan2975%2Finventariovbnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhernan2975%2Finventariovbnet/lists"}