Stripe DATEV Exporter
Environment
Uses Python's virtualenv. To setup initially:
virtualenv -p python3 venv
To activate in your current shell:
. venv/bin/activate
Run Command
python stripe-datev-cli.py download <year> <month>
Exports Stripe invoices and payments in DATEV format for bookkeeping
PythonMIT
Uses Python's virtualenv. To setup initially:
virtualenv -p python3 venv
To activate in your current shell:
. venv/bin/activate
python stripe-datev-cli.py download <year> <month>