org.openbravo.kikobar.banqup/README.md

19 lines
718 B
Markdown
Raw Normal View History

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
* Add the businessPartner id to the customer code or client_debtor_number at the Banqup portal
2023-06-21 15:53:43 +00:00
**How to run this application**
2023-06-21 15:55:23 +00:00
2023-06-21 15:58:22 +00:00
* Copy the file `config-sample.py` to `config.py`
* Edit `config.py` with your credentials for Openbravo and Banqup
2023-06-23 11:55:52 +00:00
* Run `python3 extract_invoice.py <documentNo>`
2023-06-21 15:53:43 +00:00
Where `<documentNo>` is the human readable invoice number in Openbravo.