Openbravo Issue Tracking System - Retail Modules
View Issue Details
0049512Retail ModulesDiscounts and Promotionspublic2022-06-08 17:512022-06-23 12:28
noemieroussel 
radhakrishnan 
highmajoralways
closedfixed 
5
 
 
No
0049512: Error message when importing a product list in the WebPOS
There is a problem when importing the file, with and without header, there is an error message on each line of the file (Product not found).
See video how it doesn’t work with the downloaded file but it works just saving the file as .csv in excel :

https://drive.google.com/file/d/14v7yDFKNqsv4EK7vAKj6j21APo_17pg5/view?usp=sharing [^]
FASH
Issue History
2022-06-08 17:51noemierousselNew Issue
2022-06-08 17:51noemierousselAssigned To => staffrm
2022-06-09 09:40noemierousselSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=24251#r24251
2022-06-09 10:28shuehnerProjectMantis @ OB => Retail Modules
2022-06-09 10:29shuehnerTriggers an Emergency Pack => No
2022-06-09 10:29shuehnerAssigned Tostaffrm => Retail
2022-06-09 10:29shuehnerCategoryOthers => Web POS
2022-06-09 11:58avicenteReproducibilityhave not tried => always
2022-06-09 11:58avicenteCategoryWeb POS => Discounts and Promotions
2022-06-10 02:06rafarodaTag Attached: FASH
2022-06-13 13:28radhakrishnanAssigned ToRetail => radhakrishnan
2022-06-13 13:28radhakrishnanStatusnew => scheduled
2022-06-14 15:38hgbotNote Added: 0138341
2022-06-22 13:17hgbotNote Added: 0138615
2022-06-22 13:19hgbotNote Added: 0138616
2022-06-23 12:28hgbotNote Added: 0138687
2022-06-23 12:28hgbotResolutionopen => fixed
2022-06-23 12:28hgbotStatusscheduled => closed
2022-06-23 12:28hgbotFixed in Version => PR22Q3
2022-06-23 12:28hgbotNote Added: 0138688

Notes
(0138341)
hgbot   
2022-06-14 15:38   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/620 [^]
(0138615)
hgbot   
2022-06-22 13:17   
Merge request closed: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/620 [^]
(0138616)
hgbot   
2022-06-22 13:19   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/625 [^]
(0138687)
hgbot   
2022-06-23 12:28   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/625 [^]
(0138688)
hgbot   
2022-06-23 12:28   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 760e59d7cbd630748e0b3dca45e2562bc88356a9
Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com>
Date: 23-06-2022 10:27:53
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/760e59d7cbd630748e0b3dca45e2562bc88356a9 [^]

Fixed ISSUE-49512: Updated validation when importing discount product
* Added Organization validation when checking product in the client

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/businesslogic/ImportProductInDiscount.java
---