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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0039299
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Modules] Advanced Warehouse Operationsminorhave not tried2018-09-17 13:052018-09-24 10:01
ReporterguilleaerView Statuspublic 
Assigned Toguilleaer 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision495408afe3c4
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Regression date
Regression introduced by commit
Regression level
Review Assigned Toguilleaer
Regression introduced in release
Summary

0039299: [AWOFE][PCRVW] Priority is not working fine for PA with reference inventory

DescriptionPriority is not working fine for PA with reference inventory.
Steps To ReproduceHaving installed AWO sample data
- Login into AWO FE
- Open put AWAY
- Search for PABOX
- Select first item
- Press green button to generate put away
- A dialog will appear. Press Accept
- Task is generated and shown in FE

Developer
The value of the priority is not reaching the FE so it is shown in an incorrect order.
Proposed SolutionPl function does not take into account that a group can come from a picking list.

It is not able to pick the max priority.

This function should be modified to check if the group comes from a reception list or from a picking list. Then select the max priority.

Also will be required to change a bit the request to that function (TaskProperties.java)

            add(new HQLProperty(
                "CASE WHEN (t.behaveAsGroup = 'N' AND t.behaveAsGroupWithReferencedInventory = 'N') THEN t.priority ELSE obawo_getchildtaskmaxpriority(t.receptionList.id, :userId) END",
                "priority"));

We need to send the value of the correct group (using coalesce)

COALESCE(t.receptionList.id, t.warehousePickingList.id)
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0106833)
hgbot (developer)
2018-09-18 11:16

Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 2ffe8a2a6f90df3af96ec7da24b8db174ed54a55
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Sep 18 11:15:56 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/2ffe8a2a6f90df3af96ec7da24b8db174ed54a55 [^]

Fixed issue 39299: Priority for tasks grouped by picking list are working fine

---
M src-db/database/model/functions/OBAWO_GETCHILDTASKMAXPRIORITY.xml
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources/TaskProperties.java
---
(0106834)
hgbot (developer)
2018-09-18 11:16

Repository: retail/backports/AWO/3.0RR18Q3/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 495408afe3c47a037cd1102b18e346e3aebfb731
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Sep 18 11:15:56 2018 +0200
URL: http://code.openbravo.com/retail/backports/AWO/3.0RR18Q3/org.openbravo.warehouse.advancedwarehouseoperations/rev/495408afe3c47a037cd1102b18e346e3aebfb731 [^]

Fixed issue 39299: Priority for tasks grouped by picking list are working fine

---
M src-db/database/model/functions/OBAWO_GETCHILDTASKMAXPRIORITY.xml
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources/TaskProperties.java
---
(0106950)
guilleaer (developer)
2018-09-24 10:01

I didi the commit but the fix was done by Alejandro Matos. That's why I'm closing it.

- Issue History
Date Modified Username Field Change
2018-09-17 13:05 guilleaer New Issue
2018-09-17 13:05 guilleaer Assigned To => guilleaer
2018-09-17 13:10 guilleaer Proposed Solution updated
2018-09-17 15:49 guilleaer Resolution time => 1538085600
2018-09-18 11:16 hgbot Checkin
2018-09-18 11:16 hgbot Note Added: 0106833
2018-09-18 11:16 hgbot Status new => resolved
2018-09-18 11:16 hgbot Resolution open => fixed
2018-09-18 11:16 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/2ffe8a2a6f90df3af96ec7da24b8db174ed54a55 [^]
2018-09-18 11:16 hgbot Checkin
2018-09-18 11:16 hgbot Note Added: 0106834
2018-09-18 11:16 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/2ffe8a2a6f90df3af96ec7da24b8db174ed54a55 [^] => http://code.openbravo.com/retail/backports/AWO/3.0RR18Q3/org.openbravo.warehouse.advancedwarehouseoperations/rev/495408afe3c47a037cd1102b18e346e3aebfb731 [^]
2018-09-24 10:01 guilleaer Review Assigned To => guilleaer
2018-09-24 10:01 guilleaer Note Added: 0106950
2018-09-24 10:01 guilleaer Status resolved => closed
2022-09-06 17:18 caristu Category Advance Warehouse Operations => Advanced Warehouse Operations


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker