Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025487 | Openbravo ERP | 07. Sales management | public | 2014-01-16 11:46 | 2014-02-12 18:29 |
|
Reporter | caristu | |
Assigned To | gauravdeshmukh | |
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR14Q2 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | pramakrishnan |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 25789 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0025487: Clone order should not copy the reservation status field |
Description | The copy records button in the [Sales Order] window should not copy the reservation status field |
Steps To Reproduce | 1) Enable stock reservation, by setting the enableStockReservation preference to 'Y'.
2) Go to the [Sales Order] window, and create a new order with one line at least.
3) Book it
4) Go to the [Lines] tab and click on the "Manage Reservations" button. Reserve all the ordered quantity and click in Done. The "Reservation Status" field in the status bar will be set as "Completely Reserved"
5) Click on the "Copy Record" button. The order will be cloned.
6) Notice that the cloned invoice has the "Completely Reserved" value in the "Reservation Status" field. This shouldn't be copied because it hasn't got a related reservation. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-01-16 11:46 | caristu | New Issue | |
2014-01-16 11:46 | caristu | Assigned To | => dmiguelez |
2014-01-16 11:46 | caristu | Modules | => Core |
2014-01-16 11:46 | caristu | OBNetwork customer | => Yes |
2014-01-16 11:46 | caristu | Support ticket | => 25789 |
2014-01-16 11:46 | caristu | Triggers an Emergency Pack | => No |
2014-01-16 11:48 | caristu | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=5342#r5342 |
2014-01-16 11:48 | caristu | Issue Monitored: networkb | |
2014-01-24 14:54 | dmiguelez | Assigned To | dmiguelez => jonalegriaesarte |
2014-01-27 11:06 | jonalegriaesarte | Assigned To | jonalegriaesarte => pramakrishnan |
2014-01-27 11:53 | gauravdeshmukh | Assigned To | pramakrishnan => gauravdeshmukh |
2014-01-27 11:53 | gauravdeshmukh | Status | new => scheduled |
2014-01-28 06:10 | gauravdeshmukh | Note Added: 0063727 | |
2014-02-03 09:39 | hgbot | Checkin | |
2014-02-03 09:39 | hgbot | Note Added: 0063845 | |
2014-02-03 09:39 | hgbot | Status | scheduled => resolved |
2014-02-03 09:39 | hgbot | Resolution | open => fixed |
2014-02-03 09:39 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/fce20de2211eed1e0821cecf8d1441454e5c13d1 [^] |
2014-02-03 09:55 | hgbot | Checkin | |
2014-02-03 09:55 | hgbot | Note Added: 0063846 | |
2014-02-03 10:12 | pramakrishnan | Review Assigned To | => pramakrishnan |
2014-02-03 10:12 | pramakrishnan | Note Added: 0063847 | |
2014-02-03 10:12 | pramakrishnan | Status | resolved => closed |
2014-02-12 18:29 | hudsonbot | Checkin | |
2014-02-12 18:29 | hudsonbot | Note Added: 0064146 | |
2014-02-12 18:29 | hudsonbot | Checkin | |
2014-02-12 18:29 | hudsonbot | Note Added: 0064147 | |
Notes |
|
|
1)Enable stock reservation, by setting the enableStockReservation preference to Y.
2)Go to the [Sales Order] window, and create a new order with one line at least.
3) Book it
4)Go to the [Lines] tab and click on the "Manage Reservations" button. Reserve all the ordered quantity and click in Done. The "Reservation Status" field in the status bar will be set as "Completely Reserved"
5)Click on the "Copy Record" button. The order will be cloned.
6)It is notice that ,Header and line "Reservation Status" field shows blanks. |
|
|
(0063845)
|
hgbot
|
2014-02-03 09:39
|
|
Repository: erp/devel/pi
Changeset: fce20de2211eed1e0821cecf8d1441454e5c13d1
Author: Gaurav Deshmukh <gaurav.deshmukh <at> openbravo.com>
Date: Thu Jan 30 11:33:22 2014 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/fce20de2211eed1e0821cecf8d1441454e5c13d1 [^]
Fixes Issue 25487: Clone order should not copy the reservation status field.
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/businesslogic/CloneOrderActionHandler.java
---
|
|
|
(0063846)
|
hgbot
|
2014-02-03 09:55
|
|
Repository: erp/devel/pi
Changeset: 4ab642165bb6ae81d8768abf5582cfaaa7c671e6
Author: Gaurav Deshmukh <gaurav.deshmukh <at> openbravo.com>
Date: Mon Feb 03 14:23:02 2014 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/4ab642165bb6ae81d8768abf5582cfaaa7c671e6 [^]
Related to Issue 25487: Updated license year
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/businesslogic/CloneOrderActionHandler.java
---
|
|
|
|
Code Review + Testing - OK. |
|
|
|
|
|
|
|