Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0024032 | Openbravo ERP | 03. Procurement management | public | 2013-06-07 14:39 | 2013-06-24 12:02 |
|
Reporter | jonalegriaesarte | |
Assigned To | jonalegriaesarte | |
Priority | high | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0MP25 | Fixed in Version | 3.0MP25 | |
Merge Request Status | |
Review Assigned To | jonalegriaesarte |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0024032: Save description in purchase invoice is failing when the invoice is booked |
Description | Save description in purchase invoice is failing when the invoice is booked. The issue is in C_INVLINE_CHK_RESTRICTIONS_TRG, in line:
OR(COALESCE(:OLD.TAXAMT, 0) <> COALESCE(:NEW.TAXAMT, 0))
because of rounding issues, it is not comparing correctly the values |
Steps To Reproduce | - Create a purchase invoice with one line.
- Quantity in line: 1.25
- Book it
- Change the description in line, save it |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0031627 | | closed | inigosanchez | Fields with display logic equals to false cause js check error in log |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-06-07 14:39 | jonalegriaesarte | New Issue | |
2013-06-07 14:39 | jonalegriaesarte | Assigned To | => jonalegriaesarte |
2013-06-07 14:39 | jonalegriaesarte | Modules | => Core |
2013-06-07 14:39 | jonalegriaesarte | Triggers an Emergency Pack | => No |
2013-06-17 17:28 | caristu | Note Added: 0059466 | |
2013-06-18 17:13 | hgbot | Checkin | |
2013-06-18 17:13 | hgbot | Note Added: 0059496 | |
2013-06-18 17:13 | hgbot | Status | new => resolved |
2013-06-18 17:13 | hgbot | Resolution | open => fixed |
2013-06-18 17:13 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/856973735a23e5f72eace8b1b39341ef3f2c17ce [^] |
2013-06-20 02:08 | hudsonbot | Checkin | |
2013-06-20 02:08 | hudsonbot | Note Added: 0059584 | |
2013-06-24 12:02 | jonalegriaesarte | Review Assigned To | => jonalegriaesarte |
2013-06-24 12:02 | jonalegriaesarte | Note Added: 0059637 | |
2013-06-24 12:02 | jonalegriaesarte | Status | resolved => closed |
2013-06-24 12:02 | jonalegriaesarte | Fixed in Version | => 3.0MP25 |
2015-12-01 13:13 | caristu | Relationship added | related to 0031627 |
Notes |
|
|
This behavior is happening also in Sales Invoice window. The problem is caused because setTextualValue() is not executed for the Tax Amount field, because the displayed checkbox is not marked. |
|
|
(0059496)
|
hgbot
|
2013-06-18 17:13
|
|
Repository: erp/devel/pi
Changeset: 856973735a23e5f72eace8b1b39341ef3f2c17ce
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon Jun 17 18:46:00 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/856973735a23e5f72eace8b1b39341ef3f2c17ce [^]
fixes issue 24032: Save description in purchase invoice
is failing when the invoice is booked
---
M modules/org.openbravo.v3/src-db/database/configScript.xml
M src-db/database/sourcedata/AD_FIELD.xml
---
|
|
|
|
|
|
(0059637)
|
jonalegriaesarte
|
2013-06-24 12:02
|
|
Tested and working fine. Now, the error when changing the description does not appear |
|