Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0028572
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Modules] Service Contract Managementmajoralways2015-01-12 17:582015-02-10 10:50
ReporterVictorVillarView Statuspublic 
Assigned Tovmromanos 
PriorityurgentResolutionno change requiredFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Regression date
Regression introduced by commit
Regression level
Review Assigned ToSandrahuguet
Regression introduced in release
Summary

0028572: Service Contract showing incorrect currency and storing incorrect currency in the table

DescriptionIt is necessary to push the commit [1] to the regular branch.

[1] https://issues.openbravo.com/view.php?id=26427 [^]

Incorrect currency is displayed on the screen and stored in the table c_project
Steps To Reproduce1. Make sure multiple currencies are enabled in the system.
3. Create products
2. Define a price list with USD currency and include some product in the price list version. (e.g. Price list name = SUBSCRIPTION CURRENT COMMERCIAL)
3. Create a service contract header (lets call this a subscription header) using the price list as in step2.
4. Now save the header record. You will notice that it showing currency different than what is on the price list.
5. Refresh the subscription header by clicking on the refresh button in the green toolbar. You will notice that currency is refreshed to USD.
6. Now check the data in the database (we are using Oracle), currency is still the same as what was initially shown on the screen. Below is the query to check this

select c_project_id, b.c_currency_id, b.ISO_CODE
from tad.c_project a,tad.c_currency b
where a.value= <input_value> and a.c_currency_id=b.c_currency_id
;

Screenshot is attached for your reference.

We are expecting that screen will show the currency correctly the first time as well as store the currency in table correctly.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0026427 closedvmromanos Service Contract showing incorrect currency and storing incorrect currency in the table 

-  Notes
(0074315)
Sandrahuguet (developer)
2015-02-10 10:50

Transplanted to default branch:
https://code.openbravo.com/erp/pmods/org.openbravo.contract.services/rev/0d73225eb0a3 [^]

Note that the currency field is hidden (because this value is not used by contract modules).

- Issue History
Date Modified Username Field Change
2015-01-12 17:58 VictorVillar New Issue
2015-01-12 17:58 VictorVillar Assigned To => vmromanos
2015-01-12 17:58 VictorVillar Issue generated from 0026427
2015-01-12 18:01 VictorVillar Relationship added related to 0026427
2015-01-12 18:01 VictorVillar Resolution time => 1423695600
2015-01-12 18:02 VictorVillar Issue Monitored: networkb
2015-02-10 10:50 Sandrahuguet Review Assigned To => Sandrahuguet
2015-02-10 10:50 Sandrahuguet Note Added: 0074315
2015-02-10 10:50 Sandrahuguet Status new => closed
2015-02-10 10:50 Sandrahuguet Resolution open => no change required


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker