Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0006555Openbravo ERP04. Warehouse managementpublic2008-12-15 16:542009-01-02 09:20
networkb 
gorkaion 
immediatemajoralways
closedfixed 
5
2.40 
 
Core
No
0006555: The attribute set value selector does not work on Bill of Materials Production window if the attribute is an automatic serial
The attribute set value selector does not work on Bill of Materials Production window (I/O proucts tab) if the attribute set is a serial number with the serial sequence assigned.
The value is not calculated automatically on the selector.
-Create attribute set that is a serial and asign and a serial sequence.
-Create a product and assign it the previous attribute set
-Go to Wareehouse managemente>transactions>Bill of Materials Production
-Go to I/O Products tab.
-Select the produt defined in previous step
-Open the attribute set value selector
-This selector should take automatically the serial number but it does not.

In other windows the selector works fine
comsup_sprint3
depends on backport 0006566 closed gorkaion The attribute set value selector does not work on Bill of Materials Production window if the attribute is an automatic serial 
png attset.png (38,722) 2008-12-16 09:59
https://issues.openbravo.com/file_download.php?file_id=547&type=bug
png
Issue History
2008-12-15 16:54networkbNew Issue
2008-12-15 16:54networkbAssigned To => rafaroda
2008-12-15 16:54networkbsf_bug_id0 => 2431173
2008-12-15 16:54networkbRegression testing => No
2008-12-16 09:59rafarodaFile Added: attset.png
2008-12-16 10:02rafarodaNote Added: 0011395
2008-12-16 10:02rafarodaStatusnew => scheduled
2008-12-16 10:02rafarodaAssigned Torafaroda => gorkaion
2008-12-16 10:02rafarodafix_in_branch => trunk
2008-12-16 19:50svnbotCheckin
2008-12-16 19:50svnbotNote Added: 0011454
2008-12-16 19:50svnbotStatusscheduled => resolved
2008-12-16 19:50svnbotResolutionopen => fixed
2008-12-16 19:50svnbotsvn_revision => 11275
2008-12-17 15:00gorkaionTag Attached: comsup_sprint3
2009-01-02 09:20lakshmiStatusresolved => closed
2009-01-02 09:20lakshmiNote Added: 0011832

Notes
(0011395)
rafaroda   
2008-12-16 10:02   
Taking a look at the image attached, we see the attribute selector generated:

1) Top: Procurement Management || Transactions || Goods Receipt || Header >> Lines
<td class="TextBox_ContentCell"><input type="text" name="inpserno" maxlength="20" class="dojoValidateValid TextBox_OneCell_width readonly" readonly=true value="132" ></td><td></td><td></td></tr>

2) Bottom: Warehouse Management || Transactions || Bill of Materials Production || BOM Production >> Production Plan >> I/O Products
<td class="TextBox_ContentCell"><input type="text" name="inpserno" maxlength="20" class="dojoValidateValid TextBox_OneCell_width" value="" ></td><td></td><td></td></tr>
(0011454)
svnbot   
2008-12-16 19:50   
Repository: openbravo
Revision: 11275
Author: gorkaion
Date: 2008-12-16 19:50:50 +0100 (Tue, 16 Dec 2008)

Fixed bug 6555. BOM window is now considered like a purchase window for the attributes usage.

---
U trunk/src/org/openbravo/erpCommon/info/AttributeSetInstance.java
---

https://dev.openbravo.com/websvn/openbravo/?rev=11275&sc=1 [^]
(0011832)
lakshmi   
2009-01-02 09:20   
If you can select the product in the 'I/O products tab', the attribute value can automatically filled. Verified the issue and closed it.