Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0030259 | Openbravo ERP | 09. Financial management | public | 2015-06-26 13:42 | 2015-06-30 00:54 |
|
Reporter | dmiguelez | |
Assigned To | dmiguelez | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | vmromanos |
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 | 0030259: Cost Adjustments: When a Transaction is set as isPermanent, it should not try to adjust is Cost |
Description | Cost Adjustments: When a Transaction is set as isPermanent, it should not try to adjust is Cost |
Steps To Reproduce | Cost Adjustments: When a Transaction is set as isPermanent, it should not try to adjust is Cost
Reproduced in a Client's environment.
The problem is that, when a Transaction is set as Permanent (in this case a Voided Document), it can be the source of Cost Adjustments, but it can not be adjusted itself. An error message is shown.
It is needed to avoid this situation. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-06-26 13:42 | dmiguelez | New Issue | |
2015-06-26 13:42 | dmiguelez | Assigned To | => Triage Finance |
2015-06-26 13:42 | dmiguelez | OBNetwork customer | => No |
2015-06-26 13:42 | dmiguelez | Modules | => Core |
2015-06-26 13:42 | dmiguelez | Triggers an Emergency Pack | => No |
2015-06-26 13:43 | hgbot | Checkin | |
2015-06-26 13:43 | hgbot | Note Added: 0078535 | |
2015-06-26 13:43 | hgbot | Status | new => resolved |
2015-06-26 13:43 | hgbot | Resolution | open => fixed |
2015-06-26 13:43 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f5b89bd131a9631637f9c2fc18742aea9c382950 [^] |
2015-06-26 13:47 | hgbot | Checkin | |
2015-06-26 13:47 | hgbot | Note Added: 0078536 | |
2015-06-26 13:47 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/f5b89bd131a9631637f9c2fc18742aea9c382950 [^] => http://code.openbravo.com/erp/devel/pi/rev/04dd2c60fad1e4fceafa10ffa135ae0d7b837ae4 [^] |
2015-06-29 12:35 | shuehner | Assigned To | Triage Finance => dmiguelez |
2015-06-29 13:29 | vmromanos | Review Assigned To | => vmromanos |
2015-06-29 13:29 | vmromanos | Status | resolved => closed |
2015-06-30 00:54 | hudsonbot | Checkin | |
2015-06-30 00:54 | hudsonbot | Note Added: 0078576 | |
2015-06-30 00:54 | hudsonbot | Checkin | |
2015-06-30 00:54 | hudsonbot | Note Added: 0078577 | |
Notes |
|
(0078535)
|
hgbot
|
2015-06-26 13:43
|
|
Repository: erp/devel/pi
Changeset: f5b89bd131a9631637f9c2fc18742aea9c382950
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Fri Jun 26 13:43:05 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f5b89bd131a9631637f9c2fc18742aea9c382950 [^]
Fixes Issue 30259. When a Transaction is set as Permanent, avoid to modify
it's Unitary Cost, since it will not be possible (it is checked later in the code)
---
M src/org/openbravo/costing/CostingAlgorithmAdjustmentImp.java
---
|
|
|
(0078536)
|
hgbot
|
2015-06-26 13:47
|
|
Repository: erp/devel/pi
Changeset: 04dd2c60fad1e4fceafa10ffa135ae0d7b837ae4
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Fri Jun 26 13:47:10 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/04dd2c60fad1e4fceafa10ffa135ae0d7b837ae4 [^]
Fixes Issue 30259. When a Transaction is set as Permanent, avoid to modify
it's Unitary Cost, since it will not be possible (it is checked later in the code)
---
M src/org/openbravo/costing/CostingAlgorithmAdjustmentImp.java
---
|
|
|
|
|
|
|
|