Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0034567Openbravo ERP04. Warehouse managementpublic2016-11-17 16:302016-11-25 14:13
JONHM 
Triage Omni WMS 
highmajoralways
closedfixed 
5
 
3.0PR17Q1 
aferraz
Core
No
0034567: InventoryCountProcess does not support dependency injection
InventoryCountProcess does not support dependency injection
1) Create a new class implementing InventoryCountCheckHook
2) Open window [Physical Inventory], create a new record with default values and then, create a new line selecting some product, like "Ale Beer".
3) Press "Process Inventory Count" button.
->The implemented hook is not executed.
Two alternatives:

a) Wait until design defect 0034566 is solved

b) Create a class to support the injection of the hooks, and use it within this process. It would be a similar approach to the one used in "doProcessCostAdjustment" method of "CostAdjustmentProcess.java"
No tags attached.
related to design defect 0034566 closed caristu Classes implementing Process interface can not use CDI automatically 
related to defect 0034568 closed Sanjota inventoryCountProcesses is not implemented in InventoryCountProcess.java 
Issue History
2016-11-17 16:30JONHMNew Issue
2016-11-17 16:30JONHMAssigned To => Triage Finance
2016-11-17 16:30JONHMModules => Core
2016-11-17 16:30JONHMResolution time => 1480546800
2016-11-17 16:30JONHMTriggers an Emergency Pack => No
2016-11-17 16:30JONHMRelationship addedrelated to 0034566
2016-11-17 16:36caristuSummaryInventoryCountProcess does not support injection of independencies => InventoryCountProcess does not support dependency injection
2016-11-17 16:36caristuDescription Updatedbug_revision_view_page.php?rev_id=13798#r13798
2016-11-17 16:36caristuProposed Solution updated
2016-11-17 16:37caristuProposed Solution updated
2016-11-17 16:44JONHMRelationship addedrelated to 0034568
2016-11-25 14:12aferrazReview Assigned To => aferraz
2016-11-25 14:12aferrazStatusnew => closed
2016-11-25 14:13aferrazResolutionopen => fixed
2016-11-25 14:13aferrazFixed in Version => 3.0PR17Q1
2016-11-25 14:13aferrazNote Added: 0091847

Notes
(0091847)
aferraz   
2016-11-25 14:13   
Fixed with: https://code.openbravo.com/erp/devel/pi/rev/4d1741a4d62dba5c0bed9ca3cf6dbce8f69c46c1 [^]