Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045254Retail ModulesCopy Retail Storepublic2020-10-19 16:242020-11-23 15:53
rafaroda 
prakashmurugesan88 
highminoralways
closedfixed 
5
 
RR21Q1 
marvintm
No
0045254: Copy store adds store name to the roles created even if original is composed of only code
Copy store adds Store B name to the roles created even if original is composed of only code
1. Do copy store of a store A to Store B: in store A the role name is LABEL - AD_ORG.VALUE
2. In store B the role name is created as LABEL - AD_ORG.VALUE AD_ORG.NAME
In store B the role name should be created as LABEL - AD_ORG.VALUE if that was the pattern of store A
CopyRetailStore, NOR
related to defect 0045253 closed prakashmurugesan88 Copy store does not reset the Gift Card Number Document Sequence to 0 
related to defect 0045252 closed prakashmurugesan88 Copy store adds odd “-Warehouse” label in the warehouse created 
related to defect 0045248 closed prakashmurugesan88 Copy store does not copy field Organization Tax Category from Organization window 
related to defect 0045247 closed prakashmurugesan88 Copy store does not copy values of Document Type > Template > Email definitions subtab 
related to defect 0045256 closed prakashmurugesan88 Copy store appends store code to the cash management events copied 
patch I45254_DKTR_19Q3.patch (1,666) 2020-11-23 15:53
https://issues.openbravo.com/file_download.php?file_id=15113&type=bug
Issue History
2020-10-19 16:24rafarodaNew Issue
2020-10-19 16:24rafarodaAssigned To => marvintm
2020-10-19 16:24rafarodaResolution time => 1604098800
2020-10-19 16:24rafarodaTriggers an Emergency Pack => No
2020-10-19 16:24rafarodaIssue generated from0045253
2020-10-19 16:24rafarodaRelationship addedrelated to 0045253
2020-10-19 16:24rafarodaTag Attached: NOR
2020-10-19 16:25rafarodaRelationship addedrelated to 0045252
2020-10-19 16:25rafarodaRelationship addedrelated to 0045248
2020-10-19 16:25rafarodaRelationship addedrelated to 0045247
2020-10-19 16:37rafarodaSummaryCopy store adds store name name to the roles created even if original is composed of only code => Copy store adds store name to the roles created even if original is composed of only code
2020-10-19 16:39rafarodaIssue cloned0045256
2020-10-19 16:39rafarodaRelationship addedrelated to 0045256
2020-10-20 08:40marvintmAssigned Tomarvintm => Retail
2020-10-21 17:03rafarodaTag Attached: CopyRetailStore
2020-10-22 09:18prakashmurugesan88Assigned ToRetail => prakashmurugesan88
2020-10-22 16:17prakashmurugesan88Statusnew => scheduled
2020-10-22 16:24rafarodaNote Added: 0123879
2020-10-23 06:04prakashmurugesan88Note Added: 0123893
2020-10-26 06:59hgbotResolutionopen => fixed
2020-10-26 06:59hgbotStatusscheduled => resolved
2020-10-26 06:59hgbotNote Added: 0123920
2020-10-26 06:59marvintmReview Assigned To => marvintm
2020-10-26 06:59marvintmStatusresolved => closed
2020-10-26 06:59marvintmFixed in Version => RR21Q1
2020-11-23 15:53prakashmurugesan88File Added: I45254_DKTR_19Q3.patch

Notes
(0123879)
rafaroda   
2020-10-22 16:24   
The new role created for store B should follow the same naming pattern of the Store A.

For instance:
Role A should be: "Role" > Role B should be: "Role"
Role A: Role - Store A Name > Role B: Role - Store B Name
Role A: Role // Store A Key > Role B: Role // Store B Key
(0123893)
prakashmurugesan88   
2020-10-23 06:04   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore/-/merge_requests/8 [^] [^]
(0123920)
hgbot   
2020-10-26 06:59   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore [^]
Changeset: 652f3f9111dfccd15152062ae0fdd81157c313f2
Author: Prakash M <prakash@qualiantech.com>
Date: 2020-10-26T10:15:03+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore/-/commit/652f3f9111dfccd15152062ae0fdd81157c313f2 [^]

Fixed BUG-45254: Fixed new role name to have new store searchkey if it has such format in original store else original role name

---
M src/org/openbravo/retail/copystore/process/DefaultPropertiesHandler.java
---