Field 'supplyDate' not accessible via the Banqup API #1
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: kikobar/org.openbravo.kikobar.banqup#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Banqup API does not accept or publish the 'suppyDate', but it seems to populate it with a default date value '2022-10-23'.
This value is observable in the Banqup portal, requiring its manual update or replace with NULL to avoid the default to show in the PDF version of the invoice.
This value is currently not accessible via the Banqup API, so this script cannot populate it, but I have filed a request with Unifiedpost to either make it available or populate it with NULL instead.
According to the Banqup folks, they are addressing the underlying issue in a release scheduled for 2023-07-27.
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 JSON.
This closes this issue without any further action required.