Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0053284 | Openbravo ERP | 04. Warehouse management | public | 2023-08-24 11:01 | 2023-11-28 15:08 |
|
Reporter | agusti_gallego | |
Assigned To | agusti_gallego | |
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | PR23Q4 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0053284: [RM-7110] [Total stock take] Lines with stock = 0 should not be exported |
Description | Lines with stock = 0 are included when exporting inventory count lines. |
Steps To Reproduce | Create a total Physical Inventory
Export stock clicking on ‘Export to CSV’
Actual result: lines with stock = 0 are exported
Expected result: lines with stock = 0 should not be exported |
Proposed Solution | In the pop up ‘Export to CSV’ add a new option ‘Export Inventory Quantity not 0’ or similar to exclude products with stocke = 0 in the export process.
The new option should be shown only in ‘Create Inventory Count list automatically’ = selected
The new option default value must be the one to exclude products with stock = 0 |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2023-08-24 11:01 | agusti_gallego | New Issue | |
2023-08-24 11:01 | agusti_gallego | Assigned To | => Triage Omni WMS |
2023-08-24 11:01 | agusti_gallego | OBNetwork customer | => No |
2023-08-24 11:01 | agusti_gallego | Modules | => Core |
2023-08-24 11:01 | agusti_gallego | Triggers an Emergency Pack | => No |
2023-08-24 11:12 | hgbot | Merge Request Status | => open |
2023-08-24 11:12 | hgbot | Note Added: 0153897 | |
2023-08-24 11:48 | agusti_gallego | Assigned To | Triage Omni WMS => agusti_gallego |
2023-08-25 11:11 | AtulOpenbravo | Status | new => scheduled |
2023-08-28 12:03 | hgbot | Merge Request Status | open => approved |
2023-08-28 12:03 | hgbot | Note Added: 0154035 | |
2023-08-28 12:03 | hgbot | Resolution | open => fixed |
2023-08-28 12:03 | hgbot | Status | scheduled => closed |
2023-08-28 12:03 | hgbot | Fixed in Version | => PR23Q4 |
2023-08-28 12:03 | hgbot | Note Added: 0154036 | |
2023-11-09 11:28 | hgbot | Note Added: 0156953 | |
2023-11-09 11:28 | hgbot | Note Added: 0156954 | |
2023-11-27 11:46 | hgbot | Note Added: 0157662 | |
2023-11-28 15:08 | hgbot | Note Added: 0157765 | |
2023-11-28 15:08 | hgbot | Note Added: 0157766 | |
Notes |
|
(0153897)
|
hgbot
|
2023-08-24 11:12
|
|
|
|
(0154035)
|
hgbot
|
2023-08-28 12:03
|
|
|
|
(0154036)
|
hgbot
|
2023-08-28 12:03
|
|
|
|
(0156953)
|
hgbot
|
2023-11-09 11:28
|
|
|
|
(0156954)
|
hgbot
|
2023-11-09 11:28
|
|
|
|
(0157662)
|
hgbot
|
2023-11-27 11:46
|
|
|
|
(0157765)
|
hgbot
|
2023-11-28 15:08
|
|
|
|
(0157766)
|
hgbot
|
2023-11-28 15:08
|
|
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.ssms [^]
Changeset: e13603f655917628b2d8f11285dc2b81bca601ed
Author: Agustí Gállego <agusti.gallego@openbravo.com>
Date: 28-11-2023 14:08:35
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.ssms/-/commit/e13603f655917628b2d8f11285dc2b81bca601ed [^]
Related to ISSUE-53284: Polling logic and minor improvements
Changes in this commit include:
- Optimized task state actions, avoiding unnecessary conversions.
- Added logic to enable/disable the refresh button based on online status.
- Added a dialog to inform the user that changes will be lost when refreshing the tasks.
- Added polling logic for retrieving new tasks when confirming existing task.
- Adapted the TaskEditDialog component to show bins even when the product has no other related attributes, and other minor changes to allow for proper bin selection.
- Added a chip to mark edited task as ongoing.
- Initial implementation for grouped tasks display.
---
A web-jspack/org.openbravo.ssms/src/components/DeltaPopup/DeltaPopup.jsx
A web-jspack/org.openbravo.ssms/src/components/DeltaPopup/DeltaPopup.scss
A web-jspack/org.openbravo.ssms/src/components/GroupedTaskWindow/GroupedTaskWindow.config.json
A web-jspack/org.openbravo.ssms/src/components/GroupedTaskWindow/GroupedTaskWindow.jsx
A web-jspack/org.openbravo.ssms/src/components/LoseChangesDialog/LoseChangesDialog.jsx
A web-jspack/org.openbravo.ssms/src/model/user-interface/actions/OpenLoseChangesDialog.js
A web-jspack/org.openbravo.ssms/src/utils/pollingUtils/pollingUtils.js
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/OBC2_USER_ACTION.xml
M web-jspack/org.openbravo.ssms/src/components/AssignedTasksWindow/AssignedTaskListHeader/AssignedTaskListHeader.jsx
M web-jspack/org.openbravo.ssms/src/components/AssignedTasksWindow/AssignedTasksGrid/AssignedTasksGrid.jsx
M web-jspack/org.openbravo.ssms/src/components/SSMSListView/SSMSListHeader/SSMSListHeader.jsx
M web-jspack/org.openbravo.ssms/src/components/TaskDetailDialog/TaskDetailDialog.jsx
M web-jspack/org.openbravo.ssms/src/components/TaskDetailDialog/TaskDialogEditFields/TaskDialogQtyEdit.jsx
M web-jspack/org.openbravo.ssms/src/components/TaskDetailRowView/TaskIcon/TaskIcon.jsx
M web-jspack/org.openbravo.ssms/src/components/TaskDetailRowView/TaskIcon/TaskIcon.scss
M web-jspack/org.openbravo.ssms/src/model/SSMS/SSMS.js
M web-jspack/org.openbravo.ssms/src/model/SSMS/actions/MergeTasks.js
M web-jspack/org.openbravo.ssms/src/model/SSMS/actions/SetTasks.js
M web-jspack/org.openbravo.ssms/src/model/SSMS/actions/UpdateTask.js
M web-jspack/org.openbravo.ssms/src/model/task/user-actions/ConfirmTask.js
M web-jspack/org.openbravo.ssms/src/model/task/user-actions/RefreshTasks.js
M web-jspack/org.openbravo.ssms/src/ob-init.js
---
|
|