Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #25423 All Revisions ] Back to Issue ]
Summary 0025423: Return shipment could be created when generating a picking list if its id is bigger than the MMS id
Revision 2014-02-18 17:37 by ngarcia
Steps To Reproduce 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.
Revision 2014-02-18 17:29 by ngarcia
Steps To Reproduce 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'
   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.
Revision 2014-02-11 12:10 by ngarcia
Steps To Reproduce 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'
   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
   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.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker