<% If IO.File.Exists(server.mappath("/includes/ksstop.aspx")) Then server.execute("/includes/ksstop.aspx") elseif IO.File.Exists(replace(server.mappath("/includes/ksstop.aspx"),"\CMS\","\test\")) Then server.execute("/includestst/ksstop.aspx") End if %> <% Dim getSect as String Dim thissect as String getSect = lcase(Request.ServerVariables("PATH_INFO")) select case true case instr(getSect,"software") > 0 thissect = "1" case instr(getSect,"analytics") > 0 thissect = "2" case instr(getSect,"consulting") > 0 thissect = "3" case instr(getSect,"pricemanagement") > 0 thissect = "4" case instr(getSect,"ourtechnology") > 0 thissect = "5" case instr(getSect,"aboutus") > 0 thissect = "6" case else thissect = "0" end select %>
SoftwareAnalyticsConsultingPrice ManagementOur TechnologyAbout Us
<% dim ActiveURL as string = Request.ServerVariables("URL") Dim reSpl = split(ActiveURL,"/") dim getTotalDir as string getTotalDir = "/" + reSpl(0) + "/" + reSpl(1) + "/" dim stFilePath as string = server.mappath(getTotalDir + "leftmenu.aspx") If IO.File.Exists(stFilePath) Then server.execute(getTotalDir + "leftmenu.aspx") End if %>

KSS announces first European licensee for RackPrice

 

Manchester, UK –July 10, 2007––KSS, the global leading provider of retail and wholesale fuels price automation and optimization systems, announced today that it has secured its first European RackPrice client.

“We are delighted to announce our first European licensee for our RackPrice wholesale fuels pricing system. This win validates that the functionality of RackPrice meets the requirements of the European wholesale fuels supply and distribution sector. It is also another example of a client not requiring any upfront testing before making a decision to license. We look forward to working with the client to implement the system to help them gain greater insight into their markets and more effectively meet the needs of their customers,” said Bob Stein, Chief Executive of KSS’ fuels group.

KSS RackPrice is a comprehensive wholesale and commercial fuels pricing system designed to combine pricing analyst expertise with a robust, highly efficient process workflow to generate margin-maximizing prices. With a suite of analytical tools, including competitor price prediction, demand forecasting and price optimization, RackPrice provides deep insight into market and competitor dynamics as the basis for more effective pricing decisions.

# # # # # 

Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player

<% If thissect = "1" then %>
<% end if%>
<% If IO.File.Exists(server.mappath("/includes/kssbase.aspx")) Then server.execute("/includes/kssbase.aspx") elseif IO.File.Exists(replace(server.mappath("/includes/kssbase.aspx"),"\CMS\","\test\")) Then server.execute("/includestst/kssbase.aspx") End if %>