Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0030914Openbravo ERP04. Warehouse managementpublic2015-09-22 13:422015-09-24 13:13
ngarcia 
dmiguelez 
immediatemajoralways
closedfixed 
5
 
3.0PR15Q3.23.0PR15Q3.2 
aferraz
Core
No
0030914: Cannot validate a costing rule if there exists a not released reservation
Cannot validate a costing rule if there exists a not released reservation
As group admin role:
   Set the Enable Stock Reservations as Y
   Log out and log in
   Create a Sales Order for a product with stock and F&B España Región Norte organization
   Select the line, click on Manage Reservation and create it
   Go to Costing Rules window and create a new record with F%B España and Standard Algorithm
   Try to validate it and check the following error message is shown:
      could not execute update query
   The log shows:
      ERROR org.hibernate.util.JDBCExceptionReporter - ERROR: @CannotTakeOutReservedStock@ @of@ @Product@: ES/0001, @AttributeSetInstance@: -, @UOM@: Ud @And@ @StorageBin@: Rn-0-0-0
Approved
blocks defect 0030887 closed dmiguelez Cannot validate a costing rule if there exists a not released reservation 
Issue History
2015-09-24 09:59dmiguelezTypedefect => backport
2015-09-24 09:59dmiguelezTarget Version => 3.0PR15Q3.2
2015-09-24 09:59dmiguelezTag Attached: Approved
2015-09-24 12:08hgbotCheckin
2015-09-24 12:08hgbotNote Added: 0080607
2015-09-24 12:08hgbotStatusscheduled => resolved
2015-09-24 12:08hgbotResolutionopen => fixed
2015-09-24 12:08hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR15Q3.2/rev/4908e87bdc42ccc072afc33104b844f7bfdd2f63 [^]
2015-09-24 12:08hgbotCheckin
2015-09-24 12:08hgbotNote Added: 0080608
2015-09-24 13:12aferrazAssigned ToTriage Finance => dmiguelez
2015-09-24 13:13aferrazReview Assigned To => aferraz
2015-09-24 13:13aferrazNote Added: 0080615
2015-09-24 13:13aferrazStatusresolved => closed
2015-09-24 13:13aferrazFixed in Version => 3.0PR15Q3.2

Notes
(0080607)
hgbot   
2015-09-24 12:08   
Repository: erp/backports/3.0PR15Q3.2
Changeset: 4908e87bdc42ccc072afc33104b844f7bfdd2f63
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Wed Sep 23 10:13:33 2015 +0200
URL: http://code.openbravo.com/erp/backports/3.0PR15Q3.2/rev/4908e87bdc42ccc072afc33104b844f7bfdd2f63 [^]

Fixes Issue 30914. Fixes wrong parameter in call to ProcessInentory method.

---
M src/org/openbravo/materialmgmt/InventoryCountProcess.java
---
(0080608)
hgbot   
2015-09-24 12:08   
Repository: erp/backports/3.0PR15Q3.2
Changeset: 4983796400a3b4f255eafddf83c4a4caed26ebb1
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Wed Sep 23 17:18:57 2015 +0200
URL: http://code.openbravo.com/erp/backports/3.0PR15Q3.2/rev/4983796400a3b4f255eafddf83c4a4caed26ebb1 [^]

Related to issue 30914. Fixes Tests to match fix for issue.

---
M src-test/src/org/openbravo/test/costing/TestCosting.java
---
(0080615)
aferraz   
2015-09-24 13:13   
Code review + Testing OK