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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0056028
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Retail APImajoralways2024-07-16 12:222024-07-19 07:45
Reporterazzeddine_meftohView Statuspublic 
Assigned Tosreehari 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression levelPackaging and release
Regression date2024-06-24
Regression introduced in releasemain
Regression introduced by commithttps://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/commit/dacc0e1484f5f31c7e921ec2294c6d6c8f567d83 [^]
Triggers an Emergency PackNo
Summary

0056028: import product API is not processing the assortments

Descriptionimport product API is not processing the assortments.
Steps To Reproduce[
    {
        "client": "The White Valley Group",
        "organization": "The White Valley Group",
        "searchKey": "FDS",
        "name": "TEST FDS",
        "description": "TEST FDS",
        "upcEAN": "5020000000001",
        "uom": "Unit",
        "productCategory": "Backpacks & Travel",
        "taxCategory": "IVA Normal",
        "active": true,
        "productType": "I",
        "generic": false,
        "stocked": true,
        "purchased": true,
        "sold": true,
        "showCharactDesc": true,
        "scale": false,
        "showStock": false,
        "allowAnonymousSale": true,
        "multiSelectable": false,
        "groupedProduct": false,
        "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,
        "quantityType": false,
        "printPrice": true,
        "volume": 0,
        "weight": 0,
        "editablePrice": true,
        "characteristicValues": [
            {
                "Color": "Black"
            }
        ],
        "assortments":[
            {
                "assortment": "White Valley Group Product List",
                "bestseller": false
            }
        ]
    }
]
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 0056049RR24Q3.1 closedsreehari import product API is not processing the assortments 
caused by feature request 0055635 closedgaboflash Add the ability to define product characteristics at organization level 

-  Notes
(0167042)
guillermogil (manager)
2024-07-17 08:32

Backport to 24Q3 is needed
(0167079)
hgbot (developer)
2024-07-18 06:40

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/304 [^]
(0167080)
hgbot (developer)
2024-07-18 06:59

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.api [^]
Changeset: d7edcb24f11b88b2836dee03cd1880992b11a93f
Author: Sreehari Venkataraman <sreehari.venkataraman.ext@openbravo.com>
Date: 17-07-2024 17:21:08
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/commit/d7edcb24f11b88b2836dee03cd1880992b11a93f [^]

Fixes ISSUE-56028: Changed the overridden key-value of properties
*key '430' is overridden by 'alternativeUnitOfMeasure'
*so used '440' for 'assortments'

---
M src/org/openbravo/api/mappings/product/ImportProductJavaPropertyMappingHandler.java
---
(0167081)
hgbot (developer)
2024-07-18 06:59

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/304 [^]
(0167133)
sreehari (developer)
2024-07-18 13:54

Assortment does not work with multitaxcategoy api module, since the same key is used there
(0167143)
hgbot (developer)
2024-07-19 06:48

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/309 [^]
(0167146)
hgbot (developer)
2024-07-19 07:45

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/309 [^]
(0167147)
hgbot (developer)
2024-07-19 07:45

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.api [^]
Changeset: de680abed58fd513be932436b8d65883f59463a6
Author: Sreehari Venkataraman <sreehari.venkataraman.ext@openbravo.com>
Date: 19-07-2024 05:45:52
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/commit/de680abed58fd513be932436b8d65883f59463a6 [^]

Fixes ISSUE-56028: Assortment not being updated in Product API due to same sequence
There was a conflct with MultiTax so a new slot has been taken

---
M src/org/openbravo/api/mappings/product/ImportProductJavaPropertyMappingHandler.java
---

- Issue History
Date Modified Username Field Change
2024-07-16 12:22 azzeddine_meftoh New Issue
2024-07-16 12:22 azzeddine_meftoh Assigned To => Triage Platform Conn
2024-07-16 12:22 azzeddine_meftoh Triggers an Emergency Pack => No
2024-07-16 12:35 martinsdan Issue Monitored: martinsdan
2024-07-16 13:38 adrianromero Assigned To Triage Platform Conn => Retail
2024-07-17 08:14 guillermogil Regression level => Packaging and release
2024-07-17 08:14 guillermogil Reproducibility have not tried => always
2024-07-17 08:22 guillermogil Assigned To Retail => guillermogil
2024-07-17 08:32 guillermogil Regression date => 2024-06-24
2024-07-17 08:32 guillermogil Regression introduced in release => main
2024-07-17 08:32 guillermogil Regression introduced by commit => https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/commit/dacc0e1484f5f31c7e921ec2294c6d6c8f567d83 [^]
2024-07-17 08:32 guillermogil Note Added: 0167042
2024-07-17 08:32 guillermogil Relationship added caused by 0055635
2024-07-17 08:32 guillermogil Assigned To guillermogil => Retail
2024-07-17 08:32 guillermogil Status new => acknowledged
2024-07-17 08:35 sreehari Assigned To Retail => sreehari
2024-07-17 08:35 sreehari Status acknowledged => scheduled
2024-07-17 14:06 sreehari Status scheduled => acknowledged
2024-07-17 14:07 sreehari Status acknowledged => scheduled
2024-07-18 06:40 hgbot Note Added: 0167079
2024-07-18 06:59 hgbot Resolution open => fixed
2024-07-18 06:59 hgbot Status scheduled => closed
2024-07-18 06:59 hgbot Note Added: 0167080
2024-07-18 06:59 hgbot Note Added: 0167081
2024-07-18 13:54 sreehari Note Added: 0167133
2024-07-18 13:54 sreehari Status closed => new
2024-07-18 13:54 sreehari Resolution fixed => open
2024-07-18 13:54 sreehari Status new => scheduled
2024-07-19 06:48 hgbot Note Added: 0167143
2024-07-19 07:45 hgbot Note Added: 0167146
2024-07-19 07:45 hgbot Resolution open => fixed
2024-07-19 07:45 hgbot Status scheduled => closed
2024-07-19 07:45 hgbot Note Added: 0167147


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker