Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032494Retail ModulesWeb POSpublic2016-03-16 16:132018-06-18 11:03
adrianromero 
adrianromero 
normalmajorhave not tried
closedfixed 
5
 
RR18Q3 
marvintm
No
0032494: Products locked and discontinued
* Product locked, flag at core level, logic at webpos level. Locked products cannot be added to receipts.
* Product discontinued, flag at core level, logic at webpos level. If product is discontinued only can be added to receipt if there is stock in the warehouse
* Product discontinued in assortment, flag at assortmet (webpos) level, logic at webpos level. If product is discontinued only can be added to receipt if there is stock in the warehouse
N/A
No tags attached.
Issue History
2016-03-16 16:13adrianromeroNew Issue
2016-03-16 16:13adrianromeroAssigned To => adrianromero
2016-03-16 16:13adrianromeroTriggers an Emergency Pack => No
2018-05-25 11:53hgbotCheckin
2018-05-25 11:53hgbotNote Added: 0104711
2018-05-25 11:53hgbotStatusnew => resolved
2018-05-25 11:53hgbotResolutionopen => fixed
2018-05-25 11:53hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/14fd72f281ad6cc0f56862ff347a8c01e0792ce2 [^]
2018-05-29 11:13hgbotCheckin
2018-05-29 11:13hgbotNote Added: 0104762
2018-06-05 15:42hgbotCheckin
2018-06-05 15:42hgbotNote Added: 0104943
2018-06-11 08:40SandrahuguetNote Added: 0105048
2018-06-11 08:41hgbotCheckin
2018-06-11 08:41hgbotNote Added: 0105049
2018-06-11 08:46SandrahuguetNote Edited: 0105048bug_revision_view_page.php?bugnote_id=0105048#r17275
2018-06-18 11:03marvintmReview Assigned To => marvintm
2018-06-18 11:03marvintmStatusresolved => closed
2018-06-18 11:03marvintmFixed in Version => RR18Q3

Notes
(0104711)
hgbot   
2018-05-25 11:53   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 14fd72f281ad6cc0f56862ff347a8c01e0792ce2
Author: Asier Martirena <asier.martirena <at> openbravo.com>
Date: Fri May 25 11:50:58 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/14fd72f281ad6cc0f56862ff347a8c01e0792ce2 [^]

Fixed issue 32494: [Product Locked/Discontinued] Merged to PI

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src/org/openbravo/retail/posterminal/OrderLoader.java
M src/org/openbravo/retail/posterminal/PaidReceiptsHeader.java
M src/org/openbravo/retail/posterminal/ProcessCashMgmt.java
M src/org/openbravo/retail/posterminal/UpdateCashup.java
M src/org/openbravo/retail/posterminal/event/PaymentMethodEventHandler.java
M web/org.openbravo.retail.posterminal/js/cashmgmt/model/cashmgmt-model.js
M web/org.openbravo.retail.posterminal/js/components/modalmultiorders.js
M web/org.openbravo.retail.posterminal/js/components/rendercategory.js
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/model/paymentmethodcashup.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
M web/org.openbravo.retail.posterminal/js/utils/cashManagementUtils.js
M web/org.openbravo.retail.posterminal/js/utils/cashUpReportUtils.js
---
(0104762)
hgbot   
2018-05-29 11:13   
Repository: tools/automation/pi-mobile
Changeset: 9162b0010a8c4115fcc9b80c5b0ac50e6145c82b
Author: Asier Martirena <asier.martirena <at> openbravo.com>
Date: Tue May 29 11:13:20 2018 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/9162b0010a8c4115fcc9b80c5b0ac50e6145c82b [^]

Related to issue 32494: [Product Lockeed/Discontinued] Automated tests

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
---
(0104943)
hgbot   
2018-06-05 15:42   
Repository: tools/automation/pi-mobile
Changeset: 756806ec8b609610308665f9c8f294209021a1f2
Author: Asier Martirena <asier.martirena <at> openbravo.com>
Date: Mon Jun 04 18:14:36 2018 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/756806ec8b609610308665f9c8f294209021a1f2 [^]

Related to issue 32494: [Product Locked/Discontinued] Automated tests

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job013/ProductLockedDiscontinuedSuite.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/terminals/WebPOSProductDiscontinuedHelper.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/productlockeddiscontinued/AllProductLockedDicontinuedTest.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/productlockeddiscontinued/VerifyProductDiscontinuedAssortWithoutStock.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/productlockeddiscontinued/VerifyProductDiscontinuedWithPreference.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/productlockeddiscontinued/VerifyProductDiscontinuedWithStock.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/productlockeddiscontinued/VerifyProductDiscontinuedWithoutStock.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/productlockeddiscontinued/VerifyProductLocked.java
---
(0105048)
Sandrahuguet   
2018-06-11 08:40   
(edited on: 2018-06-11 08:46)
Some VerifyProductDiscontinued tests fail in hgvol jobs:

http://ci.openbravo.com/view/retail/job/ret-highvol-pgsql/110/ [^]

Please, fix them and activate again isHighVolumeCompatible tag

(0105049)
hgbot   
2018-06-11 08:41   
Repository: tools/automation/pi-mobile
Changeset: 71a4c8298b56a14cc50481b5810abb10587abefc
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Mon Jun 11 08:40:07 2018 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/71a4c8298b56a14cc50481b5810abb10587abefc [^]

related to issue 32494 Remove VerifyProductDiscontinued tests from hgvol jobs

activate again isHighVolumeCompatible tag when this issue will be fixed

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/productlockeddiscontinued/VerifyProductDiscontinuedAssortWithoutStock.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/productlockeddiscontinued/VerifyProductDiscontinuedWithPreference.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/productlockeddiscontinued/VerifyProductDiscontinuedWithStock.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/productlockeddiscontinued/VerifyProductDiscontinuedWithoutStock.java
---