Openbravo Issue Tracking System - Retail Modules
View Issue Details
0042999Retail ModulesWeb POSpublic2020-01-24 12:252020-02-28 11:23
asiermartirena 
prakashmurugesan88 
normalmajoralways
closedfixed 
5
 
RR20Q2 
marvintm
No
0042999: Stock Validation should be available in posterminal
Currently, there's a stock validation module which verifies the stock of a line before adding to the ticket. This module don't uses the existing queries in the Web POS to check the stock, being able to have multiple queries for a single flow.
Configure the Stock Validation module.
No tags attached.
? issue_42999.export (38,081) 2020-02-07 14:21
https://issues.openbravo.com/file_download.php?file_id=13985&type=bug
Issue History
2020-01-24 12:25asiermartirenaNew Issue
2020-01-24 12:25asiermartirenaAssigned To => asiermartirena
2020-01-24 12:25asiermartirenaTriggers an Emergency Pack => No
2020-02-07 14:21asiermartirenaFile Added: issue_42999.export
2020-02-07 14:24asiermartirenaAssigned Toasiermartirena => prakashmurugesan88
2020-02-13 06:36hgbotCheckin
2020-02-13 06:36hgbotNote Added: 0117712
2020-02-13 06:36hgbotStatusnew => resolved
2020-02-13 06:36hgbotResolutionopen => fixed
2020-02-13 06:36hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d17532c8278cb5a85bd1e4635addfa57fe1c6308 [^]
2020-02-13 06:36hgbotCheckin
2020-02-13 06:36hgbotNote Added: 0117713
2020-02-28 11:23marvintmReview Assigned To => marvintm
2020-02-28 11:23marvintmStatusresolved => closed
2020-02-28 11:23marvintmFixed in Version => RR20Q2

Notes
(0117712)
hgbot   
2020-02-13 06:36   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: d17532c8278cb5a85bd1e4635addfa57fe1c6308
Author: Asier Martirena <asier.martirena <at> openbravo.com>
Date: Thu Feb 13 11:05:29 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d17532c8278cb5a85bd1e4635addfa57fe1c6308 [^]

Fixed issue 42999: Moved the stock validation functionality to posterminal

Now, the existing stock queries are used to validate the stock.

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/OBMOBC_PROCESS_DEFINITION.xml
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
M web/org.openbravo.retail.posterminal/js/utils/stockUtils.js
---
(0117713)
hgbot   
2020-02-13 06:36   
Repository: tools/automation/pi-mobile
Changeset: 35b46645992c59359aec9d1fea160ea99b6060fb
Author: Prakash M <prakash <at> qualiantech.com>
Date: Thu Feb 13 11:04:57 2020 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/35b46645992c59359aec9d1fea160ea99b6060fb [^]

Related to issue 42999 : Changed to tapNoWaitProcesses for createsalesorder with contactinfo

---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/contactinfoforproduct/QuotationProductContactInfTest.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/contactinfoforproduct/VerifyContactInfoLaterButton.java
---