Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037308Retail ModulesWeb POSpublic2017-11-16 11:412017-12-13 14:23
ngarcia 
guilleaer 
urgentmajoralways
closedfixed 
5
 
RR18Q1 
marvintm
No
0037308: [Support For Attributes]: Attribute set instance without stock selected when there is stock with other instance and same value
[Support For Attributes]: Attribute set instance without stock selected when there is stock with other instance and same value

When an attribute set is configured as Lot, Ser No. or Expiration Date or it includes an attribute configured as instance attribute, there could be more than one attribute set instance for the same value (lot number, serial number...)
In the backend:
   Create an Attribute Set
   Set it as Serial No. and Require At Least One Value

   Create a new product, set that attribute set and a price in Vall Blanca Store's price list
   Add it to the Vall Blanca Store's assortment

   Remove 'White Valley Spain Distribution Center' as on hand warehouse for Vall Blanca Store

   Create a physical inventory
   Add the previously created product
   Set a value in Attribute Set Value field
   Add 1 as Quantity count
   Process it

   Create a physical inventory
   Add the previously created product by selecting the line without attribute set value in the product selector
   Set the same value in Attribute Set Value field
   Add 1 as Quantity count
   Process it

   At this moment we have two attribute set instances with same value

   Create a Physical Inventory and leave the stock of the product to 0

   Create a physical inventory
   Add the previously created product
   Set the same value in Attribute Set Value field
   Add 1 as Quantity count
   Process it

   At this moment we have three attribute set instances with same value but stock with only one of them

   Set the Web POS Enable support for product attributes to Y

In the POS:
   Create a new ticket and add the previously created product
   Enter the value in the pop-up
   Pay the ticket

In the backend:
   Launch the Stock Report and check the stocked unit is still there and a negative line has been created
No tags attached.
depends on backport 0037414RR17Q4 closed guilleaer [Support For Attributes]: Attribute set instance without stock selected when there is stock with other instance and same value 
depends on backport 0037415RR17Q3.2 closed guilleaer [Support For Attributes]: Attribute set instance without stock selected when there is stock with other instance and same value 
depends on design defect 0036966 closed guilleaer When entering the attribute value, the user shouldn't need to follow internal Openbravo format 
related to defect 0037065 new Retail Test to verify attributes functionality are pending 
diff diffIssue37308_pi.diff (7,220) 2017-11-29 12:49
https://issues.openbravo.com/file_download.php?file_id=11343&type=bug
Issue History
2017-11-16 11:41ngarciaNew Issue
2017-11-16 11:41ngarciaAssigned To => Retail
2017-11-16 11:41ngarciaResolution time => 1512601200
2017-11-16 11:41ngarciaTriggers an Emergency Pack => No
2017-11-16 11:41ngarciaIssue Monitored: networkb
2017-11-28 11:36guilleaerAssigned ToRetail => guilleaer
2017-11-28 11:36guilleaerStatusnew => scheduled
2017-11-28 12:39guilleaerFile Added: diffIssue37308.diff
2017-11-28 13:09guilleaerFile Deleted: diffIssue37308.diff
2017-11-28 13:09guilleaerFile Added: diffIssue37308_pi.diff
2017-11-28 13:09guilleaerFile Added: diffIssue37308_q4_without_37240.diff
2017-11-28 13:10guilleaerFile Added: diffIssue37308_q32_without_37240.diff
2017-11-29 08:25guilleaerStatusscheduled => resolved
2017-11-29 08:25guilleaerResolutionopen => fixed
2017-11-29 08:25guilleaerStatusresolved => new
2017-11-29 08:25guilleaerResolutionfixed => open
2017-11-29 08:26guilleaerStatusnew => scheduled
2017-11-29 10:52hgbotCheckin
2017-11-29 10:52hgbotNote Added: 0100806
2017-11-29 10:52hgbotStatusscheduled => resolved
2017-11-29 10:52hgbotResolutionopen => fixed
2017-11-29 10:52hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/92a959dfcc5c1b56345efd29323b0fdb6830428d [^]
2017-11-29 11:28guilleaerFile Deleted: diffIssue37308_q4_without_37240.diff
2017-11-29 11:29guilleaerFile Deleted: diffIssue37308_q32_without_37240.diff
2017-11-29 11:29guilleaerFile Deleted: diffIssue37308_pi.diff
2017-11-29 12:49guilleaerFile Added: diffIssue37308_pi.diff
2017-11-29 17:09guilleaerRelationship addedrelated to 0037065
2017-11-30 16:20marvintmReview Assigned To => marvintm
2017-11-30 16:20marvintmStatusresolved => closed
2017-11-30 16:20marvintmFixed in Version => RR18Q1
2017-12-13 14:23guilleaerRelationship addeddepends on 0036966

Notes
(0100806)
hgbot   
2017-11-29 10:52   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 92a959dfcc5c1b56345efd29323b0fdb6830428d
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Nov 28 12:38:11 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/92a959dfcc5c1b56345efd29323b0fdb6830428d [^]

Fixed issue 37308: Using attributes, if several att set instances are found pick one with stock.

- If several attSetIntances are found, search in m_storage_detail for those which have stock inside the store

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
M src/org/openbravo/retail/posterminal/utility/AttributesUtils.java
---