Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0030915Openbravo ERP04. Warehouse managementpublic2015-09-22 13:422015-09-24 13:13
ngarcia 
dmiguelez 
immediatemajoralways
closedfixed 
5
 
3.0PR15Q2.63.0PR15Q2.6 
aferraz
Core
No
0030915: 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.0PR15Q2.6
2015-09-24 09:59dmiguelezTag Attached: Approved
2015-09-24 12:08hgbotCheckin
2015-09-24 12:08hgbotNote Added: 0080604
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.0PR15Q2.6/rev/5c8504bdd7bf93e96eacd4d1c32b623887303fb0 [^]
2015-09-24 12:08hgbotCheckin
2015-09-24 12:08hgbotNote Added: 0080606
2015-09-24 13:12aferrazAssigned ToTriage Finance => dmiguelez
2015-09-24 13:13aferrazReview Assigned To => aferraz
2015-09-24 13:13aferrazNote Added: 0080616
2015-09-24 13:13aferrazStatusresolved => closed
2015-09-24 13:13aferrazFixed in Version => 3.0PR15Q2.6

Notes
(0080604)
hgbot   
2015-09-24 12:08   
Repository: erp/backports/3.0PR15Q2.6
Changeset: 5c8504bdd7bf93e96eacd4d1c32b623887303fb0
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.0PR15Q2.6/rev/5c8504bdd7bf93e96eacd4d1c32b623887303fb0 [^]

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

---
M src/org/openbravo/materialmgmt/InventoryCountProcess.java
---
(0080606)
hgbot   
2015-09-24 12:08   
Repository: erp/backports/3.0PR15Q2.6
Changeset: d4d31ca1ece7ce5076d4983742796a3245f76d40
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.0PR15Q2.6/rev/d4d31ca1ece7ce5076d4983742796a3245f76d40 [^]

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

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