Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027250 | Openbravo ERP | Z. Others | public | 2014-07-31 17:10 | 2023-02-22 05:54 |
|
Reporter | maite | |
Assigned To | reinaldoguerra | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q1 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | vmromanos |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 30154 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027250: "finalsettlement" field should be set to null when payment related to invoice is removed |
Description | "finalsettlement" field should be set to null when payment related to invoice is removed |
Steps To Reproduce | 1. Register new sales invoice, add line and process it.
2. Verify that "finalsettlement" field is null at this moments (select FINALSETTLEMENT from c_invoice order by created desc limit 1;)
3. Pay that invoice
4. Execute same database query to verify that "finalsettlement" field has been correctly updated with today's date
5. Access created Payment and run "Reactivate and delete lines" so invice is pending of payment again
6. Execute query and verify that "finalsettlement" field had not been set to null again when it should |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0027293 | 3.0PR15Q1 | closed | reinaldoguerra | Total Outstanding amount is not updated when reactivating an invoice | has duplicate | defect | 0027617 | 3.0PR15Q1 | closed | fsoto82 | Sales Invoice - Wrong "Paid in Full Date" when reactivating a Payment IN |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-07-31 17:10 | maite | New Issue | |
2014-07-31 17:10 | maite | Assigned To | => dmiguelez |
2014-07-31 17:10 | maite | OBNetwork customer | => Yes |
2014-07-31 17:10 | maite | Modules | => Core |
2014-07-31 17:10 | maite | Support ticket | => 30154 |
2014-07-31 17:10 | maite | Resolution time | => 1413410400 |
2014-07-31 17:10 | maite | Triggers an Emergency Pack | => No |
2014-07-31 17:10 | maite | Issue Monitored: networkb | |
2014-09-22 13:41 | vmromanos | Relationship added | related to 0027293 |
2014-09-22 16:36 | jonalegriaesarte | Target Version | 3.0PR14Q4 => 3.0PR15Q1 |
2014-09-27 05:21 | reinaldoguerra | Assigned To | dmiguelez => reinaldoguerra |
2014-09-27 05:21 | reinaldoguerra | Status | new => scheduled |
2014-09-30 05:52 | reinaldoguerra | Note Added: 0070527 | |
2014-10-03 14:20 | hgbot | Checkin | |
2014-10-03 14:20 | hgbot | Note Added: 0070697 | |
2014-10-03 14:20 | hgbot | Status | scheduled => resolved |
2014-10-03 14:20 | hgbot | Resolution | open => fixed |
2014-10-03 14:20 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/fb3182ac0e6d24b17517efe18348f80c4e16add5 [^] |
2014-10-03 14:22 | vmromanos | Review Assigned To | => vmromanos |
2014-10-03 14:22 | vmromanos | Note Added: 0070699 | |
2014-10-03 14:22 | vmromanos | Status | resolved => closed |
2014-10-14 18:33 | vmromanos | Relationship added | has duplicate 0027617 |
2014-12-30 23:22 | hudsonbot | Checkin | |
2014-12-30 23:22 | hudsonbot | Note Added: 0072889 | |
2023-02-22 05:54 | thielmikayla | Note Added: 0146848 | |
2023-07-11 13:50 | shuehner | Note Deleted: 0146848 | |
Notes |
|
|
Test plan used:
1- Login into Openbravo ERP
2- Register new sales invoice, add line and process it.
3- Verify that "finalsettlement" field is null at this moments (select FINALSETTLEMENT from c_invoice order by created desc limit 1;)
4- Pay that invoice
5- Execute same database query to verify that "finalsettlement" field has been correctly updated with today's date
6- Access created Payment and run "Reactivate and delete lines" so invoice is pending of payment again
7- Now execute query and verify that "finalsettlement" field is set to null. |
|
|
(0070697)
|
hgbot
|
2014-10-03 14:20
|
|
Repository: erp/devel/pi
Changeset: fb3182ac0e6d24b17517efe18348f80c4e16add5
Author: Reinaldo Guerra <reinaldo.guerra <at> peoplewalking.com>
Date: Sat Sep 27 10:14:36 2014 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/fb3182ac0e6d24b17517efe18348f80c4e16add5 [^]
Fixed bug 27250: finalsettlement should be null when invoice payment is removed
Method updateInvoicePaymentMonitor on FIN_AddPayment class was modified to set finalsettlement to null when Reactivate and delete lines process is executed.
When a payment related to invoice is removed now invoice finalsettlement field is set to null.
---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_AddPayment.java
---
|
|
|
|
|
|
|
|