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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0048135
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Modules] Advanced Warehouse Operationsminoralways2021-11-23 12:312021-12-14 16:13
ReporterdavidverrierView Statuspublic 
Assigned Tovmromanos 
PrioritynormalResolutionduplicateFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Regression date
Regression introduced by commit
Regression level
Review Assigned Tovmromanos
Regression introduced in release
Summary

0048135: Inventory Count: unable to make difference between "not counted yet" and "counted at 0"

DescriptionWhile fixing another issue (https://issues.openbravo.com/view.php?id=48123 [^]), it was discovered that is it currently not possible to make a difference between "not counted yet" and "counted at 0".

This has an impact when navigating away and back to the count document.
Steps To ReproduceGIVEN I have counted stock with a value of 0 in non-blind inventory count
WHEN I navigate back to the task list AND click on the count document
THEN I should see the previous quantity counted of 0 and not the quantity on hand
Proposed Solution1. Initialize the count info document lines qtyCounted to null or undefined instead of 0
2. Update the section of the model where qtyCounted is set for non-blind inventory count with a check for null or undefined: instead of "qty: qtyCounted ? qtyCounted : qtyOnHand" use "qty: qtyCounted >= 0 ? qtyCounted : qtyOnHand"
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
duplicate of defect 0048123 closedranjith_qualiantech_com using not blind count -> qty counted is 0 if nothing is counted but UI shows qtyOnHand as counted 
related to defect 0048241 closedvmromanos "Initialize Quantity Count with Book Quantity" and manual backoffice lines 

-  Notes
(0133698)
vmromanos (manager)
2021-12-14 16:13

This issue has been fixed after reimplementing 0048123

https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/151 [^]
https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/merge_requests/39 [^]

Documentation: http://wiki.openbravo.com/wiki/Modules:Advanced_Warehouse_Operations/Inventory_Count#Blind_counts [^]

- Issue History
Date Modified Username Field Change
2021-11-23 12:31 davidverrier New Issue
2021-11-23 12:31 davidverrier Assigned To => vmromanos
2021-11-23 13:20 guilleaer Relationship added depends on 0048123
2021-12-13 18:06 guilleaer Relationship added related to 0048241
2021-12-14 16:13 vmromanos Review Assigned To => vmromanos
2021-12-14 16:13 vmromanos Relationship replaced duplicate of 0048123
2021-12-14 16:13 vmromanos Note Added: 0133698
2021-12-14 16:13 vmromanos Status new => closed
2021-12-14 16:13 vmromanos Resolution open => duplicate
2022-09-06 17:18 caristu Category Advance Warehouse Operations => Advanced Warehouse Operations


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker