Openbravo Issue Tracking System - Modules
View Issue Details
0053783ModulesAdvanced Warehouse Operationspublic2023-10-27 09:292023-12-18 11:20
AtulOpenbravo 
AtulOpenbravo 
normalminorhave not tried
closedfixed 
5
 
 
0053783: [RM-8847] Partial Stock Take create in BO that are assigned to a user is not accessible when offline
Partial Stock Take create in BO that are assigned to a user is not accessible when offline

https://openbravo.atlassian.net/browse/RM-8847 [^]
Steps to reproduce :

Set preference Allow user to assign inventory count to frontend to Y

In Task Type set Shortcut in Unassigned Task Bar and Assign Popup to Y in all Physical Inventory task

Create an IC in BO for organization and warehouse 0149, check shared count and assigned to User A and shared count user User A

Add a Product P in Lines and click on Start count

User A has Stock Manager role

Log in to AWO FE > the IC created in BO is assigned to the User A

Go offline

Click on the IC

Current behavior : it is not possible to work on the IC.
No tags attached.
related to defect 0054085 closed AtulOpenbravo Retail Modules Performance issue : Make an Inventory with many lines, can't go back online 
Issue History
2023-10-27 09:29AtulOpenbravoNew Issue
2023-10-27 09:29AtulOpenbravoAssigned To => Triage Omni WMS
2023-10-27 09:32AtulOpenbravoStatusnew => scheduled
2023-10-27 09:40hgbotNote Added: 0156439
2023-10-27 11:46AtulOpenbravoNote Added: 0156447
2023-12-07 09:18AtulOpenbravoNote Edited: 0156447bug_revision_view_page.php?bugnote_id=0156447#r27215
2023-12-14 16:54hgbotResolutionopen => fixed
2023-12-14 16:54hgbotStatusscheduled => closed
2023-12-14 16:54hgbotNote Added: 0158230
2023-12-14 16:54hgbotNote Added: 0158231
2023-12-18 11:20AtulOpenbravoRelationship addedrelated to 0054085
2023-12-18 11:20AtulOpenbravoAssigned ToTriage Omni WMS => AtulOpenbravo

Notes
(0156439)
hgbot   
2023-10-27 09:40   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/merge_requests/188 [^]
(0156447)
AtulOpenbravo   
2023-10-27 11:46   
(edited on: 2023-12-07 09:18)
Test Plan

- Set preference Allow user to assign inventory count to frontend to Y

- In Task Type set Shortcut in Unassigned Task Bar and Assign Popup to Y in all Physical Inventory task

- In Master data model configuration: Add records for Product and Locator Model with mode as Local

- Create an IC in BO for organization US West Coast and warehouse US West Coast, check shared count and assigned to AWO_US_W and shared count user AWO_US_W

- Add a Product Pine Apple in Lines and click on Start count

- Log in to AWO FE with user AWO_US_W > the IC created in BO appears in the task list of the User AWO_US_W

- Go offline

- Click on the IC

- It is possible to open the IC.

- Go Back and realize that IC does not shown up Not Synchronized status

- Go Online and realize that IC does not shown up Not Synchronized status

(0158230)
hgbot   
2023-12-14 16:54   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations [^]
Changeset: 34a13e2d972ceb47f4d370e1ddbe1d0b0ed97ab2
Author: Atul Gaware <atul.gaware@openbravo.com>
Date: 14-12-2023 15:54:16
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/commit/34a13e2d972ceb47f4d370e1ddbe1d0b0ed97ab2 [^]

Fixes BUG-53783: [RM-8847] Partial Stock Take create in BO that are assigned to a user is not accessible when offline

**Add inventory count tasks that were assigned in BackOffice to
the ongoing documents when getting user tasks after login so that
if user goes offline task are available to do some action on it
in offline mode.
**Fixes several flows that were triggering synchronization incorrectly.

---
A src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources/InventoryCountMultipleInfoProvider.java
M src-db/database/sourcedata/OBMOBC_SERVICES.xml
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources/InventoryCountInfoProvider.java
M web-test/model/business-object/ongoing-documents/OngoingDocuments.test.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/app/model/business-object/ongoing-documents/OngoingDocuments.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/inventorycount/obawo-inventorycount-model.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/models/centralbroker.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/utils/obawo-constants.js
---
(0158231)
hgbot   
2023-12-14 16:54   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/merge_requests/188 [^]