![]() |
When C3 Analyzer displays reports, it displays the values of orders, quotes, and so on in two different ways. When an order is placed, the actual value of the order and line items is saved, and so the value of orders and line items displayed in reports is based on these values. If the order is placed in a currency other than the reporting currency, then the value of orders and line items is converted using the conversion rates taken from the CMGT_CURRENCIES table (see the Comergent eBusiness System Reference Guide for further information).
However, for active and abandoned lists, there are no set prices for the line items. To display prices and values for these objects, a price list is used. We refer to this price list as the reporting price list. This price list is identified by its key and is specified by the AnalyzerPricelistKey element in the Comergent.xml file. By default, its value is "0" which is the key of the Enterprise Master List price list. This price list is created as part of the loading of the minimal data and so should always be present in the Comergent eBusiness System.
Note that you must ensure that every product must be assigned to this reporting price list so that their prices can be used in reports. If you change to a different price list, then again ensure that every product is assigned to the new reporting price list. You can determine the price list key of a price list by locating it in the list of the price lists and letting your mouse hover over the link: the URL is displayed in the status field of the browser, and the priceListKey parameter of the URL gives the key.
You can change to a different price list by changing the Analyzer Price List ID system property to be found in the C3 Analyzer list of system properties. See CHAPTER 37, System Administration for more information on changing system properties.
|