Openbravo Issue Tracking System - POS2
View Issue Details
0051542POS2POSpublic2023-02-06 13:382023-02-27 19:53
jlopez 
jlopez 
normalminorhave not tried
closedfixed 
5
 
23Q2 
No
0051542: Stock for a product in Transit by Warehouse
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 [^]
N/A
No tags attached.
depends on defect 0051699 closed jlopez Modules All JUnit test cases of the Distribution Orders module finish with errors 
png RM-1664.png (69,457) 2023-02-06 13:38
https://issues.openbravo.com/file_download.php?file_id=18099&type=bug
png

png image.png (45,446) 2023-02-06 13:41
https://issues.openbravo.com/file_download.php?file_id=18100&type=bug
png
Issue History
2023-02-06 13:38jlopezNew Issue
2023-02-06 13:38jlopezAssigned To => jlopez
2023-02-06 13:38jlopezFile Added: RM-1664.png
2023-02-06 13:38jlopezTriggers an Emergency Pack => No
2023-02-06 13:39jlopezDescription Updatedbug_revision_view_page.php?rev_id=25500#r25500
2023-02-06 13:41jlopezFile Added: image.png
2023-02-06 14:04hgbotNote Added: 0146277
2023-02-08 22:53hgbotNote Added: 0146290
2023-02-24 16:55jlopezRelationship addeddepends on 0051699
2023-02-24 16:58jlopezTypedefect => feature request
2023-02-27 19:44hgbotResolutionopen => fixed
2023-02-27 19:44hgbotStatusnew => closed
2023-02-27 19:44hgbotFixed in Version => 23Q2
2023-02-27 19:44hgbotNote Added: 0147069
2023-02-27 19:44hgbotNote Added: 0147070
2023-02-27 19:53hgbotNote Added: 0147071
2023-02-27 19:53hgbotNote Added: 0147072

Notes
(0146277)
hgbot   
2023-02-06 14:04   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.stocktransitwarehouse/-/merge_requests/1 [^]
(0146290)
hgbot   
2023-02-08 22:53   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1514 [^]
(0147069)
hgbot   
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   
2023-02-27 19:44   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1514 [^]
(0147071)
hgbot   
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   
2023-02-27 19:53   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.stocktransitwarehouse/-/merge_requests/1 [^]