User's Manual

Configuration Files C-31
MEASUREMENT_TYPE, 1
#
# Whether or not to log a message during an EPL Load.
# 0 - Don't Log a message
#
LOAD_EPL_LOGALL, 0
#
# There are 3 options. NORMAL, ROUNDUP and TRUNCATE
# NORMAL implies that the price/unit price will be rounded to
the next whole
# number if greater than .5 else it will be rounded down.
# ROUNDUP implies that the price/unit price will be always
rounded to the next
# whole number.
# TRUNCATE implies that the price/unit price will be truncated
to the next
# whole number.
#
ROUNDING_TYPE, NORMAL
#
# What to do if the price overflows
# DROP_UNIT_PRICE: The unit price is not displayed and the
overflow portion
# is displayed in the unit price field.
# DROP SIGNIFICANT DIGITS: Drop the decimals portion of the
price.
#
PRC_OVERFLOW_HANDLING, DROP_UNIT_PRICE
#
# 0 - Don't display CENT or EURO sign
# 1 - Display CENT sign
# 2 - Display EURO sign
#
DISPLAY_CENTS, 1
#
# Whether or not to displaya0infront of the decimal, when
the price is
# less than a 1.00. For instance a price of .60 could be
displayed as 0.60.
# 0 - Don't display a zero if price is less than 1.0
# 1 - Display a zero if price is less than 1.0
LEAD_ZERO_ON_SML_PRICE,0
#
# Date format (mmddyy, ddmmyy, yymmdd)
#