• 0.5.0 a64bf28328

    kikobar released this 2024-01-25 19:25:37 +00:00 | 2 commits to master since this release

    This release adds the following functionality:

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

    kikobar released this 2023-12-07 09:45:10 +00:00 | 5 commits to master since this release

    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.
    Downloads
  • 0.3.1 4ec9e1e83f

    kikobar released this 2023-10-29 15:12:51 +00:00 | 7 commits to master since this release

    This release includes:

    • Support for configuring Openbravo's credentials as 'user' and 'password'
    • Improve license documentation
    Downloads
  • 0.3.0 8388a21b0f

    kikobar released this 2023-08-08 18:14:46 +00:00 | 11 commits to master since this release

    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'.
    Downloads
  • 0.2.1 5db1b613d7

    kikobar released this 2023-07-28 18:37:39 +00:00 | 13 commits to master since this release

    This release includes:

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

    kikobar released this 2023-07-23 13:25:20 +00:00 | 14 commits to master since this release

    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.
    Downloads
  • 0.1.5 613cf96ba9

    kikobar released this 2023-06-29 10:00:08 +00:00 | 17 commits to master since this release

    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.
    Downloads