Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggz committed Oct 16, 2017
2 parents 5359027 + 6875a10 commit 5a70a10
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## ADP AutoTimecard

A Google Chrome Extension that autofills your ADP Timecard with predefined entries.

### Installing
1) Visit the Releases page and download the latest version.
2) In Chrome, open the Extensions page (Three dots > More tools > Extensions).
3) Drag the downloaded .crx file into the Extensions page.

### Usage
#### First Time Setup
1) Open up the options page (either by clicking **Options** on the Extensions page or clicking the ATC icon in the Chrome toolbar)
2) If you are salaried, check the **Salaried** checkbox.
3) Create time entries. Each entry represents one row in a day and will be copied to all days in a pay period.

#### Once A Pay Period
1) Navigate to ADP's My Timecard page.
2) Press the new orange **Autofill** button next to the **Save** button.
3) Once ATC has finished, review the changes and click **Save** once satisfied.

### Things To Note
- ATC does *not* look at or save any sensitive info. It just some hacky jquery that fills out all the appropriate rows in the pay period table.
- The script automatically skips over weekends, PTO/Sick days, holidays, and any days that already have a time entry in it.
- ATC does not automatically save after autofilling. Please confirm the changes to ensure everything is correct before saving.
- The Extension is provided as is. It should work. But could easily break at any time if ADP changes anything to due with the Timecard page.

0 comments on commit 5a70a10

Please sign in to comment.