Notes |
|
|
|
|
(0033630)
|
hgbot
|
2011-01-13 18:27
|
|
Repository: erp/devel/pi
Changeset: 8b633bd01c5e07ebdb2ef5f28a79f2b721202130
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu Jan 13 18:26:53 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/8b633bd01c5e07ebdb2ef5f28a79f2b721202130 [^]
Fixes issue 0015630: Project profitability report is not working under some circumstances
It has been modified the Profitability report and Expenses report to not to raise the conversion rate error when it is not needed.
---
M src/org/openbravo/erpCommon/ad_reports/ReportExpense.java
M src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitabilityJR.java
---
|
|
|
|
* Testing the issue
Verify that now projects with no time sheets can execute the Profitability project and also the Expenses project.
Verify also that the related issue 10690 works as expected. days are properly converted to hours in both reports.
* Other areas affected
Only has been modified the Expenses report and Project Profitability report. |
|
|
|
This regression has been created because when solving issue 10690 it has not been tested the case of projects with expense lines that are not time reports. |
|
|
|
It is still failing in this scenario:
If you add hours against a product which UOM is hours then it is not working. The error is the same: There is no conversion rate between hours and days. It makes no sense since everything is in hours |
|
|
(0033686)
|
hgbot
|
2011-01-17 14:24
|
|
Repository: erp/devel/pi
Changeset: 189e816bcd7c6216526fdad1f3ed9e7f734dfd3a
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Mon Jan 17 14:23:22 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/189e816bcd7c6216526fdad1f3ed9e7f734dfd3a [^]
Fixes issue 0015630: Project profitability report is not working under some circumstances
It has been added the case of expenses reported in hours
---
M src/org/openbravo/erpCommon/ad_reports/ReportExpense.java
M src/org/openbravo/erpCommon/ad_reports/ReportExpense_data.xsql
M src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitabilityJR.java
---
|
|
|
|
* Testing the issue
It has to be included the case of testing the scenario described in the note c33680 |
|
|
(0033690)
|
hgbot
|
2011-01-17 15:50
|
|
Repository: erp/devel/pi
Changeset: bcf2d9cce366cf8506322c1d42060f2303a1a709
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Mon Jan 17 15:49:43 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/bcf2d9cce366cf8506322c1d42060f2303a1a709 [^]
Fixes issue 0015630: Project profitability report is not working under some circumstances
Fixed
Fixing sql sentence
---
M src/org/openbravo/erpCommon/ad_reports/ReportExpense_data.xsql
---
|
|
|
(0033947)
|
hgbot
|
2011-01-28 10:16
|
|
Repository: erp/devel/pi
Changeset: 91b91cf993184142ed9f142ddc6ad46643577a72
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Fri Jan 28 10:15:37 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/91b91cf993184142ed9f142ddc6ad46643577a72 [^]
Fixes issue 0015630: Project profitability report is not working under some circumstances
It has been modified properly the UOM to convert to take always hours and has been restored the gropping on the Profitability report SQL sentence to remove the UOM. This sentence must be grouping only by project
---
M src/org/openbravo/erpCommon/ad_reports/ReportExpense_data.xsql
M src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitabilityJR.java
M src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitability_data.xsql
---
|
|