empower-export
v1.2.4
Published
Parent for JavaFX starter project
Readme
Compile, run locally
./gradlew clean build ./gradlew run
Push to server
$ git add . $ git commit -m "change description" $ git push origin master
Versioning
Requires keeping 3 places in sync for the version Constants.java (VERSION = "x.x.x") build.gradle (version = x.x.x) package.json (JDeploy-> "version": "x.x.x",)
JDeploy
Keep the master branch as "master" not "main". Changing to "main breaks the connection between the EmpowerExport and EmpowerExport-releases branches see command: $ npx jdeploy publish (to view the publish progress) $ jdeploy $ npx jdeploy
.jar file upload location:
https://drive.google.com/drive/folders/1pOMe9gfq2NL-50t-MpUBFrWd28AC_P3gCreate .exe instructions:
https://docs.google.com/document/d/1OADC06BRK555wLG5K8hIReR3pVqq6X69IHCOq8Czup8/edit?tab=t.0#heading=h.erlfggao7ymaDeploy:
https://github.com/craigdetter-saltco/EmpowerExport-releases https://github.com/craigdetter-saltco/EmpowerExport-releases/releases
User Help Info:
https://docs.google.com/document/d/1DWy_dzByNm7NHUmAm_I-lZD-cloE9xiHQ4dRaX8EdMI/edit?tab=t.0API url
see: https://developer.paychex.com/documentation https://api.paychex.com/ https://api.paychex.com/workers/
To update client code:
Simply push to github:
$ git remote -v origin [email protected]:SaltCo-Code/EmpowerTransferFromPaychex.git (fetch) origin [email protected]:SaltCo-Code/EmpowerTransferFromPaychex.git (push)
$ git add . $ git commit -m "Recent Changes" $ git push -u origin main
For JDeploy, scroll down on this page to see the latest build: https://github.com/craigdetter-saltco/EmpowerExport
