Openbravo Issue Tracking System - Modules
View Issue Details
0039475ModulesAdvanced Warehouse Operationspublic2018-10-17 22:222018-11-12 09:01
lbressan 
guilleaer 
highmajoralways
closedfixed 
30
 
 
jorge-garcia
0039475: [AWOFE] Default Confirmed Quantity of Warehouse Front-End Configuration doen't work on Warehouse level
When generating the tasks for the lines of a purchase order, where the selected warehouse has a front-end configuration defined with its Default Confirmed Quantity field unchecked, the tasks generated in the front-end appear with the confirmed quantity equal to the expected quantity, when they should be shown with zero value. (Confirmed-Qty-Incorrect.png)
If the tasks are generated with the front-end configuration at the routing level, the confirmed quantity is displayed correctly.
(Confirmed-Qty-Correct.png)
1) Create a Purchase Order (Make sure to select a warehouse with Front-End configuration where the Default Confirmed Quantity field is unchecked
(Front-End-Configuration.png)
2) Create Order Lines with Operative Quantity different from zero.
3) Process the Order
4) Generate reception tasks
4) Go to front-end and check the value of the confirmed quantity, it appears equal to the expected quantity
No tags attached.
zip Screenshots.zip (135,854) 2018-10-17 22:22
https://issues.openbravo.com/file_download.php?file_id=12281&type=bug
diff issue39475.diff (6,550) 2018-10-24 18:06
https://issues.openbravo.com/file_download.php?file_id=12317&type=bug
Issue History
2018-10-17 22:22lbressanNew Issue
2018-10-17 22:22lbressanAssigned To => Triage Finance
2018-10-17 22:22lbressanFile Added: Screenshots.zip
2018-10-17 22:22lbressanResolution time => 1541545200
2018-10-17 22:37PracticsIssue Monitored: Practics
2018-10-18 10:56SandrahuguetAssigned ToTriage Finance => guilleaer
2018-10-23 08:39guilleaerSummaryDefault Confirmed Quantity of Warehouse Front-End Configuration doen't work on Warehouse level => [AWOFE] Default Confirmed Quantity of Warehouse Front-End Configuration doen't work on Warehouse level
2018-10-23 11:17jorge-garciaAssigned Toguilleaer => Retail
2018-10-24 18:06guilleaerFile Added: issue39475.diff
2018-10-25 10:38hgbotCheckin
2018-10-25 10:38hgbotNote Added: 0107568
2018-10-25 10:38hgbotStatusnew => resolved
2018-10-25 10:38hgbotResolutionopen => fixed
2018-10-25 10:38hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/9896f177dada6d7bfa7a8b84544d6cb8b19666ad [^]
2018-10-25 10:39hgbotCheckin
2018-10-25 10:39hgbotNote Added: 0107569
2018-10-25 10:39hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/9896f177dada6d7bfa7a8b84544d6cb8b19666ad [^] => http://code.openbravo.com/retail/backports/AWO/3.0RR18Q3/org.openbravo.warehouse.advancedwarehouseoperations/rev/39fd113dcac31ff00c1ec4f8bced8a080bd8b2ab [^]
2018-10-25 10:39guilleaerAssigned ToRetail => guilleaer
2018-10-30 13:02hgbotCheckin
2018-10-30 13:02hgbotNote Added: 0107657
2018-11-08 18:52hgbotCheckin
2018-11-08 18:52hgbotNote Added: 0107809
2018-11-08 18:57hgbotCheckin
2018-11-08 18:57hgbotNote Added: 0107810
2018-11-12 09:01jorge-garciaReview Assigned To => jorge-garcia
2018-11-12 09:01jorge-garciaNote Added: 0107835
2018-11-12 09:01jorge-garciaStatusresolved => closed
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0107568)
hgbot   
2018-10-25 10:38   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 9896f177dada6d7bfa7a8b84544d6cb8b19666ad
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Thu Oct 25 10:37:42 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/9896f177dada6d7bfa7a8b84544d6cb8b19666ad [^]

