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

PriceNet SaaS    PriceNet SaaS overview

PriceNet is a comprehensive, headquarters software application designed to support all aspects of daily retail fuels pricing and performance management. PriceNet manages and recommends retail and/or dealer tank wagon prices for all fuel grades with the aim of delivering higher gross margin and profit performance for given volume targets.

PriceNet SaaS (software as a service) provides an alternative to capital expenditures for smaller retailers with low IT budgets, as well as larger clients interested in outsourcing some or all aspects of their IT needs. PriceNet SaaS has the same functionality of PriceNet, without the need for installation or maintenance of applications or data on the retailer’s site, but rather through the KSS data center servers. The application is web-based, with connectivity through a suitable web browser and internet connection.

KSS will provide on-going Software Maintenance and Support (SMS) and Model Maintenance and Support (MMS) to ensure you continue to achieve the maximum value from the our solution.

SMS provides hotline support during KSS standard working hours – accessed by phone and/or e-mail and a provision for software upgrades.

 

 

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