Skip to content

This npm package is a simple Extractor for Salary PDFs from the DateV platform arbeitnehmeronline.de

License

Notifications You must be signed in to change notification settings

saimonn/datev_extract

 
 

Repository files navigation

datev_extract

Downloads salary PDFs from DATEV ANO https://www.datev.de/ano/

It uses puppeteer for downloading and readline-sync for getting the user input from the CLI.

Notice: Only smsTAN is supported as login-method.

Setup

  1. Clone the repository:

git clone https://github.com/nurtext/datev_extract.git

  1. Navigate to the chosen directory, open a CLI and install the dependencies using:

npm ci

Usage

Just open a CLI and type:

npm start

Enter username, password and smsTAN when asked. Your document(s) can then be found within folder download/.

If you want to see what the script is actually doing, open datev.js with a editor of your choice and set headless to false (line 8).

About

This npm package is a simple Extractor for Salary PDFs from the DateV platform arbeitnehmeronline.de

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.4%
  • Shell 17.6%