Openbravo Issue Tracking System - Retail Modules
View Issue Details
0027326Retail ModulesCopy Retail Storepublic2014-08-13 18:502014-10-23 17:08
jecharri 
marvintm 
urgentmajoralways
closedfixed 
5
 
piRR14Q4 
adrianromero
OBPS
30418
No
0027326: Copy terminal process fails when you try to clone a terminal with terminal key identifier
Copy terminal process fails when you try to clone a terminal with terminal key identifier
-After Q3 we have the Authentication project and field "terminal key identifier" in window "POS terminal"

The steps are:
-you must have installed module "Copy Retail Store and Terminal"
-go to "POS terminal" window and fill field "terminal key identifier"
-press in button "Copy Terminal"

You will receive the error of the image.

The problem is that it is trying to create a terminal with same key identifier and it exists a database restriction
No tags attached.
related to defect 0027331 closed AugustoMauch In Copy terminal process tab key does not work 
png Copy_terminal.png (145,932) 2014-08-13 19:00
https://issues.openbravo.com/file_download.php?file_id=7133&type=bug
png
Issue History
2014-08-13 18:50jecharriNew Issue
2014-08-13 18:50jecharriAssigned To => marvintm
2014-08-13 18:50jecharriOBNetwork customer => Yes
2014-08-13 18:50jecharriSupport ticket => 30418
2014-08-13 18:50jecharriResolution time => 1408312800
2014-08-13 18:50jecharriTriggers an Emergency Pack => No
2014-08-13 19:00jecharriFile Added: Copy_terminal.png
2014-08-13 20:36jecharriIssue cloned0027331
2014-08-13 20:37jecharriRelationship addedrelated to 0027331
2014-08-13 20:38jecharriSummaryCopy store terminal process fails when you try to clone a terminal with terminal key identifier => Copy terminal process fails when you try to clone a terminal with terminal key identifier
2014-08-13 20:38jecharriDescription Updatedbug_revision_view_page.php?rev_id=6268#r6268
2014-08-13 20:38jecharriSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=6270#r6270
2014-08-17 17:07hgbotCheckin
2014-08-17 17:07hgbotNote Added: 0069428
2014-08-17 17:07hgbotStatusnew => resolved
2014-08-17 17:07hgbotResolutionopen => fixed
2014-08-17 17:07hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.copystore/rev/89ba1e5c6372ccb49ac57a169f121dcb1860e151 [^]
2014-08-28 11:50adrianromeroReview Assigned To => adrianromero
2014-08-28 11:50adrianromeroNote Added: 0069829
2014-08-28 11:50adrianromeroStatusresolved => closed
2014-08-28 11:50adrianromeroFixed in Version => RR14Q4
2014-10-23 17:08hgbotCheckin
2014-10-23 17:08hgbotNote Added: 0071140

Notes
(0069428)
hgbot   
2014-08-17 17:07   
Repository: erp/pmods/org.openbravo.retail.copystore
Changeset: 89ba1e5c6372ccb49ac57a169f121dcb1860e151
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Sun Aug 17 17:06:53 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.copystore/rev/89ba1e5c6372ccb49ac57a169f121dcb1860e151 [^]

Fixes issue 27326: Copy terminal process fails when you try to clone a terminal with terminal key identifier
Added property handler for the terminal key identifier

---
M src/org/openbravo/retail/copystore/process/DefaultPropertiesHandler.java
---
(0069829)
adrianromero   
2014-08-28 11:50   
Verified.
(0071140)
hgbot   
2014-10-23 17:08   
Repository: erp/pmods/org.openbravo.retail.copystore
Changeset: f5e332084e0b6c64030c74e07a3d23bdba1d0612
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Oct 23 17:07:49 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.copystore/rev/f5e332084e0b6c64030c74e07a3d23bdba1d0612 [^]

Related to issue 27326. Modified code so that compilation doesn't fail in earlier versions of the Web POS

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