Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0028905 | Openbravo ERP | 03. Procurement management | public | 2015-02-10 11:59 | 2015-02-23 05:11 |
|
Reporter | VictorVillar | |
Assigned To | Sandrahuguet | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | aferraz |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 34228 |
Regression level | Production - QA Approved |
Regression date | 2014-12-23 |
Regression introduced in release | 3.0PR15Q1 |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/fbc674d56f04 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0028905: Purchase Invoice - Create Lines From is not working under some circumstancies |
Description | Purchase Invoice - Create Lines From is not working under some circumstancies |
Steps To Reproduce | As group admin role,
Go to Purchase Order window:
create a new register for product Cerveza
Unit Price: 0
List Net amount: 0
qty: 1
Complete it.
Go to Purchase invoice window:
create a new register and use the Create Lines from selecting the Purchase Order line created before.
Error appears: ProcessRunError
In openbravo.log:
8b48f559 2015-02-10 10:31:33,402 [TP-Processor1] WARN org.openbravo.erpCommon.ad_actionButton.CreateFrom - Rollback in transaction
8b48f559 2015-02-10 10:31:33,403 [TP-Processor1] INFO org.openbravo.erpCommon.utility.ErrorTextParserPOSTGRE - did not find constraint name for error message: ProcessRunError
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-02-10 11:59 | VictorVillar | New Issue | |
2015-02-10 11:59 | VictorVillar | Assigned To | => Sandrahuguet |
2015-02-10 11:59 | VictorVillar | OBNetwork customer | => Yes |
2015-02-10 11:59 | VictorVillar | Modules | => Core |
2015-02-10 11:59 | VictorVillar | Support ticket | => 34228 |
2015-02-10 11:59 | VictorVillar | Resolution time | => 1426460400 |
2015-02-10 11:59 | VictorVillar | Regression level | => Production - QA Approved |
2015-02-10 11:59 | VictorVillar | Triggers an Emergency Pack | => No |
2015-02-10 12:20 | Sandrahuguet | Regression date | => 2014-12-23 |
2015-02-10 12:20 | Sandrahuguet | Regression introduced in release | => 3.0PR15Q1 |
2015-02-10 12:20 | Sandrahuguet | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/fbc674d56f04 [^] |
2015-02-10 12:46 | hgbot | Checkin | |
2015-02-10 12:46 | hgbot | Note Added: 0074320 | |
2015-02-10 12:46 | hgbot | Status | new => resolved |
2015-02-10 12:46 | hgbot | Resolution | open => fixed |
2015-02-10 12:46 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/79bb6781bc77cf3cbf7a808ab24c59daca85a4fe [^] |
2015-02-10 13:43 | hgbot | Checkin | |
2015-02-10 13:43 | hgbot | Note Added: 0074326 | |
2015-02-10 13:44 | aferraz | Review Assigned To | => aferraz |
2015-02-10 13:44 | aferraz | Note Added: 0074327 | |
2015-02-10 13:44 | aferraz | Status | resolved => closed |
2015-02-10 18:08 | Sandrahuguet | Note Added: 0074333 | |
2015-02-10 18:28 | Sandrahuguet | Note Edited: 0074333 | bug_revision_view_page.php?bugnote_id=0074333#r7657 |
2015-02-10 19:35 | hudsonbot | Checkin | |
2015-02-10 19:35 | hudsonbot | Note Added: 0074342 | |
2015-02-23 05:11 | hudsonbot | Checkin | |
2015-02-23 05:11 | hudsonbot | Note Added: 0074745 | |
Notes |
|
(0074320)
|
hgbot
|
2015-02-10 12:46
|
|
|
|
(0074326)
|
hgbot
|
2015-02-10 13:43
|
|
Repository: erp/devel/pi
Changeset: 87338b67712c335cedfe6e985d4fddfde021a938
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Tue Feb 10 13:29:45 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/87338b67712c335cedfe6e985d4fddfde021a938 [^]
Related to issue 28905: Code review in CreateFrom.java
Changed from new BigDecimal(0) to BigDecimal.ZERO
---
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom.java
---
|
|
|
|
|
|
(0074333)
|
Sandrahuguet
|
2015-02-10 18:08
(edited on: 2015-02-10 18:28) |
|
|
|
|
|
|
|
|