Openbravo Issue Tracking System - Modules
View Issue Details
0040006ModulesAdvanced Warehouse Operationspublic2019-01-23 10:042020-06-12 17:15
francisco 
AtulOpenbravo 
urgentmajoralways
closedfixed 
5
 
 
Sandrahuguet
0040006: AWO: users filter only by username
when is created a customer from WEBPOS, this customer is created with an associated user. The user filter is by username, so that provoke to find clients, for example, in "pick" from sales order Window
1. Created a customer from WEBPOS
2. Go in BackOffice to the sales order window
3. Book a sale order, and appears the "pick" and "issue" buttons
4. Click one of those, "pick" for example
5. The list of users to assign, is also showing the customer, we just created with the webpos
The current filter condition is username not null, it should have something else
No tags attached.
Issue History
2019-01-23 10:04franciscoNew Issue
2019-01-23 10:04franciscoAssigned To => Triage Finance
2019-01-23 10:04franciscoModules => Core
2019-01-23 10:04franciscoResolution time => 1550012400
2019-01-23 10:04franciscoTriggers an Emergency Pack => No
2019-01-23 12:00juabaezIssue Monitored: juabaez
2019-01-25 09:08anderarangurenProjectOpenbravo ERP => Modules
2019-01-25 09:09anderarangurenCategory04. Warehouse management => Advance Warehouse Operations
2019-02-11 16:29franciscoTypedesign defect => defect
2019-02-11 16:51SandrahuguetAssigned ToTriage Finance => AtulOpenbravo
2019-02-11 17:09franciscoResolution time1550012400 => 1551654000
2019-02-16 11:55AtulOpenbravoStatusnew => scheduled
2019-02-19 11:30AtulOpenbravoNote Added: 0109928
2019-02-21 16:50hgbotCheckin
2019-02-21 16:50hgbotNote Added: 0109999
2019-02-21 16:50hgbotStatusscheduled => resolved
2019-02-21 16:50hgbotResolutionopen => fixed
2019-02-21 16:50hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/35ab49a299421906066ca429f4957927dc604a9a [^]
2019-02-21 16:50hgbotCheckin
2019-02-21 16:50hgbotNote Added: 0110000
2019-02-21 17:11hgbotCheckin
2019-02-21 17:11hgbotNote Added: 0110001
2019-02-21 17:17SandrahuguetReview Assigned To => Sandrahuguet
2019-02-21 17:17SandrahuguetNote Added: 0110002
2019-02-21 17:17SandrahuguetStatusresolved => closed
2019-02-22 10:14hgbotCheckin
2019-02-22 10:14hgbotNote Added: 0110019
2019-02-26 11:38hgbotCheckin
2019-02-26 11:38hgbotNote Added: 0110081
2019-03-04 12:04hgbotCheckin
2019-03-04 12:04hgbotNote Added: 0110186
2020-06-12 17:15eugeniIssue Monitored: eugeni
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0109928)
AtulOpenbravo   
2019-02-19 11:30   
1. For any organization, set Advanced Warehouse Operation Flow = Yes in Organization info tab.
2. Create a Sales Order for any business partner in above organization, add product, book a sale order, and appears the "pick" and "issue" buttons.
3. Click one of those, "pick" for example
4. Realize that only list of user is shown having Allow Warehouse Operations flag as Yes.
(0109999)
hgbot   
2019-02-21 16:50   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 35ab49a299421906066ca429f4957927dc604a9a
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Tue Feb 19 15:56:31 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/35ab49a299421906066ca429f4957927dc604a9a [^]

Fixes Issue 40006:AWO: users filter only by username

** Allow warehouse operation flag is added to User, mandatory
default value will be No, on create default value will be Yes,
it can have only value as Y or N.
** Awo User selector will load only users with allow warehouse
operation flag as Yes.

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/OBUISEL_SELECTOR.xml
A src-db/database/model/modifiedTables/AD_USER.xml
---
(0110000)
hgbot   
2019-02-21 16:50   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 9cd84e53f8255b89d05ce9fa133c25c039da4130
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Thu Feb 21 16:50:18 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/9cd84e53f8255b89d05ce9fa133c25c039da4130 [^]

related to issue 40006 keep previous filter clause

---
M src-db/database/sourcedata/OBUISEL_SELECTOR.xml
---
(0110001)
hgbot   
2019-02-21 17:11   
Repository: retail/backports/AWO/3.0RR18Q3/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: b962e1adad37169985ee145a9a12454b96a8445d
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Thu Feb 21 16:55:28 2019 +0100
URL: http://code.openbravo.com/retail/backports/AWO/3.0RR18Q3/org.openbravo.warehouse.advancedwarehouseoperations/rev/b962e1adad37169985ee145a9a12454b96a8445d [^]

related to issue 40006 backport 18Q3

AWO: users filter only by username
** Allow warehouse operation flag is added to User, mandatory
default value will be No, on create default value will be Yes,
it can have only value as Y or N.
** Awo User selector will load only users with allow warehouse
operation flag as Yes.

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/OBUISEL_SELECTOR.xml
A src-db/database/model/modifiedTables/AD_USER.xml
---
(0110002)
Sandrahuguet   
2019-02-21 17:17   
Code review + testing OK
(0110019)
hgbot   
2019-02-22 10:14   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 859b3d2781fcf6184c930ec55ccdbddc7b6d89ac
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Fri Feb 22 10:14:52 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/859b3d2781fcf6184c930ec55ccdbddc7b6d89ac [^]

Related to Issue 40006. Fixed Element value and exported synchronize
Terminology

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
---
(0110081)
hgbot   
2019-02-26 11:38   
Repository: erp/pmods/org.openbravo.retail.testsampledata
Changeset: ff44e406124750428abc058c15526dd248485ec6
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Tue Feb 26 15:37:33 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.testsampledata/rev/ff44e406124750428abc058c15526dd248485ec6 [^]

Related To Issue 40006:Fix sample data for retail test sample data for
allow warehouse operations flag for the user

---
M referencedata/sampledata/Retail_Test/AD_USER.xml
---
(0110186)
hgbot   
2019-03-04 12:04   
Repository: erp/pmods/org.openbravo.retail.testsampledata-orderpreparation
Changeset: ff44e406124750428abc058c15526dd248485ec6
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Tue Feb 26 15:37:33 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.testsampledata-orderpreparation/rev/ff44e406124750428abc058c15526dd248485ec6 [^]

Related To Issue 40006:Fix sample data for retail test sample data for
allow warehouse operations flag for the user

---
M referencedata/sampledata/Retail_Test/AD_USER.xml
---