Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0022403 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Openbravo ERP] 01. General setup | minor | N/A | 2012-11-27 16:50 | 2012-12-10 12:02 | |||
Reporter | vmromanos | View Status | public | |||||
Assigned To | vmromanos | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 8c06c502c2b6 | |||
Projection | none | ETA | none | Target Version | 3.0MP18 | |||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_12 | |||
OS Version | Debian 5.0 | Database version | 8.3.8 | Ant version | 1.7.0 | |||
Product Version | SCM revision | |||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0022403: Add support for Resource Category tree | |||||||
Description | Important note: This tree is related to coworking project, and it will work only with the modules inside this project. Right now it's impossible to insert new trees from external modules, that's why we must enter the tree in core although it's not going to be used by any core's component Tree type = OBRE_RC | |||||||
Steps To Reproduce | @QA: Please contact me directly when closing the issue | |||||||
Proposed Solution | Create treeype OBRE_RC Modify Initial Client Setup to support it Create module script to add the tree to already created clients Modify Tree related servlets | |||||||
Tags | Coworking | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Notes | |
(0054621) vmromanos (manager) 2012-11-28 10:14 |
There is no functionality to review, only to ensure the change doesn't break anything in core Test plan (core related): 1. Update from MP17 (or older) to PI (including this change) 2. Ensure no warnings/errors during the update process 3. Run: select AD_TREE_OBRE_RESOURCE_CATEGORY from ad_clientinfo where ad_client_id<>'0' 4. Ensure the column contains data 5. As system admin, run an Initial Client Setup 6. Run: select AD_TREE_OBRE_RESOURCE_CATEGORY from ad_clientinfo where ad_client_id<>'0' 7. Ensure the column contains data 8. Run ant smartbuild -Dlocal=no 9. Ensure no warning/errors during the process 10. Run: select AD_TREE_OBRE_RESOURCE_CATEGORY from ad_clientinfo where ad_client_id<>'0' 11. Ensure the column contains data |
(0054623) hgbot (developer) 2012-11-28 10:23 |
Repository: erp/pmods/org.openbravo.module.resources Changeset: 19e347ee445ce433042e14fcd7aefb3727d8ade5 Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> Date: Wed Nov 28 10:22:46 2012 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.resources/rev/19e347ee445ce433042e14fcd7aefb3727d8ade5 [^] Issue 22403: Add support for Resource Category tree Module stuff Added FK in AD_ClientInfo table Added trigger to control the tree when inserting/deleting resource categories Defined the tab as has tree --- M src-db/database/sourcedata/AD_MESSAGE.xml M src-db/database/sourcedata/AD_TAB.xml M src-db/database/sourcedata/AD_TABLE.xml A src-db/database/model/modifiedTables/AD_CLIENTINFO.xml A src-db/database/model/triggers/OBRE_RESOURCE_CATEGORY_TRG.xml --- |
(0054626) hgbot (developer) 2012-11-28 11:24 |
Repository: erp/devel/pi Changeset: f3d9c1124d658adfadcb56d483da88771951807c Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> Date: Wed Nov 28 10:19:02 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/f3d9c1124d658adfadcb56d483da88771951807c [^] Fixed bug 22403: Add support for Resource Category tree Changes related to core: Added column to AD_ClientInfo Modified UpdateADClientInfo module script to create the resource category tree for already created clients Modified Tree related servlets to support the new tree Included new definition for OBRE_RC tree --- M src-db/database/model/tables/AD_CLIENTINFO.xml M src-db/database/sourcedata/AD_COLUMN.xml M src-db/database/sourcedata/AD_ELEMENT.xml M src-db/database/sourcedata/AD_REF_LIST.xml M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateADClientInfo.class M src-util/modulescript/src/org/openbravo/modulescript/UpdateADClientInfo.java M src/org/openbravo/erpCommon/businessUtility/InitialClientSetup.java M src/org/openbravo/erpCommon/utility/WindowTreeChecks.java M src/org/openbravo/erpCommon/utility/WindowTreeUtility.java M src/org/openbravo/erpCommon/utility/WindowTree_data.xsql --- |
(0054629) hgbot (developer) 2012-11-28 13:37 |
Repository: erp/devel/pi Changeset: 0631f41f077e65071d9e3e1dd09c8795d65e6a01 Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> Date: Wed Nov 28 13:36:54 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/0631f41f077e65071d9e3e1dd09c8795d65e6a01 [^] Fixed bug 22403: added substr to safely insert the new record --- M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateADClientInfoData.class M src-util/modulescript/src/org/openbravo/modulescript/UpdateADClientInfo_data.xsql --- |
(0054667) hgbot (developer) 2012-11-30 11:26 |
Repository: erp/devel/pi Changeset: 6cdbd62d56598383e5dcc07bdfc76ac34e9a4566 Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> Date: Fri Nov 30 11:25:24 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/6cdbd62d56598383e5dcc07bdfc76ac34e9a4566 [^] Fixed bug 22403: added missed FK in AD_ClientInfo --- M src-db/database/model/tables/AD_CLIENTINFO.xml --- |
(0054681) hudsonbot (developer) 2012-12-01 01:03 |
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/4cc8305859aa [^] Maturity status: Test |
(0054682) hudsonbot (developer) 2012-12-01 01:03 |
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/4cc8305859aa [^] Maturity status: Test |
(0054689) hudsonbot (developer) 2012-12-01 01:03 |
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/4cc8305859aa [^] Maturity status: Test |
(0054723) hgbot (developer) 2012-12-05 11:00 |
Repository: erp/devel/pi Changeset: 8c06c502c2b6568162dad1fa9e16fd2f65304669 Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> Date: Wed Dec 05 10:54:26 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/8c06c502c2b6568162dad1fa9e16fd2f65304669 [^] Fixed bug 22403: Tree not properly updated --- M src/org/openbravo/erpCommon/utility/WindowTreeUtility.java M src/org/openbravo/erpCommon/utility/WindowTree_data.xsql --- |
(0054754) hudsonbot (developer) 2012-12-06 15:12 |
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/d438f7014f16 [^] Maturity status: Test |
(0054793) Sandrahuguet (developer) 2012-12-10 12:02 |
Code review + testing OK |
Issue History | |||
Date Modified | Username | Field | Change |
2012-11-27 16:50 | vmromanos | New Issue | |
2012-11-27 16:50 | vmromanos | Assigned To | => vmromanos |
2012-11-27 16:50 | vmromanos | Modules | => Core |
2012-11-27 16:51 | vmromanos | Status | new => scheduled |
2012-11-27 16:51 | vmromanos | fix_in_branch | => pi |
2012-11-28 10:14 | vmromanos | Note Added: 0054621 | |
2012-11-28 10:23 | hgbot | Checkin | |
2012-11-28 10:23 | hgbot | Note Added: 0054623 | |
2012-11-28 11:24 | hgbot | Checkin | |
2012-11-28 11:24 | hgbot | Note Added: 0054626 | |
2012-11-28 11:24 | hgbot | Status | scheduled => resolved |
2012-11-28 11:24 | hgbot | Resolution | open => fixed |
2012-11-28 11:24 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f3d9c1124d658adfadcb56d483da88771951807c [^] |
2012-11-28 11:28 | vmromanos | Tag Attached: Coworking | |
2012-11-28 13:37 | hgbot | Checkin | |
2012-11-28 13:37 | hgbot | Note Added: 0054629 | |
2012-11-28 13:37 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/f3d9c1124d658adfadcb56d483da88771951807c [^] => http://code.openbravo.com/erp/devel/pi/rev/0631f41f077e65071d9e3e1dd09c8795d65e6a01 [^] |
2012-11-30 11:26 | hgbot | Checkin | |
2012-11-30 11:26 | hgbot | Note Added: 0054667 | |
2012-11-30 11:26 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/0631f41f077e65071d9e3e1dd09c8795d65e6a01 [^] => http://code.openbravo.com/erp/devel/pi/rev/6cdbd62d56598383e5dcc07bdfc76ac34e9a4566 [^] |
2012-12-01 01:03 | hudsonbot | Checkin | |
2012-12-01 01:03 | hudsonbot | Note Added: 0054681 | |
2012-12-01 01:03 | hudsonbot | Checkin | |
2012-12-01 01:03 | hudsonbot | Note Added: 0054682 | |
2012-12-01 01:03 | hudsonbot | Checkin | |
2012-12-01 01:03 | hudsonbot | Note Added: 0054689 | |
2012-12-05 11:00 | hgbot | Checkin | |
2012-12-05 11:00 | hgbot | Note Added: 0054723 | |
2012-12-05 11:00 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/6cdbd62d56598383e5dcc07bdfc76ac34e9a4566 [^] => http://code.openbravo.com/erp/devel/pi/rev/8c06c502c2b6568162dad1fa9e16fd2f65304669 [^] |
2012-12-05 13:29 | plujan | Relationship added | related to 0022463 |
2012-12-06 15:12 | hudsonbot | Checkin | |
2012-12-06 15:12 | hudsonbot | Note Added: 0054754 | |
2012-12-10 12:02 | Sandrahuguet | Note Added: 0054793 | |
2012-12-10 12:02 | Sandrahuguet | Status | resolved => closed |
2014-07-22 11:34 | shuehner | Relationship added | related to 0027148 |
Copyright © 2000 - 2009 MantisBT Group |