Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
ID | |||||||||||
0041056 | |||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||||
design defect | [Modules] Advanced Warehouse Operations | major | random | 2019-06-07 15:08 | 2019-06-10 16:20 | ||||||
Reporter | airaceburu | View Status | public | ||||||||
Assigned To | Triage Omni WMS | ||||||||||
Priority | normal | Resolution | open | Fixed in Version | |||||||
Status | acknowledged | Fix in branch | Fixed in SCM revision | ||||||||
Projection | none | ETA | none | Target Version | |||||||
OS | Any | Database | Any | Java version | |||||||
OS Version | Database version | Ant version | |||||||||
Product Version | SCM revision | ||||||||||
Regression date | |||||||||||
Regression introduced by commit | |||||||||||
Regression level | |||||||||||
Review Assigned To | |||||||||||
Regression introduced in release | |||||||||||
Summary | 0041056: m_inout can have a return document type coming from a sales order | ||||||||||
Description | When creating the shipment from a sales order after picking, confirm, issue (automatic delivery), the document type is set in this piece of code: createMInOutHeaderFromReceptionOrIssueList -> ShipmentInOutGenerator.java In this point the document type is retrieved based on the document category that in sales is MMS. The thing is that there are MMS document types that are returns. As getDocumentType returns a single documentType "randomly" it can return the wrong one | ||||||||||
Steps To Reproduce | Place a breakpoint in createMInOutHeaderFromReceptionOrIssueList -> ShipmentInOutGenerator.java Issue (automatic delivery) a sales order Check getDocumentType query | ||||||||||
Proposed Solution | Add isReturn = :isReturn as a condition for the query and change the API or create another function to retrieve the docType | ||||||||||
Tags | No tags attached. | ||||||||||
Attached Files | |||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||
|
Notes | |
(0112545) dmiguelez (developer) 2019-06-10 16:11 |
The problem in this case is that there was no Document Type defined for this category as Default. There should be always one, and only one, Document Type per category defined as default. If not, the result can be unpredictable. |
Issue History | |||
Date Modified | Username | Field | Change |
2019-06-07 15:08 | airaceburu | New Issue | |
2019-06-07 15:08 | airaceburu | Assigned To | => dmiguelez |
2019-06-07 15:09 | airaceburu | Resolution time | => 1561068000 |
2019-06-10 09:46 | lmonreal | Issue Monitored: martinsdan | |
2019-06-10 09:46 | lmonreal | Issue Monitored: lmonreal | |
2019-06-10 11:52 | ngarcia | Issue Monitored: ngarcia | |
2019-06-10 16:11 | dmiguelez | Note Added: 0112545 | |
2019-06-10 16:12 | dmiguelez | Type | defect => design defect |
2019-06-10 16:20 | Sandrahuguet | Resolution time | 1561068000 => |
2019-06-10 16:20 | Sandrahuguet | Status | new => acknowledged |
2019-06-10 16:20 | Sandrahuguet | Assigned To | dmiguelez => Triage Finance |
2019-08-13 10:30 | Sandrahuguet | Relationship added | duplicate of 0041639 |
2022-09-06 17:18 | caristu | Category | Advance Warehouse Operations => Advanced Warehouse Operations |
Copyright © 2000 - 2009 MantisBT Group |