Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0016533Openbravo ERP09. Financial managementpublic2011-03-29 13:422011-05-30 13:21
malsasua 
adrianromero 
highminoralways
closedfixed 
20Community Appliance
2.50MP27 
2.50MP302.50MP30 
Core
No
0016533: the invoice date, when the invoice is voided, should be updatable
when you void an invoice, the invoice date is not updatable.
It should be updatable, because the date of invoice, and the document number shuld be correlative.

. create a new invoice
. process and void it
No tags attached.
related to backport 00155212.50MP26 closed dalsasua invoice date in the void invoice should be updatable 
depends on defect 00165343.0RC7 closed adrianromero the invoice date, when the invoice is voided, should be updatable 
Issue History
2011-03-29 13:42malsasuaNew Issue
2011-03-29 13:42malsasuaAssigned To => dalsasua
2011-03-29 13:42malsasuaModules => Core
2011-03-29 13:42malsasuaIssue Monitored: networkb
2011-03-29 13:43malsasuaTarget Version => 2.50MP30
2011-03-29 13:43malsasuaversion => 2.50MP27
2011-03-29 13:51malsasuaIssue cloned0016534
2011-03-29 13:51malsasuaRelationship addeddepends on 0016534
2011-03-29 13:51malsasuaTypedefect => backport
2011-04-29 08:43dalsasuaAssigned Todalsasua => adrianromero
2011-05-02 17:03adrianromeroStatusnew => scheduled
2011-05-02 17:03adrianromerofix_in_branch => pi
2011-05-02 17:05adrianromeroRelationship addedrelated to 0015521
2011-05-03 12:32adrianromeroNote Added: 0036306
2011-05-06 12:45hgbotCheckin
2011-05-06 12:45hgbotNote Added: 0036501
2011-05-06 12:45hgbotStatusscheduled => resolved
2011-05-06 12:45hgbotResolutionopen => fixed
2011-05-06 12:45hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/10a4cc5f375f0bd80b17269a5a816030eaaabab6 [^]
2011-05-12 16:52hgbotCheckin
2011-05-12 16:52hgbotNote Added: 0036905
2011-05-12 16:52hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/stable/2.50/rev/10a4cc5f375f0bd80b17269a5a816030eaaabab6 [^] => http://code.openbravo.com/erp/stable/2.50/rev/52182678428a9a714b9756d63f4b541e7fb6a1b4 [^]
2011-05-12 16:53adrianromeroNote Added: 0036907
2011-05-16 11:07malsasuaNote Added: 0037004
2011-05-16 11:07malsasuaStatusresolved => closed
2011-05-16 11:07malsasuaFixed in Version => 2.50MP30
2011-05-30 13:21hgbotCheckin
2011-05-30 13:21hgbotNote Added: 0037722

Notes
(0036306)
adrianromero   
2011-05-03 12:32   
Pending to push the changeset that fixes the issue due to repository freeze.
(0036501)
hgbot   
2011-05-06 12:45   
Repository: erp/stable/2.50
Changeset: 10a4cc5f375f0bd80b17269a5a816030eaaabab6
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue May 03 12:23:26 2011 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/10a4cc5f375f0bd80b17269a5a816030eaaabab6 [^]

Fixes issue 0016533: the invoice date, when the invoice is voided, should be updatable
It has been modified the READ ONLY LOGIC condition to make the invoice date editable for void invoices not only for the reversed void invoice

---
M src-db/database/sourcedata/AD_COLUMN.xml
---
(0036905)
hgbot   
2011-05-12 16:52   
Repository: erp/stable/2.50
Changeset: 52182678428a9a714b9756d63f4b541e7fb6a1b4
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu May 12 16:51:05 2011 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/52182678428a9a714b9756d63f4b541e7fb6a1b4 [^]

Fixes issue 0016533: the invoice date, when the invoice is voided, should be updatable
It has been modified also the condition needed in the trigger to finish fixing this issue

---
M src-db/database/model/triggers/C_INVOICE_TRG.xml
---
(0036907)
adrianromero   
2011-05-12 16:53   
* Testing the issue

Create and invoice, process it and void it. Before posting it verify that the invoice date can be modified and saved in the voided invoice and in the reverse voided invoice.

* Other areas affected

No other areas affected. Only the read only logic of the invoice date field
(0037004)
malsasua   
2011-05-16 11:07   
tested: it works fine
(0037722)
hgbot   
2011-05-30 13:21   
Repository: erp/stable/2.50
Changeset: 50690f747a518e4407bc07303c4fe6dc1f5737d5
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Mon May 23 13:26:23 2011 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/50690f747a518e4407bc07303c4fe6dc1f5737d5 [^]

Issue 0016533: the invoice date, when the invoice is voided, should be updatable
removal of dead code lines

---
M src-db/database/model/triggers/C_INVOICE_TRG.xml
---