Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0018407 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 01. General setup | minor | always | 2011-09-01 10:54 | 2012-04-02 06:11 | |||
Reporter | jonalegriaesarte | View Status | public | |||||
Assigned To | jecharri | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 3.0MP5 | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 86cbd2ddf965 | |||
Projection | none | ETA | none | Target Version | 3.0MP5 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 3.0MP2 | 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 | 0018407: Campaign tree does not work | |||||||
Description | If you try to activate the campaign tree, it does not work correctly | |||||||
Steps To Reproduce | - Activate tree option in campaign tab - Tree structure does not work | |||||||
Proposed Solution | Treetype in ad_tree table is created after create and entity (ad_tree.treetype = 'MC') Things missing: - Trigger in c_campaign to add nodes to ad_treenode (treetype='MC'), similar to org, product, .... - Add issummary column to campaign table. - Change src/org/openbravo/erpCommon/utility/WindowTree_data.xsql, to obtain issummary column instead of 'N' in selectCampaign. Issummary column can be added and WindowTree_data.xsql changed inmediatly, because are the biggest problem to people that want to implement it. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Notes | |
(0041478) jonalegriaesarte (reporter) 2011-10-04 10:32 |
Due to other priorities it will be solved in the next MP |
(0042424) hgbot (developer) 2011-10-31 17:42 |
Repository: erp/devel/pi Changeset: 86cbd2ddf9655cf7a813f9c9cb9b6c35b9ac54f7 Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Mon Oct 31 17:08:59 2011 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/86cbd2ddf9655cf7a813f9c9cb9b6c35b9ac54f7 [^] Fixes issue 18407: Campaign tree does not work --- M src-db/database/model/tables/AD_CLIENTINFO.xml M src-db/database/model/tables/C_CAMPAIGN.xml M src-db/database/sourcedata/AD_COLUMN.xml M src-db/database/sourcedata/AD_ELEMENT.xml M src-db/database/sourcedata/AD_FIELD.xml M src-db/database/sourcedata/AD_TAB.xml M src/org/openbravo/erpCommon/businessUtility/InitialClientSetup.java M src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java M src/org/openbravo/erpCommon/utility/WindowTree_data.xsql A src-db/database/model/triggers/C_CAMPAIGN_TRG.xml --- |
(0042432) hgbot (developer) 2011-11-02 09:57 |
Repository: erp/devel/pi Changeset: 24d39bcffbb095b5725649e24fded3a5203ab33d Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Wed Nov 02 09:55:34 2011 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/24d39bcffbb095b5725649e24fded3a5203ab33d [^] issue 18407: Campaign tree does not work --- M src-db/database/model/tables/C_CAMPAIGN.xml M src-db/database/model/triggers/C_CAMPAIGN_TRG.xml M src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java --- |
(0042454) hgbot (developer) 2011-11-02 16:53 |
Repository: erp/devel/pi Changeset: 01601b9a584684ce3bc512bb2219ebd7b3838905 Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Wed Nov 02 16:53:06 2011 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/01601b9a584684ce3bc512bb2219ebd7b3838905 [^] issue 18407: Campaign tree does not work --- M src-db/database/model/triggers/C_CAMPAIGN_TRG.xml --- |
(0042615) hudsonbot (developer) 2011-11-04 13:58 |
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/d10da320df2a [^] Maturity status: Test |
(0042617) hudsonbot (developer) 2011-11-04 13:58 |
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/d10da320df2a [^] Maturity status: Test |
(0042620) hudsonbot (developer) 2011-11-04 13:58 |
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/d10da320df2a [^] Maturity status: Test |
(0042666) jonalegriaesarte (reporter) 2011-11-07 18:41 |
Verified |
(0046578) hgbot (developer) 2012-03-21 10:30 |
Repository: erp/devel/pi Changeset: 57131b13c97a77f1edc8a9d1e038b995fadcb8a2 Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Wed Mar 21 10:29:38 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/57131b13c97a77f1edc8a9d1e038b995fadcb8a2 [^] Fixes issue 19697: It is not possible to create a Campaign, see error attached. Also complete the issue 18407 --- A src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateADClientInfo.class A src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateADClientInfoData.class A src-util/modulescript/src/org/openbravo/modulescript/UpdateADClientInfo.java A src-util/modulescript/src/org/openbravo/modulescript/UpdateADClientInfo_data.xsql --- |
(0046583) hgbot (developer) 2012-03-21 11:41 |
Repository: erp/devel/pi Changeset: 240bae48f88cfe1e21262242df7034cb9f03a964 Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Wed Mar 21 11:40:03 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/240bae48f88cfe1e21262242df7034cb9f03a964 [^] issue 19697, issue 18407. Changed the method selectClientsID to have better performance and only update the neccesary clients --- M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateADClientInfoData.class M src-util/modulescript/src/org/openbravo/modulescript/UpdateADClientInfo_data.xsql --- |
(0047015) hgbot (developer) 2012-04-01 20:34 |
Repository: erp/devel/pi Changeset: e0d914c1efd1635ff518ce027e4072e24b968df6 Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Wed Mar 21 10:29:38 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/e0d914c1efd1635ff518ce027e4072e24b968df6 [^] Fixes issue 19697: It is not possible to create a Campaign, see error attached. Also complete the issue 18407 --- A src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateADClientInfo.class A src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateADClientInfoData.class A src-util/modulescript/src/org/openbravo/modulescript/UpdateADClientInfo.java A src-util/modulescript/src/org/openbravo/modulescript/UpdateADClientInfo_data.xsql --- |
(0047018) hgbot (developer) 2012-04-01 20:34 |
Repository: erp/devel/pi Changeset: f5fe379ed93a6096bac2caa837ce4bee45a63597 Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Wed Mar 21 11:40:03 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/f5fe379ed93a6096bac2caa837ce4bee45a63597 [^] issue 19697, issue 18407. Changed the method selectClientsID to have better performance and only update the neccesary clients --- M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateADClientInfoData.class M src-util/modulescript/src/org/openbravo/modulescript/UpdateADClientInfo_data.xsql --- |
(0047180) hudsonbot (developer) 2012-04-02 06:11 |
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/7814864461ac [^] Maturity status: Test |
(0047183) hudsonbot (developer) 2012-04-02 06:11 |
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/7814864461ac [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2011-09-01 10:54 | jonalegriaesarte | New Issue | |
2011-09-01 10:54 | jonalegriaesarte | Assigned To | => jecharri |
2011-09-01 10:54 | jonalegriaesarte | Modules | => Core |
2011-09-01 13:50 | jonalegriaesarte | Assigned To | jecharri => jonalegriaesarte |
2011-10-04 10:32 | jonalegriaesarte | Note Added: 0041478 | |
2011-10-04 10:32 | jonalegriaesarte | Target Version | 3.0MP4 => 3.0MP5 |
2011-10-17 10:23 | jonalegriaesarte | Severity | major => minor |
2011-10-17 13:23 | egoitz | Priority | urgent => high |
2011-10-31 17:42 | hgbot | Checkin | |
2011-10-31 17:42 | hgbot | Note Added: 0042424 | |
2011-10-31 17:42 | hgbot | Status | new => resolved |
2011-10-31 17:42 | hgbot | Resolution | open => fixed |
2011-10-31 17:42 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/86cbd2ddf9655cf7a813f9c9cb9b6c35b9ac54f7 [^] |
2011-11-02 09:57 | hgbot | Checkin | |
2011-11-02 09:57 | hgbot | Note Added: 0042432 | |
2011-11-02 12:25 | jecharri | Status | resolved => new |
2011-11-02 12:25 | jecharri | Resolution | fixed => open |
2011-11-02 12:25 | jecharri | Status | new => scheduled |
2011-11-02 12:25 | jecharri | Assigned To | jonalegriaesarte => jecharri |
2011-11-02 12:25 | jecharri | fix_in_branch | => pi |
2011-11-02 12:26 | jecharri | Status | scheduled => resolved |
2011-11-02 12:26 | jecharri | Resolution | open => fixed |
2011-11-02 16:53 | hgbot | Checkin | |
2011-11-02 16:53 | hgbot | Note Added: 0042454 | |
2011-11-04 13:58 | hudsonbot | Checkin | |
2011-11-04 13:58 | hudsonbot | Note Added: 0042615 | |
2011-11-04 13:58 | hudsonbot | Checkin | |
2011-11-04 13:58 | hudsonbot | Note Added: 0042617 | |
2011-11-04 13:58 | hudsonbot | Checkin | |
2011-11-04 13:58 | hudsonbot | Note Added: 0042620 | |
2011-11-07 18:41 | jonalegriaesarte | Note Added: 0042666 | |
2011-11-07 18:41 | jonalegriaesarte | Status | resolved => closed |
2011-11-07 18:41 | jonalegriaesarte | Fixed in Version | => 3.0MP5 |
2012-03-20 18:30 | vmromanos | Relationship added | related to 0019697 |
2012-03-21 10:30 | hgbot | Checkin | |
2012-03-21 10:30 | hgbot | Note Added: 0046578 | |
2012-03-21 11:41 | hgbot | Checkin | |
2012-03-21 11:41 | hgbot | Note Added: 0046583 | |
2012-04-01 20:34 | hgbot | Checkin | |
2012-04-01 20:34 | hgbot | Note Added: 0047015 | |
2012-04-01 20:34 | hgbot | Checkin | |
2012-04-01 20:34 | hgbot | Note Added: 0047018 | |
2012-04-02 06:11 | hudsonbot | Checkin | |
2012-04-02 06:11 | hudsonbot | Note Added: 0047180 | |
2012-04-02 06:11 | hudsonbot | Checkin | |
2012-04-02 06:11 | hudsonbot | Note Added: 0047183 |
Copyright © 2000 - 2009 MantisBT Group |