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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0021601
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 08. Project and service managementtrivialhave not tried2012-09-11 10:242012-09-26 17:19
ReporternaiaramartinezView Statuspublic 
Assigned Tonaiaramartinez 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision113cc988cb72
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseOracleJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Todmiguelez
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0021601: In service project window, can't change the project status (Oracle database)

DescriptionWhen you are in service project window, you can't change the project status.
Steps To ReproduceGo to Service project window and create a record.
Create one line.
Press button 'Change project status' to order. Notice that you get the following error: 'The project has no phases'
Proposed SolutionChange the following validation:
    IF Cur_SO.PROJECTCATEGORY<>'S' THEN
to the following one:
    IF (Cur_SO.PROJECTCATEGORY is null OR Cur_SO.PROJECTCATEGORY<>'S') THEN
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0052002)
naiaramartinez (developer)
2012-09-11 17:56
edited on: 2012-09-12 10:50

Test PLan (database oracle):
  Go to Service project window and create a record.
  Create one line.
  Press button 'Change project status' to order. Notice that the status is changed correctly.

(0052087)
hgbot (developer)
2012-09-13 18:25

Repository: erp/devel/pi
Changeset: 113cc988cb72ff56a22187c4480bfb15252fd20c
Author: Naiara Martinez <naiara.martinez <at> openbravo.com>
Date: Mon Sep 10 17:55:14 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/113cc988cb72ff56a22187c4480bfb15252fd20c [^]

fixed bug 21601 Change validation with null values in order to work in oracle

---
M src-db/database/model/functions/C_CHANGEPROJECTSTATUSTOORDER.xml
---
(0052088)
dmiguelez (developer)
2012-09-13 18:25

Code Review + Testing OK
(0052750)
hudsonbot (developer)
2012-09-26 17:19

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/b780e90c6452 [^]

Maturity status: Test

- Issue History
Date Modified Username Field Change
2012-09-11 10:24 naiaramartinez New Issue
2012-09-11 10:24 naiaramartinez Assigned To => naiaramartinez
2012-09-11 10:24 naiaramartinez Modules => Core
2012-09-11 10:26 naiaramartinez Summary In service project window, can't change the project status => In service project window, can't change the project status (Oracle database)
2012-09-11 17:51 naiaramartinez Status new => scheduled
2012-09-11 17:51 naiaramartinez fix_in_branch => pi
2012-09-11 17:56 naiaramartinez Note Added: 0052002
2012-09-12 10:49 naiaramartinez fix_in_branch pi =>
2012-09-12 10:49 naiaramartinez Steps to Reproduce Updated View Revisions
2012-09-12 10:50 naiaramartinez Note Edited: 0052002 View Revisions
2012-09-13 18:25 hgbot Checkin
2012-09-13 18:25 hgbot Note Added: 0052087
2012-09-13 18:25 hgbot Status scheduled => resolved
2012-09-13 18:25 hgbot Resolution open => fixed
2012-09-13 18:25 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/113cc988cb72ff56a22187c4480bfb15252fd20c [^]
2012-09-13 18:25 dmiguelez Closed by => dmiguelez
2012-09-13 18:25 dmiguelez Note Added: 0052088
2012-09-13 18:25 dmiguelez Status resolved => closed
2012-09-26 17:19 hudsonbot Checkin
2012-09-26 17:19 hudsonbot Note Added: 0052750


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker