Enrique Barcelli kikobar
  • Singapore
  • https://acc4e.com/@kikobar
  • Human being. Temporary dweller of this planet. Permanently searching for ways of making tomorrow better than today. Open-minded. All ideas are welcome.

  • Joined on 2023-06-18
kikobar pushed to master at kikobar/uparcel 2023-09-17 07:33:51 +00:00
f5dcb757be Add request and cancel delivery scripts
kikobar pushed to master at kikobar/uparcel 2023-09-13 19:40:35 +00:00
80e7908104 Add LICENSE and CONTRIBUTING
kikobar pushed to master at kikobar/uparcel 2023-09-13 19:25:53 +00:00
6acd6c3169 Add push.py to post documents to mongo database
kikobar pushed to master at kikobar/uparcel 2023-09-13 17:11:58 +00:00
6ece423b43 Add config-sample.py
kikobar commented on issue kikobar/org.openbravo.kikobar.banqup#4 2023-08-31 02:41:32 +00:00
Wrong PDF format used in the Banqup portal

After the latest fix by Banqup (circa 2023-08-31) now they have added the general comment to the JSON and if not available, it defaults to the standard available in the portal, so now the bank…

kikobar pushed to master at kikobar/org.openbravo.kikobar.banqup 2023-08-09 08:07:55 +00:00
2fb0b8e1aa Change text CONTRIBUTING to MD format
kikobar commented on issue kikobar/org.openbravo.kikobar.banqup#4 2023-08-09 03:47:56 +00:00
Wrong PDF format used in the Banqup portal

After the latest fix by Banqup (2023-07-27) now the invoice CAN be sent to the customer without having to open it and re-save it in the portal, however the PDF format applied will be wrong in the…

kikobar commented on issue kikobar/org.openbravo.kikobar.banqup#4 2023-08-08 18:37:20 +00:00
Wrong PDF format used in the Banqup portal

This issue cannot be resolved from this application, it has to be resolved on the Banqup end.

We have opened an issue with them.

kikobar opened issue kikobar/org.openbravo.kikobar.banqup#4 2023-08-08 18:36:14 +00:00
Wrong PDF format used in the Banqup portal
kikobar pushed tag 0.3.0 to kikobar/org.openbravo.kikobar.banqup 2023-08-08 18:16:18 +00:00
kikobar pushed to master at kikobar/org.openbravo.kikobar.banqup 2023-08-08 18:16:03 +00:00
8388a21b0f Add support for marking invoices as paid
kikobar pushed to master at kikobar/org.openbravo.kikobar.banqup 2023-07-29 11:28:44 +00:00
a6dc3beff2 Add CONTRIBUTING.md
kikobar closed issue kikobar/org.openbravo.kikobar.banqup#1 2023-07-28 19:08:51 +00:00
Field 'supplyDate' not accessible via the Banqup API
kikobar commented on issue kikobar/org.openbravo.kikobar.banqup#1 2023-07-28 19:08:51 +00:00
Field 'supplyDate' not accessible via the Banqup API

After the update of the Banqup API/portal, now the 'supply_date' field is available through the API, but it is not mandatory, and it is populated with NULL by default if not provided in the…

kikobar commented on issue kikobar/org.openbravo.kikobar.banqup#3 2023-07-28 18:42:15 +00:00
Invoice lines in Banqup are created in reverse order than in Openbravo

Closed by commit 5db1b613d70f9bdb5d5b8143ecb7aebdaa6b38d7

kikobar closed issue kikobar/org.openbravo.kikobar.banqup#3 2023-07-28 18:42:15 +00:00
Invoice lines in Banqup are created in reverse order than in Openbravo
kikobar pushed tag 0.2.1 to kikobar/org.openbravo.kikobar.banqup 2023-07-28 18:38:41 +00:00
kikobar pushed to master at kikobar/org.openbravo.kikobar.banqup 2023-07-28 18:38:33 +00:00
5db1b613d7 Fix Issue #3 - Invoice lines are created in Banqup in reverse or random order than in Openbravo
kikobar commented on issue kikobar/org.openbravo.kikobar.banqup#3 2023-07-28 18:35:06 +00:00
Invoice lines in Banqup are created in reverse order than in Openbravo

The lines are not created in reverse order, the issue is that the query extracting the lines from Openbravo is not sorted, so lines are extracted in random order.

kikobar opened issue kikobar/org.openbravo.kikobar.banqup#3 2023-07-28 17:29:41 +00:00
Invoice lines in Banqup are created in reverse order than in Openbravo