pour gerer les abonnements récurrents Stripe dans dolibarr
ash 2308d5436f update requirements | hace 2 años | |
---|---|---|
.gitignore | hace 2 años | |
app_logging.py | hace 2 años | |
main.py | hace 2 años | |
msedgedriver.exe | hace 2 años | |
process.txt | hace 2 años | |
readme.md | hace 2 años | |
references_example.conf | hace 2 años | |
requirements.txt | hace 2 años |
This project is meant to have a link between Stripe Subscriptions and Dolibar contract with reccuring invoice.
I use it for my association who is an internet provider : Slash - https://slashthd.fr
The main goal of this script is to mark the dolibarr invoice as "paid" when the Stripe automatic payment occurs.
thanks https://www.mistergeek.net for the visibility.
Manual :
put the two reference in the reference.conf
the script is using selenium and request.
Console Option of the Script :
usage: main.py [-h] [-v] [-d] [-m] [-p]
options: -h, --help show this help message and exit -v, --verbosity increase output verbosity -d, --dry perform a dry run -m, --mail send invoice per mail to client (to add copy mail to a mail check contact mail in refenrence example file) -p, --planned trigger planned work to
In order of execution the script will :