Project: 	
  | View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0048135 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Modules] Advanced Warehouse Operations | minor | always | 2021-11-23 12:31 | 2021-12-14 16:13 | |||
| Reporter | davidverrier | View Status | public | |||||
| Assigned To | vmromanos | |||||||
| Priority | normal | Resolution | duplicate | Fixed in Version | ||||
| Status | closed | Fix in branch | Fixed in SCM revision | |||||
| Projection | none | ETA | none | Target Version | ||||
| OS | Any | Database | Any | Java version | ||||
| OS Version | Database version | Ant version | ||||||
| Product Version | SCM revision | |||||||
| Merge Request Status | ||||||||
| Regression date | ||||||||
| Regression introduced by commit | ||||||||
| Regression level | ||||||||
| Review Assigned To | vmromanos | |||||||
| Support ticket | ||||||||
| OBNetwork customer | No | |||||||
| Regression introduced in release | ||||||||
| Summary | 0048135: Inventory Count: unable to make difference between "not counted yet" and "counted at 0" | |||||||
| Description | While 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 Reproduce | GIVEN 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 Solution | 1. 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" | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
|  Relationships		[ Relation Graph ] 
		[ Dependency Graph ] | |||||||||||||||
| 
 | |||||||||||||||
|  Notes | |
| (0133698) vmromanos (viewer) 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 12:31 | davidverrier | OBNetwork customer | => No | 
| 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 |