User's Manual
C-10 Configuration Files
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)
#
DATE_FORMAT, mmddyy
#
# Decimal symbol (. or ,)
#
DECIMAL_SYMBOL, "."
#
# When a tag is purged, what should be displayed on the tag.
# 0 - Don't change anything. Keep whatever was displayed last.
# 1 - Display the enunciators on the tag i.e. periods, commas, etc.
# 2 - Display the configured text on the tag
#
DISPLAY_ON_PURGE,0