Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0049975 | Retail Modules | Web POS | public | 2022-08-09 10:21 | 2022-10-06 14:12 |
|
Reporter | XABIER_AGUADO | |
Assigned To | radhakrishnan | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0049975: Stop Button doesn't stop the commercial operation right away |
Description | A stop button should be added to the commercial operation window to be able to put an end to an OPECOM previously validated.
Once we click on the stop button, we should be able to enter an end date, that can be today if we want to stop the commercial operation right away, or a future date if we want to anticipate a change regarding the end date of the commercial operation. The end date will be updated automatically at the stores level.
We should not have the possibility to enter an end date in the past |
Steps To Reproduce | Step 1 : Creation of a commercial operation
Step 2 : Validation of the OPECOM
Step 3 : Check on webpos - change of price applied
Step 4 : Click on stop button
=> Price back to the initial price on WebPOS : KO |
Proposed Solution | Change the Stop process of the commercial operation to set today's date, but also deactivate the registers automatically |
Additional Information | |
Tags | FASH |
Relationships | has duplicate | defect | 0050053 | | closed | Retail | POS2 | [Price List] Cache problems in POS after stopping a commercial operation | blocks | defect | 0050419 | | closed | Retail | Openbravo ERP | API Change: There are two event handlers for product price exceptions and only one is needed |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2022-08-09 10:21 | XABIER_AGUADO | New Issue | |
2022-08-09 10:21 | XABIER_AGUADO | Assigned To | => Retail |
2022-08-09 10:21 | XABIER_AGUADO | Triggers an Emergency Pack | => No |
2022-08-09 10:21 | XABIER_AGUADO | Tag Attached: FASH | |
2022-08-09 10:53 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2022-08-09 13:26 | radhakrishnan | Assigned To | ranjith_qualiantech_com => radhakrishnan |
2022-08-09 15:42 | radhakrishnan | Status | new => scheduled |
2022-08-10 15:55 | hgbot | Note Added: 0140049 | |
2022-08-17 06:57 | hgbot | Note Added: 0140166 | |
2022-08-17 06:57 | hgbot | Resolution | open => fixed |
2022-08-17 06:57 | hgbot | Status | scheduled => closed |
2022-08-17 06:57 | hgbot | Note Added: 0140167 | |
2022-08-18 15:36 | hgbot | Note Added: 0140235 | |
2022-08-18 16:27 | hgbot | Note Added: 0140237 | |
2022-08-18 16:27 | hgbot | Note Added: 0140238 | |
2022-08-19 14:35 | hgbot | Note Added: 0140247 | |
2022-08-19 14:36 | hgbot | Note Added: 0140248 | |
2022-08-19 14:36 | hgbot | Note Added: 0140249 | |
2022-08-25 11:28 | hgbot | Note Added: 0140391 | |
2022-09-29 12:08 | hgbot | Note Added: 0141500 | |
2022-09-29 12:08 | hgbot | Note Added: 0141501 | |
2022-09-29 13:08 | hgbot | Note Added: 0141507 | |
2022-10-05 12:19 | hgbot | Note Added: 0141674 | |
2022-10-05 13:16 | marvintm | Relationship added | blocks 0050419 |
2022-10-05 13:19 | hgbot | Note Added: 0141677 | |
2022-10-05 13:19 | hgbot | Note Added: 0141678 | |
2022-10-06 07:59 | hgbot | Note Added: 0141709 | |
2022-10-06 14:12 | hgbot | Note Added: 0141738 | |
2022-10-10 15:28 | ranjith_qualiantech_com | Relationship added | has duplicate 0050053 |
Notes |
|
(0140049)
|
hgbot
|
2022-08-10 15:55
|
|
|
|
(0140166)
|
hgbot
|
2022-08-17 06:57
|
|
|
|
(0140167)
|
hgbot
|
2022-08-17 06:57
|
|
|
|
(0140235)
|
hgbot
|
2022-08-18 15:36
|
|
|
|
(0140237)
|
hgbot
|
2022-08-18 16:27
|
|
|
|
(0140238)
|
hgbot
|
2022-08-18 16:27
|
|
|
|
(0140247)
|
hgbot
|
2022-08-19 14:35
|
|
|
|
(0140248)
|
hgbot
|
2022-08-19 14:36
|
|
|
|
(0140249)
|
hgbot
|
2022-08-19 14:36
|
|
|
|
(0140391)
|
hgbot
|
2022-08-25 11:28
|
|
|
|
(0141500)
|
hgbot
|
2022-09-29 12:08
|
|
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: e644c8e04742b448d1d9338788c38c32a53680d6
Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com>
Date: 29-09-2022 10:08:26
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/e644c8e04742b448d1d9338788c38c32a53680d6 [^]
Related to ISSUE-49975: Update ProductPriceExc audit when ProductPriceExc is updated
* Removed m_pp_exc_update_trg trigger for ProductPriceException
and its logic moved to ProductPriceException event handler
* ProductPrice audit fields should be updated when ProductPriceException audit fields updated
* Merged duplicate event handlers for ProductPriceException
---
M src/org/openbravo/event/ProductPriceExceptionEventHandler.java
R src-db/database/model/triggers/M_PP_EXC_UPDATE_TRG.xml
R src/org/openbravo/event/ProductPriceExceptionsEventHandler.java
---
|
|
|
(0141501)
|
hgbot
|
2022-09-29 12:08
|
|
|
|
(0141507)
|
hgbot
|
2022-09-29 13:08
|
|
|
|
(0141674)
|
hgbot
|
2022-10-05 12:19
|
|
|
|
(0141677)
|
hgbot
|
2022-10-05 13:19
|
|
|
|
(0141678)
|
hgbot
|
2022-10-05 13:19
|
|
|
|
(0141709)
|
hgbot
|
2022-10-06 07:59
|
|
|
|
(0141738)
|
hgbot
|
2022-10-06 14:12
|
|
|