2023-06-21 15:53:43 +00:00
|
|
|
**Objective**
|
2023-06-21 04:26:36 +00:00
|
|
|
|
|
|
|
This project attempt to extract data from Openbravo to generate a JSON to submit
|
|
|
|
to the Banqup API of Unifiedpost.
|
2023-06-21 15:53:43 +00:00
|
|
|
|
|
|
|
**Requirements**
|
|
|
|
* Python installed on the machine running this application
|
|
|
|
* Credentials for accessing an Openbravo 3+ instance running with the REST API enabled
|
|
|
|
* Credentials for accessing the Banqup API by Unifiedpost
|
|
|
|
|
|
|
|
**How to run this application**
|
2023-06-21 15:55:23 +00:00
|
|
|
|
2023-06-21 15:53:43 +00:00
|
|
|
`python3 extract-invoice.py <documentNo>`
|
|
|
|
|
|
|
|
Where `<documentNo>` is the human readable invoice number in Openbravo.
|