-
released this
2024-01-25 19:25:37 +00:00 | 2 commits to master since this releaseThis release adds the following functionality:
- Script
delete_invoice.py
which posts to the Banqup API a request to delete an invoice.
Downloads
- Script
-
released this
2023-12-07 09:45:10 +00:00 | 5 commits to master since this releaseThis 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
-
released this
2023-10-29 15:12:51 +00:00 | 7 commits to master since this releaseThis release includes:
- Support for configuring Openbravo's credentials as 'user' and 'password'
- Improve license documentation
Downloads
-
released this
2023-08-08 18:14:46 +00:00 | 11 commits to master since this releaseThis 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
- Script
-
released this
2023-07-28 18:37:39 +00:00 | 13 commits to master since this releaseThis release includes:
- Fix to Issue #3 - Invoice lines order in Openbravo is not preserved in Banqup.
Downloads
-
released this
2023-07-23 13:25:20 +00:00 | 14 commits to master since this releaseThis 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
- Script
-
released this
2023-06-29 10:00:08 +00:00 | 17 commits to master since this releaseThis 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