Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0000314 | Openbravo ERP | 03. Procurement management | public | 2008-05-15 13:45 | 2008-12-02 13:01 | |||||||
Reporter | maria_perez | |||||||||||
Assigned To | gorkaion | |||||||||||
Priority | normal | Severity | major | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 20 | OS Version | Ubuntu | ||||||||
Product Version | 2.35 | |||||||||||
Target Version | 2.35 | Fixed in Version | pi | |||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
OBNetwork customer | No | |||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0000314: Wrong documentno in receipts created from pending goods | |||||||||||
Description | In Procurement Management --> Transactions --> Pending goods receipt. We select a pending purchase order, select quantity, warehouse and reception date and click on the Process Button. Then a good receipt is generated with a document number which is not correct according to the document type. Patch found: In file --> src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending.java The line: strDocumentno = Utility.getDocumentNo(this, vars, "", "M_InOut", Utility.getContext(this, vars, "C_DocTypeTarget_ID", docTargetType), Utility.getContext(this, vars, "C_DocType_ID", docTargetType), false, true); has been changed to: strDocumentno = Utility.getDocumentNo(this, vars, "", "M_InOut", docTargetType.equals("")?Utility.getContext(this, vars, "C_DocTypeTarget_ID", docTargetType):docTargetType, Utility.getContext(this, vars, "C_DocType_ID", docTargetType), false, true); In order to use the variable docTargetType as input parameter in method getDocumentNo, instead of the session variable C_DocTypeTarget_ID, which is used in the current code. | |||||||||||
Steps To Reproduce | In Procurement Management --> Transactions --> Pending goods receipt. We select a pending purchase order, select quantity, warehouse and reception date and click on the Process Button. | |||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2008-05-15 13:45 | maria_perez | New Issue | ||||||||||
2008-05-15 13:45 | maria_perez | Assigned To | => cromero | |||||||||
2008-05-19 18:57 | cromero | Assigned To | cromero => gorkaion | |||||||||
2008-05-19 18:57 | cromero | Status | new => acknowledged | |||||||||
2008-05-26 12:16 | psarobe | Status | acknowledged => scheduled | |||||||||
2008-05-29 19:43 | gorkaion | Status | scheduled => resolved | |||||||||
2008-05-29 19:43 | gorkaion | svn_revision | => 4679 | |||||||||
2008-05-29 19:43 | gorkaion | Resolution | open => fixed | |||||||||
2008-05-29 19:43 | gorkaion | Note Added: 0000387 | ||||||||||
2008-06-11 12:46 | cromero | Target Version | => 2.40 | |||||||||
2008-06-11 14:29 | cromero | Target Version | 2.40 => 2.35 | |||||||||
2008-06-16 06:55 | pjuvara | Severity | minor => major | |||||||||
2008-08-20 19:08 | psarobe | Regression testing | => No | |||||||||
2008-08-20 19:08 | psarobe | Status | resolved => closed | |||||||||
2008-08-20 19:08 | psarobe | Fixed in Version | => trunk | |||||||||
2008-12-02 13:01 | jaimetorre | sf_bug_id | 0 => 2377021 |
Notes | |||||
|
|||||
|
|