Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

The

translation of this section is currently ongoing

 

The re-accommodation table allow allows to maintain a logic when it comes to re-accommodate passengers after reprogramming a flight schedule    

 

Schedule table

Esta tabla permite visualizar y ejecutar la búsqueda de horarios de servicios de reacomodación que realizará el sistema cuando se produzca una cancelación de algún servicio (vuelo). 
Los ítems que la componen indicarán el orden de prioridad para dicha reacomodación. El comando para visualizar la tabla de horario es: This table allows  to display and  search for schedules of re-accommodation services that the system will perform when there is a flight cancellation.
The items included indicate the order of priority of the readjustment. The entry to display the schedule table is:

Code Block
languagexml
themeFadeToGrey
KSTRD  
No Format
MASTER REACOMODATION TABLE  
HOURS BETWEEN  -18  AND 24   
FROM 17NOV04 13:42  

ITEM      FROM      TO  
1            0       6 
2           -2       0 
3            6      12 
4           -8      -2 
5           12      24 
6          -18      -8  

Descripción:  

 

ITEM
FROM
TO

HOURS BETWEEN -18 AND 24

Indica el rango de horas que abarca toda la tabla completa o sea desde las menos 18 hasta las 24 horas


Indicates the range of hours covered by the table, from 18 until 24 hours before flight departure.

FROM 17NOV04 13:42

Indica la fecha de la última modificación que tuvo la misma.Indica el orden de prioridad con el cual hace la búsqueda de reacomodación.Indica la hora desde donde comienza el rango de búsqueda.Indica la hora hasta donde finaliza el rango de búsqueda.

 

Existe una tabla preestablecida en el sistema que se llama DEFAULT. Esta tabla se grabará por única vez al dar de alta la configuración de la empresa y podrá ser utilizada en cualquier momento. 
Para visualizar la misma, el comando es:


Indicates the date and time of the last modification done to the table

ITEM

Indicates the order of priority of how re-accommodation search is done

FROM

FROM, Indicates the time from where the search range begins.

TO

TO, Indicates the time where the search range ends

 

There is a preset table in the system called DEFAULT. This table is created  only once when creating the carrier configuration and is available at any time

Display by entering: 

 

Code Block
KSTRD/DEFAULT


RespuestaResponse:

No Format
MASTER REACOMODATION TABLE    HOURS BETWEEN  -24 AND  24 
  
DEFAULT VALUES 

ITEM    FROM      TO 
1         0       5 
2        -2       0 
3         5      14 
4        -8      -2 
5        14      24 
6       -24      -8  


 

 

Modificaciones

La tabla de reacomodación podrá ser modificada en cualquier momento y tendrá vigencia a partir de dicha modificación, borrando la anterior. 
El comando para ejecutar dicho procedimiento es el siguiente: 

Modification

The re-accommodation table may be modified at any time, new indicators will overwrite the previous, changes will take affect immediately 

 

The command to execute this procedure is the following:

Code Block
languagexml
themeFadeToGrey
KSTRD/ADD/0.6/-2.0/6.12/-8.-2/12.24/-18.-8
KSTRD  Comando fijoFixed Command
/   Barra divisoraSeparator
ADD   Indicador de agregadoIndicator for ADD
/   Barra divisoraSeparator
0.6   Parámetro desde y hasta horas separadas por puntoPeriod separates time range from and to
/   Barra divisoraSeparator
-2.0   Parámetro desde y hasta horas separadas por puntoPeriod separates time range from and to
/   Barra divisoraSeparator
6.12   Parámetro desde y hasta horas separadas por puntoPeriod separates time range from and to
/   Barra divisoraSeparator
-8.-2   Parámetro desde y hasta horas separadas por puntoPeriod separates time range from and to
/   Barra divisoraSeparator
12.24 Parámetro desde y hasta horas separadas por puntoPeriod separates time range from and to
/   Barra divisoraSeparator
-18.-8  Parámetro desde y hasta horas separadas por punto 
El parámetro de horas hará que la búsqueda en la reacomodación siga el orden de carga, buscando como en el ejemplo, primero desde las 0 horas hasta las siguientes 6 horas y así sucesivamente.
La respuesta positiva es ADD OK
También se puede cargar la tabla DEFAULT directamente. Al ejecutarlo cargará dicha tabla. 
El comando es
Period separates time range from and to

 

The time range parameter will make re-accommodation search process run according to the loading order.In the example, search begins from 0 hours until the next 6 hours and so on.

System responds ADD OK

DEFAULT table can also be executed.

Entry is

Code Block
languagexml
themeFadeToGrey
KSTRD/ADD/DEFAULT

La respuesta positiva es System responds ADD OK