Openbravo Issue Tracking System - Modules
View Issue Details
0038715ModulesAdvanced Warehouse Operationspublic2018-06-07 11:402018-06-08 14:23
anderaranguren 
dmiguelez 
normalmajoralways
closedfixed 
5
 
 
vmromanos
0038715: Issue creating Task with specific role in AWO
When log in with some user, doing a Put Away shows the succesful message but the task is not done
- Log in the backend
- Go to Warehouse Operation Window
- Select one record and click put away button
- The succesful green message is shown adding the task number
But in Task Window nothing new is created and that task number does not exist
No tags attached.
related to design defect 0038729 new Triage Omni WMS Verbosity logs should be created at any organization level 
txt errorLog.txt (12,755) 2018-06-07 15:55
https://issues.openbravo.com/file_download.php?file_id=11835&type=bug
diff proposedSolution38715.diff (1,493) 2018-06-07 16:19
https://issues.openbravo.com/file_download.php?file_id=11836&type=bug
Issue History
2018-06-07 11:40anderarangurenNew Issue
2018-06-07 11:40anderarangurenAssigned To => dmiguelez
2018-06-07 11:40anderarangurenResolution time => 1530136800
2018-06-07 12:43anderarangurenSummaryIssue creating Task with specific rol in AWO => Issue creating Task with specific role in AWO
2018-06-07 12:43anderarangurenFile Added: errorLog.txt
2018-06-07 15:54dmiguelezNote Added: 0105002
2018-06-07 15:54dmiguelezFile Deleted: errorLog.txt
2018-06-07 15:55dmiguelezFile Added: errorLog.txt
2018-06-07 16:19dmiguelezFile Added: proposedSolution38715.diff
2018-06-08 13:55vmromanosStatusnew => scheduled
2018-06-08 14:07vmromanosRelationship addedrelated to 0038729
2018-06-08 14:21vmromanosNote Edited: 0105002bug_revision_view_page.php?bugnote_id=0105002#r17273
2018-06-08 14:21hgbotCheckin
2018-06-08 14:21hgbotNote Added: 0105041
2018-06-08 14:21hgbotStatusscheduled => resolved
2018-06-08 14:21hgbotResolutionopen => fixed
2018-06-08 14:21hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/dfd46896aa8ee4a27b227e88029d72cd28887e3a [^]
2018-06-08 14:21vmromanosReview Assigned To => vmromanos
2018-06-08 14:21vmromanosNote Added: 0105042
2018-06-08 14:21vmromanosStatusresolved => closed
2018-06-08 14:22hgbotCheckin
2018-06-08 14:22hgbotNote Added: 0105043
2018-06-08 14:22hgbotStatusclosed => resolved
2018-06-08 14:22hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/dfd46896aa8ee4a27b227e88029d72cd28887e3a [^] => http://code.openbravo.com/retail/backports/AWO/3.0RR17Q4/org.openbravo.warehouse.advancedwarehouseoperations/rev/9e99ee21efa5a78905c44106e927e5795aaf4ef4 [^]
2018-06-08 14:22hgbotCheckin
2018-06-08 14:22hgbotNote Added: 0105044
2018-06-08 14:22hgbotFixed in SCM revisionhttp://code.openbravo.com/retail/backports/AWO/3.0RR17Q4/org.openbravo.warehouse.advancedwarehouseoperations/rev/9e99ee21efa5a78905c44106e927e5795aaf4ef4 [^] => http://code.openbravo.com/retail/backports/AWO/3.0RR18Q1/org.openbravo.warehouse.advancedwarehouseoperations/rev/c270d5d3d7429d0e47e5e1963671a09a3a41029e [^]
2018-06-08 14:23vmromanosStatusresolved => closed
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0105002)
dmiguelez   
2018-06-07 15:54   
(edited on: 2018-06-08 14:21)
Steps to reproduce:

With AWO and AWO SampleData installed

Log in as AWO QA Admin

Go to Role Window and create a new record with:
  - Client: AWO-QA
  - Organization: *
  - Name: Test
  - User Level: Organization
  - Manual: Yes
Move to Org Access Window and create records for:
  - Organization: US
  - Organization: US East Coast
  - Organization: US West Coast
Move to Window Access Tab and create a new record with:
  - Window: Warehouse Operations
  - Editable Field: Yes

Go to User Window and create a new record with:
  - Client: AWO-QA
  - Organization: *
  - Name: Test
  - Username: test
  - Password: test
Move to User Roles Tab and create a new record with:
  - Role: Test

Go to Warehouse Verbosity Configuration window and create a new record
  - User: blank (it means log for any user)
  - Level: Info

Log out and log in with test user

Go to Warehouse Operations Window
  - Clear the filters and select the record with Product: Energetic Drink, Storage Bin: Food001
Click on Put-Away and Done
The message says:
Process completed successfully
1 task(s) created successfully [Batch of Tasks document no. 1000335].
Verify task has really created.
Log out and log in with AWO QA Admin. Go to verbosity log window and verify the log is properly created.

(0105041)
hgbot   
2018-06-08 14:21   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: dfd46896aa8ee4a27b227e88029d72cd28887e3a
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Fri Jun 08 14:18:42 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/dfd46896aa8ee4a27b227e88029d72cd28887e3a [^]

Fixed issue 38715: Issue creating Task with specific role in AWO

Flush verbosity log in admin mode without checking organization access level.
This prevents issues with roles without access to * organization.

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/verbosity/AWOVerbosityLogger.java
---
(0105042)
vmromanos   
2018-06-08 14:21   
Code review + testing OK
(0105043)
hgbot   
2018-06-08 14:22   
Repository: retail/backports/AWO/3.0RR17Q4/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 9e99ee21efa5a78905c44106e927e5795aaf4ef4
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Fri Jun 08 14:18:42 2018 +0200
URL: http://code.openbravo.com/retail/backports/AWO/3.0RR17Q4/org.openbravo.warehouse.advancedwarehouseoperations/rev/9e99ee21efa5a78905c44106e927e5795aaf4ef4 [^]

Fixed issue 38715: Issue creating Task with specific role in AWO

Flush verbosity log in admin mode without checking organization access level.
This prevents issues with roles without access to * organization.

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/verbosity/AWOVerbosityLogger.java
---
(0105044)
hgbot   
2018-06-08 14:22   
Repository: retail/backports/AWO/3.0RR18Q1/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: c270d5d3d7429d0e47e5e1963671a09a3a41029e
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Fri Jun 08 14:18:42 2018 +0200
URL: http://code.openbravo.com/retail/backports/AWO/3.0RR18Q1/org.openbravo.warehouse.advancedwarehouseoperations/rev/c270d5d3d7429d0e47e5e1963671a09a3a41029e [^]

Fixed issue 38715: Issue creating Task with specific role in AWO

Flush verbosity log in admin mode without checking organization access level.
This prevents issues with roles without access to * organization.

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/verbosity/AWOVerbosityLogger.java
---