Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0038531
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Modules] Advanced Warehouse Operationsmajoralways2018-05-13 14:292018-06-21 11:40
ReporterdmiguelezView Statuspublic 
Assigned Todmiguelez 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revisionab7ff342c77e
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Regression date
Regression introduced by commit
Regression level
Review Assigned Tovmromanos
Regression introduced in release
Summary

0038531: Task confirmation in the BackEnd is not respecting the configuration of the ITT

DescriptionTask confirmation in the BackEnd is not respecting the configuration of the ITT

Some Inventory Transaction Types have defined the Bin From/To as readonly.

This logic is only applied in Front End as of now.
However, Backend should respect the same logic. If not, unexpected situations might happen
Steps To ReproduceWith AWO and AWO Sample Data installed

Log in as AWO QA Admin

Go to Warehouse Operations and filter the window by 'Ale Beer' Product
Check that there is stock available in two Bins from Storage Area
If not, click on 'Move' button and move 10 units to another Bin in Storage Area

Go to Sales Order Window and create a new record with:
  - Organization: US West Coast
  - Business Partner: Healthy food Supermakets
  - Warehouse: US West Coast
Move to Lines Tab and create a new record with:
  - Product: Ale Beer
  - Operative Quantity: 10
Book the Sales Order
Click on Pick button and then Ok

Move to the Task Tab under the Line with 'Ale Beer Product'
In the confirm Bin From selector, select another Bin with stock for this product.

Click on complete and this message appears:
Error:
Error processing Goods Movement process: Cannot modify allocated reservation of Product: US/0001, Attribute Set Instance: -, UOM: Ud and Storage Bin: Food001
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to design defect 0038663 newdmiguelez Confirmed Locator From Read Only flag in Inventory Transaction Type Window should be removed 

-  Notes
(0104816)
dmiguelez (developer)
2018-05-30 18:10

Test Plan:

With AWO and AWO Sample Data installed

Log in as AWO QA Admin

Go to Warehouse Operations and filter the window by 'Ale Beer' Product
Check that there is stock available in two Bins from Storage Area
If not, click on 'Move' button and move 10 units to another Bin in Storage Area

Go to Sales Order Window and create a new record with:
  - Organization: US West Coast
  - Business Partner: Healthy food Supermakets
  - Warehouse: US West Coast
Move to Lines Tab and create a new record with:
  - Product: Ale Beer
  - Operative Quantity: 10
Book the Sales Order
Click on Pick button and then Ok

Move to the Task Tab under the Line with 'Ale Beer Product'
Check that the Confirm Locator From is Read Only and it is defaulted with the Expected Locator From value.
(0104830)
hgbot (developer)
2018-05-31 12:00

Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: f8fb3c9f4b62dac2f219ca223b49d94ad655a504
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Wed May 30 18:08:49 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/f8fb3c9f4b62dac2f219ca223b49d94ad655a504 [^]

Fixes Issue 38531. In Backend, Confirmed Locator From is
set as read only, and the value is automatically copied
from the expected Locator From.

---
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/warehouse/advancedwarehouseoperations/task/TasksGenerator.java
---
(0104831)
hgbot (developer)
2018-05-31 12:00

Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 7fcfe9e637e41bdc194fb1bd400111e57167a39a
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Thu May 31 11:40:50 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/7fcfe9e637e41bdc194fb1bd400111e57167a39a [^]

Fixed issue 38531: Implemented readonly logic in column

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
---
(0104832)
vmromanos (manager)
2018-05-31 12:02

Code review + testing OK.

Fixed in module version 1.2.0 or above
(0104833)
hgbot (developer)
2018-05-31 12:04

Repository: retail/backports/AWO/3.0RR17Q4/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 1dc763f845cdd1442c862ed271815967441a1d84
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Wed May 30 18:08:49 2018 +0200
URL: http://code.openbravo.com/retail/backports/AWO/3.0RR17Q4/org.openbravo.warehouse.advancedwarehouseoperations/rev/1dc763f845cdd1442c862ed271815967441a1d84 [^]

Fixes Issue 38531. In Backend, Confirmed Locator From is
set as read only, and the value is automatically copied
from the expected Locator From.

---
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/warehouse/advancedwarehouseoperations/task/TasksGenerator.java
---
(0104834)
hgbot (developer)
2018-05-31 12:04

Repository: retail/backports/AWO/3.0RR17Q4/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 39c1fa00f21aeccf2e534233d72243c4c3097bc4
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Thu May 31 11:40:50 2018 +0200
URL: http://code.openbravo.com/retail/backports/AWO/3.0RR17Q4/org.openbravo.warehouse.advancedwarehouseoperations/rev/39c1fa00f21aeccf2e534233d72243c4c3097bc4 [^]

Fixed issue 38531: Implemented readonly logic in column

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
---
(0104835)
hgbot (developer)
2018-05-31 12:04

Repository: retail/backports/AWO/3.0RR18Q1/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 14289202ad23517ddc4ddbc1d6a892b13a70bb7a
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Wed May 30 18:08:49 2018 +0200
URL: http://code.openbravo.com/retail/backports/AWO/3.0RR18Q1/org.openbravo.warehouse.advancedwarehouseoperations/rev/14289202ad23517ddc4ddbc1d6a892b13a70bb7a [^]