Fixed issue 39475: Load configurations which are not being used at IR level

Because of a bug, configurations which are not defined at IR level are not being loaded. It can result in a configuration selected by default for the warehouse which is not used in any IR so it is not loaded in the FE side. It causes that configuration is not applied.

- Add a new query to load those configurations not referenced by any IR
- Adapat query properties file. now 2 queries are executed
- Add indexes to improve the query performance
- Add some comments in the client side code to better understanding

---
M src-db/database/model/tables/OBAWO_IR_MOBILE_BEHAVIOR.xml
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/master/InternalRoutingRoleConfiguration.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/master/InternalRoutingRoleConfigurationProperties.java
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/utils/obawo-utils.js
---
(0107569)
hgbot   
2018-10-25 10:39   
Repository: retail/backports/AWO/3.0RR18Q3/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 39fd113dcac31ff00c1ec4f8bced8a080bd8b2ab
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Thu Oct 25 10:37:42 2018 +0200
URL: http://code.openbravo.com/retail/backports/AWO/3.0RR18Q3/org.openbravo.warehouse.advancedwarehouseoperations/rev/39fd113dcac31ff00c1ec4f8bced8a080bd8b2ab [^]

Fixed issue 39475: Load configurations which are not being used at IR level

Because of a bug, configurations which are not defined at IR level are not being loaded. It can result in a configuration selected by default for the warehouse which is not used in any IR so it is not loaded in the FE side. It causes that configuration is not applied.

- Add a new query to load those configurations not referenced by any IR
- Adapat query properties file. now 2 queries are executed
- Add indexes to improve the query performance
- Add some comments in the client side code to better understanding

---
M src-db/database/model/tables/OBAWO_IR_MOBILE_BEHAVIOR.xml
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/master/InternalRoutingRoleConfiguration.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/master/InternalRoutingRoleConfigurationProperties.java
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/utils/obawo-utils.js
---
(0107657)
hgbot   
2018-10-30 13:02   
Repository: retail/backports/AWO/3.0RR18Q3/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: c7048c10443d084ca1d172f03ba4e199412c7e75
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Oct 30 13:02:34 2018 +0100
URL: http://code.openbravo.com/retail/backports/AWO/3.0RR18Q3/org.openbravo.warehouse.advancedwarehouseoperations/rev/c7048c10443d084ca1d172f03ba4e199412c7e75 [^]

Related to issue 39475: Fix compilation problem using java 7

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/master/InternalRoutingRoleConfigurationProperties.java
---
(0107809)
hgbot   
2018-11-08 18:52   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: f2471d939cd6f09e931028c659938bc8912b36f9
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Thu Nov 08 18:52:04 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/f2471d939cd6f09e931028c659938bc8912b36f9 [^]

Related to issue 39475: Send JSONObject as a parameter instead of boolean allowing further changes

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/master/InternalRoutingRoleConfiguration.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/master/InternalRoutingRoleConfigurationProperties.java
---
(0107810)
hgbot   
2018-11-08 18:57   
Repository: retail/backports/AWO/3.0RR18Q3/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 3001b6613fd165c1a93fbdcac30dc262e5d2e2aa
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Thu Nov 08 18:52:04 2018 +0100
URL: http://code.openbravo.com/retail/backports/AWO/3.0RR18Q3/org.openbravo.warehouse.advancedwarehouseoperations/rev/3001b6613fd165c1a93fbdcac30dc262e5d2e2aa [^]

Related to issue 39475: Send JSONObject as a parameter instead of boolean allowing further changes

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/master/InternalRoutingRoleConfiguration.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/master/InternalRoutingRoleConfigurationProperties.java
---
(0107835)
jorge-garcia   
2018-11-12 09:01   
Code reviewed and tested