%
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
%>
<%
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 Dealer Pricing
Efficient Supply Pricing and Contract Management for Dealer Sites
Enhance dealer loyalty and strike the optimum volume / margin balance with the PriceNet Dealer Pricing solution. You’ll get the power of PriceNet’s process automation and exception-driven pricing tailored specifically for your needs as a fuels supplier to dealer or franchisee operated sites.
PriceNet Dealer Pricing, based on the standard PriceNet system, includes capabilities designed to support the supplier in all aspects of setting and managing dealer supply prices, streamlining and automating contract management. In addition to contract-specific pricing, PriceNet Dealer Pricing recommends dealer tank wagon prices based on “street back” or “cost-plus” methods, for all gasoline and diesel grades.
PriceNet Dealer Pricing helps improve pricing efficiency by managing dealer tank wagon prices across all channels of trade, benefiting from:
Exception-based pricing – manage your dealer network by exception, only focusing attention on dealers and sites that need it
Speed of response – calculates new dealer supply prices within seconds of the arrival of relevant data needed to make the day’s pricing decision. This could allow for more frequent pricing
Automatic price distribution – distributes prices by fax, email, SMS or even posting prices to a secure intranet site as well as your internal billing system
Contract and Rules-based pricing – maintain competitive price position, consistently and in line with contractual agreements, eliminating errors and the effort associated with resolving price disputes
Data management – fast, efficient and validated data presentation, reporting and performance monitoring
Web-based architecture allows you to share critical information in real-time between field and head office and keep key personnel informed of progress towards goals.
PriceNet Dealer Pricing Solution Benefits:
Automatically generate supply prices for dealer distribution - all within your existing contract pricing policy
Efficient dealer contract management – start/end dates, key pricing parameters, rebate management, ability to apply more sophisticated contract terms with no increase in effort
Continuously monitor margins, volumes and other key performance indicators
Exception alerts – contract renewal/expiration, rebate thresholds, margin, volume, etc.
Automated price distribution to dealers
Full suite of reports and pricing analytics
For more information simply email info@kssg.com call your local KSS office.
<% 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
%>