Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0022349Openbravo ERP04. Warehouse managementpublic2012-11-20 10:132012-11-30 14:58
VictorVillar 
ioritzCia 
immediatemajoralways
closedfixed 
5
pi 
 
VictorVillar
Core
Pre packaging ( pi )
2012-11-15
https://code.openbravo.com/erp/devel/pi/rev/ee6d1fc1ea73c2bd466b1febe304b3a04bee0e51 [^]
No
0022349: It is not possible to process a physical inventory
It is not possible to process a physical inventory
As group admin role,
Go to Physical inventory window,
Create a new one

Go to Lines
 Create a new one.

Try to process the physical inventory.
warning message in blank appears.

Log:

ERROR org.openbravo.erpCommon.ad_process.ProcedureProcess - SQL error in query: CALL null(?)Exception:
org.postgresql.util.PSQLException: ERROR: syntax error at or near "NULL"

The problem is that the process "Process Inventory Count" has been defined with the a procedure: "M_Inventory_Post" and with a process class.

ON the processbundle.java , init method does not set the impl (procedurename) because there is classname defined.
No tags attached.
Issue History
2012-11-20 10:13VictorVillarNew Issue
2012-11-20 10:13VictorVillarAssigned To => dmiguelez
2012-11-20 10:13VictorVillarModules => Core
2012-11-20 10:13VictorVillarIssue Monitored: networkb
2012-11-20 10:15VictorVillarRegression level => Pre packaging ( pi )
2012-11-20 10:20dmiguelezAssigned Todmiguelez => ioritzCia
2012-11-20 10:54gorkaionNote Added: 0054336
2012-11-20 11:15hgbotCheckin
2012-11-20 11:15hgbotNote Added: 0054338
2012-11-20 11:15hgbotStatusnew => resolved
2012-11-20 11:15hgbotResolutionopen => fixed
2012-11-20 11:15hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/f34a7b1836ab1fb52b41748c1dc22450bfe81ea1 [^]
2012-11-21 06:07hudsonbotCheckin
2012-11-21 06:07hudsonbotNote Added: 0054402
2012-11-21 13:08ioritzCiaStatusresolved => new
2012-11-21 13:08ioritzCiaResolutionfixed => open
2012-11-21 13:09ioritzCiaRegression date => 2012-11-15
2012-11-21 13:09ioritzCiaRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/ee6d1fc1ea73c2bd466b1febe304b3a04bee0e51 [^]
2012-11-21 13:09ioritzCiaStatusnew => scheduled
2012-11-21 13:09ioritzCiaStatusscheduled => resolved
2012-11-21 13:09ioritzCiaResolutionopen => fixed
2012-11-27 10:54ioritzCiaStatusresolved => new
2012-11-27 10:54ioritzCiaResolutionfixed => open
2012-11-27 10:55ioritzCiaReview Assigned To => VictorVillar
2012-11-27 10:55ioritzCiaStatusnew => scheduled
2012-11-27 10:55ioritzCiaStatusscheduled => resolved
2012-11-27 10:55ioritzCiaResolutionopen => fixed
2012-11-30 14:58VictorVillarNote Added: 0054676
2012-11-30 14:58VictorVillarStatusresolved => closed

Notes
(0054336)
gorkaion   
2012-11-20 10:54   
M_Inventory_Post procedure to process Physical Inventories has been replaced by InventoryCountProcess class in org.openbravo.materialmgmt. Procedure is kept in core for backward compatibility.
(0054338)
hgbot   
2012-11-20 11:15   
Repository: erp/devel/pi
Changeset: f34a7b1836ab1fb52b41748c1dc22450bfe81ea1
Author: Ioritz Cia <ioritz.cia <at> openbravo.com>
Date: Tue Nov 20 11:13:15 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/f34a7b1836ab1fb52b41748c1dc22450bfe81ea1 [^]

Fixes issue 22349, backout of changeset ee6d1fc1ea73 related to issue 21921.

---
M src-db/database/sourcedata/AD_PROCESS.xml
---
(0054402)
hudsonbot   
2012-11-21 06:07   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/c3c5e61b0164 [^]

Maturity status: Test
(0054676)
VictorVillar   
2012-11-30 14:58   
Verified