Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009614Openbravo ERP01. General setuppublic2009-06-24 18:362012-05-30 18:13
pjuvara 
naiaramartinez 
normalminorhave not tried
closedfixed 
20rPath Linux
2.50MP1 
3.0MP12 
Core
No
0009614: Initial Organization Setup should not require to create a new user
Currently, when you create a new organization in Initial Organization Setup, you must specify a user in the Org Username.
This generates a new user and associates it with the new organization.

This is very inconvenient as for clients with a large number of organizations, you end up with a large number of dummy users that need to be disabled.

The creation of the user should be an optional step. This can be achieved by making the username optional in the Initial Organizatin Setup window.
No tags attached.
Issue History
2009-06-24 18:36pjuvaraNew Issue
2009-06-24 18:36pjuvaraAssigned To => rafaroda
2009-07-06 08:10rafarodaAssigned Torafaroda => pjuvara
2011-02-04 09:12jpabloaeAssigned Topjuvara => rmorley
2012-05-21 10:53dmitry_mezentsevAssigned Tormorley => eduardo_Argal
2012-05-28 12:17naiaramartinezNote Added: 0049350
2012-05-28 12:18naiaramartinezAssigned Toeduardo_Argal => naiaramartinez
2012-05-28 12:18naiaramartinezStatusnew => scheduled
2012-05-28 12:18naiaramartinezfix_in_branch => pi
2012-05-29 13:53hgbotCheckin
2012-05-29 13:53hgbotNote Added: 0049429
2012-05-29 13:53hgbotStatusscheduled => resolved
2012-05-29 13:53hgbotResolutionopen => fixed
2012-05-29 13:53hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/541e0c29eb5951683302e7aad56efc0095908916 [^]
2012-05-29 13:53hgbotCheckin
2012-05-29 13:53hgbotNote Added: 0049430
2012-05-30 13:21miruritaNote Added: 0049486
2012-05-30 13:21miruritaStatusresolved => closed
2012-05-30 13:21miruritaFixed in Version => 3.0MP12
2012-05-30 18:13hudsonbotCheckin
2012-05-30 18:13hudsonbotNote Added: 0049509
2012-05-30 18:13hudsonbotCheckin
2012-05-30 18:13hudsonbotNote Added: 0049510

Notes
(0049350)
naiaramartinez   
2012-05-28 12:17   
Test Plan:
  Go to Initial Organization Setup.
  Fill all the required fields. Notice that organization username, password and confirm password are not required.
  Press 'OK' button. Notice that you have created a new organization without creating a new user.
(0049429)
hgbot   
2012-05-29 13:53   
Repository: erp/devel/pi
Changeset: 541e0c29eb5951683302e7aad56efc0095908916
Author: Naiara Martinez <naiara.martinez <at> openbravo.com>
Date: Mon May 28 12:11:12 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/541e0c29eb5951683302e7aad56efc0095908916 [^]

fixed bug 9614 Not require to create a new user in Initial Organization Setup

---
M src/org/openbravo/erpCommon/ad_forms/InitialOrgSetup.html
M src/org/openbravo/erpCommon/businessUtility/InitialOrgSetup.java
---
(0049430)
hgbot   
2012-05-29 13:53   
Repository: erp/devel/pi
Changeset: 57b7ee4c01b3001d859337520dca62a9d625dfe8
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Tue May 29 13:51:51 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/57b7ee4c01b3001d859337520dca62a9d625dfe8 [^]

Related to issue 9614: code review.
Update license text year.
Remove not needed parenthesis on inpConfirmPassword and inpPassword JS validation.
Modify validation order: follow initial org setup window field order.
If the Organization username is empty avoid other validations

---
M src/org/openbravo/erpCommon/ad_forms/InitialOrgSetup.html
M src/org/openbravo/erpCommon/businessUtility/InitialOrgSetup.java
---
(0049486)
mirurita   
2012-05-30 13:21   
Rule: if Organization Username field is empty the user will not be generated on initial organization setup process.

Testing Plan I
1) Go to "Initial organization setup" window
2) Realize that Organization Username field is not mandatory

Testing Plan II
1) Go to "Initial organization setup" window
2) Leave the Organization Username field empty
3) Unflag Include accounting checkbox
4) Click on OK button
5) Check: new organization has been created
6) Check: no new user has been created

Testing Plan III
1) Go to "Initial organization setup" window
2) Enter a value in Organization Username field: MyUser
3) Leave the Password field empty
4) Click on OK button
5) You will get an error: This field is needed and it cannot be blank and the Password field will get the focus
6) Enter a password: a but leave empty Confirm Password field
7) Click on OK button
8) You will get an error: This field is needed and it cannot be blank and the Confirm Password field will get the focus

Testing Plan IV
1) Go to "Initial organization setup" window
2) Enter the same value in Organization Username field: MyUser
3) Enter a password and the same value for Confirm Password
4) Click on OK button
5) You will get an error: Duplicate Organization Username
(0049509)
hudsonbot   
2012-05-30 18:13   
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/3752a665362c [^]

Maturity status: Test
(0049510)
hudsonbot   
2012-05-30 18:13   
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/3752a665362c [^]

Maturity status: Test