Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0050030 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [POS2] POS | major | always | 2022-08-23 09:55 | 2022-10-04 08:11 | |||
Reporter | noemieroussel | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | high | Resolution | fixed | Fixed in Version | pi | |||
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 | marvintm | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0050030: The refresh data does not work well to update the promotion with CRM Property Condition | |||||||
Description | After changing the string value in the CRM Property condition in a promotion and doing an incremental refresh master data, the promotion is still available for anonymous customer | |||||||
Steps To Reproduce | 1. Creation of the discount with CRM Property Condition 2.Assign the product with CRM Property Condition to anonymous customer, the promotion is not display : OK 3. Assign the product with CRM Property Condition with customer following the characteristics of the promotion, the promotion is display : OK 4.Unassigned the identified customer, the promotion is not display anymore : OK 5. Change the String value of the CRM Property Condition in the promotion 6. Click on the Refresh master data button, and select the product from the promotion. The promotion is not display for the previous client, who does not comply anymore with the criteria of the promotion: OK 7. Assign the client following the characteristics of the promotion to the ticket, and add the product, the promotion is display : OK 8.Unassigned the customer to the ticket again, the promotion disappear : KO -->the promotion is still display even with anonymous customer | |||||||
Tags | FASH | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||||||||||||||||
|
Notes | |
(0141100) hgbot (developer) 2022-09-14 12:53 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts.propertycondition/-/merge_requests/7 [^] |
(0141315) hgbot (developer) 2022-09-23 08:15 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts.propertycondition [^] Changeset: a397cfee7e29420337e4fd80f8c17814a2b02e69 Author: Ranjith S R <ranjith@qualiantech.com> Date: 14-09-2022 16:22:18 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts.propertycondition/-/commit/a397cfee7e29420337e4fd80f8c17814a2b02e69 [^] Fixed ISSUE-50030: CRM Filters should be updated in POS Discounts * CRM Filters should be added through additionalDiscountFilter instead of hook, since hook OBPOS_DiscountsCacheInitialization is not present in POS2 * Removed activeCriteria in DiscountPropertyCRMFilter, since we have incrementalUpdateCriteria --- A web/org.openbravo.discounts.propertycondition/js/propertyConditionDiscount.js M src/org/openbravo/discounts/propertycondition/DiscountsPropertyConditionComponentProvider.java M src/org/openbravo/discounts/propertycondition/master/DiscountPropertyCRMFilter.java M web/org.openbravo.discounts.propertycondition/js/property-condition-discount-hooks.js --- |
(0141316) hgbot (developer) 2022-09-23 08:15 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts.propertycondition/-/merge_requests/7 [^] |
(0141419) ranjith_qualiantech_com (developer) 2022-09-27 15:23 |
DiscountPropertyCRMFilter are not loaded in POS when it is defined in different organization. It should be loaded based on discount organization |
(0141424) hgbot (developer) 2022-09-27 17:33 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts.propertycondition/-/merge_requests/8 [^] |
(0141472) hgbot (developer) 2022-09-29 07:25 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts.propertycondition/-/merge_requests/8 [^] |
(0141473) hgbot (developer) 2022-09-29 07:25 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts.propertycondition [^] Changeset: f46d66cb9735af8a16881e55855605db72b02b77 Author: Ranjith S R <ranjith@qualiantech.com> Date: 27-09-2022 21:02:27 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts.propertycondition/-/commit/f46d66cb9735af8a16881e55855605db72b02b77 [^] Fixed ISSUE-50030: Updated CRMFilter query to filter data based on discounts --- M src/org/openbravo/discounts/propertycondition/master/DiscountPropertyCRMFilter.java --- |
(0141559) hgbot (developer) 2022-10-03 12:18 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts.propertycondition/-/merge_requests/10 [^] |
(0141608) hgbot (developer) 2022-10-04 05:31 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/415 [^] |
(0141610) ranjith_qualiantech_com (developer) 2022-10-04 05:36 |
DiscountPropertyCRMFilter are not loaded in POS when discount is updated is backoffice. Steps to Reproduce Load POS2 (Make sure Discounts with CRM Filter presents) Add Product & confirm discounts are applied Backoffice: Update discount description POS2: Do Refresh Masterdata (POS2 should not be reloaded) Add Product & confirm discounts are not applied <= KO |
(0141616) hgbot (developer) 2022-10-04 08:09 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts.propertycondition [^] Changeset: f661bdaa3a20bc50ac99b515a20b47fe4ade5139 Author: Ranjith S R <ranjith@qualiantech.com> Date: 04-10-2022 06:09:38 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts.propertycondition/-/commit/f661bdaa3a20bc50ac99b515a20b47fe4ade5139 [^] Related to ISSUE-50030: Added Org Field in CRM Filter Property Condition tab * When saving record with Org field, crm filter is saved with discount org instead of session org --- M src-db/database/sourcedata/AD_FIELD.xml --- |
(0141617) hgbot (developer) 2022-10-04 08:09 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts.propertycondition/-/merge_requests/10 [^] |
(0141618) hgbot (developer) 2022-10-04 08:10 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^] Changeset: d6a1d4f03f0a48eaa5793b783e45ce3c70c13f5e Author: Ranjith S R <ranjith@qualiantech.com> Date: 04-10-2022 09:00:20 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/d6a1d4f03f0a48eaa5793b783e45ce3c70c13f5e [^] Related to ISSUE-50030: Masterdata PostHook should be called synchronously * After incremental refresh, PostHook function should be called synchronously * PreRefreshHooks, PostRefreshHooks & PostBackgroundRefreshHooks should be called synchronously --- M web/org.openbravo.mobile.core/app/model/masterdata/MasterdataController.js --- |
(0141619) hgbot (developer) 2022-10-04 08:10 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/415 [^] |
Issue History | |||
Date Modified | Username | Field | Change |
2022-08-23 09:55 | noemieroussel | New Issue | |
2022-08-23 09:55 | noemieroussel | Assigned To | => Retail |
2022-08-23 09:55 | noemieroussel | Triggers an Emergency Pack | => No |
2022-08-23 09:56 | noemieroussel | Tag Attached: FASH | |
2022-08-23 17:25 | rafaroda | Relationship added | related to 0049763 |
2022-08-23 17:26 | rafaroda | Relationship added | related to 0050029 |
2022-09-07 12:02 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2022-09-07 12:09 | ranjith_qualiantech_com | Status | new => scheduled |
2022-09-14 12:53 | hgbot | Note Added: 0141100 | |
2022-09-23 08:15 | hgbot | Resolution | open => fixed |
2022-09-23 08:15 | hgbot | Status | scheduled => closed |
2022-09-23 08:15 | hgbot | Note Added: 0141315 | |
2022-09-23 08:15 | hgbot | Note Added: 0141316 | |
2022-09-27 15:23 | ranjith_qualiantech_com | Note Added: 0141419 | |
2022-09-27 15:23 | ranjith_qualiantech_com | Status | closed => new |
2022-09-27 15:23 | ranjith_qualiantech_com | Resolution | fixed => open |
2022-09-27 15:24 | ranjith_qualiantech_com | Status | new => scheduled |
2022-09-27 17:33 | hgbot | Note Added: 0141424 | |
2022-09-29 07:25 | hgbot | Note Added: 0141472 | |
2022-09-29 07:25 | hgbot | Resolution | open => fixed |
2022-09-29 07:25 | hgbot | Status | scheduled => closed |
2022-09-29 07:25 | hgbot | Note Added: 0141473 | |
2022-10-03 12:18 | hgbot | Note Added: 0141559 | |
2022-10-04 05:31 | hgbot | Note Added: 0141608 | |
2022-10-04 05:36 | ranjith_qualiantech_com | Note Added: 0141610 | |
2022-10-04 05:36 | ranjith_qualiantech_com | Status | closed => new |
2022-10-04 05:36 | ranjith_qualiantech_com | Resolution | fixed => open |
2022-10-04 05:36 | ranjith_qualiantech_com | Status | new => scheduled |
2022-10-04 08:09 | hgbot | Note Added: 0141616 | |
2022-10-04 08:09 | hgbot | Note Added: 0141617 | |
2022-10-04 08:10 | hgbot | Note Added: 0141618 | |
2022-10-04 08:10 | hgbot | Note Added: 0141619 | |
2022-10-04 08:11 | marvintm | Status | scheduled => resolved |
2022-10-04 08:11 | marvintm | Fixed in Version | => pi |
2022-10-04 08:11 | marvintm | Resolution | open => fixed |
2022-10-04 08:11 | marvintm | Review Assigned To | => marvintm |
2022-10-04 08:11 | marvintm | Status | resolved => closed |
2023-05-31 15:08 | ranjith_qualiantech_com | Relationship added | causes 0052618 |
Copyright © 2000 - 2009 MantisBT Group |