Skip to content

Converts payroll documents from the format required by the Students of Georgetown, Inc's internal employee management site to the format required by Paylocity.

Notifications You must be signed in to change notification settings

julianonn/NewTimeClockConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewTimeClockConverter

Converts payroll documents from the format required by the Students of Georgetown, Inc's internal employee management site to the format required by Paylocity. Reads, writes, analyzes payroll info, and 'sniffs' for weird or buggy hours.

Installation for non-programmers

Look to your right and find the 'Releases' widget (between 'About' and 'Packages'). Select v1.1 (or whatever the latest release is). Follow instructions from there (note caveats for Mac users). You don't need either of the 'Source Code' files unless you particularly desire them.

Getting errors? email nonnenkamp [at] wisc [dot] edu

Installation & build FOR DEVELOPERS

  1. Clone repository locally
  2. Install Python 3

MAC USERS:

  1. If not already installed, install pip: python3 -m ensurepip --upgrade

  2. Create a virtual environment: python3 -m venv .venv

  3. Install dependencies: pip install -r requirements.txt

  4. Run the main program: python3 run.py and wait for the GUI to pop up.

  5. To build into an executable, run pyinstaller --onefile --windowed -n NewTimeClockConverter run.py, and look in the dist folder for NewTimeClockConverter.app (Finder truncates the .app extension, so just look for the Application file)

WINDOWS USERS:

Replace python3 with py or python (whichever works on your system). Look for or NewTimeClockConverter.exe instead of ...app.

Getting errors? email nonnenkamp [at] wisc [dot] edu or open an issue on this github.

License

MIT

Disclaimer: While created to assist the POps Ops role at Students of Georgetown, Inc (the Corp), this project was published with full permission from the organization. I'm not going around sprinkling proprietary code all over the internet lol.

About

Converts payroll documents from the format required by the Students of Georgetown, Inc's internal employee management site to the format required by Paylocity.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages