Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0023671Openbravo ERPA. Platformpublic2013-04-29 17:402013-06-26 16:58
malsasua 
shankarb 
normalminoralways
closedfixed 
20Community Appliance
 
3.0MP25 
AugustoMauch
Google Chrome
Core
No
0023671: In sales order, the process "copy record" copies fields hidden in lines
In sales order, the process "copy record" copies the field "date ordered" in lines. But this field is not displayed and it can not be updated.

This date is used to populate the tax combo.
. in F&B
. go to sales order "1000006" (date ordered 03-07-2011)
. run process "copy record"
. new sales order has been created.
. go to lines to the new sales order and check tax combo:
taxes with 21% are not displayed (because the 21% taxes have got a date from 01/09/2012)
No tags attached.
related to defect 0023668 closed AugustoMauch Invalid "creation date" in sales order created by "Copy record" process 
Issue History
2013-04-29 17:40malsasuaNew Issue
2013-04-29 17:40malsasuaAssigned To => AugustoMauch
2013-04-29 17:40malsasuaWeb browser => Google Chrome
2013-04-29 17:40malsasuaModules => Core
2013-04-29 17:40malsasuaTriggers an Emergency Pack => No
2013-04-30 08:37alostaleRelationship addedrelated to 0023668
2013-04-30 13:43hgbotCheckin
2013-04-30 13:43hgbotNote Added: 0058348
2013-04-30 13:43hgbotStatusnew => resolved
2013-04-30 13:43hgbotResolutionopen => fixed
2013-04-30 13:43hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/4a84bffb59f401d23f64b7edf66f75b4790ac8a5 [^]
2013-04-30 13:50shankarbNote Added: 0058349
2013-04-30 13:50shankarbStatusresolved => new
2013-04-30 13:50shankarbResolutionfixed => open
2013-05-02 19:03hudsonbotCheckin
2013-05-02 19:03hudsonbotNote Added: 0058434
2013-06-18 10:55shankarbAssigned ToAugustoMauch => shankarb
2013-06-18 13:28shankarbIssue Monitored: AugustoMauch
2013-06-18 13:28shankarbReview Assigned To => AugustoMauch
2013-06-18 13:28shankarbWeb browserGoogle Chrome => Google Chrome
2013-06-18 13:33hgbotCheckin
2013-06-18 13:33hgbotNote Added: 0059487
2013-06-18 13:33hgbotStatusnew => resolved
2013-06-18 13:33hgbotResolutionopen => fixed
2013-06-18 13:33hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/4a84bffb59f401d23f64b7edf66f75b4790ac8a5 [^] => http://code.openbravo.com/erp/devel/pi/rev/ed31576e97d09a29a11b1546f8b34e950be7bcf9 [^]
2013-06-20 02:08hudsonbotCheckin
2013-06-20 02:08hudsonbotNote Added: 0059583
2013-06-26 16:58AugustoMauchNote Added: 0059683
2013-06-26 16:58AugustoMauchStatusresolved => closed
2013-06-26 16:58AugustoMauchFixed in Version => 3.0MP25

Notes
(0058348)
hgbot   
2013-04-30 13:43   
Repository: erp/devel/pi
Changeset: 4a84bffb59f401d23f64b7edf66f75b4790ac8a5
Author: Pandeeswari Ramakrishnan <pandeeswari.ramakrishnan <at> openbravo.com>
Date: Tue Apr 30 17:11:33 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/4a84bffb59f401d23f64b7edf66f75b4790ac8a5 [^]

Fixes Issue 0023671: Setting creation date in "copy record"

Set audit field as per the current context instead of using the same values as in the order to be copied.

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/businesslogic/CloneOrderActionHandler.java
---
(0058349)
shankarb   
2013-04-30 13:50   
Issue not fixed yet.
(0058434)
hudsonbot   
2013-05-02 19:03   
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/b67b46460127 [^]

Maturity status: Test
(0059487)
hgbot   
2013-06-18 13:33   
Repository: erp/devel/pi
Changeset: ed31576e97d09a29a11b1546f8b34e950be7bcf9
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Tue Jun 18 16:55:44 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/ed31576e97d09a29a11b1546f8b34e950be7bcf9 [^]

Fixes Issue 0023671: "copy record" copies fields hidden in lines

Instead of saving the order date and scheduled delivery date from the record to be cloned, current date is saved.
This is done to avoid cases where tax rates have changed from the creation of the original record to the cloned record.

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/businesslogic/CloneOrderActionHandler.java
---
(0059583)
hudsonbot   
2013-06-20 02:08   
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/5caf871044ad [^]

Maturity status: Test
(0059683)
AugustoMauch   
2013-06-26 16:58   
Code reviewed and verified in pi@6232afbf1b0d