Openbravo Issue Tracking System - Modules
View Issue Details
0023317ModulesWarehouse Pickingpublic2013-03-15 13:312015-01-16 13:14
naiaramartinez 
naiaramartinez 
normalminorhave not tried
closedfixed 
5
 
 
0023317: Delivery status never gets 100% because cannot generate not stocked product's picking
Delivery status never gets 100% because cannot generate not stocked product's picking.

'Generate picking list' only generate the m_inoutlines of products that are stocked items. so, the rest of the products are will not be in the good shipments, and that's why delivery status never gets 100%.

Generate a sales order.
Create two lines:
  one with a product that is service
  one with a product that is stocked item
Generate picking list
Process the generated picking list.

Go back to the sales order. Notice that delivery status is not 100%.
When generating the Picking list, generate one m_inoutline for each line of the sales order (lines that have not been delivered yet).

In picking list window, only show lines that are item and stocked. Because it has no sense to pick lines that are services.

In 'Validate' button only show product that are items and stocked.

When processing the Picking list, process all the lines (not only the lines that are shown).
No tags attached.
related to defect 0028647 closed umartirena Delivery status never gets 100% because cannot generate service product's picking 
Issue History
2013-03-15 13:31naiaramartinezNew Issue
2013-03-15 13:31naiaramartinezAssigned To => naiaramartinez
2013-03-18 10:07hgbotCheckin
2013-03-18 10:07hgbotNote Added: 0057290
2013-03-18 10:07hgbotStatusnew => resolved
2013-03-18 10:07hgbotResolutionopen => fixed
2013-03-18 10:07hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.pickinglist/rev/34fa09208f860f0db33b2399c62392ceb9c8e3e2 [^]
2014-04-02 08:59plujanNote Added: 0065844
2014-04-02 08:59plujanStatusresolved => closed
2015-01-16 13:14ngarciaIssue cloned0028647
2015-01-16 13:15ngarciaRelationship addedrelated to 0028647

Notes
(0057290)
hgbot   
2013-03-18 10:07   
Repository: erp/pmods/org.openbravo.warehouse.pickinglist
Changeset: 34fa09208f860f0db33b2399c62392ceb9c8e3e2
Author: Naiara Martinez <naiara.martinez <at> openbravo.com>
Date: Fri Mar 15 13:32:38 2013 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.pickinglist/rev/34fa09208f860f0db33b2399c62392ceb9c8e3e2 [^]

fixed bug 23317: Delivery status never gets 100%

---
M src-db/database/sourcedata/AD_TAB.xml
M src/org/openbravo/warehouse/pickinglist/CreateActionHandler.java
M src/org/openbravo/warehouse/pickinglist/ValidateActionHandler.java
---
(0065844)
plujan   
2014-04-02 08:59   
Closed as it was in Resolved for too long