Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0051542 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [POS2] POS | minor | have not tried | 2023-02-06 13:38 | 2023-02-27 19:53 | |||
Reporter | jlopez | View Status | public | |||||
Assigned To | jlopez | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 23Q2 | |||
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 | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0051542: Stock for a product in Transit by Warehouse | |||||||
Description | This project aims to enhance the visibility of ReactPOS stock in transit for products. Whenever an item is searched on WebPos, it must be allowed to see if there's any In Transit stock and its correspondent DO document number. - The ‘Stock in Transit’ menu is available at warehouse level and only for ‘This store’. - For this, there will be a bin by store in the in transit warehouse as seen on OP-249. https://openbravo.atlassian.net/browse/RM-1664 [^] | |||||||
Steps To Reproduce | N/A | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() ![]() | |||||||
![]() |
|||||||||
|
![]() |
|
(0146277) hgbot (developer) 2023-02-06 14:04 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.stocktransitwarehouse/-/merge_requests/1 [^] |
(0146290) hgbot (developer) 2023-02-08 22:53 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1514 [^] |
(0147069) hgbot (developer) 2023-02-27 19:44 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: 047fa2b2b47878ab7da85ce1a5e7596d2bd30ad3 Author: Javier López <javier.lopez@precognis.com> Date: 27-02-2023 19:40:03 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/047fa2b2b47878ab7da85ce1a5e7596d2bd30ad3 [^] Fixes FR-51542: Stock for a product in Transit by Warehouse MR: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1514 [^] --- A web-jspack/org.openbravo.pos2/src/components/ProductButton/StoreStockPopup/StoreStockWarehouseGridPopover.config.json M src-db/database/sourcedata/AD_MESSAGE.xml M web-jspack/org.openbravo.pos2/src/components/ProductButton/StoreStockPopup/StoreStockDialog.scss M web-jspack/org.openbravo.pos2/src/components/ProductButton/StoreStockPopup/StoreStockGrid.jsx M web-jspack/org.openbravo.pos2/src/components/ProductButton/StoreStockPopup/__test__/StoreStockGrid.test.jsx M web-jspack/org.openbravo.pos2/src/ob-init.js --- |
(0147070) hgbot (developer) 2023-02-27 19:44 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1514 [^] |
(0147071) hgbot (developer) 2023-02-27 19:53 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.stocktransitwarehouse [^] Changeset: e1138554f9e951d6d9a4f7564cd3b86ea0277080 Author: Javier López <javier.lopez@precognis.com> Date: 27-02-2023 19:50:59 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.stocktransitwarehouse/-/commit/e1138554f9e951d6d9a4f7564cd3b86ea0277080 [^] Fixes FR-51542: Stock for a product in Transit by Warehouse MR: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.stocktransitwarehouse/-/merge_requests/1 [^] --- A src-db/database/sourcedata/AD_MESSAGE.xml A src-db/database/sourcedata/AD_MODULE.xml A src-db/database/sourcedata/AD_MODULE_DBPREFIX.xml A src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml A src-db/database/sourcedata/OBMOBC_SERVICES.xml A src-test/org/openbravo/pos2/stocktransitwarehouse/StandaloneTestSuite.java A src-test/org/openbravo/pos2/stocktransitwarehouse/process/StockInTransitByWarehouseTest.java A src/org/openbravo/pos2/stocktransitwarehouse/process/StockInTransitByWarehouse.java A web-jspack/org.openbravo.pos2.stocktransitwarehouse/package-lock.json A web-jspack/org.openbravo.pos2.stocktransitwarehouse/package.json A web-jspack/org.openbravo.pos2.stocktransitwarehouse/src/components/StockTransitWarehouseDialog/StockTransitWarehouseDataSource.js A web-jspack/org.openbravo.pos2.stocktransitwarehouse/src/components/StockTransitWarehouseDialog/StockTransitWarehouseDialog.jsx A web-jspack/org.openbravo.pos2.stocktransitwarehouse/src/components/StockTransitWarehouseDialog/StockTransitWarehouseFooter/StockTransitWarehouseFooter.jsx A web-jspack/org.openbravo.pos2.stocktransitwarehouse/src/components/StockTransitWarehouseDialog/StockTransitWarehouseFooter/StockTransitWarehouseFooter.scss A web-jspack/org.openbravo.pos2.stocktransitwarehouse/src/components/StockTransitWarehouseDialog/StockTransitWarehouseFooter/StockTransitWarehouseFooterCell.jsx A web-jspack/org.openbravo.pos2.stocktransitwarehouse/src/components/StockTransitWarehouseDialog/StockTransitWarehouseFooter/__test__/StockTransitWarehouseFooter.test.jsx A web-jspack/org.openbravo.pos2.stocktransitwarehouse/src/components/StockTransitWarehouseDialog/StockTransitWarehouseGrid.jsx A web-jspack/org.openbravo.pos2.stocktransitwarehouse/src/components/StockTransitWarehouseDialog/StockTransitWarehouseGrid.scss A web-jspack/org.openbravo.pos2.stocktransitwarehouse/src/components/StockTransitWarehouseDialog/StoreStockStockInTransitPopoverButton.jsx A web-jspack/org.openbravo.pos2.stocktransitwarehouse/src/components/StockTransitWarehouseDialog/__test__/StockTransitWarehouseDataSource.test.js A web-jspack/org.openbravo.pos2.stocktransitwarehouse/src/components/StockTransitWarehouseDialog/__test__/StockTransitWarehouseGrid.test.jsx A web-jspack/org.openbravo.pos2.stocktransitwarehouse/src/components/StockTransitWarehouseDialog/__test__/StockTransitWarehouseRows.js A web-jspack/org.openbravo.pos2.stocktransitwarehouse/src/components/StockTransitWarehouseDialog/index.js A web-jspack/org.openbravo.pos2.stocktransitwarehouse/src/model/user-interface/UIExtension.js A web-jspack/org.openbravo.pos2.stocktransitwarehouse/src/model/user-interface/actions/SetStockTransitWarehouseInformation.js A web-jspack/org.openbravo.pos2.stocktransitwarehouse/src/model/user-interface/user-actions/OpenStockTransitWarehouseDialog.js A web-jspack/org.openbravo.pos2.stocktransitwarehouse/src/model/user-interface/user-actions/__test__/OpenStockTransitWarehouseDialog.test.js A web-jspack/org.openbravo.pos2.stocktransitwarehouse/src/model/user-interface/user-actions/__test__/SetStockTransitWarehouseInformation.test.js A web-jspack/org.openbravo.pos2.stocktransitwarehouse/src/ob-init.js --- |
(0147072) hgbot (developer) 2023-02-27 19:53 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.stocktransitwarehouse/-/merge_requests/1 [^] |
![]() |
|||
Date Modified | Username | Field | Change |
2023-02-06 13:38 | jlopez | New Issue | |
2023-02-06 13:38 | jlopez | Assigned To | => jlopez |
2023-02-06 13:38 | jlopez | File Added: RM-1664.png | |
2023-02-06 13:38 | jlopez | OBNetwork customer | => No |
2023-02-06 13:38 | jlopez | Triggers an Emergency Pack | => No |
2023-02-06 13:39 | jlopez | Description Updated | View Revisions |
2023-02-06 13:41 | jlopez | File Added: image.png | |
2023-02-06 14:04 | hgbot | Merge Request Status | => open |
2023-02-06 14:04 | hgbot | Note Added: 0146277 | |
2023-02-08 22:53 | hgbot | Note Added: 0146290 | |
2023-02-24 16:55 | jlopez | Relationship added | depends on 0051699 |
2023-02-24 16:58 | jlopez | Type | defect => feature request |
2023-02-27 09:51 | hgbot | Merge Request Status | open => approved |
2023-02-27 19:44 | hgbot | Resolution | open => fixed |
2023-02-27 19:44 | hgbot | Status | new => closed |
2023-02-27 19:44 | hgbot | Fixed in Version | => 23Q2 |
2023-02-27 19:44 | hgbot | Note Added: 0147069 | |
2023-02-27 19:44 | hgbot | Note Added: 0147070 | |
2023-02-27 19:53 | hgbot | Note Added: 0147071 | |
2023-02-27 19:53 | hgbot | Note Added: 0147072 |
Copyright © 2000 - 2009 MantisBT Group |