Openbravo Issue Tracking System - Modules
View Issue Details
0027305ModulesWarehouse Pickingpublic2014-08-11 13:052014-10-15 13:51
ngarcia 
AtulOpenbravo 
immediateminoralways
closedfixed 
5
 
 
vmromanos
0027305: Picking List in Incidence status can be processed from Goods Movements window
Picking List in Incidence status can be processed from Goods Movements window
As group admin role:
   Create a Sales Order and book it
   Generate an Outbound picking list from it
   Go to Warehouse Picking List window and Assign it to an employee
   Select a Movement Line and sets its status to Incidence (Manage Incidence)
   Navigate to the associated Goods Movements
   Check you could process it and you shouldn't
   The picking list line status is updated from Incidence to Completed
   
No tags attached.
related to design defect 0027541 new Triage Omni WMS Records associated with an outbound picking list shouldn't be edited or processed from the Goods Movement window 
Issue History
2014-08-11 13:05ngarciaNew Issue
2014-08-11 13:05ngarciaAssigned To => jonalegriaesarte
2014-08-11 13:05ngarciaResolution time => 1408399200
2014-08-11 13:06ngarciaIssue Monitored: networkb
2014-08-11 16:26jonalegriaesarteAssigned Tojonalegriaesarte => AtulOpenbravo
2014-09-04 13:19ngarciaRelationship addedrelated to 0027541
2014-09-25 19:04AtulOpenbravoStatusnew => scheduled
2014-09-25 19:04AtulOpenbravofix_in_branch => pi
2014-09-25 19:09AtulOpenbravoNote Added: 0070398
2014-10-15 13:50hgbotCheckin
2014-10-15 13:50hgbotNote Added: 0070962
2014-10-15 13:50hgbotStatusscheduled => resolved
2014-10-15 13:50hgbotResolutionopen => fixed
2014-10-15 13:50hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.pickinglist/rev/1a87f9b22cbad005edd6feb679f732eeef9c85b1 [^]
2014-10-15 13:51vmromanosReview Assigned To => vmromanos
2014-10-15 13:51vmromanosNote Added: 0070963
2014-10-15 13:51vmromanosStatusresolved => closed

Notes
(0070398)
AtulOpenbravo   
2014-09-25 19:09   
Test Plan
- Login as group admin role and Create a Sales Order and book it.
- Generate an Outbound picking list from it.
- Go to Warehouse Picking List window and Assign it to an employee
- Select a Movement Line and sets its status to Incidence (Manage Incidence)
- Navigate to the associated Goods Movements.
- Try to process it, You will get a proper message showing that transaction cannot be processed as there are lines with Incidence status.
- Change the status of line using Manage Incidence button to Pending.
- Try to process associated Goods Movements transaction, it is processed successfully.
(0070962)
hgbot   
2014-10-15 13:50   
Repository: erp/pmods/org.openbravo.warehouse.pickinglist
Changeset: 1a87f9b22cbad005edd6feb679f732eeef9c85b1
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Fri Sep 26 23:21:14 2014 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.pickinglist/rev/1a87f9b22cbad005edd6feb679f732eeef9c85b1 [^]

Fixes Issue 27305:Picking List lines with Incidence status cannot be processed
from Goods Movement.
A check is provide in extension point to M_Movement_Post method whether the
movementlines are with incidence status and exception is raised instead of
processing them.

---
M src-db/database/model/functions/OBWPL_MOVEMENT_POST_EP.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
---
(0070963)
vmromanos   
2014-10-15 13:51   
Code review OK