Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0049975 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | minor | always | 2022-08-09 10:21 | 2022-10-06 14:12 | |||
Reporter | XABIER_AGUADO | View Status | public | |||||
Assigned To | radhakrishnan | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | ||||||||
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 | |||||||
Tags | FASH | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||
|
Notes | |
(0140049) hgbot (developer) 2022-08-10 15:55 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/merge_requests/9 [^] |
(0140166) hgbot (developer) 2022-08-17 06:57 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/merge_requests/9 [^] |
(0140167) hgbot (developer) 2022-08-17 06:57 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations [^] Changeset: 9aba0f9e40ea42a5913091e7b34d10e25652a733 Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com> Date: 17-08-2022 04:56:54 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/commit/9aba0f9e40ea42a5913091e7b34d10e25652a733 [^] Fixed ISSUE-49975: Disable ProductPriceException when stopping commercial operation * When stop the commercial operation,if end date is equal to current date then disable product price exception --- M src/org/openbravo/commercialoperations/process/StopCommercialOperationProcess.java --- |
(0140235) hgbot (developer) 2022-08-18 15:36 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/merge_requests/11 [^] |
(0140237) hgbot (developer) 2022-08-18 16:27 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations [^] Changeset: 74e58feefffcee1e3b91e5bfcb15f862341a6b84 Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com> Date: 18-08-2022 19:00:31 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/commit/74e58feefffcee1e3b91e5bfcb15f862341a6b84 [^] Related to ISSUE-49975: Updated StopCommercialOperationProcessTest * ProductPriceException should be filtered out without active filter --- M src-test/org/openbravo/commercialoperations/process/StopCommercialOperationProcessTest.java --- |
(0140238) hgbot (developer) 2022-08-18 16:27 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/merge_requests/11 [^] |
(0140247) hgbot (developer) 2022-08-19 14:35 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/merge_requests/12 [^] |
(0140248) hgbot (developer) 2022-08-19 14:36 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/merge_requests/12 [^] |
(0140249) hgbot (developer) 2022-08-19 14:36 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations [^] Changeset: fdde3a04b18528f561ad76ca4f05a599fd803b94 Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com> Date: 19-08-2022 17:52:05 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/commit/fdde3a04b18528f561ad76ca4f05a599fd803b94 [^] Related to ISSUE-49975: Ignored stopProductPriceExceptionsInsertedUsingProcessDefinitionHandler --- M src-test/org/openbravo/commercialoperations/process/StopCommercialOperationProcessTest.java --- |
(0140391) hgbot (developer) 2022-08-25 11:28 |
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/694 [^] |
(0141500) hgbot (developer) 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 (developer) 2022-09-29 12:08 |
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/694 [^] |
(0141507) hgbot (developer) 2022-09-29 13:08 |
Repository: https://gitlab.com/openbravo/product/openbravo [^] Changeset: a125db5cae27fda8e5da346ec5d98e792ea25020 Author: Antonio Moreno <antonio.moreno@openbravo.com> Date: 29-09-2022 13:07:54 URL: https://gitlab.com/openbravo/product/openbravo/-/commit/a125db5cae27fda8e5da346ec5d98e792ea25020 [^] Related to ISSUE-49975: Reverted previous commit as it was causing API change --- A src-db/database/model/triggers/M_PP_EXC_UPDATE_TRG.xml A src/org/openbravo/event/ProductPriceExceptionsEventHandler.java --- |
(0141674) hgbot (developer) 2022-10-05 12:19 |
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/725 [^] |
(0141677) hgbot (developer) 2022-10-05 13:19 |
Repository: https://gitlab.com/openbravo/product/openbravo [^] Changeset: 14e6b91c7cda5d5c5a100965d54da255cdb3fff8 Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com> Date: 05-10-2022 10:55:36 URL: https://gitlab.com/openbravo/product/openbravo/-/commit/14e6b91c7cda5d5c5a100965d54da255cdb3fff8 [^] 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 --- R src-db/database/model/triggers/M_PP_EXC_UPDATE_TRG.xml R src/org/openbravo/event/ProductPriceExceptionsEventHandler.java --- |
(0141678) hgbot (developer) 2022-10-05 13:19 |
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/725 [^] |
(0141709) hgbot (developer) 2022-10-06 07:59 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations [^] Changeset: 7e6bec06827fcf7098864a72d11acf4213026c8b Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com> Date: 06-10-2022 11:28:13 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/commit/7e6bec06827fcf7098864a72d11acf4213026c8b [^] Related to ISSUE-49975: Enabled stopProductPriceExceptionsInsertedUsingProcessDefinitionHandler test --- M src-test/org/openbravo/commercialoperations/process/StopCommercialOperationProcessTest.java --- |
(0141738) hgbot (developer) 2022-10-06 14:12 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations [^] Changeset: a7aa9ac13f4d7dc1a366576a2be2d2150fbcb9b0 Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com> Date: 06-10-2022 17:38:09 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.commercialoperations/-/commit/a7aa9ac13f4d7dc1a366576a2be2d2150fbcb9b0 [^] Related to ISSUE-49975: Removed unused imports --- M src-test/org/openbravo/commercialoperations/process/StopCommercialOperationProcessTest.java --- |
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 |
Copyright © 2000 - 2009 MantisBT Group |