Openbravo Issue Tracking System - Modules | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0053932 | Modules | Openbravo Business API | public | 2023-11-14 16:10 | 2023-11-20 00:34 | |||||||
Reporter | vmromanos | |||||||||||
Assigned To | vmromanos | |||||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | Fixed in Version | |||||||||||
Merge Request Status | ||||||||||||
Regression date | ||||||||||||
Regression introduced by commit | ||||||||||||
Regression level | ||||||||||||
Review Assigned To | ||||||||||||
Support ticket | ||||||||||||
OBNetwork customer | ||||||||||||
Regression introduced in release | ||||||||||||
Summary | 0053932: Add currency property to ShipmentInOutLine.orderLine object (export) | |||||||||||
Description | The export API for ShipmentInOutLine includes an optional object "orderLine" with some information about prices. Example: "orderLine": { "id": "72E63EA391224D0EAC7A633EA0985532", "lineNo": 20, "orderDocumentNo": "CMS1000000", "grossUnitPrice": 60, "netUnitPrice": 49.59 } To properly understand these prices, the currency should be displayed too. Example: "orderLine": { "id": "72E63EA391224D0EAC7A633EA0985532", "lineNo": 20, "orderDocumentNo": "CMS1000000", "grossUnitPrice": 60, "netUnitPrice": 49.59, "currency": "EUR" } | |||||||||||
Steps To Reproduce | In Postman, open the Openbravo API | Transactional Data | Export | Goods Receipt | Filtering by ID Goods Receipt. See that there are several orderLine objects with price information but without currency. | |||||||||||
Proposed Solution | Add currency property to orderLine object | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2023-11-14 16:10 | vmromanos | New Issue | ||||||||||
2023-11-14 16:10 | vmromanos | Assigned To | => vmromanos | |||||||||
2023-11-14 16:10 | vmromanos | Issue generated from | 0053906 | |||||||||
2023-11-14 16:10 | vmromanos | Relationship added | depends on 0053906 | |||||||||
2023-11-14 16:11 | vmromanos | Status | new => scheduled | |||||||||
2023-11-14 16:19 | hgbot | Note Added: 0157140 | ||||||||||
2023-11-20 00:34 | hgbot | Note Added: 0157320 | ||||||||||
2023-11-20 00:34 | hgbot | Resolution | open => fixed | |||||||||
2023-11-20 00:34 | hgbot | Status | scheduled => closed | |||||||||
2023-11-20 00:34 | hgbot | Note Added: 0157321 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|