Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0009614 | Openbravo ERP | 01. General setup | public | 2009-06-24 18:36 | 2012-05-30 18:13 |
|
Reporter | pjuvara | |
Assigned To | naiaramartinez | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | rPath Linux |
Product Version | 2.50MP1 | |
Target Version | | Fixed in Version | 3.0MP12 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0009614: Initial Organization Setup should not require to create a new user |
Description | 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. |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-06-24 18:36 | pjuvara | New Issue | |
2009-06-24 18:36 | pjuvara | Assigned To | => rafaroda |
2009-06-24 18:36 | pjuvara | OBNetwork customer | => No |
2009-07-06 08:10 | rafaroda | Assigned To | rafaroda => pjuvara |
2011-02-04 09:12 | jpabloae | Assigned To | pjuvara => rmorley |
2012-05-21 10:53 | dmitry_mezentsev | Assigned To | rmorley => eduardo_Argal |
2012-05-28 12:17 | naiaramartinez | Note Added: 0049350 | |
2012-05-28 12:18 | naiaramartinez | Assigned To | eduardo_Argal => naiaramartinez |
2012-05-28 12:18 | naiaramartinez | Status | new => scheduled |
2012-05-28 12:18 | naiaramartinez | fix_in_branch | => pi |
2012-05-29 13:53 | hgbot | Checkin | |
2012-05-29 13:53 | hgbot | Note Added: 0049429 | |
2012-05-29 13:53 | hgbot | Status | scheduled => resolved |
2012-05-29 13:53 | hgbot | Resolution | open => fixed |
2012-05-29 13:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/541e0c29eb5951683302e7aad56efc0095908916 [^] |
2012-05-29 13:53 | hgbot | Checkin | |
2012-05-29 13:53 | hgbot | Note Added: 0049430 | |
2012-05-30 13:21 | mirurita | Note Added: 0049486 | |
2012-05-30 13:21 | mirurita | Status | resolved => closed |
2012-05-30 13:21 | mirurita | Fixed in Version | => 3.0MP12 |
2012-05-30 18:13 | hudsonbot | Checkin | |
2012-05-30 18:13 | hudsonbot | Note Added: 0049509 | |
2012-05-30 18:13 | hudsonbot | Checkin | |
2012-05-30 18:13 | hudsonbot | Note Added: 0049510 | |
Notes |
|
|
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 |
|
|
|
|
|
|
|