Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0025785 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 07. Sales management | major | always | 2014-02-20 17:14 | 2014-03-10 22:58 | |||
Reporter | jecharri | View Status | public | |||||
Assigned To | pramakrishnan | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 8fe053d8c26f | ||||
Projection | none | ETA | none | Target Version | 3.0PR14Q3 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | jecharri | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | Google Chrome | |||||||
Modules | Core | |||||||
Support ticket | 26748 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0025785: Wrong grandtotal in invoices when you void it | |||||||
Description | Wrong grandtotal in invoices when you void it | |||||||
Steps To Reproduce | -Create an invoice using a price with taxes price list -Insert a line and void it Verify that "Total Gross amount" is not updated to zero It must include a module script | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0064870) hgbot (developer) 2014-03-05 18:22 |
Repository: erp/devel/pi Changeset: 74df619a7316329486c772756ed967d558b8c168 Author: Pandeeswari Ramakrishnan <pandeeswari.ramakrishnan <at> openbravo.com> Date: Wed Mar 05 22:49:04 2014 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/74df619a7316329486c772756ed967d558b8c168 [^] Fixes Issue 25785: Wrong grandtotal in invoices when you void it --- M src-db/database/model/functions/C_INVOICE_POST.xml A src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateGrandTotal.class A src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateGrandTotalData.class A src-util/modulescript/src/org/openbravo/modulescript/UpdateGrandTotal.java A src-util/modulescript/src/org/openbravo/modulescript/UpdateGrandTotal_data.xsql --- |
(0064885) hudsonbot (viewer) 2014-03-06 04:24 |
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/94a044af1a46 [^] Maturity status: Test |
(0064957) jecharri (viewer) 2014-03-07 13:15 |
Verified |
(0064984) jecharri (viewer) 2014-03-10 12:50 edited on: 2014-03-10 13:09 |
The fix is wrong, it is filtering by "AND i.c_doctype_id = '0'" when it should not do that in old MP's |
(0064986) hgbot (developer) 2014-03-10 13:47 |
Repository: erp/devel/pi Changeset: 8fe053d8c26f4a1db631b170ad1d6a17694c3f9d Author: Pandeeswari Ramakrishnan <pandeeswari.ramakrishnan <at> openbravo.com> Date: Mon Mar 10 18:13:58 2014 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/8fe053d8c26f4a1db631b170ad1d6a17694c3f9d [^] Fixes Issue 25785: Wrong grandtotal in invoices when you void it --- M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateGrandTotalData.class M src-util/modulescript/src/org/openbravo/modulescript/UpdateGrandTotal_data.xsql --- |
(0064993) jecharri (viewer) 2014-03-10 16:53 |
Verified and working |
(0065008) hudsonbot (viewer) 2014-03-10 22: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/b362f74ef31a [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2014-02-20 17:14 | jecharri | New Issue | |
2014-02-20 17:14 | jecharri | Assigned To | => dmiguelez |
2014-02-20 17:14 | jecharri | Web browser | => Google Chrome |
2014-02-20 17:14 | jecharri | Modules | => Core |
2014-02-20 17:14 | jecharri | OBNetwork customer | => Yes |
2014-02-20 17:14 | jecharri | Support ticket | => 26748 |
2014-02-20 17:14 | jecharri | Resolution time | => 1395702000 |
2014-02-20 17:14 | jecharri | Triggers an Emergency Pack | => No |
2014-02-20 17:16 | jecharri | Web browser | Google Chrome => Google Chrome |
2014-02-20 17:16 | jecharri | Steps to Reproduce Updated | View Revisions |
2014-02-25 17:12 | jonalegriaesarte | Web browser | Google Chrome => Google Chrome |
2014-02-25 17:12 | jonalegriaesarte | Assigned To | dmiguelez => pramakrishnan |
2014-02-25 17:12 | jonalegriaesarte | Priority | urgent => immediate |
2014-02-26 08:53 | pramakrishnan | Status | new => scheduled |
2014-02-26 08:53 | pramakrishnan | fix_in_branch | => pi |
2014-03-05 18:21 | pramakrishnan | Review Assigned To | => jecharri |
2014-03-05 18:21 | pramakrishnan | Web browser | Google Chrome => Google Chrome |
2014-03-05 18:21 | pramakrishnan | fix_in_branch | pi => |
2014-03-05 18:22 | hgbot | Checkin | |
2014-03-05 18:22 | hgbot | Note Added: 0064870 | |
2014-03-05 18:22 | hgbot | Status | scheduled => resolved |
2014-03-05 18:22 | hgbot | Resolution | open => fixed |
2014-03-05 18:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/74df619a7316329486c772756ed967d558b8c168 [^] |
2014-03-06 04:24 | hudsonbot | Checkin | |
2014-03-06 04:24 | hudsonbot | Note Added: 0064885 | |
2014-03-07 13:15 | jecharri | Note Added: 0064957 | |
2014-03-07 13:15 | jecharri | Status | resolved => closed |
2014-03-10 12:50 | jecharri | Note Added: 0064984 | |
2014-03-10 12:50 | jecharri | Status | closed => new |
2014-03-10 12:50 | jecharri | Resolution | fixed => open |
2014-03-10 12:50 | jecharri | Note Edited: 0064984 | View Revisions |
2014-03-10 13:09 | jecharri | Note Edited: 0064984 | View Revisions |
2014-03-10 13:47 | hgbot | Checkin | |
2014-03-10 13:47 | hgbot | Note Added: 0064986 | |
2014-03-10 13:47 | hgbot | Status | new => resolved |
2014-03-10 13:47 | hgbot | Resolution | open => fixed |
2014-03-10 13:47 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/74df619a7316329486c772756ed967d558b8c168 [^] => http://code.openbravo.com/erp/devel/pi/rev/8fe053d8c26f4a1db631b170ad1d6a17694c3f9d [^] |
2014-03-10 16:53 | jecharri | Note Added: 0064993 | |
2014-03-10 16:53 | jecharri | Status | resolved => closed |
2014-03-10 22:58 | hudsonbot | Checkin | |
2014-03-10 22:58 | hudsonbot | Note Added: 0065008 |
Copyright © 2000 - 2009 MantisBT Group |