Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0053284 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| feature request | [Openbravo ERP] 04. Warehouse management | minor | N/A | 2023-08-24 11:01 | 2023-11-28 15:08 | |||
| Reporter | agusti_gallego | View Status | public | |||||
| Assigned To | agusti_gallego | |||||||
| Priority | normal | Resolution | fixed | Fixed in Version | PR23Q4 | |||
| Status | closed | Fix in branch | Fixed in SCM revision | |||||
| Projection | none | ETA | none | Target Version | ||||
| OS | Any | Database | Any | Java version | ||||
| OS Version | Database version | Ant version | ||||||
| Product Version | SCM revision | |||||||
| 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 | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
|
Notes |
|
|
(0153897) hgbot (developer) 2023-08-24 11:12 |
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/980 [^] |
|
(0154035) hgbot (developer) 2023-08-28 12:03 |
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/980 [^] |
|
(0154036) hgbot (developer) 2023-08-28 12:03 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/openbravo [^] Changeset: 2db6f60d05591dc105e06ce24f7c3af3f74e6464 Author: Agustí Gállego <agusti.gallego@openbravo.com> Date: 28-08-2023 10:03:47 URL: https://gitlab.com/openbravo/product/openbravo/-/commit/2db6f60d05591dc105e06ce24f7c3af3f74e6464 [^] Fixes ISSUE-53284: Added option to exclude inventory lines with zero stock... --- M src-db/database/sourcedata/AD_ELEMENT.xml M src-db/database/sourcedata/OBUIAPP_PARAMETER.xml M src/org/openbravo/common/actionhandler/ExportPhysicalInventoryLinesToCSV.java --- |
|
(0156953) hgbot (developer) 2023-11-09 11:28 |
Merge Request created: https://gitlab.com/openbravo/ci/modules/org.openbravo.ssms.sampledata/-/merge_requests/2 [^] |
|
(0156954) hgbot (developer) 2023-11-09 11:28 |
Merge request merged: https://gitlab.com/openbravo/ci/modules/org.openbravo.ssms.sampledata/-/merge_requests/2 [^] |
|
(0157662) hgbot (developer) 2023-11-27 11:46 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.ssms/-/merge_requests/15 [^] |
|
(0157765) hgbot (developer) 2023-11-28 15:08 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.ssms/-/merge_requests/15 [^] |
|
(0157766) hgbot (developer) 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 --- |
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 | |
| Copyright © 2000 - 2009 MantisBT Group |