Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0013370Openbravo ERP02. Master data managementpublic2010-05-18 17:222010-06-16 00:00
networkb 
harikrishnan 
highminoralways
closedfixed 
5
2.50MP17 
2.50MP19 
Core
No
0013370: Double prefix in Serial No. attribute with Serial No. Control
When an Attribute Set is created with a Serial No Control what has a prefix, and it is used, two prefix are added to the Serial No: # and Serial No Control prefix. If Serial No Control is being used, prefix # shouldn’t be added. Attribute Lot has the correct behavior, without Lot Control the prefix L is added and with Lot Control is not added. Both attributes must be the same behavior.
1. Create a Serial No Control called SNC with the prefix ‘AAA’
2. Go to Attribute Set --> Lot and expiration. Select the option Serial No and the Serial No Control SNC
3. Create a new Goods Receipt with a new line.
4. In the line, select the product ‘Beer’. Open the Attribute Set Value, serial No will be filled. Serial No will be created with two prefix.
No tags attached.
Issue History
2010-05-18 17:22networkbNew Issue
2010-05-18 17:22networkbAssigned To => adrianromero
2010-05-19 11:17adrianromeroStatusnew => scheduled
2010-05-19 11:17adrianromerofix_in_branch => pi
2010-06-14 08:04harikrishnanAssigned Toadrianromero => harikrishnan
2010-06-14 08:04hgbotCheckin
2010-06-14 08:04hgbotNote Added: 0028337
2010-06-14 08:04hgbotStatusscheduled => resolved
2010-06-14 08:04hgbotResolutionopen => fixed
2010-06-14 08:04hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/7c753fd0d1ca6daffb084d679d80a0328c51c226 [^]
2010-06-14 08:06harikrishnanNote Added: 0028338
2010-06-14 17:40hudsonbotCheckin
2010-06-14 17:40hudsonbotNote Added: 0028383
2010-06-14 19:53hudsonbotCheckin
2010-06-14 19:53hudsonbotNote Added: 0028393
2010-06-15 08:37arunkumarNote Added: 0028429
2010-06-15 08:37arunkumarStatusresolved => closed
2010-06-16 00:00anonymoussf_bug_id0 => 3016764

Notes
(0028337)
hgbot   
2010-06-14 08:04   
Repository: erp/devel/pi
Changeset: 7c753fd0d1ca6daffb084d679d80a0328c51c226
Author: Harikrishnan Raja <harikrishnan.raja <at> openbravo.com>
Date: Mon Jun 14 11:33:09 2010 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/7c753fd0d1ca6daffb084d679d80a0328c51c226 [^]

Fixes issue 13370:*\"#\" is added to all the serial number prefix.Now this is removed.

---
M src/org/openbravo/erpCommon/info/AttributeSetInstance.java
---
(0028338)
harikrishnan   
2010-06-14 08:06   
Steps to reproduce:

Follow the steps given in the issue.

Root Cause:

*"#" is added to all the serial number prefix.Now this is removed.

Impact:

Since the fix is in java file ,their is no impact of this fix.
(0028383)
hudsonbot   
2010-06-14 17:40   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/7c753fd0d1ca [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/90ec7bc3a271 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17593.obx [^]
(0028393)
hudsonbot   
2010-06-14 19:53   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/7c753fd0d1ca [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/90ec7bc3a271 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17593.obx [^]
(0028429)
arunkumar   
2010-06-15 08:37   
Tested working fine