Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #57818 Back to Issue ]
Summary 0057818: Discounts Web Service doesnt return the right discounts
Revision 2025-01-31 12:18 by XABIER_AGUADO
Steps To Reproduce Configure the following discounts:

Discount: Pack
- Name: Pack
- Search key: Pack
-Starting date: today
- Included Products Only: those defined
- Discount/Promotion Price: 5
- Apply Next Discount Promotion: Y
- Included Products: Bottle 1L & Mountains Water Bottle.

Discount: Fixed Percentage Discount
- Name: Fixed Percentage Discount
- Search key: Fixed Percentage Discount
- Starting date: today
- Included Products Only: those defined
- Discount: 5% - Apply Next Discount Promotion: Y
 - Included Products: Bottle 1L

Discount: Price Adjustment
- Name: Price Adjustment
- Search key: Price Adjustment
- Starting date: today
- Included Products Only: those defined
- Discount: 1
- Min Quantity: 1
- Max Quantity: 5
- Apply Next Discount Promotion: Y
- Included Products: Bottle 1L



JSON (Update the date):
{
  "ticket": {
    "id": "F54FA593DBC48XC3AFFA2FF4298FE411",
    "organization": {
      "id": "D270A5AC50874F8BA67A88EE977F8E3B",
      "_identifier": "Vall Blanca Store"
    },
    "businessPartner": {
      "id": "ABD91C9D3BC94175B876FBBE9CACA008",
      "_identifier": "VBS Customer"
    },
    "orderDate": "2025-01-31T11:54:21",
    "priceIncludesTax": true,
    "lines": [
      {
        "id": "60BE74DA6C424ED388A3F6306A55FAB2",
        "product": {
          "id": "3BD414F7A8024D108AF4759F240A966C",
          "_identifier": "Bottle 1 L"
        },
        "qty": 3,
        "baseGrossUnitPrice": 9.50
      },

 {
        "id": "60BE74DA6C4255388A3F6306A55FAB2",
        "product": {
          "id": "3BD414F7A8024D108AF4759F240A966C",
          "_identifier": "Mountains water bottle"
        },
        "qty": 3,
        "baseGrossUnitPrice": 1.2
      }
    ]
  }
}
Revision 2025-01-31 11:45 by XABIER_AGUADO
Steps To Reproduce Configure the following discounts:

Discount: Pack
- Name: Pack
- Search key: Pack
-Starting date: today
- Included Products Only: those defined
- Discount/Promotion Price: 5
- Apply Next Discount Promotion: Y
- Included Products: Bottle 1L & Mountains Water Bottle.

Discount: Fixed Percentage Discount
- Name: Fixed Percentage Discount
- Search key: Fixed Percentage Discount
- Starting date: today
- Included Products Only: those defined
- Discount: 5% - Apply Next Discount Promotion: Y
 - Included Products: Bottle 1L

Discount: Price Adjustment
- Name: Price Adjustment
- Search key: Price Adjustment
- Starting date: today
- Included Products Only: those defined
- Discount: 1
- Min Quantity: 1
- Max Quantity: 5
- Apply Next Discount Promotion: Y
- Included Products: Bottle 1L



JSON:
{
  "ticket": {
    "id": "F54FA593DBC48XC3AFFA2FF4298FE411",
    "organization": {
      "id": "D270A5AC50874F8BA67A88EE977F8E3B",
      "_identifier": "Vall Blanca Store"
    },
    "businessPartner": {
      "id": "ABD91C9D3BC94175B876FBBE9CACA008",
      "_identifier": "VBS Customer"
    },
    "orderDate": "2025-01-31T11:54:21",
    "priceIncludesTax": true,
    "lines": [
      {
        "id": "60BE74DA6C424ED388A3F6306A55FAB2",
        "product": {
          "id": "3BD414F7A8024D108AF4759F240A966C",
          "_identifier": "Bottle 1 L"
        },
        "qty": 3,
        "baseGrossUnitPrice": 9.50
      },

 {
        "id": "60BE74DA6C4255388A3F6306A55FAB2",
        "product": {
          "id": "3BD414F7A8024D108AF4759F240A966C",
          "_identifier": "Mountains water bottle"
        },
        "qty": 3,
        "baseGrossUnitPrice": 1.2
      }
    ]
  }
}


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker