Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0028727 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] Z. Others | minor | always | 2015-01-22 10:58 | 2015-03-18 00:03 | |||
Reporter | maite | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR15Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 8e0a9e1ef5c3 | ||||
Projection | none | ETA | none | Target Version | 3.0PR15Q3 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | alostale | |||||||
Web browser | ||||||||
Modules | Advanced Payables and Receivables Mngmt | |||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2014-05-26 | |||||||
Regression introduced in release | 3.0PR14Q3 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/402d7bca3f774737bf194cb7cbe41d2454a69326 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0028727: Payment Method info should be maintained when using "Modify Payment Plan" functionality | |||||||
Description | Payment Method info should be maintained when using "Modify Payment Plan" functionality | |||||||
Steps To Reproduce | 1. Access as System Administrator and display "Modify Payment Plan" button in Payment Plan tab of Sales Invoice window 2. Logout and login 3. Create new Sales Invoice document. Add line and process 4. Access Payment Plan tab and run "Modify Payment Plan" process. Click on Due Date field of existent register to modify the date and realize that Payment Method information has been deleted | |||||||
Proposed Solution | Payment Method value should be maintained as other values are also maintained | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||||||||||||||||||||||||||||||
|
Notes | |
(0075639) hgbot (developer) 2015-03-16 17:07 |
Repository: erp/devel/pi Changeset: b625c136e3dec64b8656315f9ce22124ccd21a8d Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Mon Mar 16 16:42:25 2015 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/b625c136e3dec64b8656315f9ce22124ccd21a8d [^] Related with issue 28727: Checks if the okButton exists to prevent error in log --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js --- |
(0075641) hgbot (developer) 2015-03-16 17:07 |
Repository: erp/devel/pi Changeset: a882ebfc5ae62239e25474f67de797735bf960db Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Mon Mar 16 16:57:41 2015 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/a882ebfc5ae62239e25474f67de797735bf960db [^] Fixes issue 28727: valueMap is properly initialized in pick and execute windows The problem was that when a line in a pick and execute grid was edited, the valueMap of its OBFKComboItems was not properly initialized. The initialization is done in the OBPickAndExecuteGrid.processColumnValue function. Before the Openbravo combos was refactored, the columnValue parameter used to contain the full valueMap of the combo in its entries attribute. This atribute was passed to the OBPickAndExecuteGrid.setValueMap, and the valueMap of the combos was initialized. The problem was that since the combos was refactored the columnValue parameter no longer contained the entries attribute, because the FIC now only returns the selected value. To fix this, in this case the valueMap is built manually based on the column value and identifier. This valueMap is passed to the OBPickAndExecuteGrid.setValueMap function to initialize the field valueMap. --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js --- |
(0075647) hgbot (developer) 2015-03-16 18:03 |
Repository: erp/devel/pi Changeset: efa53163ee0c77c84baaf2a3360f42d662dfa329 Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Mon Mar 16 18:01:47 2015 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/efa53163ee0c77c84baaf2a3360f42d662dfa329 [^] Fixes issue 28727: Use proper attribute names in the valueMap of the combo The ListGrid.setValueMap function expected a valueMap that is an array, where each position contains an object with two properties: id and _identifier (OB.Constants.ID and OB.Constants.IDENTIFIER constants). The identifier property was not being properly named, so the valueMap did not contain the proper values. --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js --- |
(0075653) hgbot (developer) 2015-03-16 18:44 |
Repository: erp/devel/pi Changeset: 8e0a9e1ef5c35acc8ae8efff6b43dfb424392947 Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Mon Mar 16 18:35:40 2015 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/8e0a9e1ef5c35acc8ae8efff6b43dfb424392947 [^] Fixes issue 28727: Set properly the value of fk combo items in P&E windows The problem was that when the value was being set to fk combo items before its valueMap was defined. To fix this, the value of the combo is reset just after defining its combo. --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js --- |
(0075661) AugustoMauch (administrator) 2015-03-16 19:32 |
Test created in testlink: http://testlink.openbravo.com/testlink/linkto.php?tprojectPrefix=Communit&item=testcase&id=Communit-8148 [^] This issue will not be automated, as it cannot be reproduced in a standard Openbravo |
(0075672) alostale (manager) 2015-03-17 08:35 |
code reviewed tested: -When editing the record in the P&E value in payment method field is kept -This value can be edited and it is correctly processed |
(0075706) hudsonbot (developer) 2015-03-18 00: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/2e3cf56c8f15 [^] Maturity status: Test |
(0075707) hudsonbot (developer) 2015-03-18 00: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/2e3cf56c8f15 [^] Maturity status: Test |
(0075708) hudsonbot (developer) 2015-03-18 00: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/2e3cf56c8f15 [^] Maturity status: Test |
(0075711) hudsonbot (developer) 2015-03-18 00: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/2e3cf56c8f15 [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2015-01-22 10:58 | maite | New Issue | |
2015-01-22 10:58 | maite | Assigned To | => dmiguelez |
2015-01-22 10:58 | maite | Modules | => Advanced Payables and Receivables Mngmt |
2015-01-22 10:58 | maite | Resolution time | => 1428357600 |
2015-01-22 10:58 | maite | Triggers an Emergency Pack | => No |
2015-01-22 10:58 | maite | Issue Monitored: networkb | |
2015-01-22 10:58 | maite | Assigned To | dmiguelez => Sandrahuguet |
2015-02-23 13:30 | jonalegriaesarte | Target Version | 3.0PR15Q2 => 3.0PR15Q3 |
2015-03-09 11:21 | maite | Priority | high => immediate |
2015-03-09 11:22 | maite | Steps to Reproduce Updated | View Revisions |
2015-03-09 17:29 | jonalegriaesarte | Resolution time | 1428357600 => |
2015-03-09 17:30 | jonalegriaesarte | Regression date | => 2015-03-10 |
2015-03-09 17:30 | jonalegriaesarte | Severity | minor => major |
2015-03-09 17:31 | jonalegriaesarte | Severity | major => minor |
2015-03-16 11:25 | aferraz | Assigned To | Sandrahuguet => AugustoMauch |
2015-03-16 16:41 | AugustoMauch | Status | new => scheduled |
2015-03-16 17:04 | AugustoMauch | Regression level | => Production - Confirmed Stable |
2015-03-16 17:04 | AugustoMauch | Regression date | 2015-03-10 => 2014-05-26 |
2015-03-16 17:04 | AugustoMauch | Regression introduced in release | => 3.0PR14Q3 |
2015-03-16 17:04 | AugustoMauch | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/402d7bca3f774737bf194cb7cbe41d2454a69326 [^] |
2015-03-16 17:06 | AugustoMauch | Issue Monitored: alostale | |
2015-03-16 17:06 | AugustoMauch | Review Assigned To | => alostale |
2015-03-16 17:07 | hgbot | Checkin | |
2015-03-16 17:07 | hgbot | Note Added: 0075639 | |
2015-03-16 17:07 | hgbot | Checkin | |
2015-03-16 17:07 | hgbot | Note Added: 0075641 | |
2015-03-16 17:07 | hgbot | Status | scheduled => resolved |
2015-03-16 17:07 | hgbot | Resolution | open => fixed |
2015-03-16 17:07 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a882ebfc5ae62239e25474f67de797735bf960db [^] |
2015-03-16 17:15 | AugustoMauch | Relationship added | caused by 0026267 |
2015-03-16 18:03 | hgbot | Checkin | |
2015-03-16 18:03 | hgbot | Note Added: 0075647 | |
2015-03-16 18:03 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/a882ebfc5ae62239e25474f67de797735bf960db [^] => http://code.openbravo.com/erp/devel/pi/rev/efa53163ee0c77c84baaf2a3360f42d662dfa329 [^] |
2015-03-16 18:44 | hgbot | Checkin | |
2015-03-16 18:44 | hgbot | Note Added: 0075653 | |
2015-03-16 18:44 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/efa53163ee0c77c84baaf2a3360f42d662dfa329 [^] => http://code.openbravo.com/erp/devel/pi/rev/8e0a9e1ef5c35acc8ae8efff6b43dfb424392947 [^] |
2015-03-16 19:32 | AugustoMauch | Note Added: 0075661 | |
2015-03-17 08:35 | alostale | Note Added: 0075672 | |
2015-03-17 08:35 | alostale | Status | resolved => closed |
2015-03-17 08:35 | alostale | Fixed in Version | => 3.0PR15Q2 |
2015-03-18 00:03 | hudsonbot | Checkin | |
2015-03-18 00:03 | hudsonbot | Note Added: 0075706 | |
2015-03-18 00:03 | hudsonbot | Checkin | |
2015-03-18 00:03 | hudsonbot | Note Added: 0075707 | |
2015-03-18 00:03 | hudsonbot | Checkin | |
2015-03-18 00:03 | hudsonbot | Note Added: 0075708 | |
2015-03-18 00:03 | hudsonbot | Checkin | |
2015-03-18 00:03 | hudsonbot | Note Added: 0075711 | |
2015-03-23 16:57 | AugustoMauch | Relationship added | causes 0029374 |
2015-05-21 15:15 | alostale | Relationship added | causes 0029940 |
Copyright © 2000 - 2009 MantisBT Group |