Openbravo Issue Tracking System - Modules
View Issue Details
0055910ModulesDistribution Order for Advanced Warehouse Operationspublic2024-07-03 18:012024-10-07 09:46
AtulOpenbravo 
AtulOpenbravo 
normalmajoralways
closedfixed 
5
 
 
0055910: NPE when generating reception tasks for Delivery Note
https://openbravo.atlassian.net/browse/RM-15157 [^]

Null pointer exception is raised when generating reception tasks for delivery note

java.lang.NullPointerException: null
    at org.openbravo.warehouse.advancedwarehouseoperations.distributionorders.ittalgorithm.ReceiptDeliveryNote_ITT.init(ReceiptDeliveryNote_ITT.java:51) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.InventoryTransactionTypeAlgorithm.init(InventoryTransactionTypeAlgorithm.java:320) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.InventoryTransactionTypeAlgorithm.executeAlgorithm(InventoryTransactionTypeAlgorithm.java:249) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.BatchOfTasksGenerator.createBatchOfTasksUsingItt(BatchOfTasksGenerator.java:199) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.BatchOfTasksGenerator.createBatchOfTasksIfIttAlgorithmInstanceFound(BatchOfTasksGenerator.java:151) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.BatchOfTasksGenerator.run(BatchOfTasksGenerator.java:117) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.CentralBroker.doTheStuff(CentralBroker.java:159) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.CentralBroker.doTheStuff(CentralBroker.java:109) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.distributionorders.handler.GenerateReceptionListFromDeliveryNoteHandler.exec(GenerateReceptionListFromDeliveryNoteHandler.java:36) ~[classes/:?]
- Login as AWOQAAdmin
- Create a Delivery Note header for organization US West Coast, Warehouse Issue : US East Coast, Receipt Warehouse: US West Coast, Issue Date = Schedule Delivery Date = todays date.
- Add line for Ale Beer product, set quantity as 10.
- Book Delivery Note.
- Click on Receive button.
- Realize that Null Pointer Exception is thrown.
-
No tags attached.
related to feature request 0055235 closed vmromanos Receive Delivery Note linked to a Purchase Order or not linked to any other document 
Issue History
2024-07-03 18:01AtulOpenbravoNew Issue
2024-07-03 18:01AtulOpenbravoAssigned To => Triage Omni WMS
2024-07-03 18:03AtulOpenbravoStatusnew => scheduled
2024-07-03 18:03AtulOpenbravoAssigned ToTriage Omni WMS => AtulOpenbravo
2024-07-04 00:09mtaalDescription Updatedbug_revision_view_page.php?rev_id=28188#r28188
2024-07-04 08:04caristuRelationship addedrelated to 0055235
2024-07-04 09:40AtulOpenbravoStatusscheduled => acknowledged
2024-10-07 09:45mtaalStatusacknowledged => scheduled
2024-10-07 09:46mtaalNote Added: 0170034
2024-10-07 09:46mtaalStatusscheduled => resolved
2024-10-07 09:46mtaalResolutionopen => fixed
2024-10-07 09:46mtaalStatusresolved => closed

Notes
(0170034)
mtaal   
2024-10-07 09:46   
https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/merge_requests/182 [^]