Openbravo Issue Tracking System - Retail Modules | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0048436 | Retail Modules | Retail API | public | 2022-01-19 16:36 | 2024-05-28 07:31 |
| Reporter | dmiguelez | ||||
| Assigned To | Triage Platform Conn | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Platform | OS | 5 | OS Version | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Merge Request Status | |||||
| Review Assigned To | |||||
| OBNetwork customer | No | ||||
| Support ticket | |||||
| Regression level | |||||
| Regression date | |||||
| Regression introduced in release | |||||
| Regression introduced by commit | |||||
| Triggers an Emergency Pack | No | ||||
| Summary | 0048436: Add detail of lines information in WS that returns Request Status | ||||
| Description | There is a webservice that returns information about the requests: org.openbravo.retail.api.StatusService With it, it is possible to know the status of a particular request. However, it does not return information about the details of the lines. | ||||
| Steps To Reproduce | An example of the actual call to the WS: { "data":{ "id":"7AE017D44F7248BAAF6C2C968F5C78C1", "status":"Error", "creationDate":"2021-11-30 18:11:02.378", "executionDate":"2021-11-30 18:11:02.398" }, "links":null } What is required would look like: { "data":{ "id":"7AE017D44F7248BAAF6C2C968F5C78C1", "status":"Error", "creationDate":"2021-11-30 18:11:02.378", "executionDate":"2021-11-30 18:11:02.398", "errorLines":[ { "message":"Error while importing an item: Value of property organization is null but it does not accept null values", "data":"[{\"client\":\"Mobivia\",\"searchKey\":\"7881\",\"name\":\"Test SMA\",\"description\":\"7881\",\"upcEAN\":\"7881\",\"uom\":\"SM\",\"productCategory\":\"Article\",\"taxCategory\":\"TVA normale\",\"active\":true,\"productType\":\"Item\",\"generic\":false,\"stocked\":true,\"purchased\":true,\"sold\":true,\"showCharactDesc\":true,\"scale\":false,\"showStock\":false,\"allowAnonymousSale\":true,\"multiSelectable\":false,\"groupedProduct\":true,\"printServices\":true,\"allowDeferredSell\":false,\"linkedToProduct\":false,\"uniquePerDocument\":false,\"priceRuleBased\":false,\"printDescription\":false,\"returnable\":true,\"summaryLevel\":false,\"billOfMaterials\":false,\"printDetailsOnInvoice\":false,\"printDetailsOnPickList\":false,\"verified\":false,\"calculated\":false,\"production\":false,\"quantityVariable\":false,\"discontinued\":false,\"volume\":0,\"weight\":0,\"characteristicValues\":{}}]" } ] }, "links":null } | ||||
| Proposed Solution | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://issues.openbravo.com/file_download.php?file_id=16523&type=bug | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2022-01-19 16:36 | dmiguelez | New Issue | |||
| 2022-01-19 16:36 | dmiguelez | Assigned To | => Triage Platform Conn | ||
| 2022-01-19 16:36 | dmiguelez | File Added: proposal.diff | |||
| 2022-01-19 16:36 | dmiguelez | OBNetwork customer | => No | ||
| 2022-01-19 16:36 | dmiguelez | Triggers an Emergency Pack | => No | ||
| 2022-01-19 16:44 | caristu | Status | new => acknowledged | ||
| 2024-05-28 07:31 | alostale | Status | acknowledged => scheduled | ||
| 2024-05-28 07:31 | alostale | Note Added: 0165194 | |||
| 2024-05-28 07:31 | alostale | Status | scheduled => closed | ||
| 2024-05-28 07:31 | alostale | Resolution | open => duplicate | ||
| Notes | |||||
|
|
|||||
|
|
||||