Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0032494 | Retail Modules | Web POS | public | 2016-03-16 16:13 | 2018-06-18 11:03 |
|
Reporter | adrianromero | |
Assigned To | adrianromero | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR18Q3 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0032494: Products locked and discontinued |
Description | * 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 |
Steps To Reproduce | N/A |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-03-16 16:13 | adrianromero | New Issue | |
2016-03-16 16:13 | adrianromero | Assigned To | => adrianromero |
2016-03-16 16:13 | adrianromero | OBNetwork customer | => No |
2016-03-16 16:13 | adrianromero | Triggers an Emergency Pack | => No |
2018-05-25 11:53 | hgbot | Checkin | |
2018-05-25 11:53 | hgbot | Note Added: 0104711 | |
2018-05-25 11:53 | hgbot | Status | new => resolved |
2018-05-25 11:53 | hgbot | Resolution | open => fixed |
2018-05-25 11:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/14fd72f281ad6cc0f56862ff347a8c01e0792ce2 [^] |
2018-05-29 11:13 | hgbot | Checkin | |
2018-05-29 11:13 | hgbot | Note Added: 0104762 | |
2018-06-05 15:42 | hgbot | Checkin | |
2018-06-05 15:42 | hgbot | Note Added: 0104943 | |
2018-06-11 08:40 | Sandrahuguet | Note Added: 0105048 | |
2018-06-11 08:41 | hgbot | Checkin | |
2018-06-11 08:41 | hgbot | Note Added: 0105049 | |
2018-06-11 08:46 | Sandrahuguet | Note Edited: 0105048 | bug_revision_view_page.php?bugnote_id=0105048#r17275 |
2018-06-18 11:03 | marvintm | Review Assigned To | => marvintm |
2018-06-18 11:03 | marvintm | Status | resolved => closed |
2018-06-18 11:03 | marvintm | Fixed 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
|
|
|
|
(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) |
|
|
|
(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
---
|
|