This tool downloads all your Hilan payslips and creates a spreadsheet out of them.
Download the project, open it in your favorite IDE and run Main.scala
.
* Java 11 and Scala 2.13 is required
Download the release fat jar and run java -jar pdfparser-assembly-x.x.x.jar
command from the shell.
* Java 11 is required
Download the zip from here extract and run the exe file.
- Run without arguments
- Type the domain your company has in hilan. usually https://${company_name}.net.hilan.co.il
- Enter employee number and password
- Choose a directory for the payslips (you need to create it first)
- press Go! and it will open the directory when it's finished
Run with at least one argument and it will ask for the rest (you can just put -whatever)
- --path => Destination path (folder)
- --company => Company name (Hilan sub domain)
- --username / -u => Employee number
- --password / -p => Password
If you already have all your payslips and want to parse them to a spreadsheet, run with only the path argument:
java -jar pdfparser-assembly-x.x.x.jar --path /Users/you/payslip/folder
.
* don't put other documents in the folder