Skip to content

Releases: kikobar/org.openbravo.kikobar.banqup

Openbravo-Banqup Integration via Banqup API - 0.5.0

25 Jan 19:41
a64bf28
Compare
Choose a tag to compare

This release adds the following functionality:

  • Script delete_invoice.py which posts to the Banqup API a request to delete an invoice.

Openbravo-Banqup Integration via Banqup API - 0.4.0

09 Dec 08:28
825af6b
Compare
Choose a tag to compare

This release includes:

  • Support for using a product code (search key) as a 'Comment/Note' and then pass to the Banqup API the Openbravo invoice line description instead of the product description. This enables adding free text comments to the e-invoices.

Upgrade from previous version:

  • Add the following line to your config.py:
    comment_product = 'Comment/Note'
  • If you plan to use the new support for line comments, you will need to replace 'Comment/Note' with the specific product code (search key) you have created in Openbravo for being treated as a comment.

Openbravo-Banqup Integration via Banqup API - 0.3.1

09 Dec 08:27
4ec9e1e
Compare
Choose a tag to compare

This release includes:

  • Support for configuring Openbravo's credentials as 'user' and 'password'
  • Improve license documentation

Openbravo-Banqup Integration via Banqup API - 0.3.0

09 Dec 08:26
8388a21
Compare
Choose a tag to compare

This release adds the following functionality:

  • Script paid_invoice.py which posts to the Banqup API a request to confirm the status of the invoice from 'UNPAID' to 'PAID'.

Openbravo-Banqup Integration via Banqup API - 0.2.1

09 Dec 08:25
5db1b61
Compare
Choose a tag to compare

This release includes:

  • Fix to Issue #3 - Invoice lines order in Openbravo is not preserved in Banqup.

Openbravo-Banqup Integration via Banqup API - 0.2.0

09 Dec 08:24
02122df
Compare
Choose a tag to compare

This release adds the following functionality:

  • Script send_invoice.py which posts to the Banqup API a request to confirm the status of the invoice from 'DRAFT' to 'UNPAID', and send it to the customer via the Banqup platform.

Openbravo-Banqup Integration via Banqup API - 0.1.5

09 Dec 08:23
613cf96
Compare
Choose a tag to compare

This release includes:

  • Basic functionality to interact with the Banqup API.
  • The script extract_invoice.py, which extracts an invoice from Openbravo and posts it to the Banqup portal as 'DRAFT' for further processing.