Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0029293Openbravo ERPZ. Otherspublic2015-01-22 10:582015-04-01 08:31
maite 
AugustoMauch 
immediateminoralways
closedfixed 
5
 
3.0PR15Q1.23.0PR15Q1.2 
alostale
Advanced Payables and Receivables Mngmt
Production - Confirmed Stable
2014-05-26
3.0PR14Q3
https://code.openbravo.com/erp/devel/pi/rev/402d7bca3f774737bf194cb7cbe41d2454a69326 [^]
No
0029293: Payment Method info should be maintained when using "Modify Payment Plan" functionality
Payment Method info should be maintained when using "Modify Payment Plan" functionality
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
Payment Method value should be maintained as other values are also maintained
Approved
blocks defect 00287273.0PR15Q3 closed AugustoMauch Payment Method info should be maintained when using "Modify Payment Plan" functionality 
Issue History
2015-03-16 16:41AugustoMauchTypedefect => backport
2015-03-16 16:41AugustoMauchTarget Version3.0PR15Q3 => 3.0PR15Q1.2
2015-03-16 17:04AugustoMauchRegression level => Production - Confirmed Stable
2015-03-16 17:04AugustoMauchRegression date2015-03-10 => 2014-05-26
2015-03-16 17:04AugustoMauchRegression introduced in release => 3.0PR14Q3
2015-03-16 17:04AugustoMauchRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/402d7bca3f774737bf194cb7cbe41d2454a69326 [^]
2015-03-16 19:28hgbotCheckin
2015-03-16 19:28hgbotNote Added: 0075659
2015-03-16 19:28hgbotCheckin
2015-03-16 19:28hgbotNote Added: 0075660
2015-03-16 19:28hgbotStatusscheduled => resolved
2015-03-16 19:28hgbotResolutionopen => fixed
2015-03-16 19:28hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/5d6f0701c7e1e077228a07eaf418d7dfa467f07a [^]
2015-03-16 19:28AugustoMauchIssue Monitored: alostale
2015-03-16 19:29AugustoMauchReview Assigned To => alostale
2015-03-17 09:02alostaleNote Added: 0075675
2015-03-17 09:02alostaleStatusresolved => closed
2015-03-17 09:02alostaleFixed in Version => 3.0PR15Q1.2
2015-03-17 11:34dmitry_mezentsevTag Attached: Approved
2015-04-01 08:07hgbotCheckin
2015-04-01 08:07hgbotNote Added: 0076215
2015-04-01 08:07hgbotCheckin
2015-04-01 08:07hgbotNote Added: 0076216
2015-04-01 08:07hgbotStatusclosed => resolved
2015-04-01 08:07hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/5d6f0701c7e1e077228a07eaf418d7dfa467f07a [^] => http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/5d6f0701c7e1e077228a07eaf418d7dfa467f07a [^]
2015-04-01 08:31priyamStatusresolved => closed
2015-04-01 08:31priyamNote Added: 0076264

Notes
(0075659)
hgbot   
2015-03-16 19:28   
Repository: erp/backports/3.0PR15Q1.2
Changeset: 3723b18deb702724bf1434ef4a59a7e767f23b24
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Mar 16 17:22:59 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/3723b18deb702724bf1434ef4a59a7e767f23b24 [^]

Related with issue 29293: 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
---
(0075660)
hgbot   
2015-03-16 19:28   
Repository: erp/backports/3.0PR15Q1.2
Changeset: 5d6f0701c7e1e077228a07eaf418d7dfa467f07a
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Mar 16 19:26:32 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/5d6f0701c7e1e077228a07eaf418d7dfa467f07a [^]

Fixes bug 29293: valueMap & value of combo item are properly set in P&E window

There were two problems:
- The valueMap of the fk combo item was not being set because after the combo refactor the FIC does not return the fk combo entries. To fix this, the valueMap is built manually based on the selected option.
- The value of the combo item was being set before defining its valueMap. When this happened no display value was shown in the combo. To fix this, the value is reset just after defining the valueMap.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
---
(0075675)
alostale   
2015-03-17 09:02   
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
(0076215)
hgbot   
2015-04-01 08:07   
Repository: erp/backports/3.0PR15Q2
Changeset: 3723b18deb702724bf1434ef4a59a7e767f23b24
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Mar 16 17:22:59 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/3723b18deb702724bf1434ef4a59a7e767f23b24 [^]

Related with issue 29293: 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
---
(0076216)
hgbot   
2015-04-01 08:07   
Repository: erp/backports/3.0PR15Q2
Changeset: 5d6f0701c7e1e077228a07eaf418d7dfa467f07a
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Mar 16 19:26:32 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/5d6f0701c7e1e077228a07eaf418d7dfa467f07a [^]

Fixes bug 29293: valueMap & value of combo item are properly set in P&E window

There were two problems:
- The valueMap of the fk combo item was not being set because after the combo refactor the FIC does not return the fk combo entries. To fix this, the valueMap is built manually based on the selected option.
- The value of the combo item was being set before defining its valueMap. When this happened no display value was shown in the combo. To fix this, the value is reset just after defining the valueMap.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
---
(0076264)
priyam   
2015-04-01 08:31   
closed again, as the status changed due the merge tag of 3.0PR15Q1.2 to backports/3.0PR15Q2