/reporting

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Forks Stargazers Issues-open Issues-closed Contributors Framework contributions welcome


Logo

Reporting

Creating a Reporting website using Next js and Bootstrap.
🖊️ Assignment 🐞 Report a Bug 🙋‍♂️ Request Feature

This is a Next.js & bootstrap project with create-next-app.

Next JS Application

Installation

1.clone this Repo.
2.cd reporting
3.npm install

First, run the development server:

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.

🤗 Show your support

Give a ⭐️ if you like this project!

📝 License

This project is licensed under the MIT
Feel free to fork this project and improve it