There is no support for Units of Measure (UOM) through the API #5
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#5
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?
While the Banqup portal has the option of choosing different units of measure (UOM) for each of the invoice lines, the API implementation does not have support for it. Invoices submitted via the API default to Kg (Kilogram) for all the invoice lines.
The limitation cannot be solved by this application as it is an inherent limitation of the Unifiedpost API itself.
I contacted Unifiedpost about this issue and they are aware of this limitation, but providing support for UOM through the API has low priority at the moment.
On the other hand, changing the default to Unit instead of Kg is not that complicated (and this would allow for including the UOM in the product description as a workaround), so they offered to include this change in the next release.
Unifiedpost has amended the API to default the UOM to 'Unit', so the users could pass a product description including the UOM as a workaround.