Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029521 | Openbravo ERP | 09. Financial management | public | 2015-04-08 10:06 | 2015-05-07 22:17 |
|
Reporter | ngarcia | |
Assigned To | jorge-garcia | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR15Q3 | |
Merge Request Status | |
Review Assigned To | Sandrahuguet |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 35470 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0029521: Storage Bin and UOM fields are not filled when posting Work Efforts and Bill of Material Productions |
Description | Storage Bin and UOM fields (Accounting Transaction Details window) are not filled when posting Work Efforts and Bill of Material Productions |
Steps To Reproduce | As group admin role:
Post a Work Effort
Go to the associated record in the Accounting Transaction Details window and check the UOM and Storage Bin fields are empty
The same happens when posting a Bill Of Material Production
The fields are filled in records related with Goods Shipments/Receipts, Goods Movements, Physical Inventories and Internal Consumptions |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-04-08 10:06 | ngarcia | New Issue | |
2015-04-08 10:06 | ngarcia | Assigned To | => Sandrahuguet |
2015-04-08 10:06 | ngarcia | OBNetwork customer | => Yes |
2015-04-08 10:06 | ngarcia | Modules | => Core |
2015-04-08 10:06 | ngarcia | Support ticket | => 35470 |
2015-04-08 10:06 | ngarcia | Resolution time | => 1431986400 |
2015-04-08 10:06 | ngarcia | Triggers an Emergency Pack | => No |
2015-04-08 10:06 | ngarcia | Issue Monitored: ngarcia | |
2015-04-14 12:48 | Triage Finance | Assigned To | Sandrahuguet => Triage Finance |
2015-04-16 10:37 | jorge-garcia | Status | new => scheduled |
2015-04-16 10:37 | jorge-garcia | Assigned To | Triage Finance => jorge-garcia |
2015-04-16 17:59 | jorge-garcia | Note Added: 0076596 | |
2015-05-05 11:05 | hgbot | Checkin | |
2015-05-05 11:05 | hgbot | Note Added: 0076989 | |
2015-05-05 11:05 | hgbot | Status | scheduled => resolved |
2015-05-05 11:05 | hgbot | Resolution | open => fixed |
2015-05-05 11:05 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/3c8bdfba416cdebce1e8eca2c7cd20853d54c2f0 [^] |
2015-05-05 11:05 | hgbot | Checkin | |
2015-05-05 11:05 | hgbot | Note Added: 0076990 | |
2015-05-05 11:05 | hgbot | Checkin | |
2015-05-05 11:05 | hgbot | Note Added: 0076991 | |
2015-05-05 11:06 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2015-05-05 11:06 | Sandrahuguet | Note Added: 0076992 | |
2015-05-05 11:06 | Sandrahuguet | Status | resolved => closed |
2015-05-05 11:06 | Sandrahuguet | Fixed in Version | => 3.0PR15Q3 |
2015-05-07 22:17 | hudsonbot | Checkin | |
2015-05-07 22:17 | hudsonbot | Note Added: 0077208 | |
2015-05-07 22:17 | hudsonbot | Checkin | |
2015-05-07 22:17 | hudsonbot | Note Added: 0077209 | |
2015-05-07 22:17 | hudsonbot | Checkin | |
2015-05-07 22:17 | hudsonbot | Note Added: 0077210 | |
2015-05-07 22:17 | hudsonbot | Checkin | |
2015-05-07 22:17 | hudsonbot | Note Added: 0077211 | |
Notes |
|
(0076596)
|
jorge-garcia
|
2015-04-16 17:59
|
|
Test Plan:
As group admin role:
Post a Work Effort or a Bill Of Material Production
Go to the associated record in the Accounting Transaction Details window and check the UOM and Storage Bin fields are filled well |
|
|
(0076989)
|
hgbot
|
2015-05-05 11:05
|
|
Repository: erp/devel/pi
Changeset: 3c8bdfba416cdebce1e8eca2c7cd20853d54c2f0
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Apr 16 17:48:02 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3c8bdfba416cdebce1e8eca2c7cd20853d54c2f0 [^]
Fixed issue 29521: Storage Bin and UOM fields are not filled well
Storage Bin and UOM fields are not filled when posting Work Efforts and
Bill of Material Productions.
The problem was in the Production side of the ERP for both posts.
The solution is to retrieve the UOM from the M_PRODUCTIONLINE table, and
set the storage bin and the UOM in the fact lines.
---
M src/org/openbravo/erpCommon/ad_forms/DocLineProduction_data.xsql
M src/org/openbravo/erpCommon/ad_forms/DocProduction.java
---
|
|
|
(0076990)
|
hgbot
|
2015-05-05 11:05
|
|
Repository: erp/devel/pi
Changeset: cec0d8150e63350f9bd97688a15159e1de2d7a84
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Apr 17 09:11:04 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/cec0d8150e63350f9bd97688a15159e1de2d7a84 [^]
Related to issue 29521: Costing Test has change due to the new changes
TestCosting must be changed to adapt to the new changes made in the
BOM production and the Work Effort introduced by the issue 29521.
---
M src-test/src/org/openbravo/test/costing/TestCosting.java
---
|
|
|
(0076991)
|
hgbot
|
2015-05-05 11:05
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|