Israel-Laguan / reporting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:JavaScript 99.9%Language:CSS 0.1%