<% 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 %>

News 2007
  

December 10, 2007
Ricker Oil Company selects KSS for "pricing management on the go"

November 5, 2007
Fuels pricing and performance management in the palm of your hand

October 29, 2007
Knowledge Supports Systems (KSS) signs Co Development Agreement with SAP

October 24, 2007
StatoilHydro selects KSS for fuel price management and optimisation

September 24, 2007
KSS announces addition of two industry specialists to its fuels team

July 23, 2007
KSS announces new licensee for RackPrice wholesale fuels pricing systems

July 10, 2007
KSS announces first European licensee for RackPrice

April 17, 2007
KSS presents fuel pricing study at NACS State of Industry Conference

April 4, 2007
Town & Country Food Stores selects KSS for fuel price management and optimization

March 27, 2007
KSS to present at NACSTech Price Optimization Workshop, April 30, 2007

March 21, 2007
KSS RackPrice upgrade expands customer-level price management capabilities

February 16, 2007
PKN Orlen has selected KSS PriceNet as its enterprise retail fuel price management system

February 15,  2007
KSS Companies Three Patent Applications for its RackPrice Wholesale Fuels Pricing Suite

February 8,  2007
KSS joins SAP Partner Ecosystem to deliver interated solutions for the Oil and Gas Industry

 

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 %>