You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expected count data is incorrect for some count IDs.
The 'acceptedByUser' field appears blank for the affected count IDs.
Expected behavior
The expected count data in the closed count report should be accurate.
The 'acceptedByUser' field should display the name of the user who accepted the count for each count ID.
Steps to reproduce the issue
Navigate to the closed tab and download the closed count report.
Check the expected count data for specific count IDs.
Observe that the expected count data is incorrect.
Check the 'acceptedByUser' field for the same count IDs.
Observe that the field is blank, even though a user should be listed.
Issue related to expectedQuantity is fixed now. The acceptedByUser (InventoryCountImport.uploadedByUserLogin) is not getting set when uploading counts using csv because counts are created by system.
@dt2patel The acceptedByUser user should be the one who accepted that item, should be add a new field in InventoryCountImportItem for this? Currently we have countedByUserLoginId and createdByUserLoginId fields in InventoryCountImportItem entity.
Current behavior
The expected count data is incorrect for some count IDs.
The 'acceptedByUser' field appears blank for the affected count IDs.
Expected behavior
The expected count data in the closed count report should be accurate.
The 'acceptedByUser' field should display the name of the user who accepted the count for each count ID.
Steps to reproduce the issue
Navigate to the closed tab and download the closed count report.
Check the expected count data for specific count IDs.
Observe that the expected count data is incorrect.
Check the 'acceptedByUser' field for the same count IDs.
Observe that the field is blank, even though a user should be listed.
Environment details
App version : v2.1.0
App environment : UAT
Additional information
CycleCounts-19 Sept 2024, 09_20_26.csv
The text was updated successfully, but these errors were encountered: