At the time of writing there is no integration between Nmbrs and Hibob in the app
store. This command line application allows you to export the salary slip and annual statement PDFs for a run to a zip
file that can
be imported in bulk
to Hibob. Nmbrs' EmployeeNumber
is use as the key to link to Hibob's Employee ID
usage: nmbrs_hibob [-h] [--user USER] --token TOKEN [--run RUN] --year YEAR [--company COMPANY] [--description DESCRIPTION] [--email]
Export salary slip PDFs from Visma Nmbrs into Hibob
optional arguments:
-h, --help show this help message and exit
--user USER, -u USER API user
--token TOKEN, -t TOKEN
The API token https://support.nmbrs.com/hc/en-us/articles/360013384371-Nmbrs-API
--run RUN, -r RUN The run to download. Prints all runs for the year if not set.
--year YEAR, -y YEAR The year in which the run took place
--annual, -a Fetch annual statements for the employees in a run
--company COMPANY, -c COMPANY
Select specific company number
--description DESCRIPTION, -d DESCRIPTION
Will be appended to the PDFs instead of the run description
--email, -e Indicates whether to use company email as folder name. Otherwise employee Id will be used
The resulting zip file will contain folders with the customer's email addresses. Within these folders the salary slips
are named <year>_<run>_Salary.pdf
.
Clone the repository and run:
> pip install pipenv
> pipenv shell
> python nmbrs_hibob.py -t <api_token> -y 2021
- Download the latest release for your operating system.
- On mac:
> xattr -d com.apple.quarantine nmbrs_hibob
> chmod u+x nmbrs_hibob
> ./nmbrs_hibob
Hint 👉 exporting salary slips can take a long time. Run > caffeinate
in separate terminal-tab to avoid the export
from failing due to your machine going into sleep mode.
- On Windows:
- run
nmbrs_hibob.exe
from the command line
- run
- In the menu 'People' go to 'Import'
- Select 'Employee Documents Import`
- Upload export from Nmbrs (.zip file)
- Import configruations with Matching Method:
- 'Folder name'
- 'exactly matches'
- 'Employee ID in Company'