Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023671 | Openbravo ERP | A. Platform | public | 2013-04-29 17:40 | 2013-06-26 16:58 |
|
Reporter | malsasua | |
Assigned To | shankarb | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP25 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | OBPS |
Web browser | Google Chrome |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0023671: In sales order, the process "copy record" copies fields hidden in lines |
Description | 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. |
Steps To Reproduce | . 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)
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0023668 | | closed | AugustoMauch | Invalid "creation date" in sales order created by "Copy record" process |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-04-29 17:40 | malsasua | New Issue | |
2013-04-29 17:40 | malsasua | Assigned To | => AugustoMauch |
2013-04-29 17:40 | malsasua | Web browser | => Google Chrome |
2013-04-29 17:40 | malsasua | Modules | => Core |
2013-04-29 17:40 | malsasua | OBNetwork customer | => Yes |
2013-04-29 17:40 | malsasua | Triggers an Emergency Pack | => No |
2013-04-30 08:37 | alostale | Relationship added | related to 0023668 |
2013-04-30 13:43 | hgbot | Checkin | |
2013-04-30 13:43 | hgbot | Note Added: 0058348 | |
2013-04-30 13:43 | hgbot | Status | new => resolved |
2013-04-30 13:43 | hgbot | Resolution | open => fixed |
2013-04-30 13:43 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/4a84bffb59f401d23f64b7edf66f75b4790ac8a5 [^] |
2013-04-30 13:50 | shankarb | Note Added: 0058349 | |
2013-04-30 13:50 | shankarb | Status | resolved => new |
2013-04-30 13:50 | shankarb | Resolution | fixed => open |
2013-05-02 19:03 | hudsonbot | Checkin | |
2013-05-02 19:03 | hudsonbot | Note Added: 0058434 | |
2013-06-18 10:55 | shankarb | Assigned To | AugustoMauch => shankarb |
2013-06-18 13:28 | shankarb | Issue Monitored: AugustoMauch | |
2013-06-18 13:28 | shankarb | Review Assigned To | => AugustoMauch |
2013-06-18 13:28 | shankarb | Web browser | Google Chrome => Google Chrome |
2013-06-18 13:33 | hgbot | Checkin | |
2013-06-18 13:33 | hgbot | Note Added: 0059487 | |
2013-06-18 13:33 | hgbot | Status | new => resolved |
2013-06-18 13:33 | hgbot | Resolution | open => fixed |
2013-06-18 13:33 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/4a84bffb59f401d23f64b7edf66f75b4790ac8a5 [^] => http://code.openbravo.com/erp/devel/pi/rev/ed31576e97d09a29a11b1546f8b34e950be7bcf9 [^] |
2013-06-20 02:08 | hudsonbot | Checkin | |
2013-06-20 02:08 | hudsonbot | Note Added: 0059583 | |
2013-06-26 16:58 | AugustoMauch | Note Added: 0059683 | |
2013-06-26 16:58 | AugustoMauch | Status | resolved => closed |
2013-06-26 16:58 | AugustoMauch | Fixed 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
|
|
|
|
|
|
|
(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
---
|
|
|
|
|
|
|
Code reviewed and verified in pi@6232afbf1b0d |
|