Openbravo Issue Tracking System - Modules
View Issue Details
0038778ModulesAdvanced Warehouse Operationspublic2018-06-18 11:462018-06-21 13:06
dmiguelez 
dmiguelez 
urgentmajoralways
closedfixed 
5
 
 
vmromanos
0038778: n.p.e when creating Picking Tasks for DO Issue with more than 100 lines
Not possible to create Picking Tasks for DO Issue with more than 100 lines
Execute AWOzz_HighVolume Test class and check that a n.p.e. is thrown
No tags attached.
related to defect 0038806 closed AtulOpenbravo ADSequence not accessible error when creating Picking Tasks for DO Issue 
Issue History
2018-06-18 11:46dmiguelezNew Issue
2018-06-18 11:46dmiguelezAssigned To => dmiguelez
2018-06-18 11:46dmiguelezResolution time => 1531087200
2018-06-18 11:47dmiguelezNote Added: 0105192
2018-06-18 12:27hgbotCheckin
2018-06-18 12:27hgbotNote Added: 0105193
2018-06-18 12:27hgbotStatusnew => resolved
2018-06-18 12:27hgbotResolutionopen => fixed
2018-06-18 12:27hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/5ce0d15d76fc0179d369a7f8bce474824ab10b53 [^]
2018-06-19 12:12vmromanosReview Assigned To => vmromanos
2018-06-19 12:12vmromanosNote Added: 0105225
2018-06-19 12:12vmromanosStatusresolved => closed
2018-06-19 13:27hgbotCheckin
2018-06-19 13:27hgbotNote Added: 0105244
2018-06-19 13:27hgbotStatusclosed => resolved
2018-06-19 13:27hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/5ce0d15d76fc0179d369a7f8bce474824ab10b53 [^] => http://code.openbravo.com/retail/backports/AWO/3.0RR17Q4/org.openbravo.warehouse.advancedwarehouseoperations/rev/0ff8467e5540bd9c458472ab972503f968227a41 [^]
2018-06-19 13:27hgbotCheckin
2018-06-19 13:27hgbotNote Added: 0105246
2018-06-19 13:27hgbotFixed in SCM revisionhttp://code.openbravo.com/retail/backports/AWO/3.0RR17Q4/org.openbravo.warehouse.advancedwarehouseoperations/rev/0ff8467e5540bd9c458472ab972503f968227a41 [^] => http://code.openbravo.com/retail/backports/AWO/3.0RR18Q1/org.openbravo.warehouse.advancedwarehouseoperations/rev/d766c50c219a15e22ffa72a8ee6b04dd53fce9e4 [^]
2018-06-19 13:28vmromanosStatusresolved => closed
2018-06-21 13:06gorkaionIssue cloned0038806
2018-06-21 13:06gorkaionRelationship addedrelated to 0038806
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0105192)
dmiguelez   
2018-06-18 11:47   
Test plan:

Execute AWOzz_HighVolume Test class and check that it ends correclty
(0105193)
hgbot   
2018-06-18 12:27   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 5ce0d15d76fc0179d369a7f8bce474824ab10b53
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Mon Jun 18 12:27:06 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/5ce0d15d76fc0179d369a7f8bce474824ab10b53 [^]

Fixes issue 38778. Move flush after creation of Batch of Tasks
outside of the organization check. This is done to ensure
that the flush is always done, if not, an n.p.e. can be raised
afterwards.

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/centralbroker/BatchOfTasksGenerator.java
---
(0105225)
vmromanos   
2018-06-19 12:12   
Code review OK
(0105244)
hgbot   
2018-06-19 13:27   
Repository: retail/backports/AWO/3.0RR17Q4/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 0ff8467e5540bd9c458472ab972503f968227a41
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Jun 19 12:37:28 2018 +0200
URL: http://code.openbravo.com/retail/backports/AWO/3.0RR17Q4/org.openbravo.warehouse.advancedwarehouseoperations/rev/0ff8467e5540bd9c458472ab972503f968227a41 [^]

Fixes issue 38778. Move flush after creation of Batch of Tasks
    outside of the organization check. This is done to ensure
    that the flush is always done, if not, an n.p.e. can be raised
    afterwards.

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/centralbroker/InventoryTransactionTypeAlgorithm.java
---
(0105246)
hgbot   
2018-06-19 13:27   
Repository: retail/backports/AWO/3.0RR18Q1/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: d766c50c219a15e22ffa72a8ee6b04dd53fce9e4
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Jun 19 12:37:28 2018 +0200
URL: http://code.openbravo.com/retail/backports/AWO/3.0RR18Q1/org.openbravo.warehouse.advancedwarehouseoperations/rev/d766c50c219a15e22ffa72a8ee6b04dd53fce9e4 [^]

Fixes issue 38778. Move flush after creation of Batch of Tasks
    outside of the organization check. This is done to ensure
    that the flush is always done, if not, an n.p.e. can be raised
    afterwards.

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/centralbroker/InventoryTransactionTypeAlgorithm.java
---