Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlobaton/inventario
Sistema de Registro de Ordenes de Ventas, Gestion de Envio y Manejo de Inventario
https://github.com/jlobaton/inventario
inventario laravel-framework laravel51 mysql-database php5
Last synced: about 1 month ago
JSON representation
Sistema de Registro de Ordenes de Ventas, Gestion de Envio y Manejo de Inventario
- Host: GitHub
- URL: https://github.com/jlobaton/inventario
- Owner: jlobaton
- Created: 2015-12-19T15:25:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T17:37:18.000Z (over 2 years ago)
- Last Synced: 2023-03-02T02:46:12.955Z (almost 2 years ago)
- Topics: inventario, laravel-framework, laravel51, mysql-database, php5
- Language: HTML
- Size: 30.7 MB
- Stars: 7
- Watchers: 1
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Laravel PHP Framework
# Sistema de Inventario
Este es un Sistema que permite el control del Inventario, a su vez, permite generar ordenes de compras y genera las notificaciones por medio del correo electronico al responsable del envio, donde permite gestionar los envios, entre otras funcionabilidades.
## Módulos del Sistema
* Archivos
* Ordenes
* Productos
* Migracion### Pre-Requisitos
* Laravel 5.1
* Mysql 5
* Php 5.5.9### Instalación
Al momento de descargar, solo tiene que actualizar los paquetes de laravel
```
$ composer update
```
Restaurar la Base de Datos llamada: ```Laravel5```Renombrar y personalizar el archivo ```.env.example``` para ```.env``` y personalizarlo.
Cuando el sistema le pregunte el usuario: ``` prueba``` y la clave ```(en blanco)```
## Contributing
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
## Autor (Author)
Jesus Maria Lobaton Escobar < [email protected] >
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details