Giter Club home page Giter Club logo

vc-adp-sync's Introduction

Alt text

ADP VCSync

This is the beginning of Veracross to ADP Sync using respective API's and PyQT. The goal is to sync demographic information stored in Veracross with ADP Payroll. Employees are matched by their Veracross PersonPK stored in both systems.

PyQT was selected for it's portability between both MacOS and Windows.

Quick start to development

  1. Install Python >= 3.6.5 from Python.org
  2. Clone the project using Git or download zip.
  3. (Optional) Create a new virtualenv and activate it.
  4. While in the repo directory, type: pip install -r requirements
  5. (Optional) Switch to the development branch for the latest and greatest: git checkout development
  6. To run, type: python main.py
  7. Enter your settings on Settings Tab:
    a) VC API username
    b) VC API password
    c) VC API URL (example: https://api.veracross.com/XX/v2)\ d) ADP network username
    e) ADP network secret
    f) Custom Field Name for VC ID in ADP
    g) Path to certificate signed by ADP
    h) Path to key for ADP certificate
  8. Enter field mappings on the Map Fields tab using JSON format. Each key is a Veracross API field mapped to a ADP API field.
    {'first_name': 'person/legalName/givenName', 'last_name': 'person/legalName/familyName1', 'address_1': 'person/legalAddress/lineOne', 'city': 'person/legalAddress/cityName', 'state_province': 'person/legalAddress/countrySubdivisionLevel1/shortName', 'postal_code': 'person/legalAddress/postalCode'}

Alt text

Alt text

Alt text

Alt text

Alt text

vc-adp-sync's People

Contributors

beckf avatar

Stargazers

Matthew Denaburg avatar Ryan Burton avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.