Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0024405 | Openbravo ERP | 04. Warehouse management | public | 2013-07-23 19:00 | 2014-03-05 16:09 |
|
Reporter | VictorVillar | |
Assigned To | dmiguelez | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | VictorVillar |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0024405: It is not possible to calculate warehouse transactions under some circunstancies |
Description | It is not possible to calculate warehouse transactions under some circunstancies, using FIFO and if you have the early 1022 as outgoing transactions |
Steps To Reproduce | If you have the early 1022 as outgoing transactions and after them 2 incoming transactions (allowing negative stock) and if you are using FIFO algorithm, there is a problem with the cost calculation.
The incoming transactions will be never in the input stack table. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | design defect | 0023701 | | new | dmiguelez | 'Allow negative stock' is not fully supported in Openbravo | related to | defect | 0025888 | | closed | dmiguelez | UpdateMTransactionCostingStatus script fails | related to | defect | 0026030 | | closed | alostale | OOM Error in Oracle due to prepared statements | causes | defect | 0031979 | | closed | aferraz | Costing Migration Process: processed column of m_transaction table is not set as Y for records with its cost calculated | Not all the children of this issue are yet resolved or closed. |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-07-23 19:00 | VictorVillar | New Issue | |
2013-07-23 19:00 | VictorVillar | Assigned To | => dmiguelez |
2013-07-23 19:00 | VictorVillar | Modules | => Core |
2013-07-23 19:00 | VictorVillar | Triggers an Emergency Pack | => No |
2013-07-23 19:00 | VictorVillar | Issue Monitored: networkb | |
2013-07-24 09:41 | VictorVillar | Relationship added | depends on 0023701 |
2013-07-24 10:43 | VictorVillar | Type | defect => design defect |
2013-07-24 10:43 | VictorVillar | Proposed Solution updated | |
2013-08-26 11:46 | jonalegriaesarte | Target Version | 3.0MP27 => |
2014-03-03 11:08 | hgbot | Checkin | |
2014-03-03 11:08 | hgbot | Note Added: 0064716 | |
2014-03-03 11:08 | hgbot | Status | new => resolved |
2014-03-03 11:08 | hgbot | Resolution | open => fixed |
2014-03-03 11:08 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/8845de885b879c0f2b58210ed144196a315969ac [^] |
2014-03-03 12:44 | VictorVillar | Review Assigned To | => VictorVillar |
2014-03-03 12:44 | VictorVillar | Note Added: 0064727 | |
2014-03-03 12:44 | VictorVillar | Status | resolved => closed |
2014-03-03 18:55 | hgbot | Checkin | |
2014-03-03 18:55 | hgbot | Note Added: 0064770 | |
2014-03-04 08:08 | alostale | Relationship added | related to 0025888 |
2014-03-04 09:27 | hgbot | Checkin | |
2014-03-04 09:27 | hgbot | Note Added: 0064780 | |
2014-03-05 16:09 | hudsonbot | Checkin | |
2014-03-05 16:09 | hudsonbot | Note Added: 0064834 | |
2014-03-05 16:09 | hudsonbot | Checkin | |
2014-03-05 16:09 | hudsonbot | Note Added: 0064839 | |
2014-03-05 16:09 | hudsonbot | Checkin | |
2014-03-05 16:09 | hudsonbot | Note Added: 0064843 | |
2014-03-18 15:48 | alostale | Relationship added | related to 0026030 |
2016-01-25 13:21 | aferraz | Relationship added | causes 0031979 |
Notes |
|
(0064716)
|
hgbot
|
2014-03-03 11:08
|
|
Repository: erp/devel/pi
Changeset: 8845de885b879c0f2b58210ed144196a315969ac
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Mon Mar 03 11:06:05 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/8845de885b879c0f2b58210ed144196a315969ac [^]
Fixes Issue 24405. Fixes problem with more than 1000 Pending Trx.
---
M src-db/database/model/tables/M_TRANSACTION.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateMTransactionCostingStatus.class
M src-util/modulescript/src/org/openbravo/modulescript/UpdateMTransactionCostingStatus.java
M src/org/openbravo/costing/CostingBackground.java
---
|
|
|
|
|
|
(0064770)
|
hgbot
|
2014-03-03 18:55
|
|
Repository: erp/devel/pi
Changeset: a7f8d171c57396ed3f35429956a6d5d0f0f9cdcf
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Mon Mar 03 18:55:21 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/a7f8d171c57396ed3f35429956a6d5d0f0f9cdcf [^]
Related to Issue 24405. Checks if needed to update in Modulescript.
---
M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateMTransactionCostingStatus.class
M src-util/modulescript/src/org/openbravo/modulescript/UpdateMTransactionCostingStatus.java
M src/org/openbravo/costing/CostingBackground.java
A src-util/modulescript/src/org/openbravo/modulescript/UpdateMTransactionCostingStatus_data.xsql
---
|
|
|
(0064780)
|
hgbot
|
2014-03-04 09:27
|
|
Repository: erp/devel/pi
Changeset: ca2e7eff07ba324c9f0a8b028845a5fa7faa596f
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Tue Mar 04 09:26:45 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/ca2e7eff07ba324c9f0a8b028845a5fa7faa596f [^]
Related to Issue 24405. Pushes Modulescript .class updated file.
---
M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateMTransactionCostingStatus.class
M src-util/modulescript/src/org/openbravo/modulescript/UpdateMTransactionCostingStatus.java
---
|
|
|
|
|
|
|
|
|
|
|