pour gerer les abonnements récurrents Stripe dans dolibarr
sylhaf eb18bcc72b first commit after cleaning, working version | 2 년 전 | |
---|---|---|
.gitignore | 2 년 전 | |
app_logging.py | 2 년 전 | |
main.py | 2 년 전 | |
msedgedriver.exe | 2 년 전 | |
process.txt | 2 년 전 | |
readme.md | 2 년 전 | |
references_example.conf | 2 년 전 | |
requirements.txt | 2 년 전 |
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 :