Openbravo Issue Tracking System - POS2
View Issue Details
0055598POS2POSpublic2024-05-28 10:332024-06-17 13:13
jayala 
jayala 
normaltrivialhave not tried
closedfixed 
5
 
24Q3 
guilleaer
No
0055598: Show PopUp for Products without price - (Part 2: Develop price synchronization)
All info at: https://openbravo.atlassian.net/browse/RM-14063 [^]
(·_·)
No tags attached.
related to feature request 0055418 closed jayala No price products (price at 0 in pricelist) 
Issue History
2024-05-28 10:33jayalaNew Issue
2024-05-28 10:33jayalaAssigned To => Retail
2024-05-28 10:33jayalaTriggers an Emergency Pack => No
2024-05-28 10:33jayalaAssigned ToRetail => jayala
2024-05-30 10:18jayalaRelationship addedrelated to 0055418
2024-06-05 12:27hgbotNote Added: 0165603
2024-06-17 13:10hgbotNote Added: 0166018
2024-06-17 13:10hgbotResolutionopen => fixed
2024-06-17 13:10hgbotStatusnew => resolved
2024-06-17 13:10hgbotFixed in Version => 24Q3
2024-06-17 13:10hgbotNote Added: 0166019
2024-06-17 13:13jayalaReview Assigned To => guilleaer
2024-06-17 13:13jayalaStatusresolved => closed

Notes
(0165603)
hgbot   
2024-06-05 12:27   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2700 [^]
(0166018)
hgbot   
2024-06-17 13:10   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2700 [^]
(0166019)
hgbot   
2024-06-17 13:10   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 8b09504820df138beca11ba19416bc9cb335d630
Author: Javier Ayala <javier.ayala@openbravo.com>
Date: 17-06-2024 11:09:58
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/8b09504820df138beca11ba19416bc9cb335d630 [^]

[NoPriceSynchronization] Fixed ISSUE-55598: [RM-14063] Show PopUp for Products without price - (Part 2: Develop price synchronization). Changes:
    - Added checkbox (also its message) to no price product popup. Send masterdata message to set the price in the terminal.
    - Add CSS to make the text appear in one line
    - Developed all the infraestructure to send message to BackOffice for update the price (Added new ref list, service and created all the necessary classes).
    - Save error in EWI if it's a error from the data.

---
A src/org/openbravo/pos2/ProductPriceLoader.java
A src/org/openbravo/pos2/importprocess/ProductPriceImportEntryProcessor.java
A src/org/openbravo/pos2/importprocess/ProductPriceImportPREEntryProcessor.java
A web-jspack/org.openbravo.pos2/src/components/PriceForProductsWithPriceZero/PriceForProductsWithPriceZero.scss
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/OBMOBC_SERVICES.xml
M web-jspack/org.openbravo.pos2/src/model/ticket/user-actions/AddProductHooks.js
---