Openbravo Issue Tracking System - Retail Modules
View Issue Details
0052696Retail ModulesWeb POSpublic2023-06-08 10:042023-06-20 07:36
XABIER_AGUADO 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
 
No
0052696: Document Sequence issue
If a Document Sequences has NO prefix on the original Document the prefix on the new document should be empty.
If a document Sequences has NO search key on the Prefix then the original Prefix from the original Document Sequence must be copied.
Do a CRS from a store that on Document Sequence has:

One prefix different than the store search key
One prefix blank
One prefix equal to the store search key
Replace as follows:

One prefix different than the store search key ---> Copied store has this paramenter copied with the same prefix as the Original Store

One prefix blank -----> Copied store has this paremeter blank too

One prefix equal to the store search key ---> Copied Store has this parameter copied with the new store search key instead (Currently OK)
FASH
related to defect 0052353 closed ranjith_qualiantech_com Document Sequence´s prefix are not copied if the Original Store has letter on its search key. 
png PREFIXES.png (81,759) 2023-06-08 10:04
https://issues.openbravo.com/file_download.php?file_id=18629&type=bug
png
Issue History
2023-06-08 10:04XABIER_AGUADONew Issue
2023-06-08 10:04XABIER_AGUADOAssigned To => Retail
2023-06-08 10:04XABIER_AGUADOFile Added: PREFIXES.png
2023-06-08 10:04XABIER_AGUADOTriggers an Emergency Pack => No
2023-06-08 10:04XABIER_AGUADOTag Attached: FASH
2023-06-08 11:36ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2023-06-08 12:04ranjith_qualiantech_comRelationship addedrelated to 0052353
2023-06-09 07:46ranjith_qualiantech_comStatusnew => scheduled
2023-06-12 07:44hgbotNote Added: 0151002
2023-06-19 09:33marvintmCategoryCopy Retail Store => Web POS
2023-06-20 07:36hgbotResolutionopen => fixed
2023-06-20 07:36hgbotStatusscheduled => closed
2023-06-20 07:36hgbotNote Added: 0151335
2023-06-20 07:36hgbotNote Added: 0151336

Notes
(0151002)
hgbot   
2023-06-12 07:44   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore/-/merge_requests/48 [^]
(0151335)
hgbot   
2023-06-20 07:36   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore [^]
Changeset: 2c9b964ec70509c8fd117207c76dc833e1fcceb8
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 09-06-2023 15:04:17
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore/-/commit/2c9b964ec70509c8fd117207c76dc833e1fcceb8 [^]

Fixed ISSUE-52696: DocSequence prefix should be copied when doing CRS
* When doing CRS,
1) New docseq prefix should be null if original docseq prefix is null
2) New docseq prefix should be same as original docseq prefix
     if original docseq prefix doesn't contain the new store searchkey

---
M src/org/openbravo/retail/copystore/process/DefaultPropertiesHandler.java
---
(0151336)
hgbot   
2023-06-20 07:36   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore/-/merge_requests/48 [^]