Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0039120 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Auto BOM For Retail | major | always | 2018-08-10 12:09 | 2019-06-06 08:31 | |||
Reporter | ngarcia | View Status | public | |||||
Assigned To | rqueralta | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | RR18Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | fd82d06e58d0 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | marvintm | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0039120: Order goes to Errors While Importing POS Data if the product is Auto Generate BOM and has a mandatory Attribute Set assigned | |||||||
Description | Order goes to Errors While Importing POS Data if the product is Auto Generate BOM and has a mandatory Attribute Set assigned | |||||||
Steps To Reproduce | In 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@" | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
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 |