Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0000587 | Openbravo ERP | 08. Project and service management | public | 2008-06-10 10:49 | 2008-12-02 13:02 |
|
Reporter | rafaroda | |
Assigned To | rafaroda | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Ubuntu 7.10 |
Product Version | pi | |
Target Version | 2.40 | Fixed in Version | 2.40alpha-r3 | |
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 | 0000587: Planned Purchase Price and Planned Margin in Service Project lines |
Description | Planned Purchase Price and Planned Margin fields in Service Project Lines tab should be auto-calculated based on Planned Price field. |
Steps To Reproduce | 1) Go to 'Project & Service Management || Transactions || Service Project'
2) Go to 'Project Line' tab.
3) Fill 'Planned Price' (PP) field.
4a) Fill 'Planned Purchase Price' (PPP) field: 'Planned Margin' (PM) should be calculated as (PP - PPP)*100/PP
4b) Fill 'Planned Margin' (PM) field: 'Planned Purchase Price' (PPP) should be calculated as PP/(1-PM/100) |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0004100 | 2.40 | closed | rafaroda | Standard Precision issue in SL_Project_Plannned callout |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2008-06-10 10:49 | rafaroda | New Issue | |
2008-06-10 10:49 | rafaroda | Assigned To | => rafaroda |
2008-06-10 10:49 | rafaroda | OBNetwork customer | => N |
2008-06-10 10:50 | rafaroda | Status | new => scheduled |
2008-06-10 17:07 | rafaroda | Note Added: 0000481 | |
2008-06-10 17:17 | svnbot | Checkin | |
2008-06-10 17:17 | svnbot | Note Added: 0000483 | |
2008-06-10 17:17 | svnbot | Status | scheduled => resolved |
2008-06-10 17:17 | svnbot | Resolution | open => fixed |
2008-06-10 17:17 | svnbot | svn_revision | => 4930 |
2008-06-11 12:46 | cromero | Target Version | => 2.40 |
2008-06-11 14:33 | cromero | Fixed in Version | => 2.40alpha r3 |
2008-06-12 16:18 | svnbot | Checkin | |
2008-06-12 16:18 | svnbot | Note Added: 0007680 | |
2008-06-12 16:18 | svnbot | svn_revision | 4930 => 5013 |
2008-06-20 12:53 | rafaroda | Relationship added | related to 0004100 |
2008-11-06 09:12 | psarobe | Regression testing | => No |
2008-11-06 09:12 | psarobe | Status | resolved => closed |
2008-12-02 13:02 | jaimetorre | sf_bug_id | 0 => 2377053 |
Notes |
|
|
Correction, step 4b) should be:
4b) Fill 'Planned Margin' (PM) field: 'Planned Purchase Price' (PPP) should be calculated as PP*(1-PM/100) |
|
|
(0000483)
|
svnbot
|
2008-06-10 17:17
|
|
Repository: openbravo
Revision: 4930
Author: rafaroda
Date: 2008-06-10 17:17:00 +0200 (Tue, 10 Jun 2008)
Fixes bug 0000587 Modified 'SL_Project_Planned' callout in order to calculate:
* Planned Margin based on Planned Price and Planned Purchase Price
* Planned Purchase Price based on Planned Price and Planned Margin
---
U trunk/src/org/openbravo/erpCommon/ad_callouts/SL_Project_Planned.java
U trunk/src-db/database/sourcedata/AD_COLUMN.xml
---
https://dev.openbravo.com/websvn/openbravo/?rev=4930&sc=1 [^]
|
|
|
(0007680)
|
svnbot
|
2008-06-12 16:18
|
|
Repository: openbravo
Revision: 5013
Author: rafaroda
Date: 2008-06-12 16:18:11 +0200 (Thu, 12 Jun 2008)
Fixes bug 0000587 Modified 'SL_Project_Planned' callout in order it does not crash when dividing by zero.
---
U trunk/src/org/openbravo/erpCommon/ad_callouts/SL_Project_Planned.java
---
https://dev.openbravo.com/websvn/openbravo/?rev=5013&sc=1 [^]
|
|