Openbravo Issue Tracking System - Modules
View Issue Details
0025423ModulesWarehouse Pickingpublic2014-01-02 16:282014-02-20 13:43
ngarcia 
AtulOpenbravo 
urgentmajoralways
closedfixed 
5
 
 
ngarcia
OBPS
0025423: Return shipment could be created when generating a picking list if its id is bigger than the MMS id
Return shipment could be created when generating a picking list if its id is bigger than the MMS id
As group admin role:
   Go to Document type window and filter by F&B US Inc Organization and Document category: Material Delivery
   Set all the records obtained as Default = 'N' and Active = 'Y'
   Check through database which one has the biggest id
      select *
      from c_doctype
      where docbasetype = 'MMS'
      and ad_org_id = '2E60544D37534C0B89E765FE29BC0B43'
      order by c_doctype_id desc
   Define it as a Return
   Create a Sales Order for F&B US - East Coast
   Generate a Picking list from it and process it
   You will get the following error:
      ERROR: Return Receipts/Shipments do not allow lines with positive quantities.
No tags attached.
Issue History
2014-01-02 16:28ngarciaNew Issue
2014-01-02 16:28ngarciaAssigned To => jonalegriaesarte
2014-01-02 16:28ngarciaOBNetwork customer => Yes
2014-01-02 16:29ngarciaSummaryRFC could be created when generating a picking list if its id is bigger than the MMS id => Return shipment could be created when generating a picking list if its id is bigger than the MMS id
2014-01-02 16:29ngarciaDescription Updatedbug_revision_view_page.php?rev_id=5286#r5286
2014-01-02 16:29ngarciaIssue Monitored: networkb
2014-02-06 14:14jonalegriaesarteAssigned Tojonalegriaesarte => pramakrishnan
2014-02-11 12:10AtulOpenbravoAssigned Topramakrishnan => AtulOpenbravo
2014-02-18 17:29ngarciaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=5465#r5465
2014-02-18 17:37ngarciaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=5466#r5466
2014-02-20 12:33AtulOpenbravoStatusnew => scheduled
2014-02-20 12:33AtulOpenbravofix_in_branch => pi
2014-02-20 13:34AtulOpenbravoReview Assigned To => ngarcia
2014-02-20 13:34AtulOpenbravofix_in_branchpi =>
2014-02-20 13:39AtulOpenbravoNote Added: 0064394
2014-02-20 13:39hgbotCheckin
2014-02-20 13:39hgbotNote Added: 0064396
2014-02-20 13:39hgbotStatusscheduled => resolved
2014-02-20 13:39hgbotResolutionopen => fixed
2014-02-20 13:39hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.pickinglist/rev/8da355e0bf45628cc48e411be5e20e3629114768 [^]
2014-02-20 13:43ngarciaNote Added: 0064397
2014-02-20 13:43ngarciaStatusresolved => closed

Notes
(0064394)
AtulOpenbravo   
2014-02-20 13:39   
Test Plan
- Create a Sales Order, add line and process it.
- Click on Generate Picking List button.
- Navigate to the Picking List record create above in Warehouse Pick List window.
- Try to Process it.
- If proper document type exists for Shipment then process should complete successfully.
- If proper document type does not exists for shipment, then error message is shown as "No Document Type for Shipment".
(0064396)
hgbot   
2014-02-20 13:39   
Repository: erp/pmods/org.openbravo.warehouse.pickinglist
Changeset: 8da355e0bf45628cc48e411be5e20e3629114768
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Thu Feb 20 17:06:58 2014 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.pickinglist/rev/8da355e0bf45628cc48e411be5e20e3629114768 [^]

Fixes Issue 25423: Cannot process picking list, return document type selected

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/warehouse/pickinglist/CreateActionHandler.java
M src/org/openbravo/warehouse/pickinglist/OBWPL_Utils.java
---
(0064397)
ngarcia   
2014-02-20 13:43   
fixed in version 1.4.6