Openbravo Issue Tracking System - Modules
View Issue Details
0036204ModulesInitial data loadpublic2017-06-08 13:042017-07-05 10:28
dmiguelez 
collazoandy4 
highmajoralways
closedfixed 
5
 
 
aferraz
0036204: IDL Not processing correctly Physical Inventories
IDL Not processing correctly Physical Inventories
Instal IDL Module and adapt the csv to insert Stock (just one row in this csv is enough)
Go to import Window and validate the CSV, it should work without any troubles.
Click on process and the following exception is thrown:

org.openbravo.base.exception.OBException: No process or more than one process found using procedurename M_Inventory_Post
            at org.openbravo.service.db.CallProcess.call(CallProcess.java:91)
            at org.openbravo.service.db.CallProcess.call(CallProcess.java:249)
            at org.openbravo.idl.proc.IdlService.callProcess(IdlService.java:380)
            at org.openbravo.idl.proc.StockProcess.createStock(StockProcess.java:239)
            at org.openbravo.idl.proc.StockProcess.internalProcess(StockProcess.java:59)
…….
In this commit the reference to M_InventoryPost for the Process Defintion was removed, since now Physical Inventories are processed in Java:
https://code.openbravo.com/erp/devel/pi/rev/1af44e270329 [^]

Code must be adapted to support it and dependency of the module updated (latest dependency is to PR15Q2
No tags attached.
duplicate of defect 0021921 closed ioritzCia Import Stock is not working properly 
csv Stock.csv (619) 2017-07-05 10:28
https://issues.openbravo.com/file_download.php?file_id=10887&type=bug
Issue History
2017-06-08 13:04dmiguelezNew Issue
2017-06-08 13:04dmiguelezAssigned To => Triage Finance
2017-06-08 13:04dmiguelezFile Added: 563.patch
2017-06-08 13:05dmiguelezNote Added: 0097214
2017-06-08 16:06nonofranciscoFile Added: Stock.csv
2017-06-30 00:02collazoandy4Assigned ToTriage Finance => collazoandy4
2017-06-30 00:03collazoandy4Statusnew => scheduled
2017-06-30 16:49collazoandy4Note Added: 0097784
2017-07-05 10:25aferrazReview Assigned To => aferraz
2017-07-05 10:25aferrazNote Added: 0097867
2017-07-05 10:25aferrazStatusscheduled => closed
2017-07-05 10:25aferrazResolutionopen => fixed
2017-07-05 10:25aferrazRelationship addedduplicate of 0021921
2017-07-05 10:27aferrazFile Deleted: 563.patch
2017-07-05 10:27aferrazFile Deleted: Stock.csv
2017-07-05 10:28aferrazFile Added: Stock.csv

Notes
(0097214)
dmiguelez   
2017-06-08 13:05   
Solution attached
(0097784)
collazoandy4   
2017-06-30 16:49   
Test Plan
  Go to Enterprice Module window and applied dataset for Initial data load module
  Go to Import Window and select the csv files and import it and check no error is shown
(0097867)
aferraz   
2017-07-05 10:25   
Already fixed in following commit:
https://code.openbravo.com/erp/pmods/org.openbravo.idl/rev/02c6f2d1d271 [^]