<% 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 Enters Brazilian Fuels Market

Partnership with ValorArt will help Brazilian fuels suppliers increase profitability through suite of pricing solutions and services

Manchester, UK – February 16, 2010 – KSS Ltd. today announced that it is now actively working in Brazil with the assistance of ValorArt Ltda., a strategic partner based in Rio de Janeiro. The two companies are jointly working to deliver KSS’ extensive software applications (PriceNet and RackPrice), analytics and pricing services to fuels wholesalers, distributors and retailers in the region.

ValorArt Ltda. is a strategic consulting company specialising in business marketing and pricing. Led by Alex Carneiro a former senior executive of a multi-national oil company, they have over 20 years experience of the fuels sector and will be responsible for identifying and leading client engagements on behalf of KSS in Brazil.

Brazil has a buoyant economy and a diversified fuels industry, being one of the world leading pioneers of alternative fuels with a rapidly growing downstream wholesale and retail fuels sector. As such, the region represents a major market opportunity for KSS and the partners expect to see business develop quickly as operators come to learn of the benefits of a more automated and data driven decision making approach to fuels pricing.

“KSS has an outstanding track record in many fuels markets around the world based on a range of truly valuable, proven pricing products and services. Our research into their technology, people and success in the industry gives us confidence that Brazilian companies will gain major benefits from the use of their offerings”, stated Alex Carneiro, Managing Partner of ValorArt Marketing.

“We identified Brazil as a significant new market opportunity for our company and through our partnership with ValorArt we look forward to delivering significant performance improvement for Brazilian fuels wholesalers, distributors and retailers through enhanced pricing effectiveness and efficiency”, stated Bob Stein, president and ceo of KSS. “ValorArt represent the ideal partner for KSS, combining a deep understanding of pricing dynamics with long-standing industry experience and local market knowledge. I am excited by the potential for us both to bring long-term profitability improvements to a range of fuels businesses in Brazil.”

PriceNet is a comprehensive pricing solution that supports the key tasks and stakeholders involved in retail fuels pricing, from capturing field-based intelligence at the site level to the generation of price proposals, via comprehensive pricing rules or price optimization, to consistent and timely implementation. High levels of automation and an ‘exception-based’ approach ensure a rapid response to competitors and market conditions and allow pricing analysts to leverage the power of pricing analytics.

RackPrice is an end-to-end wholesale pricing solution and includes modules for price generation automation, reporting/analysis, competitive price prediction, price-volume modelling and price optimization. The system helps wholesalers meet volume targets at higher margins by streamlining their pricing processes and responding more rapidly and effectively to market moves.

#####

 

<%if right(Request.ServerVariables("URL").ToLower,12)="default.aspx" then dim pgdt as date dim isDateDir as boolean = false dim thisURL = left(Request.ServerVariables("URL"),instrrev(Request.ServerVariables("URL"),"/")-1) dim getDir = mid(thisURL, instrrev(thisURL,"/")+1) dim checkno = replace(replace(getDir,"-",""),"_","") dim getYr dim getMn if len(checkno) = 6 and isNumeric(checkno) then isDateDir = true getYr = left(checkno, 4) getMn = mid(checkno, 5) end if %>
<% try pgdt = CDate("2010-04-13") catch ex as system.exception pgdt = now end try response.write(right("0" & day(pgdt),2) & " " & monthname(month(pgdt)) & " " & year(pgdt)) %>

Articles to Address Business Issues Affecting Fuel Retailers and Wholesalers


<% try pgdt = CDate("2010-03-01") catch ex as system.exception pgdt = now end try response.write(right("0" & day(pgdt),2) & " " & monthname(month(pgdt)) & " " & year(pgdt)) %>

KSS Expands Sales Organization to Address Increasing Demand for its Pricing Products and Services


<% try pgdt = CDate("2010-02-16") catch ex as system.exception pgdt = now end try response.write(right("0" & day(pgdt),2) & " " & monthname(month(pgdt)) & " " & year(pgdt)) %>

KSS Enters Brazilian Fuels Market Partnership with ValorArt will help Brazilian fuels suppliers increase profitability through suite of pricing solutions and services


<% try pgdt = CDate("2010-02-09") catch ex as system.exception pgdt = now end try response.write(right("0" & day(pgdt),2) & " " & monthname(month(pgdt)) & " " & year(pgdt)) %>

The Pantry Chooses KSS for Fuel Price Management Convenience Retailer to Install KSS Solutions at 1,600 Sites


<% try pgdt = CDate("2010-02-01") catch ex as system.exception pgdt = now end try response.write(right("0" & day(pgdt),2) & " " & monthname(month(pgdt)) & " " & year(pgdt)) %>

Wayne Oil Co. Chooses KSS to Manage and Optimize Fuel Pricing PriceNet and PriceNet Web to be used at 13 sites across Southeast U.S.


<% try pgdt = CDate("2010-01-19") catch ex as system.exception pgdt = now end try response.write(right("0" & day(pgdt),2) & " " & monthname(month(pgdt)) & " " & year(pgdt)) %>

KSS Retains Elite Gold Microsoft Partnership for Seventh Consecutive Year


<% try pgdt = CDate("2010-01-11") catch ex as system.exception pgdt = now end try response.write(right("0" & day(pgdt),2) & " " & monthname(month(pgdt)) & " " & year(pgdt)) %>

New Version of KSS Ltd.’s RackPrice Fuel Price Management Software for Fuel Wholesalers Certified as “Powered by SAP NetWeaver®”


<%end if%>

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

Get Adobe Flash player


KSS entra no Mercado Brasileiro de combustíveis

A parceria com a ValorArt ajudará aos comercializadores brasileiros de combustíveis aumentarem sua lucratividade através de soluções e serviços de gestão de preços.

Clique aqui para ler mais

 

 

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