Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027238 | Openbravo ERP | 04. Warehouse management | public | 2014-07-30 17:01 | 2014-09-30 22:33 |
|
Reporter | jonalegriaesarte | |
Assigned To | fsoto82 | |
Priority | immediate | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0PR15Q1 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | vmromanos |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027238: The system allows to process a goods movement from a locator to the same locator |
Description | The system allows to process a goods movement from a locator to the same locator. It does not make sense |
Steps To Reproduce | - Create a good movement
- Create a line from a locator to the same locator
- Process it |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-07-30 17:01 | jonalegriaesarte | New Issue | |
2014-07-30 17:01 | jonalegriaesarte | Assigned To | => AtulOpenbravo |
2014-07-30 17:01 | jonalegriaesarte | OBNetwork customer | => Yes |
2014-07-30 17:01 | jonalegriaesarte | Modules | => Core |
2014-07-30 17:01 | jonalegriaesarte | Resolution time | => 1407103200 |
2014-07-30 17:01 | jonalegriaesarte | Triggers an Emergency Pack | => No |
2014-09-24 07:18 | fsoto82 | Note Added: 0070292 | |
2014-09-24 17:36 | fsoto82 | Note Edited: 0070292 | bug_revision_view_page.php?bugnote_id=0070292#r6632 |
2014-09-25 16:13 | fsoto82 | Status | new => scheduled |
2014-09-25 16:13 | fsoto82 | fix_in_branch | => pi |
2014-09-25 16:13 | fsoto82 | Assigned To | AtulOpenbravo => fsoto82 |
2014-09-29 16:12 | jonalegriaesarte | Target Version | 3.0PR14Q4 => 3.0PR15Q1 |
2014-09-30 13:34 | vmromanos | Note Added: 0070547 | |
2014-09-30 13:59 | hgbot | Checkin | |
2014-09-30 13:59 | hgbot | Note Added: 0070551 | |
2014-09-30 13:59 | hgbot | Status | scheduled => resolved |
2014-09-30 13:59 | hgbot | Resolution | open => fixed |
2014-09-30 13:59 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f2f2e66955e00a2f7985d80da8c7a87c90534f3e [^] |
2014-09-30 14:02 | vmromanos | Review Assigned To | => vmromanos |
2014-09-30 14:02 | vmromanos | Note Added: 0070556 | |
2014-09-30 14:02 | vmromanos | Status | resolved => closed |
2014-09-30 22:33 | hudsonbot | Checkin | |
2014-09-30 22:33 | hudsonbot | Note Added: 0070591 | |
Notes |
|
(0070292)
|
fsoto82
|
2014-09-24 07:18
(edited on: 2014-09-24 17:36) |
|
- Open window [Goods Movements]
- Create a new good movement
- Create a line where the Storage Bin and New storage Bin are the same.
- When try to save the line, an error is displayed alerting that the storage bins must be different.
|
|
|
|
Alternative test plan:
- Open window [Goods Movements]
- Create a new good movement
- Create a line where the Storage Bin and New storage Bin are different. Save it
- Now modify this line and set the same storage bin in both fields.
- When try to save the line, an error is displayed alerting that the storage bins must be different. |
|
|
(0070551)
|
hgbot
|
2014-09-30 13:59
|
|
Repository: erp/devel/pi
Changeset: f2f2e66955e00a2f7985d80da8c7a87c90534f3e
Author: Fernando Soto <fernando.soto <at> peoplewalking.com>
Date: Thu Sep 25 11:28:13 2014 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/f2f2e66955e00a2f7985d80da8c7a87c90534f3e [^]
Fixed bug 27238: Its possible to process a goods movement from a locator to the same locator
The M_MOVEMENTLINE_TRG trigger function now checks that the locators are different.
The movement line don't save if the locator and the new locator are the same.
---
M src-db/database/model/triggers/M_MOVEMENTLINE_TRG.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
---
|
|
|
|
|
|
|
|