Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039377Retail ModulesCopy Retail Storepublic2018-09-28 12:002018-10-05 13:59
Leyre 
rqueralta 
immediatemajoralways
closedfixed 
5
 
RR18Q4 
marvintm
Packaging and release
2018-08-27
main
https://code.openbravo.com/erp/pmods/org.openbravo.retail.copystore/rev/81bf973b98d4 [^]
No
0039377: The Copy Terminal process does not work
The Copy Terminal process does not work
1. Navigate to POS Terminal window

2. Select a POS Terminal

3. Copy Terminal

4. Fill POS Terminal Search Key and POS Terminal name -> Done

** Check that the process fails (Look at the attached image).
The problem was caused by changeset:

https://code.openbravo.com/erp/pmods/org.openbravo.retail.copystore/rev/81bf973b98d4 [^] [^]

The solution is to check if originalStore exists, and if not, then not try to do the organization name replacement.
No tags attached.
has duplicate defect 0039402 closed Retail Copy Terminal functionality in Copy Store module does not work 
related to defect 0041270 closed rqueralta Copy Store Process are copying the same POS Terminal Type Name as the Original Store copied. 
? CopyTerminal (83,560) 2018-09-28 12:00
https://issues.openbravo.com/file_download.php?file_id=12196&type=bug
Issue History
2018-09-28 12:00LeyreNew Issue
2018-09-28 12:00LeyreAssigned To => Retail
2018-09-28 12:00LeyreFile Added: CopyTerminal
2018-09-28 12:00LeyreTriggers an Emergency Pack => No
2018-09-28 12:06LeyreResolution time => 1539900000
2018-09-28 12:06LeyreRegression level => Pre packaging ( pi )
2018-09-28 17:55rqueraltaAssigned ToRetail => rqueralta
2018-09-28 17:55rqueraltaStatusnew => scheduled
2018-10-04 13:33rafarodaRelationship addedrelated to 0039402
2018-10-04 13:42marvintmRegression levelPre packaging ( pi ) => Packaging and release
2018-10-04 13:42marvintmRegression date => 2018-08-27
2018-10-04 13:42marvintmRegression introduced in release => main
2018-10-04 13:42marvintmRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.copystore/rev/81bf973b98d4 [^]
2018-10-04 13:42marvintmProposed Solution updated
2018-10-04 13:42marvintmRelationship replacedhas duplicate 0039402
2018-10-04 15:01hgbotCheckin
2018-10-04 15:01hgbotNote Added: 0107161
2018-10-04 15:01hgbotStatusscheduled => resolved
2018-10-04 15:01hgbotResolutionopen => fixed
2018-10-04 15:01hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.copystore/rev/e433f1e73895b97d1cb6682538f8f30b88f7fffc [^]
2018-10-05 13:58hgbotCheckin
2018-10-05 13:58hgbotNote Added: 0107180
2018-10-05 13:59marvintmReview Assigned To => marvintm
2018-10-05 13:59marvintmStatusresolved => closed
2018-10-05 13:59marvintmFixed in Version => RR18Q4
2019-07-04 09:15samuel_nicuesaRelationship addedblocks 0041270
2019-07-04 09:15samuel_nicuesaRelationship deletedblocks 0041270
2019-07-04 09:15samuel_nicuesaRelationship addedrelated to 0041270

Notes
(0107161)
hgbot   
2018-10-04 15:01   
Repository: erp/pmods/org.openbravo.retail.copystore
Changeset: e433f1e73895b97d1cb6682538f8f30b88f7fffc
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Fri Sep 28 12:00:35 2018 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.copystore/rev/e433f1e73895b97d1cb6682538f8f30b88f7fffc [^]

Fixed issue 39377: The Copy Terminal process does not work

---
M src/org/openbravo/retail/copystore/process/DefaultPropertiesHandler.java
---
(0107180)
hgbot   
2018-10-05 13:58   
Repository: erp/pmods/org.openbravo.retail.copystore
Changeset: 09e0a4b66d8c049dd205d3cb5fdc588198b109f4
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Fri Oct 05 13:58:38 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.copystore/rev/09e0a4b66d8c049dd205d3cb5fdc588198b109f4 [^]

Related to issue 39377. TerminalType name will not be changed if it's referenced and not cloned

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