Price Setting Modules
Modularization is one of the main concepts in Price Setting Package. It means that the package is split into a single required Core Module and multiple independent feature modules. This separation allows the package to stay fairly simple for small installations, while also allowing for more complex feature-rich configurations.
Since modules are mostly independent, most of them have warnings and errors on the module level. In case something goes wrong in the module, the rest of them will still work.
All feature modules are disabled by default.
Modules can be configured through our Configuration Wizard or by enabling them manually and configuring them according to the individual module’s configuration page.
Available modules:
Module Name | Description | Configuration key name |
---|---|---|
Basic Module of Price Setting Accelerator. In the module you can do the basic configuration of the package. | ||
Displays transaction and forecast data about products. | PSP_TRANSACTION_MODULE | |
Provides stock data and the StockCoverDays calculation. This module depends on the Transaction module. | PSP_STOCK_MODULE | |
Allows you to calculate a net price (with a proper discount taken into consideration). This is usually used in B2B(2C) Business. | PSP_NET_PRICE_MODULE | |
Handles exceptions in pricing. It allows you to manually override product prices in the Price List / Price Grid or store exceptions per SKU. | PSP_OVERRIDES_MODULE | |
Checks if the user margin is within a suitable range and if not, it issues alerts. Also, for dependent price lists, it checks if the difference between a dependent and parent price is within a suitable range. | PSP_PRICE_CHECKS_MODULE | |
Provides integration with Price Flexibility Package. It adds a new element to the independent price grid which describes why a product has been automatically added to a price grid. | PSP_PRICE_FLEXIBILITY_MODULE | |
Gathers and displays product competition data. This can be used for any competition based strategy. | PSP_PRODUCT_COMPETITION_MODULE | |
Performs additional checks if prices meet certain conditions. Strategies can be skipped or used as fallback to ensure proper pricing rules. | PSP_STRATEGY_CONDITION_MODULE | |
Rounds prices to user friendly values. | PSP_ROUNDING_RULES_MODULE | |
Calculates additional cost types. These will be used for pricing strategies and margin calculations. | PSP_ADVANCED_COST |
Â