Openbravo Issue Tracking System - Retail Modules
View Issue Details
0056451Retail ModulesRetail APIpublic2024-09-16 07:252024-10-04 10:38
AgatheBertin 
ludmila_ursu 
normalminorhave not tried
closedfixed 
5
 
 
No
0056451: API LITIGATION - documentStatus Description
In the GET (the POST is OK), the description of documentStatus field is wrong
==> we have 2 times the CO status and we don't have the CL status.

Document status search key. The accepted values are:

DR: The document is in draft status, which means it is not processed yet.
CO: The document is in confirmed status, so it has been validated by a user with enough privileges
OG: The litigation is ongoing, i.e., under management with the provider.
CA: The litigation is discarded, so no additional action needs to take place
CO: The litigation is closed, so all related actions have already been performed and the problem/s behind are already managed/solved.
Just change the last line, should be CL and not CO.
No tags attached.
png swagger.png (136,553) 2024-10-02 10:40
https://issues.openbravo.com/file_download.php?file_id=20208&type=bug
png
Issue History
2024-09-16 07:25AgatheBertinNew Issue
2024-09-16 07:25AgatheBertinAssigned To => Triage Platform Conn
2024-09-16 07:25AgatheBertinTriggers an Emergency Pack => No
2024-09-16 10:21adrianromeroAssigned ToTriage Platform Conn => Retail
2024-09-18 12:07jorgewederagoAssigned ToRetail => Triage Omni OMS
2024-09-19 21:40aferrazAssigned ToTriage Omni OMS => Triage Omni WMS
2024-10-01 18:16mtaalAssigned ToTriage Omni WMS => ludmila_ursu
2024-10-02 10:38ludmila_ursuNote Added: 0169893
2024-10-02 10:40ludmila_ursuFile Added: swagger.png
2024-10-02 17:06ludmila_ursuNote Added: 0169905
2024-10-02 17:08ludmila_ursuNote Added: 0169908
2024-10-04 10:37ludmila_ursuNote Added: 0169995
2024-10-04 10:37ludmila_ursuStatusnew => acknowledged
2024-10-04 10:38ludmila_ursuStatusacknowledged => scheduled
2024-10-04 10:38ludmila_ursuStatusscheduled => resolved
2024-10-04 10:38ludmila_ursuResolutionopen => fixed
2024-10-04 10:38ludmila_ursuStatusresolved => closed

Notes
(0169893)
ludmila_ursu   
2024-10-02 10:38   
URL for the Litigations API:
https://livebuilds.openbravo.com/context/omni_wms_ssms/api?urls.primaryName=Business%20API%20-%20Transactional%20Data#/Litigation/Export_Litigation [^]
(0169905)
ludmila_ursu   
2024-10-02 17:06   
Merge request:
https://gitlab.com/openbravo/product/pmods/org.openbravo.litigations/-/merge_requests/8 [^]
(0169908)
ludmila_ursu   
2024-10-02 17:08   
Test plan:
* go the Swagger URL (from livedevbuilds, click on API [link](https://livebuilds.openbravo.com/context/retail_modules_pgsql_pi/api [^]))
* on the top right, select "Business API - Transactional Data
* go to the "Litigation" part and open one of the GET api url
* in the "Responses" part click on "Schema" and open the menus: data, Items, documentStatus. Notice that now the last line mentions the CL (CLosed) status.
(0169995)
ludmila_ursu   
2024-10-04 10:37   
Merge request merged