Openbravo Issue Tracking System - Modules | |||||||||||||||||||
| View Issue Details | |||||||||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||
| 0048135 | Modules | Advanced Warehouse Operations | public | 2021-11-23 12:31 | 2021-12-14 16:13 | ||||||||||||||
| Reporter | davidverrier | ||||||||||||||||||
| Assigned To | vmromanos | ||||||||||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||||||||||||
| Status | closed | Resolution | duplicate | ||||||||||||||||
| Platform | OS | 5 | OS Version | ||||||||||||||||
| Product Version | |||||||||||||||||||
| Target Version | Fixed in Version | ||||||||||||||||||
| 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" | ||||||||||||||||||
| Additional Information | |||||||||||||||||||
| Tags | No tags attached. | ||||||||||||||||||
| Relationships |
| ||||||||||||||||||
| Attached Files | |||||||||||||||||||
| 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 | ||||||||||||||||
| Notes | |||||
|
|
|||||
|
|
||||