Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0028859 | Openbravo ERP | 07. Sales management | public | 2015-02-04 12:59 | 2016-02-02 09:36 |
|
Reporter | Sandrahuguet | |
Assigned To | Sandrahuguet | |
Priority | immediate | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | aferraz |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Production - Confirmed Stable |
Regression date | 2014-06-19 |
Regression introduced in release | 3.0PR14Q3 |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/f94f08e02e3a [^] |
Triggers an Emergency Pack | No |
|
Summary | 0028859: Distribute amount in add payment does not work correctly with more than one negative invoice |
Description | Distribute amount in add payment window does not work correctly with more than one negative invoice |
Steps To Reproduce | Go to Sales invoice and create one with this data:
-Organization: F&B US, Inc.
-Transaction Document: Reversed Sales Invoice
-Business Partner: Healthy Food Supermarkets, Co.
-Lines: Pear Juice, Qty: -80
Create another sales invoice
-Organization: F&B US, Inc.
-Transaction Document: Reversed Sales Invoice
-Business Partner: Healthy Food Supermarkets, Co.
-Lines: Energy Drink, Qty: -100
Select the first invoice created and click on Add Payment
Notice that both invoices have been selected and the expected payment is wrong |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | feature request | 0029391 | | closed | Sandrahuguet | Add Payment refactor project |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-02-04 12:59 | Sandrahuguet | New Issue | |
2015-02-04 12:59 | Sandrahuguet | Assigned To | => Sandrahuguet |
2015-02-04 12:59 | Sandrahuguet | Modules | => Core |
2015-02-04 12:59 | Sandrahuguet | Regression level | => Production - Confirmed Stable |
2015-02-04 12:59 | Sandrahuguet | Regression date | => 2014-06-19 |
2015-02-04 12:59 | Sandrahuguet | Regression introduced in release | => 3.0PR14Q3 |
2015-02-04 12:59 | Sandrahuguet | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/f94f08e02e3a [^] |
2015-02-04 12:59 | Sandrahuguet | Triggers an Emergency Pack | => No |
2015-02-05 11:49 | hgbot | Checkin | |
2015-02-05 11:49 | hgbot | Note Added: 0074222 | |
2015-02-05 11:49 | hgbot | Status | new => resolved |
2015-02-05 11:49 | hgbot | Resolution | open => fixed |
2015-02-05 11:49 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/15b7c23eed157e9db9a612523876213396121266 [^] |
2015-02-05 12:55 | hgbot | Checkin | |
2015-02-05 12:55 | hgbot | Note Added: 0074225 | |
2015-02-05 12:58 | aferraz | Review Assigned To | => aferraz |
2015-02-05 12:58 | aferraz | Note Added: 0074227 | |
2015-02-05 12:58 | aferraz | Status | resolved => closed |
2015-02-06 15:42 | hudsonbot | Checkin | |
2015-02-06 15:42 | hudsonbot | Note Added: 0074256 | |
2015-02-06 15:42 | hudsonbot | Checkin | |
2015-02-06 15:42 | hudsonbot | Note Added: 0074257 | |
2015-02-11 09:42 | Sandrahuguet | Note Added: 0074348 | |
2015-03-24 17:40 | aferraz | Relationship added | caused by 0029391 |
2016-02-02 09:36 | hgbot | Checkin | |
2016-02-02 09:36 | hgbot | Note Added: 0083817 | |
Notes |
|
(0074222)
|
hgbot
|
2015-02-05 11:49
|
|
Repository: erp/devel/pi
Changeset: 15b7c23eed157e9db9a612523876213396121266
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Wed Feb 04 18:10:21 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/15b7c23eed157e9db9a612523876213396121266 [^]
Fixed issue 28859: Distribute amount in add payment does not work properly
Distribute amount in add payment window does not work
correctly with more than one negative invoice
---
M modules/org.openbravo.advpaymentmngt/web/org.openbravo.advpaymentmngt/js/ob-aprm-addPayment.js
---
|
|
|
(0074225)
|
hgbot
|
2015-02-05 12:55
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(0083817)
|
hgbot
|
2016-02-02 09:36
|
|
Repository: tools/automation/int
Changeset: a71c3d48c41c755aeb4c0a1b9878e1f95c07d545
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Wed Sep 30 20:34:49 2015 +0200
URL: http://code.openbravo.com/tools/automation/int/rev/a71c3d48c41c755aeb4c0a1b9878e1f95c07d545 [^]
Related to issue 28859: Added some automated tests
---
M src-test/com/openbravo/test/integration/erp/modules/functionalteam/addpayment/testsuites/APR_Regressions/RegressionSuite.java
M src-test/com/openbravo/test/integration/erp/modules/functionalteam/addpayment/testsuites/APR_Regressions/build.xml
A src-test/com/openbravo/test/integration/erp/modules/functionalteam/addpayment/testsuites/APR_Regressions/APRRegression28859In.java
A src-test/com/openbravo/test/integration/erp/modules/functionalteam/addpayment/testsuites/APR_Regressions/APRRegression28859Out.java
---
|
|