Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0016960 | Openbravo ERP | 01. General setup | public | 2011-05-02 13:27 | 2012-04-02 06:10 |
|
Reporter | AinhoaPagola | |
Assigned To | Sandrahuguet | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Ubuntu 8.4 |
Product Version | pi | |
Target Version | | Fixed in Version | | |
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 | 0016960: Initial Org Setup - Read only logic on Currency not working properly |
Description | In initial Organization Setup, if 'include accounting' is checked, Currency field should be editable. Else, that is, if include accounting is not checked, currency field should be read only.
If the check is checked a few times, there are inconsistencies. |
Steps To Reproduce | - Go to 'initial organization setup'
- Realize that 'include accounting' is checked and currency is editable.
- Uncheck it. Currency turns into readonly. That is correct.
- Check it. Currency remains not editable. That is not correct.
- Uncheck it. Currency turns editable. That is not correct.
|
Proposed Solution | |
Additional Information | |
Tags | OB3-Reviewed, VMA-Reviewed |
Relationships | blocks | defect | 0019992 | pi | closed | dbaz | Wrong behavior in readOnlyLogicElement in utils.js |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-05-02 13:27 | AinhoaPagola | New Issue | |
2011-05-02 13:27 | AinhoaPagola | Assigned To | => adrianromero |
2011-05-02 13:27 | AinhoaPagola | Modules | => Core |
2011-05-02 13:27 | AinhoaPagola | OBNetwork customer | => No |
2011-06-03 10:58 | dalsasua | Assigned To | adrianromero => dalsasua |
2011-07-20 18:16 | dalsasua | Assigned To | dalsasua => jonalegriaesarte |
2011-09-26 18:34 | psarobe | Status | new => scheduled |
2011-10-29 21:45 | psarobe | Tag Attached: OB3-Reviewed | |
2012-02-15 19:04 | iciordia | Assigned To | jonalegriaesarte => vmromanos |
2012-02-16 17:30 | vmromanos | Tag Attached: VMA-Reviewed | |
2012-03-07 12:29 | Sandrahuguet | Assigned To | vmromanos => Sandrahuguet |
2012-03-09 10:51 | Sandrahuguet | Relationship added | blocks 0019992 |
2012-03-09 11:08 | Sandrahuguet | Note Added: 0046220 | |
2012-03-12 10:19 | Sandrahuguet | Note Added: 0046243 | |
2012-03-14 13:14 | hgbot | Checkin | |
2012-03-14 13:14 | hgbot | Note Added: 0046390 | |
2012-03-14 13:14 | hgbot | Status | scheduled => resolved |
2012-03-14 13:14 | hgbot | Resolution | open => fixed |
2012-03-14 13:14 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/0588d6caac509f3a7fd5728e91dbe5f9366ab36a [^] |
2012-03-14 13:15 | vmromanos | Note Added: 0046391 | |
2012-03-14 13:15 | vmromanos | Status | resolved => closed |
2012-04-02 06:10 | hudsonbot | Checkin | |
2012-04-02 06:10 | hudsonbot | Note Added: 0047130 | |
Notes |
|
|
Test plan:
- Go to 'initial organization setup'
- Realize that 'include accounting' is checked and currency is editable.
- Uncheck it. Currency turns into readonly. That is correct.
- Check it. Currency turns into editable. That is correct.
- Uncheck it. Currency turns into readonly. That is correct. |
|
|
|
With changes in utils.js the issue is solved. Also in this issue removes the previously selected currency should uncheck the check. |
|
|
(0046390)
|
hgbot
|
2012-03-14 13:14
|
|
Repository: erp/devel/pi
Changeset: 0588d6caac509f3a7fd5728e91dbe5f9366ab36a
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Mon Mar 12 10:15:17 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/0588d6caac509f3a7fd5728e91dbe5f9366ab36a [^]
Fixed bug 16960 Changes InitialOrgSetup.html
Removes the previously selected currency should uncheck
the check. For obtain a correct operation of the combo.
---
M src/org/openbravo/erpCommon/ad_forms/InitialOrgSetup.html
---
|
|
|
|
|
|
|
|