Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038947Retail ModulesCopy Retail Storepublic2018-07-13 11:232018-07-17 08:54
ngarcia 
rqueralta 
immediatemajoralways
closedfixed 
5
 
 
migueldejuana
No
0038947: Copy Retail Store process finishes with error as it is updating the name of the POS Terminal Type when a terminal is copied
Copy Retail Store process finishes with error as it is updating the name of the POS Terminal Type when a terminal is copied
As group admin role:
   Go to Copy Store Parameterization window and create a new record:
   Launch Copy Retail Store process:
      Store to Copy: Vall Blanca Store
      Parent Organization: White Valley Spain S.A.
      Defaults: previously created record
      Use file: N
      POS Terminal Search Key: 123456
      Business Partner Category: Customer
   Try to process it and check the following error is shown:
      name: Value (VBS POS Terminal Type-1234561...) is too long. it has length 62, the maximum allowed length is 60
No tags attached.
caused by defect 0038712 closed rqueralta Copy store process, create new pos terminal type with the same name than original store 
Issue History
2018-07-13 11:23ngarciaNew Issue
2018-07-13 11:23ngarciaAssigned To => Retail
2018-07-13 11:23ngarciaResolution time => 1533247200
2018-07-13 11:23ngarciaTriggers an Emergency Pack => No
2018-07-13 11:23ngarciaRelationship addedcaused by 0038712
2018-07-13 11:24ngarciaIssue Monitored: networkb
2018-07-13 11:52migueldejuanaRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.copystore/rev/2f243d6ff05d [^]
2018-07-13 11:52migueldejuanaAssigned ToRetail => rqueralta
2018-07-13 11:54migueldejuanaRegression introduced by commithttps://code.openbravo.com/erp/pmods/org.openbravo.retail.copystore/rev/2f243d6ff05d [^] =>
2018-07-13 14:52rqueraltaStatusnew => scheduled
2018-07-16 05:50hgbotCheckin
2018-07-16 05:50hgbotNote Added: 0105744
2018-07-16 05:50hgbotStatusscheduled => resolved
2018-07-16 05:50hgbotResolutionopen => fixed
2018-07-16 05:50hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.copystore/rev/8ea56538ca5a45e921f0f272a6d0067368db709c [^]
2018-07-17 08:37migueldejuanaNote Added: 0105761
2018-07-17 08:37migueldejuanaStatusresolved => new
2018-07-17 08:37migueldejuanaResolutionfixed => open
2018-07-17 08:54migueldejuanaNote Deleted: 0105761
2018-07-17 08:54migueldejuanaStatusnew => scheduled
2018-07-17 08:54migueldejuanaStatusscheduled => resolved
2018-07-17 08:54migueldejuanaResolutionopen => fixed
2018-07-17 08:54migueldejuanaReview Assigned To => migueldejuana
2018-07-17 08:54migueldejuanaNote Added: 0105763
2018-07-17 08:54migueldejuanaStatusresolved => closed

Notes
(0105744)
hgbot   
2018-07-16 05:50   
Repository: erp/pmods/org.openbravo.retail.copystore
Changeset: 8ea56538ca5a45e921f0f272a6d0067368db709c
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Sun Jul 15 23:49:32 2018 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.copystore/rev/8ea56538ca5a45e921f0f272a6d0067368db709c [^]

Fixed issue 38947: Copy Retail Store process finishes with error as it is
updating the name of the POS Terminal Type when a terminal is copied

- The Terminal Type name was taken from original Type object and the length of
financial account was restricted to 60 characters.

---
M src/org/openbravo/retail/copystore/process/CopyStoreProcess.java
---
(0105763)
migueldejuana   
2018-07-17 08:54   
Tested and reviewed