Тариф: различия между версиями

Материал из Центр поддержки системы бронировании
Перейти к навигации Перейти к поиску
м (1 версия)
Строка 1: Строка 1:
 
[[Категория:Термины]]
 
[[Категория:Термины]]
 +
 +
'''Тариф''' - размер стоимости услуги, формирующийся из цены этой услуги и условий её реализации. В качестве синонимов "тарифа" часто используют термины "сбор" или "пошлина". С помощью тарифов предприятия покрывают свои расходы (в частности, затраты на эксплуатацию используемых средств), и получают прибыль.
 +
 +
В индустрии перевозок тарифы в значительной степени зависят от экономических особенностей пространства, где они применяются. На их размеры способны оказывать влияние различные аспекты налогового законодательства, стоимость и качество перевозимых грузов, действующие льготные правила, финансовая состоятельность клиента и многое другое. Многообразие тарифов отражается как в способах их рассчета (в виде таблиц или схем), так и вариантов оплаты (за промежуток времени или за расстояние). Тарифы могут быть постоянными или действующими в течение ограниченного срока времени. Есть тарифы в виде конкретной суммы (простые) и состоящие из множества величин (составные). Утверждение тарифов происходит на разных уровнях: от государственного и далее - регионального и муниципального - до частного (в зависимости от принадлежности тех или иных видов транспорта государству, муниципалитетам или частным лицам и организациям).
 +
 +
== Тариф из Тарифы ==
 +
 +
У термина "тариф" арабское происхождение и оно связано с андалузским портом Тарифа, находящимся на самом Юге континентальной Европы. Тариф-ибн-Малик, в  честь которого назван этот город, был командующим во времена африканского вторжения в Испанию. В 711 году арабы взяли под контроль обе стороны Гибралтарского пролива и с присущей им предприимчивостью стали брать плату за проход судов и пользование доками Тарифы. Затем термин стал применяться в других странах и областях, не связанных с морским делом.
 +
 +
== Правила тарифов в Nemo ==
 +
 +
Данная настройка доступна в разделе «Авиабилеты» - «Поиск» - «Предустановки поиска» - «Отображение тарифов на странице результатов» и позволяет на странице с результатами поиска отображать правила тарифов. Можно посмотреть описание каждого правила подробнее, нажав на него левой кнопкой мыши.
 +
 +
[[Файл:Tarif-rules.png]]
 +
 +
== Чтение тарифных правил ==
 +
 +
Чтение тарифных правил - это запрос, который отправляется после того, как пользователь в результатах поиска выбрал перелет и нажал «Забронировать». При помощи него Nemo получает информацию от поставщика о возвратности/невозвратности тарифов, а также иную полезную информацию, которая доступна пользователю на странице подтверждения бронировании по клику на названии тарифного правила.
 +
 +
