Openbravo Issue Tracking System - Modules
View Issue Details
0051985ModulesDistribution Order for Advanced Warehouse Operationspublic2023-03-27 15:012023-03-30 12:01
migueldejuana 
Sandrahuguet 
normalminoralways
closedfixed 
5
 
 
2023-03-13
https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/commit/6b7b9aeb677b1c042db88d7d00803b41f334b21 [^]
Coding ( Testing )
migueldejuana
0051985: In DO, Available Stock is not ok for bins without stock
When adding a new line in a DO and the product has no stock in the selected bin, the available stock is not properly calculated.
- Login in AWO with AWO_US_W and create new DO
- Select AWOCountTest0001 bin
- Add Banana product (It has no stock)
- ERROR! Available Stock is 1 and it should be 0
- Press '+' button incrementing counted qty
- ERROR! Available Stock also increments and it is 2 instead of 0
- Fix the problem not incrementing Available Stock when no stock for that product and change the test to ensure that this doesn't happen again
No tags attached.
related to feature request 0051556 closed AtulOpenbravo RM-3250: [DO OTF] Show a popup when the confirmed quantity is larger than available quantity 
Issue History
2023-03-27 15:01migueldejuanaNew Issue
2023-03-27 15:01migueldejuanaAssigned To => Sandrahuguet
2023-03-27 15:05migueldejuanaRegression date => 2023-03-13
2023-03-27 15:05migueldejuanaRegression introduced by commit => https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/commit/6b7b9aeb677b1c042db88d7d00803b41f334b21 [^]
2023-03-27 15:05migueldejuanaRegression level => Coding ( Testing )
2023-03-27 15:05migueldejuanaReview Assigned To => migueldejuana
2023-03-29 10:59hgbotNote Added: 0148042
2023-03-29 12:01hgbotNote Added: 0148043
2023-03-30 12:01hgbotNote Added: 0148110
2023-03-30 12:01hgbotResolutionopen => fixed
2023-03-30 12:01hgbotStatusnew => closed
2023-03-30 12:01hgbotNote Added: 0148111
2023-03-30 12:01hgbotNote Added: 0148112
2023-03-30 12:01hgbotNote Added: 0148113
2023-03-30 12:01hgbotNote Added: 0148114
2023-04-05 10:04mtaalRelationship addedrelated to 0051556

Notes
(0148042)
hgbot   
2023-03-29 10:59   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/merge_requests/59 [^]
(0148043)
hgbot   
2023-03-29 12:01   
Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/281 [^]
(0148110)
hgbot   
2023-03-30 12:01   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/merge_requests/59 [^]
(0148111)
hgbot   
2023-03-30 12:01   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders [^]
Changeset: 70fba4bbfe8795e5d44b50f023b16f246773ca40
Author: Sandra Huguet <sandra.huguet@openbravo.com>
Date: 29-03-2023 10:56:46
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/commit/70fba4bbfe8795e5d44b50f023b16f246773ca40 [^]

Fixed ISSUE-51985 Fix available stock in DO when bins without stock

---
M web/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/source/obawo-distributionorder-model.js
M web/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/source/obawo-distributionorder-view.js
---
(0148112)
hgbot   
2023-03-30 12:01   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders [^]
Changeset: 3661c14ac4355f29d5e73ab7668b8f811e721db8
Author: Sandra Huguet <sandra.huguet@openbravo.com>
Date: 30-03-2023 11:58:23
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/commit/3661c14ac4355f29d5e73ab7668b8f811e721db8 [^]

related to ISSUE-51985 applied code review

---
M web/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/source/obawo-distributionorder-view.js
---
(0148113)
hgbot   
2023-03-30 12:01   
Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: 8abece964cd8c8f950517031479f3cab0ba25ba1
Author: Sandra Huguet <sandra.huguet@openbravo.com>
Date: 29-03-2023 12:03:38
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/8abece964cd8c8f950517031479f3cab0ba25ba1 [^]

related to ISSUE-51985 check not stock line in DO

---
M src-test/org/openbravo/test/mobile/awo/tests/DistributionOrder/OBDOA10_BasicDOFromScratch.java
M src-test/org/openbravo/test/mobile/awo/utilities/TestIdAwo.java
---
(0148114)
hgbot   
2023-03-30 12:01   
Merge request merged: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/281 [^]