Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0035449 | Openbravo ERP | 04. Warehouse management | public | 2017-03-07 18:05 | 2017-09-21 16:50 |
|
Reporter | ngarcia | |
Assigned To | CSousa | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q4 | |
Merge Request Status | |
Review Assigned To | aferraz |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 45080 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0035449: Movement date of Goods movements created from Stock Reservations window should be truncated |
Description | Movement date of Goods movements created from Stock Reservations window should be truncated |
Steps To Reproduce | As group admin role:
Set the Enable Stock Reservations preference to Y
Log out and log in
Create a sales order, add a product with stock to it and book it
Click on Manage reservation and reserve the product
Go to Stock Reservation window and create a Goods Movement from the reservation
Check through database the movementdate column of m_movement table has hours, minutes and seconds |
Proposed Solution | Truncate the date before assigning it with the setMovementDate function in:
ReservedGoodMovementActionHandler.doExecute |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-03-07 18:05 | ngarcia | New Issue | |
2017-03-07 18:05 | ngarcia | Assigned To | => Triage Finance |
2017-03-07 18:05 | ngarcia | OBNetwork customer | => Yes |
2017-03-07 18:05 | ngarcia | Modules | => Core |
2017-03-07 18:05 | ngarcia | Support ticket | => 45080 |
2017-03-07 18:05 | ngarcia | Triggers an Emergency Pack | => No |
2017-03-07 18:05 | ngarcia | Issue Monitored: networkb | |
2017-03-07 18:36 | ngarcia | Proposed Solution updated | |
2017-04-19 09:11 | CSousa | Note Added: 0096059 | |
2017-05-08 13:30 | CSousa | Status | new => scheduled |
2017-05-08 13:30 | CSousa | Assigned To | Triage Finance => CSousa |
2017-09-18 14:22 | hgbot | Checkin | |
2017-09-18 14:22 | hgbot | Note Added: 0099113 | |
2017-09-18 14:22 | hgbot | Status | scheduled => resolved |
2017-09-18 14:22 | hgbot | Resolution | open => fixed |
2017-09-18 14:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a94d701d08929330c474fd70a363db1869af335e [^] |
2017-09-18 14:22 | aferraz | Review Assigned To | => aferraz |
2017-09-18 14:22 | aferraz | Note Added: 0099114 | |
2017-09-18 14:22 | aferraz | Status | resolved => closed |
2017-09-18 14:22 | aferraz | Fixed in Version | => 3.0PR17Q4 |
2017-09-21 16:50 | hudsonbot | Checkin | |
2017-09-21 16:50 | hudsonbot | Note Added: 0099408 | |
Notes |
|
(0096059)
|
CSousa
|
2017-04-19 09:11
|
|
As group admin role:
Set the Enable Stock Reservations preference to Y
Log out and log in
Create a sales order, add a product with stock to it and book it
Click on Manage reservation and reserve the product
Go to Stock Reservation window and create a Goods Movement from the reservation
Check through database the movementdate column of m_movement table has only the date. |
|
|
(0099113)
|
hgbot
|
2017-09-18 14:22
|
|
Repository: erp/devel/pi
Changeset: a94d701d08929330c474fd70a363db1869af335e
Author: Carlos Sousa <carlos.sousa <at> openbravo.com>
Date: Wed Apr 19 09:01:34 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/a94d701d08929330c474fd70a363db1869af335e [^]
Fixes issue 35449: Movement date of Goods movements
created from Stock Reservations window should be truncated.
Movement date of Goods movements
created from Stock Reservations window has been truncated.
---
M src/org/openbravo/common/actionhandler/ReservedGoodMovementActionHandler.java
---
|
|
|
|
|
|
|
|