Openbravo Issue Tracking System - Modules
View Issue Details
0041669ModulesAdvanced Warehouse Operationspublic2019-08-21 12:122019-09-25 12:37
avicente 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
 
guilleaer
0041669: Automatically select the whole text of an input once it gets the focus in AWO Front end
Force text selection when the Quantity or other text fiels input gets the focus in AWO Frontend.
1. Log into https://livebuilds.openbravo.com/retail_modules_pgsql_pi/web/org.openbravo.warehouse.advancedwarehouseoperations [^] with user AWOQAAdmin and warehouse US West Coast.
2. Open the menu option Put Away
3. Select the product Sirloin in storage bin RCT201. CHANGE 1: When the user scan a product and the system returns just one result, the focus should be in
In the right panel, the focus should be in the Qty and the text shoud be selected. Same change for others product selectors. See image ForceTextSelecction3
4.Select the line. CHANGE in the right panel, the focus should be in the Quantity field an the text should be selected. See image ForceTextSelecction4. Same change about text selected for another text fields when they are selected.
Force text selection when the Quantity or other text fiels input gets the focus in AWO Frontend.
No tags attached.
jpg ForceTextSelection4.JPG (106,205) 2019-08-21 12:12
https://issues.openbravo.com/file_download.php?file_id=13246&type=bug
jpg

jpg ForceTextSelection3.JPG (56,954) 2019-08-21 12:13
https://issues.openbravo.com/file_download.php?file_id=13247&type=bug
jpg
Issue History
2019-08-21 12:12avicenteNew Issue
2019-08-21 12:12avicenteAssigned To => Triage Finance
2019-08-21 12:12avicenteFile Added: ForceTextSelection4.JPG
2019-08-21 12:13avicenteFile Added: ForceTextSelection3.JPG
2019-08-21 12:40SandrahuguetAssigned ToTriage Finance => guilleaer
2019-08-21 12:41SandrahuguetAssigned Toguilleaer => Retail
2019-08-22 11:06ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-08-22 11:07ranjith_qualiantech_comStatusnew => scheduled
2019-08-23 05:12hgbotCheckin
2019-08-23 05:12hgbotNote Added: 0114241
2019-08-23 05:13hgbotCheckin
2019-08-23 05:13hgbotNote Added: 0114242
2019-08-23 05:13ranjith_qualiantech_comStatusscheduled => resolved
2019-08-23 05:13ranjith_qualiantech_comResolutionopen => fixed
2019-08-26 13:40hgbotCheckin
2019-08-26 13:40hgbotNote Added: 0114272
2019-08-27 07:55ranjith_qualiantech_comNote Added: 0114277
2019-08-27 07:55ranjith_qualiantech_comStatusresolved => new
2019-08-27 07:55ranjith_qualiantech_comResolutionfixed => open
2019-08-27 07:55ranjith_qualiantech_comStatusnew => scheduled
2019-08-28 11:06hgbotCheckin
2019-08-28 11:06hgbotNote Added: 0114292
2019-08-28 11:06hgbotStatusscheduled => resolved
2019-08-28 11:06hgbotResolutionopen => fixed
2019-08-28 11:06hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/dda6421810ec4ca205b0e1a233902ab7f6069cf4 [^]
2019-08-28 23:24guilleaerReview Assigned To => guilleaer
2019-08-28 23:24guilleaerStatusresolved => closed
2019-09-25 12:37guilleaerNote Added: 0114779
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0114241)
hgbot   
2019-08-23 05:12   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: b17904103f8666b5f8f4d99b6b5d160103389e96
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Aug 23 08:41:46 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b17904103f8666b5f8f4d99b6b5d160103389e96 [^]

Related to issue 41669 : Added new Component for Input Element

* Added new Component for Input Element by extending enyo Input
* Added new Preference OBMOBC_InputElementSelectOnFocus.
  It will select the content in the input box on focus.

---
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js
---
(0114242)
hgbot   
2019-08-23 05:13   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: cfc3ae231f9d6f666316ec3a4b175d49e9a48a48
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Aug 23 08:42:49 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/cfc3ae231f9d6f666316ec3a4b175d49e9a48a48 [^]

Related to issue 41669 : Updated Input Element kind enyo.Input with OB.UI.Input

---
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/box/components/obawo-box-components.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-physicalinventory-property.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-putaway-selector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-reference-creator.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-reference-selector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-sdswap-sdselector.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-task-property.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-tasks-manageqty.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/unbox/components/obawo-unbox-components.js
---
(0114272)
hgbot   
2019-08-26 13:40   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: db7112cba9be004e62bc4be15e94dea4ba0e5f87
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Mon Aug 26 13:39:34 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/db7112cba9be004e62bc4be15e94dea4ba0e5f87 [^]

Related to issue 41669: Adapt AWO to take advantage of new OB.UI.Input

---
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/box/components/obawo-box-components.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-task-property.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-tasks-manageqty.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/unbox/components/obawo-unbox-components.js
---
(0114277)
ranjith_qualiantech_com   
2019-08-27 07:55   
selectOnFocus will not work on input element if elements type has been set as 'number'
(0114292)
hgbot   
2019-08-28 11:06   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: dda6421810ec4ca205b0e1a233902ab7f6069cf4
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Aug 28 14:36:23 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/dda6421810ec4ca205b0e1a233902ab7f6069cf4 [^]

Fixed issue 41669 : OBUIInput selectOnFocus should be set as false if type is number

* Default value will be true for Pref. OBMOBC_SelectOBUIInputContentOnFocus

---
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js
---
(0114779)
guilleaer   
2019-09-25 12:37   
Updated AWO documentation to include new preference

http://wiki.openbravo.com/wiki/Modules:Advanced_Warehouse_Operations#Preferences [^]