Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »


Introduction


This chapter describes the functionality that allows you to include a text in the boarding pass.


Description


This new functionality allows an indicative note to be printed on the ATB boarding pass.

This note is included in:

  • Boarding Pass PECTAB C (new) and all its versions, the text that is configured

  • Model 5112 of the thermals (it is the most complete and recommended model)

PECTAB C has the same characteristics as PECTAB B, it only has a new element added (# 8A) that is used to include the text, which is defined only to be displayed on the check stub.

The text to include in the BP is configured in the JJCHK table in the new section under the heading BOARDING PASS-CONFIGURABLE TEXT

The text included in the BP appears in the PH (the consultation of the history of the flight), both included in the checkin and in the reprint

The place where it appears in the Boarding Pass is the same one that is defined for the MB (Message Boarding, which is reported at the time of checkin PUx, MBtext free), so if the MB is reported at the time of checkin, prioritizes over the text that is configured in the configurable Boarding Pass text

The configuration of this text is done in the JJCHK under the BPT token


Text configuration


The configuration of the text must be requested by the carrier to its Executive Manager informing the following data:

  • Type: Domestic or International

  • Airport of origin of the flights: it can be for everyone, in that case ALL

  • Destination airport of / the flights: it can be for everyone, in that case ALL

  • Flight range / s from / to: can be for everyone

  • Text they need to show (maximum 50 characters)

Add

JJCHK<host>/BPT-ADD/TYP:<type>/ATO:<ato from>-<ato to>/FLT:<xxxx-yyyy>/TXT:<Text maximum 50 characteres> 

Description:

TYP

(Tipe of Route) indicates if the route is domestic or internacional
"type" DOM / INT values

ATO

Indicates ORIGIN AIRPORT and DESTINATION:

  • "ato from" is the origin airport, in case all airports need to be indicated, then please specify ALL

  • "ato to" is the destination airport, in case all airports need to be indicated, then please specify ALL

FLT

Indicates the flight range: xxxx-yyyy.

To indicate all the range, please specify 0000-9999

Note:

  • All parameters are mandatory

Example:

JJCHKXX/BPT-ADD/TYP:DOM/ATO:AEP-MDQ/FLT:0000-1500/TXT:CIERRE PUERTA-GATE CLOSING 30 MIN BEFORE DEPT

Display:

JJCHKXX

 -= BOARDING PASS-CONFIGURABLE TEXT =-
TYPE                ATO-FRM   ATO-TO    FLT-RANGE         TEXT
DOMESTIC            AEP       MDQ       0000-1500    CIERRE PUERTA-GATE CLOSING 30 MIN BEFORE DEPT













Modificación (solo del texto)

JJCHK<host>/BPT-MOD/TYP:<type>/ATO:<ato from>-<ato to>/FLT:<xxxx-yyyy>/TXT:<Texto limite máximo 50 caracteres> 

Descripcion:

TYP

(Tipo de Ruta) indica si la ruta es doméstica o internacional
"type" puede tomar los valores DOM / INT

ATO

Indica AEROPUERTO de ORIGEN y de DESTINO:

  • "ato from" es el aeropuerto de origen, para indicar todos los aeropuertos se debe ingresar ALL

  • "ato to" es el aeropuerto de destino, para indicar todos los aeropuertos se debe ingresar ALL

FLT

Indica el rango de vuelos (flight range): xxxx-yyyy.

Para indicar todo el rango se debe ingresar 0000-9999

Aclaración:

  • Todos los parámetros son obligatorios

  • El item a MODIFICAR debe existir en la tabla (debe coincidir el typ, ato, flt) y en caso que no exista el sistema responderá con el mensaje de error "INVALID - CONFIGURATION DOES NOT EXIST"

Ejemplo:

JJCHKXX/BPT-MOD/TYP:DOM/ATO:AEP-MDQ/FLT:0000-1500/TXT:GATE CLOSING 30 MIN BEFORE DEPT

Despliegue resultante en el apartado del Boarding pass-configurable text:

JJCHKXX

 -= BOARDING PASS-CONFIGURABLE TEXT =-
TYPE                ATO-FRM   ATO-TO    FLT-RANGE         TEXT
DOMESTIC            AEP       MDQ       0000-1500    GATE CLOSING 30 MIN BEFORE DEPT










Eliminación 

JJCHK<host>/BPT-DEL/TYP:<type>/ATO:<ato from>-<ato to>/FLT:<xxxx-yyyy>

Descripcion:

TYP

(Tipo de Ruta) indica si la ruta es doméstica o internacional
"type" puede tomar los valores DOM / INT

ATO

Indica AEROPUERTO de ORIGEN y de DESTINO:

  • "ato from" es el aeropuerto de origen, para indicar todos los aeropuertos se debe ingresar ALL

  • "ato to" es el aeropuerto de destino, para indicar todos los aeropuertos se debe ingresar ALL

FLT

Indica el rango de vuelos (flight range): xxxx-yyyy.

Para indicar todo el rango se debe ingresar 0000-9999

Aclaración:

  • Todos los parámetros son obligatorios

  • El item a MODIFICAR debe existir en la tabla (debe coincidir el typ, ato, flt) y en caso que no exista el sistema responderá con el mensaje de error "INVALID - CONFIGURATION DOES NOT EXIST"

Ejemplo:

JJCHKXX/BPT-DEL/TYP:DOM/ATO:AEP-MDQ/FLT:0000-1500







Ejemplo de un texto impreso en un Boarding Pass modelo ATB


Ejemplo de un texto impreso en un Boarding Pass modelo 5112 (térmicas)


  • No labels