Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0054950
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Retail APImajorhave not tried2024-03-14 09:512024-04-16 13:43
ReporterAgatheBertinView Statuspublic 
Assigned ToRajesh_18 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0054950: API PriceList : missing information in the swagger

DescriptionWhen creating/updating PriceList through API, there is a field in the ProductPrice table named : OVERRIDE which , when set to true, delete all the pricelistexception (expected).

But this field is not present in the swagger
Steps To ReproduceCheck the json here and see there is the override field
The field is not in the swagger and should be added (into in the examples)

"productPrices":
            [
                {
                    "product": "TESTSAU-API02",
                    "unitPrice": 70,
                    "listPrice": 75,
                    "priceLimit": 30,
                    "printPriceForTemplates": "UnitPrice",
                    "printPriceForWebPos": "ListPriceDiscountedAmount",
                    "printPriceForProductLabels": "ListPriceDiscountPercentage",
                    "active": "true",
                    "override": true
                }
            ]
Proposed Solutionadd the field into the swagger and examples
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0162902)
hgbot (developer)
2024-04-08 06:26

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations.api/-/merge_requests/7 [^]
(0163284)
hgbot (developer)
2024-04-16 13:43

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations.api [^]
Changeset: 916a5fb6f9e748e14ec423465cfa2a2ef723636a
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 06-04-2024 15:47:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations.api/-/commit/916a5fb6f9e748e14ec423465cfa2a2ef723636a [^]

Fixed ISSUE-54950: Added Property for import PriceList API

---
A src/org/openbravo/commercialoperations/api/mappings/ProductPrice/ImportPricingProductPriceJavaPropertyMappingHandler.java
---
(0163285)
hgbot (developer)
2024-04-16 13:43

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations.api/-/merge_requests/7 [^]

- Issue History
Date Modified Username Field Change
2024-03-14 09:51 AgatheBertin New Issue
2024-03-14 09:51 AgatheBertin Assigned To => Triage Platform Conn
2024-03-14 09:51 AgatheBertin Triggers an Emergency Pack => No
2024-04-02 09:56 adrianromero Assigned To Triage Platform Conn => Retail
2024-04-05 14:31 aaroncalero Status new => acknowledged
2024-04-06 07:21 Rajesh_18 Assigned To Retail => Rajesh_18
2024-04-06 07:21 Rajesh_18 Status acknowledged => scheduled
2024-04-08 06:26 hgbot Note Added: 0162902
2024-04-16 13:43 hgbot Resolution open => fixed
2024-04-16 13:43 hgbot Status scheduled => closed
2024-04-16 13:43 hgbot Note Added: 0163284
2024-04-16 13:43 hgbot Note Added: 0163285


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker