pour gerer les abonnements récurrents Stripe dans dolibarr
Sylhaf e54356091c Working Version of DoliStripe - Headless Server Version | 8 kuukautta sitten | |
---|---|---|
.gitignore | 2 vuotta sitten | |
CHOOSE LANGUAGE IN PARAMETERS.png | 8 kuukautta sitten | |
app_logging.py | 2 vuotta sitten | |
docker-compose.yml | 8 kuukautta sitten | |
get-pip.py | 8 kuukautta sitten | |
main.py | 8 kuukautta sitten | |
msedgedriver.exe | 8 kuukautta sitten | |
process.txt | 2 vuotta sitten | |
readme.md | 2 vuotta sitten | |
references_example.conf | 2 vuotta sitten | |
requirements.txt | 2 vuotta sitten | |
zero_invoice.py | 1 vuosi sitten |
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 :