Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0005261Openbravo ERPB. User interfacepublic2008-09-25 12:272009-04-25 12:06
elopio 
alostale 
highminoralways
closedfixed 
5
2.40 
2.50MP1 
Core
No
0005261: message box is inconsistent
Some messages are shown on the message box title and others are shown on the message field.
(http://wiki.openbravo.com/wiki/Acceptance_Testing#Administration_master_data [^])
Perform initial client setup:
    * Login as Openbravo/openbravo
    * Click on icon "user info" and select the role "System Administrator"
    * Go General Setup -> Client-> Initial client setup
    * Fill the data and chart of accounts according Client sample data
    * Click OK
--Here the message "Process completed successfully" is shown on the title.

Perform user creation (with a password)
# Login with user created by the initial client setup, SampleClientAdmin/SampleClientAdmin
# Go to General setup->Security->User
# Click New and fill the mandatory field:

    * Organization: *
    * First Name "userA"
    * Name "userA"
    * Username "userA"

# Save
# Fill the password and save. Password "userA"
--Here the message "Process completed successfully" is shown on the message body.
Choose a standard way to show messages and correct all the messages that are done different.
main
related to defect 0005683 closed AinhoaPagola Message displayed after verifying a BOM is not standard 
related to feature request 0008248 new rgoris Success message shown inconsistently 
Issue History
2008-09-25 12:27elopioNew Issue
2008-09-25 12:27elopioAssigned To => cromero
2008-09-25 12:27elopiosf_bug_id0 => 2128103
2008-09-25 12:27elopioRegression testing => No
2008-09-29 10:14psarobeNote Added: 0009220
2008-09-29 10:15psarobeStatusnew => scheduled
2008-09-29 10:15psarobeAssigned Tocromero => Hennadzi
2008-09-29 10:15psarobefix_in_branch => trunk
2008-10-27 18:11elopioRelationship addedrelated to 0005683
2008-11-25 16:59rafarodaAssigned ToHennadzi => AinhoaPagola
2008-12-13 03:06elopioNote Added: 0011285
2009-01-09 12:36AinhoaPagolaNote Added: 0012022
2009-03-24 11:39AinhoaPagolaNote Added: 0014889
2009-03-24 11:39AinhoaPagolaAssigned ToAinhoaPagola => elopio
2009-03-24 11:39AinhoaPagolaAssigned Toelopio => alostale
2009-03-24 11:43AinhoaPagolaNote Edited: 0014889
2009-03-24 11:58AinhoaPagolaRelationship addedrelated to 0008248
2009-04-21 11:00hgbotCheckin
2009-04-21 11:00hgbotNote Added: 0015471
2009-04-21 11:00hgbotStatusscheduled => resolved
2009-04-21 11:00hgbotResolutionopen => fixed
2009-04-21 11:00hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/e8fcaed1964c08a1c98b942d5d2e8b372af41353 [^]
2009-04-22 11:23psarobeTag Attached: main
2009-04-25 12:06psarobeStatusresolved => closed

Notes
(0009220)
psarobe   
2008-09-29 10:14   
This is very important to be fixed otherwise it breaks all the automation tests. The message should be in the title box
(0011285)
elopio   
2008-12-13 03:06   
The message is displayed in the title when performing the following processes:
- Open all periods (Financial Management -> Accounting -> Setup -> Year -> Period)
- Complete GLJournal Header (Financial Management -> Accounting -> Transactions -> GLJournal)
- Create Amortization (Financial Management -> Assets -> Assets)
- Delete Client (General Setup -> Client -> Delete Client)
- Complete purchase order header (Procurement Management -> Transactions -> Purchase Order)
- Complete goods receipt header (Procurement Management -> Transactions -> Goods Receipt)
- Complete purchase invoice header (Procurement Management -> Transactions -> Purchase Invoice
- Process cash journal header (Financial Management -> Receivables and Payables -> Transactions -> Cash Journal
- Create/Post Production of BOM (Warehouse Management -> Transactions -> BOM Production)
- Process work requirement (Production Management -> Transactions -> Work Requirement)
- Create standards (Production Management -> Transactions -> Work Effort -> Production Run)
- Validate work effort (Production Management -> Transactions -> Work Effort)
- Change project status (Project and service management -> Transactions -> Multiphase project)
- Process expense sheet (Project and service management -> Transactions -> Expense Sheet)
- Complete sales order (Sales management -> Transactions -> Sales Order)
- Complete sales invoice (Sales management -> Transactions -> Sales Invoice)
- Process settlement (Financial Management -> Receivables and Payables -> Transactions -> Settelement)
- Process remittance (Financial Management -> Receivables and Payables -> Transactions -> Remittance)
- Process bank statement (Financial Management -> Receivables and Payables -> Transactions -> Bank Statement)

This might happen in other screens, but those are the ones tested with the smoke suite.
(0012022)
AinhoaPagola   
2009-01-09 12:36   
I have tested the processes mentioned above and the only one that displays the message in the body is the one in the example.

Anyway, many other screens displays the message in the body. I am working on it.
(0014889)
AinhoaPagola   
2009-03-24 11:39   
(edited on: 2009-03-24 11:43)
The only message from the list displaying the message in the body is the one on the example (password example). WAD needs to be modified so I will assign it to platform.
The problem is that WAD could be modified to change this single message or a more generic modification could be done.

A feature request will be entered requesting the review of every other message. WAD generated and manually set messages.

(0015471)
hgbot   
2009-04-21 11:00   
Repository: erp/devel/pi
Changeset: e8fcaed1964c08a1c98b942d5d2e8b372af41353
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Apr 21 11:00:07 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e8fcaed1964c08a1c98b942d5d2e8b372af41353 [^]

fixed bug 0005261: message box is inconsistent
This fix solves password setting issue: it shows the success/error message in title instead of in body

---
M src-wad/src/org/openbravo/wad/javasource.javaxml
---