Openbravo Issue Tracking System - POS2
View Issue Details
0050015POS2POSpublic2022-08-19 15:172022-10-06 16:59
dorian_robillard 
bcolorado 
highmajoralways
closedfixed 
5
 
23Q1 
approved
Gold
No
0050015: Display only available stock of another stores
In POS, the socke available in store take into account only storage bin with inventory status : available
But in other stock store all the quantities are counted as available even if the storage been has a status "not available"
Connect in POS in ana organisation with cross store organisation configured
Select a product which have quantity in several organisations and a storage bin with inventoty status : available and an other storage bin with inventory status : not available.
In CrossStoreFilter.java, line 190, add following filter "and ls.available = true" before "and ls.oBRETCOAvailableCrossStore = true".
FASH
docx Display only available stock of another stores.docx (415,146) 2022-08-19 15:17
https://issues.openbravo.com/file_download.php?file_id=17415&type=bug
Issue History
2022-08-19 15:17dorian_robillardNew Issue
2022-08-19 15:17dorian_robillardAssigned To => Retail
2022-08-19 15:17dorian_robillardFile Added: Display only available stock of another stores.docx
2022-08-19 15:17dorian_robillardTriggers an Emergency Pack => No
2022-08-19 15:18dorian_robillardTag Attached: FASH
2022-08-22 07:56rafarodaOBNetwork customer => Gold
2022-09-08 09:12aferrazAssigned ToRetail => bcolorado
2022-09-08 09:14aferrazProposed Solution updated
2022-09-08 11:49hgbotMerge Request Status => open
2022-09-08 11:49hgbotNote Added: 0140853
2022-09-08 16:35hgbotMerge Request Statusopen => approved
2022-09-08 16:36hgbotResolutionopen => fixed
2022-09-08 16:36hgbotStatusnew => closed
2022-09-08 16:36hgbotFixed in Version => RR22Q4
2022-09-08 16:36hgbotNote Added: 0140870
2022-09-08 16:36hgbotNote Added: 0140871
2022-10-05 18:21hgbotNote Added: 0141697
2022-10-06 13:02aferrazStatusclosed => new
2022-10-06 13:02aferrazResolutionfixed => open
2022-10-06 13:02aferrazFixed in VersionRR22Q4 =>
2022-10-06 13:03aferrazNote Added: 0141733
2022-10-06 16:54hgbotNote Added: 0141805
2022-10-06 16:58hgbotResolutionopen => fixed
2022-10-06 16:58hgbotStatusnew => closed
2022-10-06 16:58hgbotFixed in Version => 23Q1
2022-10-06 16:58hgbotNote Added: 0141806
2022-10-06 16:58hgbotNote Added: 0141807
2022-10-06 16:59hgbotNote Added: 0141808
2022-10-06 16:59aferrazNote Deleted: 0141808
2022-10-06 16:59aferrazNote Deleted: 0141697

Notes
(0140853)
hgbot   
2022-09-08 11:49   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/916 [^]
(0140870)
hgbot   
2022-09-08 16:36   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 818f81b6726685ed46a6806c2a4838cda78816a8
Author: Basilio Colorado <basilio.colorado@precognis.com>
Date: 08-09-2022 14:36:36
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/818f81b6726685ed46a6806c2a4838cda78816a8 [^]

Fixes ISSUE-50015: Display only available stock of other stores

---
M src/org/openbravo/retail/posterminal/master/CrossStoreFilter.java
---
(0140871)
hgbot   
2022-09-08 16:36   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/916 [^]
(0141733)
aferraz   
2022-10-06 13:03   
Current fix only applied to EnyoPOS.
We need to adapt also FindCrossStoreStock.java for ReactPOS.
(0141805)
hgbot   
2022-10-06 16:54   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1258 [^]
(0141806)
hgbot   
2022-10-06 16:58   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 187a6abd1992dd11a4f69de5393f58878c461ffb
Author: Basilio Colorado <basilio.colorado@precognis.com>
Date: 06-10-2022 14:58:32
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/187a6abd1992dd11a4f69de5393f58878c461ffb [^]

Fixes ISSUE-50015: Display only available stock of another stores in ReactPOS

---
M src/org/openbravo/pos2/process/FindCrossStoreStock.java
---
(0141807)
hgbot   
2022-10-06 16:58   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1258 [^]