Fixes Issue 38531. In Backend, Confirmed Locator From is
set as read only, and the value is automatically copied
from the expected Locator From.

---
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/warehouse/advancedwarehouseoperations/task/TasksGenerator.java
---
(0104836)
hgbot (developer)
2018-05-31 12:04

Repository: retail/backports/AWO/3.0RR18Q1/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: ab7ff342c77eed9598747684409b5de89003d942
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Thu May 31 11:40:50 2018 +0200
URL: http://code.openbravo.com/retail/backports/AWO/3.0RR18Q1/org.openbravo.warehouse.advancedwarehouseoperations/rev/ab7ff342c77eed9598747684409b5de89003d942 [^]

Fixed issue 38531: Implemented readonly logic in column

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
---
(0105297)
hgbot (developer)
2018-06-21 11:40

Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders
Changeset: a864f6737fa5e20b2fbeff5bdd9f6e3b6e03f7b1
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Wed May 30 18:09:23 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/rev/a864f6737fa5e20b2fbeff5bdd9f6e3b6e03f7b1 [^]

Related to Issue 38531. Confirmed Locator From is set
as Read Only in the Backend.

---
M src-db/database/sourcedata/AD_FIELD.xml
---

- Issue History
Date Modified Username Field Change
2018-05-13 14:29 dmiguelez New Issue
2018-05-13 14:29 dmiguelez Assigned To => dmiguelez
2018-05-13 14:29 dmiguelez Resolution time => 1527976800
2018-05-28 17:35 dmiguelez Assigned To dmiguelez => Triage Finance
2018-05-30 18:10 dmiguelez Note Added: 0104816
2018-05-30 18:12 dmiguelez Relationship added related to 0038663
2018-05-31 11:56 vmromanos Status new => scheduled
2018-05-31 11:56 vmromanos Assigned To Triage Finance => dmiguelez
2018-05-31 12:00 hgbot Checkin
2018-05-31 12:00 hgbot Note Added: 0104830
2018-05-31 12:00 hgbot Status scheduled => resolved
2018-05-31 12:00 hgbot Resolution open => fixed
2018-05-31 12:00 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/f8fb3c9f4b62dac2f219ca223b49d94ad655a504 [^]
2018-05-31 12:00 hgbot Checkin
2018-05-31 12:00 hgbot Note Added: 0104831
2018-05-31 12:00 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/f8fb3c9f4b62dac2f219ca223b49d94ad655a504 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/7fcfe9e637e41bdc194fb1bd400111e57167a39a [^]
2018-05-31 12:02 vmromanos Review Assigned To => vmromanos
2018-05-31 12:02 vmromanos Note Added: 0104832
2018-05-31 12:02 vmromanos Status resolved => closed
2018-05-31 12:04 hgbot Checkin
2018-05-31 12:04 hgbot Note Added: 0104833
2018-05-31 12:04 hgbot Status closed => resolved
2018-05-31 12:04 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/7fcfe9e637e41bdc194fb1bd400111e57167a39a [^] => http://code.openbravo.com/retail/backports/AWO/3.0RR17Q4/org.openbravo.warehouse.advancedwarehouseoperations/rev/1dc763f845cdd1442c862ed271815967441a1d84 [^]
2018-05-31 12:04 hgbot Checkin
2018-05-31 12:04 hgbot Note Added: 0104834
2018-05-31 12:04 hgbot Fixed in SCM revision http://code.openbravo.com/retail/backports/AWO/3.0RR17Q4/org.openbravo.warehouse.advancedwarehouseoperations/rev/1dc763f845cdd1442c862ed271815967441a1d84 [^] => http://code.openbravo.com/retail/backports/AWO/3.0RR17Q4/org.openbravo.warehouse.advancedwarehouseoperations/rev/39c1fa00f21aeccf2e534233d72243c4c3097bc4 [^]
2018-05-31 12:04 hgbot Checkin
2018-05-31 12:04 hgbot Note Added: 0104835
2018-05-31 12:04 hgbot Fixed in SCM revision http://code.openbravo.com/retail/backports/AWO/3.0RR17Q4/org.openbravo.warehouse.advancedwarehouseoperations/rev/39c1fa00f21aeccf2e534233d72243c4c3097bc4 [^] => http://code.openbravo.com/retail/backports/AWO/3.0RR18Q1/org.openbravo.warehouse.advancedwarehouseoperations/rev/14289202ad23517ddc4ddbc1d6a892b13a70bb7a [^]
2018-05-31 12:04 hgbot Checkin
2018-05-31 12:04 hgbot Note Added: 0104836
2018-05-31 12:04 hgbot Fixed in SCM revision http://code.openbravo.com/retail/backports/AWO/3.0RR18Q1/org.openbravo.warehouse.advancedwarehouseoperations/rev/14289202ad23517ddc4ddbc1d6a892b13a70bb7a [^] => http://code.openbravo.com/retail/backports/AWO/3.0RR18Q1/org.openbravo.warehouse.advancedwarehouseoperations/rev/ab7ff342c77eed9598747684409b5de89003d942 [^]
2018-05-31 12:05 vmromanos Status resolved => closed
2018-06-21 11:40 hgbot Checkin
2018-06-21 11:40 hgbot Note Added: 0105297
2022-09-06 17:18 caristu Category Advance Warehouse Operations => Advanced Warehouse Operations


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker