Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0019542Openbravo ERP07. Sales managementpublic2012-01-23 12:222012-02-13 12:55
dalsasua 
dalsasua 
immediatecriticalalways
closedfixed 
20Ubuntu 10.10
2.50MP36 
 
No
Core
No
0019542: When voiding an invoice, "Reversed Invoice" created must have status Voided
When voiding an invoice, "Reversed Invoice" created has status "Completed". Reversed Invoice's status should be "Voided"
0. Go to Document Type window, search document "AR Invoice" and set Document Cancelled=Reversed Sales Invoice
1. Go to Sales Invoice window and create new AR Invoice. Add any line and Complete
2. Void invoice and reversed invoice will be automatically created. Go to reversed invoice and realize that its status is "Completed" instead of "Voided"

Note: same behaviour in Purchase flow
Rollback fix for 0018633 issue
Regression
related to backport 00188372.50MP36 closed mirurita When voiding an invoice, "Reversed Invoice" created has status Voided 
blocks defect 0019541 closed dalsasua When voiding an invoice, "Reversed Invoice" created must have status Voided 
Issue History
2012-01-23 12:31dalsasuaTypedefect => backport
2012-01-23 12:31dalsasuafix_in_branchpi => 2.50
2012-01-23 12:31dalsasuaRelationship addedrelated to 0018837
2012-01-23 12:32dalsasuaTag Attached: Regression
2012-01-23 12:42dalsasuaversion3.0MP5 => 2.50MP36
2012-01-23 14:35hgbotCheckin
2012-01-23 14:35hgbotNote Added: 0044484
2012-01-23 14:35hgbotStatusscheduled => resolved
2012-01-23 14:35hgbotResolutionopen => fixed
2012-01-23 14:35hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/0994cecd23ebdd70819aaf83e6c7e862970595b7 [^]
2012-02-01 08:12hgbotCheckin
2012-02-01 08:12hgbotNote Added: 0044748
2012-02-01 08:12hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/stable/2.50/rev/0994cecd23ebdd70819aaf83e6c7e862970595b7 [^] => http://code.openbravo.com/erp/stable/2.50/rev/4e4f1e37168fc89791ac2a4ecb74e6476df40574 [^]
2012-02-03 12:06maiteNote Added: 0044856
2012-02-03 12:06maiteStatusresolved => closed
2012-02-03 17:51hgbotCheckin
2012-02-03 17:51hgbotNote Added: 0044871
2012-02-03 17:51hgbotStatusclosed => resolved
2012-02-03 17:51hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/stable/2.50/rev/4e4f1e37168fc89791ac2a4ecb74e6476df40574 [^] => http://code.openbravo.com/erp/stable/2.50/rev/28f558eed8e5e956a5b24a9c5e85cee91c993a76 [^]
2012-02-03 17:51hgbotCheckin
2012-02-03 17:51hgbotNote Added: 0044872
2012-02-03 17:51hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/stable/2.50/rev/28f558eed8e5e956a5b24a9c5e85cee91c993a76 [^] => http://code.openbravo.com/erp/stable/2.50/rev/3513d55d12b998c18999eb8ce4814d8a7476dfdf [^]
2012-02-07 05:55hgbotCheckin
2012-02-07 05:55hgbotNote Added: 0044899
2012-02-07 05:55hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/stable/2.50/rev/3513d55d12b998c18999eb8ce4814d8a7476dfdf [^] => http://code.openbravo.com/erp/stable/2.50/rev/b6a53478497416f0f3e3b3f47b3085ede8a2818b [^]
2012-02-07 05:55hgbotCheckin
2012-02-07 05:55hgbotNote Added: 0044900
2012-02-07 05:55hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/stable/2.50/rev/b6a53478497416f0f3e3b3f47b3085ede8a2818b [^] => http://code.openbravo.com/erp/stable/2.50/rev/60a41907da32a38ea2d39467c955b6bb0770b946 [^]
2012-02-13 12:55shuehnerNote Added: 0045069
2012-02-13 12:55shuehnerStatusresolved => closed

Notes
(0044484)
hgbot   
2012-01-23 14:35   
Repository: erp/stable/2.50
Changeset: 0994cecd23ebdd70819aaf83e6c7e862970595b7
Author: David Alsasua <david.alsasua <at> openbravo.com>
Date: Mon Jan 23 13:18:01 2012 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/0994cecd23ebdd70819aaf83e6c7e862970595b7 [^]

Fixes issue 19542. Rolls-back fix for issue 18837

---
M src-db/database/model/functions/C_INVOICE_POST.xml
---
(0044748)
hgbot   
2012-02-01 08:12   
Repository: erp/stable/2.50
Changeset: 4e4f1e37168fc89791ac2a4ecb74e6476df40574
Author: David Alsasua <david.alsasua <at> openbravo.com>
Date: Tue Jan 31 11:51:27 2012 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/4e4f1e37168fc89791ac2a4ecb74e6476df40574 [^]

Fixes issue 19542. Module-script updates incorrect invoices.
In case the invoice created in complete status has been reactivated by the user, or APR module is not installed, then the module script will not modify it

---
M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateReversalDocumentTypes.class
M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateReversalDocumentTypesData.class
M src-util/modulescript/src/org/openbravo/modulescript/UpdateReversalDocumentTypes.java
M src-util/modulescript/src/org/openbravo/modulescript/UpdateReversalDocumentTypes_Data.xsql
---
(0044856)
maite   
2012-02-03 12:06   
verified
(0044871)
hgbot   
2012-02-03 17:51   
Repository: erp/stable/2.50
Changeset: 28f558eed8e5e956a5b24a9c5e85cee91c993a76
Author: David Alsasua <david.alsasua <at> openbravo.com>
Date: Mon Jan 23 13:18:01 2012 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/28f558eed8e5e956a5b24a9c5e85cee91c993a76 [^]

Fixes issue 19542. Rolls-back fix for issue 18837

---
M src-db/database/model/functions/C_INVOICE_POST.xml
---
(0044872)
hgbot   
2012-02-03 17:51   
Repository: erp/stable/2.50
Changeset: 3513d55d12b998c18999eb8ce4814d8a7476dfdf
Author: David Alsasua <david.alsasua <at> openbravo.com>
Date: Tue Jan 31 11:51:27 2012 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/3513d55d12b998c18999eb8ce4814d8a7476dfdf [^]

Fixes issue 19542. Module-script updates incorrect invoices.
In case the invoice created in complete status has been reactivated by the user, or APR module is not installed, then the module script will not modify it

---
M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateReversalDocumentTypes.class
M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateReversalDocumentTypesData.class
M src-util/modulescript/src/org/openbravo/modulescript/UpdateReversalDocumentTypes.java
M src-util/modulescript/src/org/openbravo/modulescript/UpdateReversalDocumentTypes_Data.xsql
---
(0044899)
hgbot   
2012-02-07 05:55   
Repository: erp/stable/2.50
Changeset: b6a53478497416f0f3e3b3f47b3085ede8a2818b
Author: David Alsasua <david.alsasua <at> openbravo.com>
Date: Mon Jan 23 13:18:01 2012 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/b6a53478497416f0f3e3b3f47b3085ede8a2818b [^]

Fixes issue 19542. Rolls-back fix for issue 18837

---
M src-db/database/model/functions/C_INVOICE_POST.xml
---
(0044900)
hgbot   
2012-02-07 05:55   
Repository: erp/stable/2.50
Changeset: 60a41907da32a38ea2d39467c955b6bb0770b946
Author: David Alsasua <david.alsasua <at> openbravo.com>
Date: Tue Jan 31 11:51:27 2012 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/60a41907da32a38ea2d39467c955b6bb0770b946 [^]

Fixes issue 19542. Module-script updates incorrect invoices.
In case the invoice created in complete status has been reactivated by the user, or APR module is not installed, then the module script will not modify it

---
M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateReversalDocumentTypes.class
M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateReversalDocumentTypesData.class
M src-util/modulescript/src/org/openbravo/modulescript/UpdateReversalDocumentTypes.java
M src-util/modulescript/src/org/openbravo/modulescript/UpdateReversalDocumentTypes_Data.xsql
---
(0045069)
shuehner   
2012-02-13 12:55   
Re-closing. Last 'closed -> resolved' change only done by code-line merge during mp37.1 + mp38.1 release. No real commit done after last review.