Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0053783 | Modules | Advanced Warehouse Operations | public | 2023-10-27 09:29 | 2023-12-18 11:20 |
|
Reporter | AtulOpenbravo | |
Assigned To | AtulOpenbravo | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
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 | |
Support ticket | |
OBNetwork customer | |
Regression introduced in release | |
|
Summary | 0053783: [RM-8847] Partial Stock Take create in BO that are assigned to a user is not accessible when offline |
Description | 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 | 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. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0054085 | | closed | AtulOpenbravo | Retail Modules | Performance issue : Make an Inventory with many lines, can't go back online |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2023-10-27 09:29 | AtulOpenbravo | New Issue | |
2023-10-27 09:29 | AtulOpenbravo | Assigned To | => Triage Omni WMS |
2023-10-27 09:32 | AtulOpenbravo | Status | new => scheduled |
2023-10-27 09:40 | hgbot | Note Added: 0156439 | |
2023-10-27 11:46 | AtulOpenbravo | Note Added: 0156447 | |
2023-12-07 09:18 | AtulOpenbravo | Note Edited: 0156447 | bug_revision_view_page.php?bugnote_id=0156447#r27215 |
2023-12-14 16:54 | hgbot | Resolution | open => fixed |
2023-12-14 16:54 | hgbot | Status | scheduled => closed |
2023-12-14 16:54 | hgbot | Note Added: 0158230 | |
2023-12-14 16:54 | hgbot | Note Added: 0158231 | |
2023-12-18 11:20 | AtulOpenbravo | Relationship added | related to 0054085 |
2023-12-18 11:20 | AtulOpenbravo | Assigned To | Triage Omni WMS => AtulOpenbravo |
Notes |
|
(0156439)
|
hgbot
|
2023-10-27 09:40
|
|
|
|
(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
|
|
|