Skip to content

Latest commit

 

History

History
119 lines (92 loc) · 5 KB

README.md

File metadata and controls

119 lines (92 loc) · 5 KB

License LinkedIn


Logo

Shiny App for Generating Employees Reports

This service is a gift from me for employees to help you track your progress in transactions processing in a simple and easy way using 7 indicators.
Explore the application »

Table of Contents
  1. About The Project
  2. License

About The Project

Product Name Screen Shot

The objective of this application is to generate 7 indicators using the employee's transactions history database in the form of a dashboard. The indicators included in the dashboard are:

  • Total number of transactions
  • Average time period to complete transactions
  • Most finished transaction type
  • Total count of transactions by status
  • Total count of transaction type by status
  • Average process time period by transaction
  • Count of finished transactions by date

On the first page of the application 'Service Description', there is a downloadable data sample in Excel format that is necessary for the report to be generated. After filling out the data file, upload it to the 'Dashboard' page on the second page to generate the report.

(back to top)

Built With

This project was built in Rsudio using R language and Shiny package. Here is the complete list of libraries included in the project:

  • RStudio
  • Shiny
  • readxl
  • tidyverse
  • plotly
  • RColorBrewer
  • shinydashboard
  • shinythemes
  • shinyWidgets
  • vembedr
  • shinycssloaders

(back to top)

License

Distributed under the Creative Commons Attribution 4.0 International License. See LICENSE.md for more information.

(back to top)