Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/israel-laguan/reporting
https://github.com/israel-laguan/reporting
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/israel-laguan/reporting
- Owner: Israel-Laguan
- License: apache-2.0
- Created: 2020-03-15T15:36:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T08:00:18.000Z (about 2 months ago)
- Last Synced: 2024-09-14T19:12:44.141Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.8 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues-open][issues-open-shield]][issues-url]
[![Issues-closed][issues-closed-shield]][issues-url]
[![Contributors][contributors-shield]][contributors-url]
[![Framework][badge-framework]][framework-url]
[![contributions welcome][contributions-welcome]][issues-url]
Reporting
Creating a Reporting website using Next js and Bootstrap.
🖊️
Assignment
🐞
Report a Bug
🙋♂️
Request Feature
## This is a [Next.js](https://nextjs.org/) & bootstrap project with [`create-next-app`](https://github.com/zeit/next.js/tree/canary/packages/create-next-app).
# Next JS Application
## Installation
```bash
1.clone this Repo.
2.cd reporting
3.npm install
```First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Then open `http://localhost:3000` to view it in your browser.# Funciones de los Usuarios
Existe un Usuario con rol de Administrador creado desde la Base de Datos (BD). Para acceder a las credenciales contactarse con el desarrollador.
## Roles
Existen 3 roles:
- Administrador
- Jefe
- Empleado## Funciones del Administrador
- Crear usuario con diferentes roles.
- Ver lista de usuarios.
- Editar usuarios.
- Eliminar Usuarios.
- Ver lista de reportes.
- Crear reporte.
- Editar reporte.
- Eliminar reporte.## Funciones del Jefe
- Crear usuario con rol Empleado
- Ver lista de usuarios.
- Ver lista de reportes.
- Crear reporte.
- Editar reportes.## Funciones del Empleado
- Crear reporte.
- Author
# 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Israel-Laguan/reporting/issues).# 🤗 Show your support
Give a ⭐️ if you like this project!
# 📝 License
This project is licensed under the [MIT](LICENSE)\
Feel free to fork this project and improve it[contributors-shield]: https://img.shields.io/github/contributors/Israel-Laguan/reporting?style=for-the-badge
[contributors-url]: https://github.com/Israel-Laguan/reporting/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Israel-Laguan/reporting?style=for-the-badge
[forks-url]: https://github.com/Israel-Laguan/reporting/network/members
[stars-shield]: https://img.shields.io/github/stars/Israel-Laguan/reporting?style=for-the-badge
[stars-url]: https://github.com/Israel-Laguan/reporting/stargazers
[issues-open-shield]: https://img.shields.io/github/issues/Israel-Laguan/reporting?style=for-the-badge
[issues-url]: https://github.com/Israel-Laguan/reporting/issues
[issues-closed-shield]: https://img.shields.io/github/issues-closed/Israel-Laguan/reporting?style=for-the-badge
[badge-framework]: https://img.shields.io/badge/webpack-v4-9cf?style=for-the-badge
[framework-url]: https://webpack.js.org/
[contributions-welcome]: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=for-the-badge
[badge-license]: https://img.shields.io/:license-mit-blue.svg?style=for-the-badge