reflex-wms-connector/HfRpConfig.ftl
2023-09-04 16:41:21 +02:00

36 lines
2.0 KiB
Java

<#-- Warning the file is generated, if you modify it manually, do not enable automatic update via the pipeline -->
<#-- Date of last generation : Jul 10, 2023 2:39:59 PM -->
<#-- if LVID is egal to **quantity_in_base_lv** keyword then LVID is egal to base VL of the item -->
<#assign quantity_in_base_lv_RP_Cst = "**quantity_in_base_lv**" >
<#assign rfx_date_format_default = "yyyy-MM-dd" >
<#assign length_unit_KV_rfx = {"MET":"MILLIMETER","CM":"CENTIMETER","MM":"METER","DM":"DECIMETER","KM":"KILOMETER","MIL":"MILE","YAR":"YARD","INC":"INCH","FT":"FOOT"}>
<#assign weight_unit_KV_rfx = {"GR":"GRAMME","DG":"DECIGRAM","KG":"KILOGRAM","TON":"TONNE","OCE":"ONCE","LTO":"LONG_TON","STO":"SHORT_TON","PND":"POUND"}>
<#assign area_unit_KV_rfx = {"MM²":"SQUARE_MILLIMETER","CM²":"SQUARE_CENTIMETER","DM²":"SQUARE_DECIMETER","":"SQUARE_METER","SQI":"SQUARE_INCH","SQF":"SQUARE_FOOT","SQY":"SQUARE_YARD"}>
<#assign volume_unit_KV_rfx = {"MM³":"CUBIC_MILLIMETER","CM³":"CUBIC_CENTIMETER","DM³":"CUBIC_DECIMETER","":"CUBIC_METER","CI":"CUBIC_INCH","CF":"CUBIC_FOOT","CY":"CUBIC_YARD","ML":"MILLI_LITER","CL":"CENTI_LITER","DL":"DECI_LITER","LIT":"LITER","HL":"HECTO_LITER","FT":"US_FLUID_OUNCE","USG":"US_GAL","PI":"IMPERIAL_PINT","GL":"IMPERIAL_GAL"}>
<#assign temperature_unit_KV_rfx = {"° C":"CELSIUS","° F":"FAHRENHEIT"}>
<#assign length_unit_rfx = length_unit_KV_rfx["CM"]!"CENTIMETER">
<#assign distance_unit_rfx = length_unit_KV_rfx["MET"]!"CENTIMETER">
<#assign transport_distance_unit_rfx = length_unit_KV_rfx["KM"]!"CENTIMETER">
<#assign weight_unit_rfx = weight_unit_KV_rfx["KG"]!"KILOGRAM">
<#assign area_unit_rfx = area_unit_KV_rfx[""]!"SQUARE_METER">
<#assign volume_unit_rfx = volume_unit_KV_rfx["DM³"]!"CUBIC_DECIMETER">
<#assign number_of_litres_unit_rfx = volume_unit_KV_rfx["LIT"]!"CUBIC_DECIMETER">
<#assign time_zone_rfx = "Europe/Paris"!"UTC">
<#assign time_zone_offset_rfx = "+02:00"!"+00:00">
<#assign text_language_rfx = "fr"!"en">