Skip to content

Commit

Permalink
GIFS showcasing app
Browse files Browse the repository at this point in the history
  • Loading branch information
jcalderaio committed Sep 13, 2017
1 parent f5cda8b commit 9e51bf7
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,22 @@ The user needs to be able to add all listed jobs to the previous form.
This form will display a status of the user's charges for the current day. Each displayed "charge" comprises a job number, a client name, a job title, and a quantity of hours. The record created in the database comprises a job id (linked to the job number via the Jobs table), a client id (linked to the client name via the Clients table), the user id (retrieved by the login form from the Employees table), and a decimal number of hours.
Entries for the number of hours need to be restricted to multiples of 0.5 hours.
Entries on the "Flex Time" job may be negative, but all other charges must be positive numbers.
The user needs to be able to remove or zero out errant entries.k
The user needs to be able to remove or zero out errant entries.

![LoginApple](https://github.com/jcalderaio/PSI-employee-timesheet/blob/master/gifs/loginApple.gif)
## Logging In:
<img src="https://github.com/jcalderaio/PSI-employee-timesheet/blob/master/gifs/login.gif" width="400">

![LoginAndroid](https://github.com/jcalderaio/PSI-employee-timesheet/blob/master/gifs/loginAndroid.gif){:height="50%" width="50%"}
## Adding Hours to TimeClock:
<img src="https://github.com/jcalderaio/PSI-employee-timesheet/blob/master/gifs/timeclock.gif" width="400">

![LoginAndroid](https://github.com/jcalderaio/PSI-employee-timesheet/blob/master/gifs/loginAndroid.gif | width=200)
## Adding Charges:
<img src="https://github.com/jcalderaio/PSI-employee-timesheet/blob/master/gifs/addNew.gif" width="400">

<img src="https://github.com/jcalderaio/PSI-employee-timesheet/blob/master/gifs/loginAndroid.gif" width="200">
## Selecting From Recent Charges:
<img src="https://github.com/jcalderaio/PSI-employee-timesheet/blob/master/gifs/selectRecent.gif" width="400">

## Adding FlexTime:
<img src="https://github.com/jcalderaio/PSI-employee-timesheet/blob/master/gifs/flexTime.gif" width="400">

## Adding PTO (you are allowed to be -40 hours in the hole):
<img src="https://github.com/jcalderaio/PSI-employee-timesheet/blob/master/gifs/PTO.gif" width="400">
Binary file added gifs/PTO.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gifs/addNew.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gifs/flexTime.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gifs/login.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed gifs/loginAndroid.gif
Binary file not shown.
Binary file removed gifs/loginApple.gif
Binary file not shown.
Binary file added gifs/selectRecent.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gifs/timeclock.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9e51bf7

Please sign in to comment.