Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0019783 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 03. Procurement management | major | always | 2012-02-15 18:05 | 2012-06-28 13:23 | |||
Reporter | maite | View Status | public | |||||
Assigned To | jecharri | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 2d6bf11fbb96 | |||
Projection | none | ETA | none | Target Version | 3.0MP9 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0019783: When running "Generate Receipt from Invoice" process, associated matched invoice entry is created twice | |||||||
Description | When running "Generate Receipt from Invoice" process, associated matched invoice entry is created twice | |||||||
Steps To Reproduce | 1. Log in as "System Administrator" and "Display" button "Generate Receipt from Invoice" in Purchase Invoice Header window 2. Run ant compile.complete smartbuild to have it working 3. Log in as Openbravo Admin and create Purchase Invoice for any bp and any date 4. Add invoice line and process invoice 5. Run ""Generate Receipt from Invoice" process 6. Go to Invoice line and, from Linked Items section, navigate to Matched Invoice and realize that 2 records are associated to each line | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Notes | |
(0045320) hgbot (developer) 2012-02-21 17:15 |
Repository: erp/devel/pi Changeset: ada3076fc7dd363a77c8904bfcc1608d7cc40e8d Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Tue Feb 21 17:08:53 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/ada3076fc7dd363a77c8904bfcc1608d7cc40e8d [^] issue 13912,issue 19783: The process 'Create Lines from' of the Goods Shipment window shows incorrect data --- M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment_data.xsql --- |
(0045322) hgbot (developer) 2012-02-21 17:15 |
Repository: erp/devel/pi Changeset: 33175c6c534f1874b078f7f290e4f4364ca15362 Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Tue Feb 21 17:14:13 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/33175c6c534f1874b078f7f290e4f4364ca15362 [^] Fixes issue 19783: When running "Generate Receipt from Invoice" process, associated matched invoice entry is created twice. The problem was that to solve the issue 13912 it was created some code duplicated and it did not work properly. Now this code has been deleted and changed the combo query for proper behaviour --- M src-db/database/model/functions/M_INOUT_POST.xml --- |
(0045526) hgbot (developer) 2012-02-28 12:27 |
Repository: erp/devel/pi Changeset: 4e0bf9b7c68e8c7dec15d20f7befd28af728e9b7 Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Tue Feb 28 12:26:47 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/4e0bf9b7c68e8c7dec15d20f7befd28af728e9b7 [^] issue 19783: Added the module script to delete the duplicated lines in m_matchinv table. Also, the lines with related m_inout or c_invoiceline that are sales --- A src-util/modulescript/build/classes/org/openbravo/modulescript/DeleteDuplicateMatchInvoice.class A src-util/modulescript/build/classes/org/openbravo/modulescript/DeleteDuplicateMatchInvoiceData.class A src-util/modulescript/src/org/openbravo/modulescript/DeleteDuplicateMatchInvoice.java A src-util/modulescript/src/org/openbravo/modulescript/DeleteDuplicateMatchInvoice_data.xsql --- |
(0045614) maite (developer) 2012-02-29 14:02 |
closed |
(0045912) hudsonbot (developer) 2012-03-02 15:38 |
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/544d64e0c159 [^] Maturity status: Test |
(0045913) hudsonbot (developer) 2012-03-02 15:38 |
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/544d64e0c159 [^] Maturity status: Test |
(0045969) hudsonbot (developer) 2012-03-02 15:39 |
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/544d64e0c159 [^] Maturity status: Test |
(0050205) hgbot (developer) 2012-06-27 20:23 |
Repository: erp/devel/pi Changeset: 462253717b32abf3829512e2aae52703bb4f0b59 Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Tue Feb 21 17:08:53 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/462253717b32abf3829512e2aae52703bb4f0b59 [^] issue 13912,issue 19783: The process 'Create Lines from' of the Goods Shipment window shows incorrect data --- M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment_data.xsql --- |
(0050207) hgbot (developer) 2012-06-27 20:23 |
Repository: erp/devel/pi Changeset: b76249577bb8801a74d3c39073add669978f66dd Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Tue Feb 21 17:14:13 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/b76249577bb8801a74d3c39073add669978f66dd [^] Fixes issue 19783: When running "Generate Receipt from Invoice" process, associated matched invoice entry is created twice. The problem was that to solve the issue 13912 it was created some code duplicated and it did not work properly. Now this code has been deleted and changed the combo query for proper behaviour --- M src-db/database/model/functions/M_INOUT_POST.xml --- |
(0050208) hgbot (developer) 2012-06-27 20:24 |
Repository: erp/devel/pi Changeset: ad6027148ba272729a69ee5d854a5f31e0d1ea7b Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Tue Feb 28 12:26:47 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/ad6027148ba272729a69ee5d854a5f31e0d1ea7b [^] issue 19783: Added the module script to delete the duplicated lines in m_matchinv table. Also, the lines with related m_inout or c_invoiceline that are sales --- A src-util/modulescript/build/classes/org/openbravo/modulescript/DeleteDuplicateMatchInvoice.class A src-util/modulescript/build/classes/org/openbravo/modulescript/DeleteDuplicateMatchInvoiceData.class A src-util/modulescript/src/org/openbravo/modulescript/DeleteDuplicateMatchInvoice.java A src-util/modulescript/src/org/openbravo/modulescript/DeleteDuplicateMatchInvoice_data.xsql --- |
(0050210) hgbot (developer) 2012-06-27 20:25 |
Repository: erp/devel/pi Changeset: fe80bdb44fce453bfed9bce64306a8c0b2a42bdd Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Tue Feb 21 17:08:53 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/fe80bdb44fce453bfed9bce64306a8c0b2a42bdd [^] issue 13912,issue 19783: The process 'Create Lines from' of the Goods Shipment window shows incorrect data --- M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment_data.xsql --- |
(0050212) hgbot (developer) 2012-06-27 20:25 |
Repository: erp/devel/pi Changeset: 2d6bf11fbb96b655cc0a5f4615138fe069538adc Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Tue Feb 21 17:14:13 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/2d6bf11fbb96b655cc0a5f4615138fe069538adc [^] Fixes issue 19783: When running "Generate Receipt from Invoice" process, associated matched invoice entry is created twice. The problem was that to solve the issue 13912 it was created some code duplicated and it did not work properly. Now this code has been deleted and changed the combo query for proper behaviour --- M src-db/database/model/functions/M_INOUT_POST.xml --- |
(0050213) hgbot (developer) 2012-06-27 20:25 |
Repository: erp/devel/pi Changeset: 84cd64e7cc92cf1dc5a689f416b8c1ac0c7efa8e Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Tue Feb 28 12:26:47 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/84cd64e7cc92cf1dc5a689f416b8c1ac0c7efa8e [^] issue 19783: Added the module script to delete the duplicated lines in m_matchinv table. Also, the lines with related m_inout or c_invoiceline that are sales --- A src-util/modulescript/build/classes/org/openbravo/modulescript/DeleteDuplicateMatchInvoice.class A src-util/modulescript/build/classes/org/openbravo/modulescript/DeleteDuplicateMatchInvoiceData.class A src-util/modulescript/src/org/openbravo/modulescript/DeleteDuplicateMatchInvoice.java A src-util/modulescript/src/org/openbravo/modulescript/DeleteDuplicateMatchInvoice_data.xsql --- |
(0050231) hudsonbot (developer) 2012-06-28 08:01 |
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/c66e853c5cf4 [^] Maturity status: Test |
(0050232) hudsonbot (developer) 2012-06-28 08:01 |
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/c66e853c5cf4 [^] Maturity status: Test |
(0050234) hudsonbot (developer) 2012-06-28 08:02 |
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/c66e853c5cf4 [^] Maturity status: Test |
(0050236) hudsonbot (developer) 2012-06-28 08:02 |
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/c66e853c5cf4 [^] Maturity status: Test |
(0050237) hudsonbot (developer) 2012-06-28 08:02 |
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/c66e853c5cf4 [^] Maturity status: Test |
(0050239) hudsonbot (developer) 2012-06-28 08:02 |
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/c66e853c5cf4 [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2012-02-15 18:05 | maite | New Issue | |
2012-02-15 18:05 | maite | Assigned To | => jonalegriaesarte |
2012-02-15 18:05 | maite | Modules | => Core |
2012-02-15 18:06 | maite | Target Version | => 3.0MP9 |
2012-02-15 18:06 | maite | Issue Monitored: networkb | |
2012-02-16 12:19 | eduardo_Argal | Status | new => scheduled |
2012-02-16 12:19 | eduardo_Argal | fix_in_branch | => pi |
2012-02-20 17:54 | jonalegriaesarte | Assigned To | jonalegriaesarte => jecharri |
2012-02-21 17:15 | hgbot | Checkin | |
2012-02-21 17:15 | hgbot | Note Added: 0045320 | |
2012-02-21 17:15 | hgbot | Checkin | |
2012-02-21 17:15 | hgbot | Note Added: 0045322 | |
2012-02-21 17:15 | hgbot | Status | scheduled => resolved |
2012-02-21 17:15 | hgbot | Resolution | open => fixed |
2012-02-21 17:15 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/33175c6c534f1874b078f7f290e4f4364ca15362 [^] |
2012-02-24 09:14 | jecharri | Status | resolved => new |
2012-02-24 09:14 | jecharri | Resolution | fixed => open |
2012-02-24 09:14 | jecharri | Relationship added | related to 0013912 |
2012-02-24 09:14 | jecharri | Status | new => scheduled |
2012-02-24 09:15 | jecharri | Status | scheduled => resolved |
2012-02-24 09:15 | jecharri | Resolution | open => fixed |
2012-02-24 09:15 | jecharri | Status | resolved => new |
2012-02-24 09:15 | jecharri | Resolution | fixed => open |
2012-02-24 09:15 | jecharri | Status | new => scheduled |
2012-02-24 09:15 | jecharri | Status | scheduled => resolved |
2012-02-24 09:16 | jecharri | Resolution | open => fixed |
2012-02-28 12:27 | hgbot | Checkin | |
2012-02-28 12:27 | hgbot | Note Added: 0045526 | |
2012-02-29 14:02 | maite | Note Added: 0045614 | |
2012-02-29 14:02 | maite | Status | resolved => closed |
2012-03-02 15:38 | hudsonbot | Checkin | |
2012-03-02 15:38 | hudsonbot | Note Added: 0045912 | |
2012-03-02 15:38 | hudsonbot | Checkin | |
2012-03-02 15:38 | hudsonbot | Note Added: 0045913 | |
2012-03-02 15:39 | hudsonbot | Checkin | |
2012-03-02 15:39 | hudsonbot | Note Added: 0045969 | |
2012-06-27 20:23 | hgbot | Checkin | |
2012-06-27 20:23 | hgbot | Note Added: 0050205 | |
2012-06-27 20:23 | hgbot | Checkin | |
2012-06-27 20:23 | hgbot | Note Added: 0050207 | |
2012-06-27 20:23 | hgbot | Status | closed => resolved |
2012-06-27 20:23 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/33175c6c534f1874b078f7f290e4f4364ca15362 [^] => http://code.openbravo.com/erp/devel/pi/rev/b76249577bb8801a74d3c39073add669978f66dd [^] |
2012-06-27 20:24 | hgbot | Checkin | |
2012-06-27 20:24 | hgbot | Note Added: 0050208 | |
2012-06-27 20:25 | hgbot | Checkin | |
2012-06-27 20:25 | hgbot | Note Added: 0050210 | |
2012-06-27 20:25 | hgbot | Checkin | |
2012-06-27 20:25 | hgbot | Note Added: 0050212 | |
2012-06-27 20:25 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/b76249577bb8801a74d3c39073add669978f66dd [^] => http://code.openbravo.com/erp/devel/pi/rev/2d6bf11fbb96b655cc0a5f4615138fe069538adc [^] |
2012-06-27 20:25 | hgbot | Checkin | |
2012-06-27 20:25 | hgbot | Note Added: 0050213 | |
2012-06-28 08:01 | hudsonbot | Checkin | |
2012-06-28 08:01 | hudsonbot | Note Added: 0050231 | |
2012-06-28 08:01 | hudsonbot | Checkin | |
2012-06-28 08:01 | hudsonbot | Note Added: 0050232 | |
2012-06-28 08:02 | hudsonbot | Checkin | |
2012-06-28 08:02 | hudsonbot | Note Added: 0050234 | |
2012-06-28 08:02 | hudsonbot | Checkin | |
2012-06-28 08:02 | hudsonbot | Note Added: 0050236 | |
2012-06-28 08:02 | hudsonbot | Checkin | |
2012-06-28 08:02 | hudsonbot | Note Added: 0050237 | |
2012-06-28 08:02 | hudsonbot | Checkin | |
2012-06-28 08:02 | hudsonbot | Note Added: 0050239 | |
2012-06-28 13:23 | jecharri | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |