Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0024432 | Openbravo ERP | 03. Procurement management | public | 2013-07-29 22:54 | 2013-08-20 16:14 |
Reporter | VictorVillar | ||||
Assigned To | pramakrishnan | ||||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | pi | ||||
Target Version | 3.0MP27 | Fixed in Version | |||
Merge Request Status | |||||
Review Assigned To | dmiguelez | ||||
OBNetwork customer | OBPS | ||||
Web browser | |||||
Modules | Core | ||||
Support ticket | 22339 | ||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0024432: DocMatchInv should take into account the information of m_costing for non stockable products | ||||
Description | DocMatchInv should take into account the information of m_costing for non stockable products | ||||
Steps To Reproduce | 1) Create a goods receipt for non stockable product 2) Create a purchase invoice for previous step 3) Go to created matched invoice and try to post. You can not post it (error: "There is no cost defined for the product...", because there is not transaction, so DocMatchInv.java process does not find the cost related to this product as you can read in the following code: MaterialTransaction transaction = getTransaction(Record_ID); if (transaction == null) { Map<String, String> parameters = new HashMap<String, String>(); parameters.put("Product", inOutLine.getProduct().getIdentifier()); parameters.put( "Date", (OBDateUtils.formatDate(OBDal.getInstance().get(ReceiptInvoiceMatch.class, Record_ID) .getTransactionDate())).toString()); setMessageResult(conn, STATUS_InvalidCost, "error", parameters); throw new IllegalStateException(); | ||||
Proposed Solution | The process should take into account the information in m_costing table, as it works with DocInOut.java | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-07-29 22:54 | VictorVillar | New Issue | |||
2013-07-29 22:54 | VictorVillar | Assigned To | => dmiguelez | ||
2013-07-29 22:54 | VictorVillar | Modules | => Core | ||
2013-07-29 22:54 | VictorVillar | OBNetwork customer | => Yes | ||
2013-07-29 22:54 | VictorVillar | Support ticket | => 22339 | ||
2013-07-29 22:54 | VictorVillar | Resolution time | => 1377208800 | ||
2013-07-29 22:54 | VictorVillar | Triggers an Emergency Pack | => No | ||
2013-07-29 22:55 | VictorVillar | Issue Monitored: networkb | |||
2013-08-01 09:55 | jonalegriaesarte | Assigned To | dmiguelez => pramakrishnan | ||
2013-08-05 08:19 | pramakrishnan | Status | new => scheduled | ||
2013-08-05 08:19 | pramakrishnan | fix_in_branch | => pi | ||
2013-08-20 09:00 | hgbot | Checkin | |||
2013-08-20 09:00 | hgbot | Note Added: 0060670 | |||
2013-08-20 09:01 | hgbot | Status | scheduled => resolved | ||
2013-08-20 09:01 | hgbot | Resolution | open => fixed | ||
2013-08-20 09:01 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c29367b3810599a595d29dc1a1cd9871e627ff83 [^] | ||
2013-08-20 09:01 | dmiguelez | Review Assigned To | => dmiguelez | ||
2013-08-20 09:01 | dmiguelez | Note Added: 0060671 | |||
2013-08-20 09:01 | dmiguelez | Status | resolved => closed | ||
2013-08-20 16:14 | hudsonbot | Checkin | |||
2013-08-20 16:14 | hudsonbot | Note Added: 0060687 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|