Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0039120
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Auto BOM For Retailmajoralways2018-08-10 12:092019-06-06 08:31
ReporterngarciaView Statuspublic 
Assigned Torqueralta 
PriorityurgentResolutionfixedFixed in VersionRR18Q4
StatusclosedFix in branchFixed in SCM revisionfd82d06e58d0
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0039120: Order goes to Errors While Importing POS Data if the product is Auto Generate BOM and has a mandatory Attribute Set assigned

DescriptionOrder goes to Errors While Importing POS Data if the product is Auto Generate BOM and has a mandatory Attribute Set assigned
Steps To ReproduceIn the backend:
   Create an Attribute Set, set it as Lot and Require At Least One Value

   Create a Product
   Set it as Stocked, Bill Of Materials and Auto Generate BOM
   Add a product to it in Bill Of Materials tab and set a BOM Price
   Verify BOM
   Set a Storage Bin for the store's organization in Manufacturing tab
   Add it to the store's price list and assortment
   

In the POS:
   Create a new receipt
   Add the previously created product and pay it

In the backend:
   Check the Order went to Errors While Importing POS Data with the following error:
   "ERROR: @20112@"
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0038687 closedrqueralta Autobom not working wth products that have attributes and if there is not stock. 
causes defect 0044596 closedranjith_qualiantech_com Wrong M_STORAGE_DETAIL table when using AutoBOM with attributes and no stock 

-  Notes
(0106527)
hgbot (developer)
2018-08-29 18:33

Repository: erp/pmods/org.openbravo.retail.autobom
Changeset: 4fa5dc64dd2844cc7fef03c2d8e5020be55e4b17
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Wed Aug 29 12:25:10 2018 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.autobom/rev/4fa5dc64dd2844cc7fef03c2d8e5020be55e4b17 [^]

Fixed issue 39120: Order goes to Errors While Importing POS Data if the product
is Auto Generate BOM and has a mandatory Attribute Set assigned

- If product has Attribute Set and this it has isRequireAtLeastOneValue checked
the triggers are disable to avoid that a exception be thrown

---
M src/org/openbravo/retail/autobom/BOMProcess.java
---
(0106684)
hgbot (developer)
2018-09-11 15:08

Repository: erp/pmods/org.openbravo.retail.autobom
Changeset: 97ca6a50761418082a5035d6017e27160e85fc2a
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Thu Sep 06 08:35:37 2018 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.autobom/rev/97ca6a50761418082a5035d6017e27160e85fc2a [^]

Related to issue 39120: Order goes to Errors While Importing POS Data if the
product is Auto Generate BOM and has a mandatory Attribute Set assigned

- Verified if preference "Enable Support For Product Attributes" is enable or
not to work as standard POS workflow

---
M src/org/openbravo/retail/autobom/BOMProcess.java
---
(0106720)
marvintm (manager)
2018-09-12 17:54

Last change is correctly handling the case in which the support for attributes in the WebPOS is disabled. However, we still need to handle correctly the case in which it is enabled, by passing the attributeset value to the process, so that the value in the production line for the main product is correctly set.
(0106787)
hgbot (developer)
2018-09-14 17:45

Repository: erp/pmods/org.openbravo.retail.autobom
Changeset: 79f3edec4b2f43377fa5bfaf34a42ae379d6fed2
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Fri Sep 14 10:21:49 2018 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.autobom/rev/79f3edec4b2f43377fa5bfaf34a42ae379d6fed2 [^]

Related to issue 39120: Order goes to Errors While Importing POS Data if the
product is Auto Generate BOM and has a mandatory Attribute Set assigned

- Added to productionline the attribute set value from json

---
M src/org/openbravo/retail/autobom/BOMProcess.java
---
(0112422)
hgbot (developer)
2019-06-05 15:02

Repository: erp/pmods/org.openbravo.retail.autobom
Changeset: fd82d06e58d0756de0024f2eab137da39d7edb4b
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Wed Aug 29 12:25:10 2018 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.autobom/rev/fd82d06e58d0756de0024f2eab137da39d7edb4b [^]

Fixed issue 39120: Order goes to Errors While Importing POS Data if the product
is Auto Generate BOM and has a mandatory Attribute Set assigned

- If product has Attribute Set and this it has isRequireAtLeastOneValue checked
the triggers are disable to avoid that a exception be thrown

---
M src/org/openbravo/retail/autobom/process/BOMProcess.java
---

- Issue History
Date Modified Username Field Change
2018-08-10 12:09 ngarcia New Issue
2018-08-10 12:09 ngarcia Assigned To => Retail
2018-08-10 12:09 ngarcia Resolution time => 1535666400
2018-08-10 12:09 ngarcia Triggers an Emergency Pack => No
2018-08-10 12:10 ngarcia Issue Monitored: networkb
2018-08-10 13:45 ngarcia Steps to Reproduce Updated View Revisions
2018-08-13 16:23 rqueralta Assigned To Retail => rqueralta
2018-08-13 16:23 rqueralta Status new => scheduled
2018-08-29 18:33 hgbot Checkin
2018-08-29 18:33 hgbot Note Added: 0106527
2018-08-29 18:33 hgbot Status scheduled => resolved
2018-08-29 18:33 hgbot Resolution open => fixed
2018-08-29 18:33 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.autobom/rev/4fa5dc64dd2844cc7fef03c2d8e5020be55e4b17 [^]
2018-08-31 11:31 martinsdan Issue Monitored: martinsdan
2018-09-03 11:09 ngarcia Relationship added related to 0038687
2018-09-11 15:08 hgbot Checkin
2018-09-11 15:08 hgbot Note Added: 0106684
2018-09-12 17:54 marvintm Note Added: 0106720
2018-09-12 17:54 marvintm Status resolved => new
2018-09-12 17:54 marvintm Resolution fixed => open
2018-09-14 17:45 hgbot Checkin
2018-09-14 17:45 hgbot Note Added: 0106787
2018-09-17 14:27 marvintm Status new => scheduled
2018-09-17 14:27 marvintm Status scheduled => resolved
2018-09-17 14:27 marvintm Fixed in Version => RR18Q4
2018-09-17 14:27 marvintm Resolution open => fixed
2018-09-21 09:06 marvintm Review Assigned To => marvintm
2018-09-21 09:06 marvintm Status resolved => closed
2019-06-05 15:02 hgbot Checkin
2019-06-05 15:02 hgbot Note Added: 0112422
2019-06-05 15:02 hgbot Status closed => resolved
2019-06-05 15:02 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.autobom/rev/4fa5dc64dd2844cc7fef03c2d8e5020be55e4b17 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.autobom/rev/fd82d06e58d0756de0024f2eab137da39d7edb4b [^]
2019-06-06 08:31 marvintm Status resolved => closed
2020-07-10 17:18 gorkaion Relationship added causes 0044596


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker