Browse Source

update readme

Sylhaf 2 years ago
parent
commit
284e9804cf
1 changed files with 5 additions and 4 deletions
  1. 5 4
      readme.md

+ 5 - 4
readme.md

@@ -11,7 +11,7 @@ thanks [https://www.mistergeek.net](https://www.mistergeek.net) for the visibili
 Manual : 
 
 1. get a dolibarr account that can read/write invoices/contracts/clients and get an read Stripe API KEY, put both in a reference.conf file.  an exemple of conf is in the file references_example.conf.
-2. Create your contract associated to your client in dolibarr and get his ID in its URL : https://dolibarr_instance.com/contrat/card.php?id=13 -> here the ID is 13
+2. Create your contract associated to your client in dolibarr and get his ID in its URL : https://dolibarr_instance.com/contrat/card.php?id=13 -> here the ID is 13, with the contract you can create an invoice manually or use recuuring invoice. For now it's working only for monthly subscriptions. i can add the feature if requested.
 3. you have to wait the first payment of your client in Stripe, when it's done get the subscription ID, it looks like something like that : 
 sub_1Lsdhjqsdlkqh2367sdhqjTx
 
@@ -35,7 +35,8 @@ options:
   
   
   1. verify connection to Stripe
-  2. Test All Stripe Subscription référence and gather Data about it ( last payment) 
-  3. Connect to dolibarr via Selenium to Gather contracts last invoices data and their status.
+  2. Test All Stripe Subscription référence and gather Data about it (last payment) 
+  3. Connect to dolibarr via Selenium to Gather contracts data, specifically all invoice associated.
+                if an invoice is "unpaid" and have the same month of the stripe payment it will be registered for processing later. 
   4. make a summary in console of what action will be perfomed
-  5. perform actions : mark corresponding invoices as "paid" and if option is activated send a mail to the client registered in dolibarr. (it uses the Stripe Mail) 
+  5. perform actions : mark corresponding invoices as "paid" with stripe details and if option is activated send a mail to the client registered in dolibarr. (it uses the Stripe Mail)