WSDL: [http://sys.nemo-ibe.com/nemoflights/wsdl.php?for=GetAirRules http://sys.nemo-ibe.com/nemoflights/wsdl.php?for=GetAirRules]
 +
 +
'''Пример запроса и ответа:'''
 +
 +
'''REQUEST'''
 +
 +
<pre><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ver="http://tst.nemo-ibe.com/nemoflights/?version%3D1.0%26for%3DVoidTicket">
 +
  <soapenv:Header/>
 +
  <soapenv:Body>
 +
      <ver:GetAirRules>
 +
        <RequestBin>
 +
            <Request>
 +
<!--Запрос, обязательный-->
 +
<GetAirRules>
 +
<!--FlightId ид перелёта в системе Немо, обязательный-->
 +
<FlightId>531846</FlightId>
 +
</GetAirRules>
 +
</Request>
 +
<!--Авторизация, обязательный-->
 +
<!--@ClientId, идентификатор клиента, обязательный-->
 +
<!--@APIKey, API ключ клиента, обязательный-->
 +
<!--@Language, код языка, обязательный-->
 +
<!--@Currency код валюты, обязательный-->
 +
            <Source>
 +
              <ClientId>102</ClientId>
 +
              <APIKey>7F48365D42B73307C99C12A578E92B36</APIKey>
 +
              <Language>RU</Language>
 +
              <Currency>RUB</Currency>
 +
            </Source>
 +
        </RequestBin>
 +
      </ver:GetAirRules>
 +
  </soapenv:Body>
 +
</soapenv:Envelope></pre>
 +
 +
 +
'''RESPONSE'''
 +
 +
<pre><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ver="http://tst.nemo-ibe.com/nemoflights/?version%3D1.0%26for%3DVoidTicket">
 +
  <soapenv:Header/>
 +
  <soapenv:Body>
 +
      <ver:GetAirRules>
 +
        <ResponseBin>
 +
            <Response>
 +
<!--Запрос, обязательный-->
 +
<GetAirRules>
 +
<!--FlightId ид перелёта в системе Немо, обязательный-->
 +
<FlightId>531846</FlightId>
 +
<!--Rules Правила перелета, обязательный-->
 +
<Rules>
 +
<!--@Code код правила, обязательный-->
 +
<!--@Tarrif название тарифа, обязательный-->
 +
<!--@Name название правила, обязательный-->
 +
<Rule Code="6" Tarrif="VSSOW" Name="MINIMUM STAY">
 +
<!--Текст правила, обязательный-->
 +
<RuleText>No Minimum Stay</RuleText>
 +
</Rule>
 +
<Rule Code="7" Tarrif="VSSOW" Name="MAXIMUM STAY">
 +
<RuleText>No Maximum Stay</RuleText>
 +
</Rule>
 +
<Rule Code="5" Tarrif="VSSOW" Name="ADVANCE RESERVATIONS/TICKETING">
 +
<RuleText>Advanced reservations anytime Advanced ticketing departure time - 0  Advanced ticketing reservation time - 24 hours</RuleText>
 +
</Rule>
 +
<Rule Code="2" Tarrif="VSSOW" Name="DAY/TIME">
 +
<RuleText>Most restrictive ticketing date 20110524</RuleText>
 +
</Rule>
 +
<Rule Code="12" Tarrif="VSSOW" Name="SURCHARGES">
 +
<RuleText>No surcharges</RuleText>
 +
</Rule>
 +
<Rule Code="16" Tarrif="VSSOW" Name="PENALTIES">
 +
<RuleText>Condition: If Itinerary is changed requiring reissue of ticket. Amount -  Condition: If canceled. Amount -</RuleText>
 +
</Rule>
 +
<Rule Code="0" Tarrif="VSSOW" Name="APPLICATION AND OTHER CONDITIONS">
 +
<RuleText>Application and other conditions 
 +
rule - 304/ut23                                               
 +
unless otherwise specified                                   
 +
one way instant purchase fare                                 
 +
application                                                 
 +
  area                                                       
 +
these fares apply                                       
 +
within russia.                                           
 +
  class of service                                           
 +
these fares apply for economy class service.             
 +
  types of transportation                                   
 +
this rule governs one-way fares.                         
 +
fares governed by this rule can be used to create       
 +
one-way journeys.                                       
 +
capacity limitations                                         
 +
  the carrier shall limit the number of passengers carried   
 +
  on any one flight at fares governed by this rule and such 
 +
  fares will not necessarily be available on all flights.   
 +
  the number of seats which the carrier shall make           
 +
  available on a given flight will be determined by the     
 +
  carriers best judgment
 +
</RuleText>
 +
</Rule>
 +
<Rule Code="4" Tarrif="VSSOW" Name="FLIGHT APPLICATION">
 +
<RuleText>Flight application                                       
 +
unless otherwise specified                                   
 +
  the fare component must be on                               
 +
  one or more of the following                           
 +
any ut flight.</RuleText>
 +
</Rule>
 +
<Rule Code="5" Tarrif="VSSOW" Name="ADVANCE RES/TICKETING">
 +
<RuleText>Advance res/ticketing                                     
 +
unless otherwise specified                                   
 +
  reservations are required for all sectors.                 
 +
  ticketing must be completed within 24 hours after           
 +
  reservations are made.</RuleText>
 +
</Rule>
 +
<Rule Code="8" Tarrif="VSSOW" Name="STOPOVERS">
 +
<RuleText>Stopovers                                                 
 +
unless otherwise specified                                   
 +
  unlimited stopovers permitted.</RuleText>
 +
</Rule>
 +
<Rule Code="9" Tarrif="VSSOW" Name="TRANSFERS">
 +
<RuleText>Transfers                                                 
 +
unless otherwise specified                                   
 +
  unlimited transfers permitted on the pricing unit           
 +
fare break and embedded surface sectors permitted on the 
 +
fare component.
 +
</RuleText>
 +
</Rule>
 +
<Rule Code="10" Tarrif="VSSOW" Name="PERMITTED COMBINATIONS">
 +
<RuleText>Permitted combinations                                   
 +
unless otherwise specified                                   
 +
  single/double open jaws/round trips/circle trips not       
 +
  permitted.                                                 
 +
  add-ons not permitted.                                     
 +
  end-on-end                                                 
 +
end-on-end combinations permitted with ut fares.         
 +
validate all fare components.                             
 +
  provided -                                                 
 +
combinations are with any one way fare for carrier ut.</RuleText>
 +
</Rule>
 +
<Rule Code="15" Tarrif="VSSOW" Name="SALES RESTRICTIONS">
 +
<RuleText>Sales restrictions                                       
 +
unless otherwise specified                                   
 +
  tickets must be issued on ut.
 +
</RuleText>
 +
</Rule>
 +
<Rule Code="16" Tarrif="VSSOW" Name="PENALTIES">
 +
<RuleText>Penalties                                                 
 +
unless otherwise specified                                   
 +
  cancellations                                               
 +
cancellations permitted for cancel/no-show/refund.       
 +
note -                                               
 +
  -full refund if ticket is presented for the refund 
 +
  more than 24hrs before departure time shown on the 
 +
  flight coupon.                                     
 +
  -refund the fare paid less 25 percent if ticket is 
 +
  presented for the refund less than 24hrs before     
 +
  departure time shown on the flight coupon or after 
 +
  departure time shown on the flight coupon/no-show/ 
 +
  ---------------------                               
 +
  refund of unused fees and taxes permitted           
 +
  ---------------------                               
 +
  penalties waived in case of involuntary refund     
 +
  ---------------------                               
 +
  refund permitted at any time within one year from   
 +
  the day of original ticket issue.                   
 +
  changes                                                     
 +
changes permitted.                                       
 +
note -                                               
 +
  permitted upon payment to any higher applicable     
 +
  ow fare. the difference in fares has to be         
 +
  collected.                                         
 +
  ----------------                                   
 +
  changes permitted if the ticket is presented for   
 +
  the change within 1 month from the date of         
 +
  departure shown on the original flight coupon.     
 +
  involuntary changes                                         
 +
involuntary changes permitted.
 +
</RuleText>
 +
</Rule>
 +
<Rule Code="17" Tarrif="VSSOW" Name="HIP/MILEAGE EXCEPTIONS">
 +
<RuleText>Hip/mileage exceptions                                   
 +
unless otherwise specified                                   
 +
note -                                               
 +
  higher intermediate rule applies.                   
 +
unless otherwise specified                                   
 +
note -                                               
 +
  higher intermediate rule applies.
 +
</RuleText>
 +
</Rule>
 +
<Rule Code="19" Tarrif="VSSOW" Name="CHILDREN DISCOUNTS">
 +
<RuleText>Children discounts                                       
 +
within russia
 +
</RuleText>
 +
</Rule>
 +
<Rule Code="6" Tarrif="VSSOW" Name="PENALTIES">
 +
<RuleText>Penalties                                                 
 +
unless otherwise specified                                   
 +
  cancellations                                               
 +
cancellations permitted for cancel/no-show/refund.       
 +
note -                                               
 +
  -full refund if ticket is presented for the refund 
 +
  more than 24hrs before departure time shown on the 
 +
  flight coupon.                                     
 +
  -refund the fare paid less 25 percent if ticket is 
 +
  presented for the refund less than 24hrs before     
 +
  departure time shown on the flight coupon or after 
 +
  departure time shown on the flight coupon/no-show/ 
 +
  ---------------------                               
 +
  refund of unused fees and taxes permitted           
 +
  ---------------------                               
 +
  penalties waived in case of involuntary refund     
 +
  ---------------------                               
 +
  refund permitted at any time within one year from   
 +
  the day of original ticket issue.                   
 +
  changes                                                     
 +
changes permitted.                                       
 +
note -                                               
 +
  permitted upon payment to any higher applicable     
 +
  ow fare. the difference in fares has to be         
 +
  collected.                                         
 +
  ----------------                                   
 +
  changes permitted if the ticket is presented for   
 +
  the change within 1 month from the date of         
 +
  departure shown on the original flight coupon.     
 +
  involuntary changes                                         
 +
involuntary changes permitted.                           
 +
17. hip/mileage exceptions                                   
 +
unless otherwise specified                                   
 +
note -                                               
 +
  higher intermediate rule applies.                   
 +
unless otherwise specified                                   
 +
note -                                               
 +
  higher intermediate rule applies.                   
 +
19. children discounts                                       
 +
within russia                                                 
 +
  accompanied child 2-11 - charge 67 percent of the fare.     
 +
ticket designator - cn and percent of discount.       
 +
note -                                               
 +
  discount applies if the number of children is 6     
 +
  or less                                             
 +
  -----------------------------------------------     
 +
  unaccompanied children not permitted               
 +
  or - 1st and each additional group child 2-11 - charge 95   
 +
percent of the fare.                                 
 +
ticket designator - cn and percent of discount. 
 +
note -                                               
 +
  discount applies if the number of children in the   
 +
  group is more than 6. group required to travel     
 +
  together for the entire pricing unit.               
 +
  -------------                                       
 +
  unaccompanied children not permitted               
 +
  or - 1st infant under 2 without a seat - no charge         
 +
ticket designator - in and percent of discount   
 +
  or - 2nd and each additional infant under 2 without a       
 +
seat- charge 67 percent of the fare.                 
 +
ticket designator - cn and percent of discount   
 +
  or - infant under 2 with a seat - charge 67 percent of the 
 +
fare.                                               
 +
ticket designator - cn and percent of discount. 
 +
note -                                               
 +
  unaccompanied infants not permitted
 +
</RuleText>
 +
</Rule>
 +
<Rule Code="20" Tarrif="VSSOW" Name="TOUR CONDUCTOR DISCOUNTS">
 +
<RuleText>Tour conductor discounts                                 
 +
unless otherwise specified                                   
 +
note -                                               
 +
  tour conductor discounts not permitted.
 +
</RuleText>
 +
</Rule>
 +
<Rule Code="21" Tarrif="VSSOW" Name="AGENT DISCOUNTS">
 +
<RuleText>Agent discounts                                           
 +
unless otherwise specified                                   
 +
note -                                               
 +
  agent discounts not permitted.
 +
</RuleText>
 +
</Rule>
 +
<Rule Code="22" Tarrif="VSSOW" Name="ALL OTHER DISCOUNTS">
 +
<RuleText>All other discounts                                       
 +
unless otherwise specified                                   
 +
note -                                               
 +
  not permitted.
 +
</RuleText>
 +
</Rule>
 +
</Rules>
 +
</GetAirRules>
 +
</Response>
 +
<!--Авторизация, обязательный-->
 +
<!--@ClientId, идентификатор клиента, обязательный-->
 +
<!--@APIKey, API ключ клиента, обязательный-->
 +
<!--@Language, код языка, обязательный-->
 +
<!--@Currency код валюты, обязательный-->
 +
            <Source>
 +
              <ClientId>102</ClientId>
 +
              <APIKey>7F48365D42B73307C99C12A578E92B36</APIKey>
 +
              <Language>RU</Language>
 +
              <Currency>RUB</Currency>
 +
            </Source>
 +
        </ResponseBin>
 +
      </ver:AirAvail>
 +
  </soapenv:Body>
 +
</soapenv:Envelope></pre>
 +
 +
== Cкидка от тарифа ==
 +
 +
В системе Nemo можно создать ценовое правило, которое будет уменьшать итоговую стоимость билета.
 +
 +
<span style="background-color:#fff0f5;"><span style="font-size:large;"><span style="color:#ff0000;">!</span></span>Скидка от тарифа задается в процентах. Если в поле «Скидка от тарифа» стоит значение «Нет», то значение задается в рублях.</span>
 +
 +
Чтобы создать правило со скидкой, зайдите в пункт меню «Авиабилеты» - «Управление ценами» - «Ценовые правила».
 +
 +
[[Файл:Tarif-rules2.png]]
 +
 +
Сработавшие правила-скидки отображаются в таблице сборов со знаком «-».
 +
 +
[[Файл:Tarif-rules3.png]]
 +
 +
== Приватный тариф ==
 +
 +
Данная настройка расположена в разделе «Авиабилеты» - «Поиск» - «Пред установки поиска».
 +
 +
[[Файл:Privat-tarif.jpg]]
 +
 +
 +
Позволяет на странице с результатами поиска отображать тип тарифа «Приватный» или «Публичный».
 +
 +
<span style="background-color:#fff0f5;"><span style="font-size:large;"><span style="color:#ff0000;">!</span></span>Работает только на теме «pro».</span>
 +
 +
----
 +
 +
 +
См. также: Формирование цен в Nemo

Версия 03:57, 15 декабря 2011


Тариф - размер стоимости услуги, формирующийся из цены этой услуги и условий её реализации. В качестве синонимов "тарифа" часто используют термины "сбор" или "пошлина". С помощью тарифов предприятия покрывают свои расходы (в частности, затраты на эксплуатацию используемых средств), и получают прибыль.

В индустрии перевозок тарифы в значительной степени зависят от экономических особенностей пространства, где они применяются. На их размеры способны оказывать влияние различные аспекты налогового законодательства, стоимость и качество перевозимых грузов, действующие льготные правила, финансовая состоятельность клиента и многое другое. Многообразие тарифов отражается как в способах их рассчета (в виде таблиц или схем), так и вариантов оплаты (за промежуток времени или за расстояние). Тарифы могут быть постоянными или действующими в течение ограниченного срока времени. Есть тарифы в виде конкретной суммы (простые) и состоящие из множества величин (составные). Утверждение тарифов происходит на разных уровнях: от государственного и далее - регионального и муниципального - до частного (в зависимости от принадлежности тех или иных видов транспорта государству, муниципалитетам или частным лицам и организациям).

Тариф из Тарифы

У термина "тариф" арабское происхождение и оно связано с андалузским портом Тарифа, находящимся на самом Юге континентальной Европы. Тариф-ибн-Малик, в честь которого назван этот город, был командующим во времена африканского вторжения в Испанию. В 711 году арабы взяли под контроль обе стороны Гибралтарского пролива и с присущей им предприимчивостью стали брать плату за проход судов и пользование доками Тарифы. Затем термин стал применяться в других странах и областях, не связанных с морским делом.

Правила тарифов в Nemo

Данная настройка доступна в разделе «Авиабилеты» - «Поиск» - «Предустановки поиска» - «Отображение тарифов на странице результатов» и позволяет на странице с результатами поиска отображать правила тарифов. Можно посмотреть описание каждого правила подробнее, нажав на него левой кнопкой мыши.

Tarif-rules.png

Чтение тарифных правил

Чтение тарифных правил - это запрос, который отправляется после того, как пользователь в результатах поиска выбрал перелет и нажал «Забронировать». При помощи него Nemo получает информацию от поставщика о возвратности/невозвратности тарифов, а также иную полезную информацию, которая доступна пользователю на странице подтверждения бронировании по клику на названии тарифного правила.

WSDL: http://sys.nemo-ibe.com/nemoflights/wsdl.php?for=GetAirRules

Пример запроса и ответа:

REQUEST

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ver="http://tst.nemo-ibe.com/nemoflights/?version%3D1.0%26for%3DVoidTicket">
   <soapenv:Header/>
   <soapenv:Body>
      <ver:GetAirRules>
         <RequestBin>
            <Request>
				<!--Запрос, обязательный-->
				<GetAirRules>
					<!--FlightId ид перелёта в системе Немо, обязательный-->
					<FlightId>531846</FlightId>
				</GetAirRules>
			</Request>
			<!--Авторизация, обязательный-->
			<!--@ClientId, идентификатор клиента, обязательный-->
			<!--@APIKey, API ключ клиента, обязательный-->
			<!--@Language, код языка, обязательный-->
			<!--@Currency код валюты, обязательный-->
            <Source>
               <ClientId>102</ClientId>
               <APIKey>7F48365D42B73307C99C12A578E92B36</APIKey>
               <Language>RU</Language>
               <Currency>RUB</Currency>
            </Source>
         </RequestBin>
      </ver:GetAirRules>
   </soapenv:Body>
</soapenv:Envelope>


RESPONSE

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ver="http://tst.nemo-ibe.com/nemoflights/?version%3D1.0%26for%3DVoidTicket">
   <soapenv:Header/>
   <soapenv:Body>
      <ver:GetAirRules>
         <ResponseBin>	
            <Response>
				<!--Запрос, обязательный-->
				<GetAirRules>
				<!--FlightId ид перелёта в системе Немо, обязательный-->
				<FlightId>531846</FlightId>
					<!--Rules Правила перелета, обязательный-->
					<Rules>
						<!--@Code код правила, обязательный-->
						<!--@Tarrif название тарифа, обязательный-->
						<!--@Name название правила, обязательный-->
						<Rule Code="6" Tarrif="VSSOW" Name="MINIMUM STAY">
						<!--Текст правила, обязательный-->
							<RuleText>No Minimum Stay</RuleText>
						</Rule>
						<Rule Code="7" Tarrif="VSSOW" Name="MAXIMUM STAY">
							<RuleText>No Maximum Stay</RuleText>
						</Rule>
						<Rule Code="5" Tarrif="VSSOW" Name="ADVANCE RESERVATIONS/TICKETING">
							<RuleText>Advanced reservations anytime Advanced ticketing departure time - 0  Advanced ticketing reservation time - 24 hours</RuleText>
						</Rule>
						<Rule Code="2" Tarrif="VSSOW" Name="DAY/TIME">
							<RuleText>Most restrictive ticketing date 20110524</RuleText>
						</Rule>
						<Rule Code="12" Tarrif="VSSOW" Name="SURCHARGES">
							<RuleText>No surcharges</RuleText>
						</Rule>
						<Rule Code="16" Tarrif="VSSOW" Name="PENALTIES">
							<RuleText>Condition: If Itinerary is changed requiring reissue of ticket. Amount -  Condition: If canceled. Amount -</RuleText>
						</Rule>
						<Rule Code="0" Tarrif="VSSOW" Name="APPLICATION AND OTHER CONDITIONS">
							<RuleText>Application and other conditions  
			rule - 304/ut23                                                
			unless otherwise specified                                     
			one way instant purchase fare                                  
			 application                                                   
			   area                                                        
				 these fares apply                                         
				 within russia.                                            
			   class of service                                            
				 these fares apply for economy class service.              
			   types of transportation                                     
				 this rule governs one-way fares.                          
				 fares governed by this rule can be used to create         
				 one-way journeys.                                         
			 capacity limitations                                          
			   the carrier shall limit the number of passengers carried    
			   on any one flight at fares governed by this rule and such   
			   fares will not necessarily be available on all flights.     
			   the number of seats which the carrier shall make            
			   available on a given flight will be determined by the       
			   carriers best judgment
							</RuleText>
						</Rule>
						<Rule Code="4" Tarrif="VSSOW" Name="FLIGHT APPLICATION">
							<RuleText>Flight application                                         
			unless otherwise specified                                     
			  the fare component must be on                                
				  one or more of the following                             
					any ut flight.</RuleText>
						</Rule>
						<Rule Code="5" Tarrif="VSSOW" Name="ADVANCE RES/TICKETING">
							<RuleText>Advance res/ticketing                                      
			unless otherwise specified                                     
			  reservations are required for all sectors.                   
			  ticketing must be completed within 24 hours after            
			  reservations are made.</RuleText>
						</Rule>
						<Rule Code="8" Tarrif="VSSOW" Name="STOPOVERS">
							<RuleText>Stopovers                                                  
			unless otherwise specified                                     
			  unlimited stopovers permitted.</RuleText>
						</Rule>
						<Rule Code="9" Tarrif="VSSOW" Name="TRANSFERS">
							<RuleText>Transfers                                                  
			unless otherwise specified                                     
			  unlimited transfers permitted on the pricing unit            
				fare break and embedded surface sectors permitted on the   
				 fare component.
							</RuleText>
						</Rule>
						<Rule Code="10" Tarrif="VSSOW" Name="PERMITTED COMBINATIONS">
							<RuleText>Permitted combinations                                     
			unless otherwise specified                                     
			   single/double open jaws/round trips/circle trips not        
			   permitted.                                                  
			   add-ons not permitted.                                      
			  end-on-end                                                   
				end-on-end combinations permitted with ut fares.           
				validate all fare components.                              
			   provided -                                                  
				 combinations are with any one way fare for carrier ut.</RuleText>
						</Rule>
						<Rule Code="15" Tarrif="VSSOW" Name="SALES RESTRICTIONS">
							<RuleText>Sales restrictions                                         
			unless otherwise specified                                     
			  tickets must be issued on ut.
							</RuleText>
						</Rule>
						<Rule Code="16" Tarrif="VSSOW" Name="PENALTIES">
							<RuleText>Penalties                                                  
			unless otherwise specified                                     
			  cancellations                                                
				cancellations permitted for cancel/no-show/refund.         
					 note -                                                
					  -full refund if ticket is presented for the refund   
					  more than 24hrs before departure time shown on the   
					  flight coupon.                                       
					  -refund the fare paid less 25 percent if ticket is   
					  presented for the refund less than 24hrs before      
					  departure time shown on the flight coupon or after   
					  departure time shown on the flight coupon/no-show/   
					  ---------------------                                
					  refund of unused fees and taxes permitted            
					  ---------------------                                
					  penalties waived in case of involuntary refund       
					  ---------------------                                
					  refund permitted at any time within one year from    
					  the day of original ticket issue.                    
			  changes                                                      
				changes permitted.                                         
					 note -                                                
					  permitted upon payment to any higher applicable      
					  ow fare. the difference in fares has to be           
					  collected.                                           
					  ----------------                                     
					  changes permitted if the ticket is presented for     
					  the change within 1 month from the date of           
					  departure shown on the original flight coupon.       
			  involuntary changes                                          
				involuntary changes permitted.
							</RuleText>
						</Rule>
						<Rule Code="17" Tarrif="VSSOW" Name="HIP/MILEAGE EXCEPTIONS">
							<RuleText>Hip/mileage exceptions                                     
			unless otherwise specified                                     
					 note -                                                
					  higher intermediate rule applies.                    
			unless otherwise specified                                     
					 note -                                                
					  higher intermediate rule applies.
							</RuleText>
						</Rule>
						<Rule Code="19" Tarrif="VSSOW" Name="CHILDREN DISCOUNTS">
							<RuleText>Children discounts                                         
			within russia
							</RuleText>
						</Rule>
						<Rule Code="6" Tarrif="VSSOW" Name="PENALTIES">
							<RuleText>Penalties                                                  
			unless otherwise specified                                     
			  cancellations                                                
				cancellations permitted for cancel/no-show/refund.         
					 note -                                                
					  -full refund if ticket is presented for the refund   
					  more than 24hrs before departure time shown on the   
					  flight coupon.                                       
					  -refund the fare paid less 25 percent if ticket is   
					  presented for the refund less than 24hrs before      
					  departure time shown on the flight coupon or after   
					  departure time shown on the flight coupon/no-show/   
					  ---------------------                                
					  refund of unused fees and taxes permitted            
					  ---------------------                                
					  penalties waived in case of involuntary refund       
					  ---------------------                                
					  refund permitted at any time within one year from    
					  the day of original ticket issue.                    
			  changes                                                      
				changes permitted.                                         
					 note -                                                
					  permitted upon payment to any higher applicable      
					  ow fare. the difference in fares has to be           
					  collected.                                           
					  ----------------                                     
					  changes permitted if the ticket is presented for     
					  the change within 1 month from the date of           
					  departure shown on the original flight coupon.       
			  involuntary changes                                          
				involuntary changes permitted.                             
			17. hip/mileage exceptions                                     
			unless otherwise specified                                     
					 note -                                                
					  higher intermediate rule applies.                    
			unless otherwise specified                                     
					 note -                                                
					  higher intermediate rule applies.                    
			19. children discounts                                         
			within russia                                                  
			  accompanied child 2-11 - charge 67 percent of the fare.      
					ticket designator - cn and percent of discount.        
					 note -                                                
					  discount applies if the number of children is 6      
					  or less                                              
					  -----------------------------------------------      
					  unaccompanied children not permitted                 
			  or - 1st and each additional group child 2-11 - charge 95    
					 percent of the fare.                                  
						 ticket designator - cn and percent of discount.   
					 note -                                                
					  discount applies if the number of children in the    
					  group is more than 6. group required to travel       
					  together for the entire pricing unit.                
					  -------------                                        
					  unaccompanied children not permitted                 
			  or - 1st infant under 2 without a seat - no charge           
						 ticket designator - in and percent of discount    
			  or - 2nd and each additional infant under 2 without a        
					 seat- charge 67 percent of the fare.                  
						 ticket designator - cn and percent of discount    
			  or - infant under 2 with a seat - charge 67 percent of the   
					 fare.                                                 
						 ticket designator - cn and percent of discount.   
					 note -                                                
					  unaccompanied infants not permitted
								</RuleText>
							</Rule>
							<Rule Code="20" Tarrif="VSSOW" Name="TOUR CONDUCTOR DISCOUNTS">
								<RuleText>Tour conductor discounts                                   
			unless otherwise specified                                     
					 note -                                                
					  tour conductor discounts not permitted.
								</RuleText>
							</Rule>
							<Rule Code="21" Tarrif="VSSOW" Name="AGENT DISCOUNTS">
								<RuleText>Agent discounts                                            
			unless otherwise specified                                     
					 note -                                                
					  agent discounts not permitted.
								</RuleText>
							</Rule>
							<Rule Code="22" Tarrif="VSSOW" Name="ALL OTHER DISCOUNTS">
								<RuleText>All other discounts                                        
			unless otherwise specified                                     
					 note -                                                
					  not permitted.
								</RuleText>
							</Rule>
						</Rules>
					</GetAirRules>
			</Response>
			<!--Авторизация, обязательный-->
			<!--@ClientId, идентификатор клиента, обязательный-->
			<!--@APIKey, API ключ клиента, обязательный-->
			<!--@Language, код языка, обязательный-->
			<!--@Currency код валюты, обязательный-->
            <Source>
               <ClientId>102</ClientId>
               <APIKey>7F48365D42B73307C99C12A578E92B36</APIKey>
               <Language>RU</Language>
               <Currency>RUB</Currency>
            </Source>
         </ResponseBin>
      </ver:AirAvail>
   </soapenv:Body>
</soapenv:Envelope>

Cкидка от тарифа

В системе Nemo можно создать ценовое правило, которое будет уменьшать итоговую стоимость билета.

!Скидка от тарифа задается в процентах. Если в поле «Скидка от тарифа» стоит значение «Нет», то значение задается в рублях.

Чтобы создать правило со скидкой, зайдите в пункт меню «Авиабилеты» - «Управление ценами» - «Ценовые правила».

Tarif-rules2.png

Сработавшие правила-скидки отображаются в таблице сборов со знаком «-».

Tarif-rules3.png

Приватный тариф

Данная настройка расположена в разделе «Авиабилеты» - «Поиск» - «Пред установки поиска».

Privat-tarif.jpg


Позволяет на странице с результатами поиска отображать тип тарифа «Приватный» или «Публичный».

!Работает только на теме «pro».



См. также: Формирование цен в Nemo