Improve README

This commit is contained in:
Enrique Barcelli 2023-06-29 17:58:33 +08:00
parent 37ee87e707
commit 9143942aea
Signed by: kikobar
GPG key ID: 006C13A68E25D3B7

View file

@ -19,7 +19,7 @@ to the Banqup API of Unifiedpost.
* Fetch the invoice `<documentNo>` from Openbravo.
* Authenticate with Banqup using OAuth2, for which it will launch a webbrowser to complete the authentication. The browser will receive the response from the Banqup server including the authentication token. The user will need to 'Copy' and 'Paste' this response at the corresponding prompt in the terminal.
* Fetch the corresponding `businessPartner` from Banqup to verify its existence and correct setup.
* Build a json in compatible format with the Banqup API fir the invoice.
* Build a JSON record for the requested invoice `<documentNo?`, which is compatible with the Banqup API format.
* Post the invoice to the Banqup API for the creation of the corresponding invoice in Banqup.
* Display the response from the Banqup API, confirming the success or failure of the request.
* If the requests is successful, a new invoice will be created with status 'Draft' in the Banqup portal, so that it could be further processed on that system.