Para poder trabajar un vuelo en check-in, el mismo debe estar inicializado.
El sistema, por default, inicializa los vuelos automáticamente 36 horas antes de la partida del mismo, pero este horario es configurable según los requisitos de la línea aérea.
El usuario podrá forzar manualmente la inicialización de un vuelo con el siguiente comandoIn order to accept passengers on a flight, it must have been initialized.
System defaults to automatically initialize flights 72 hours before departure, flight initialization is configurable according to the carrier's operation
User can manually initialize flight by using the following entry:
Code Block |
---|
language | xml |
---|
theme | FadeToGrey |
---|
|
PCI4580/26JUL
|
DescripciónDescription:
PCIComando de Inicializacion | Flight Init. Indicator |
4580Numero | de vueloFlight Number |
/ | BarraSlash |
26JUL | Fecha |
En caso de tener que revertir la inicialización se deberá utilizar el comandoUse the following entry to revert flight initialization:
Code Block |
---|
language | xml |
---|
theme | FadeToGrey |
---|
|
PCD4580/26JUL
|
DescripciónDescription:
PCDComando para des-inicializar vuelos | Indicator for revert flight initialization. |
4580Numero | de vueloFlight Number |
/ | BarraSlash |
26JUL | Fecha |
El sistema solicitará la confirmación de la transacción con la leyenda:System will request confirmation for the entry, repeat the entry and and /Y
Code Block |
---|
language | xml |
---|
theme | FadeToGrey |
---|
|
PCD4580/26JUL/Y |
Al confirmar la transacción el sistema revertirá la inicialización manual con el siguiente mensaje:Once entry is confirmed, system will revert the flight initialization, and displays the following message
No Format |
---|
OK. CHECK-IN FLIGHT INITIALIZATION DELETED
|
Listado de vuelos sin cerrarList of flights
Se puede obtener un listado de todos los vuelos con pasajeros chequeados en alguno de sus tramos y que aún no se les ha hecho el PD (Cierre del Vuelo).
El comando para generar el listado es:
Code Block |
---|
language | xml |
---|
theme | FadeToGrey |
---|
|
POC |
Respuesta:
No Format |
---|
POC
DATE TO FLT FROM TO PAX LOCAL ZULU BOARD CHECKIN
PLC1848/22JANVVI LB1848 VVI/CBB 60 21:45 01:45 -CL- -CL-
PLC1815/22JANLPB LB1815 LPB/CBB 34 11:55 15:55 -CL- -CL-
PLC1841/23JANCBB LB1841 CBB/VVI 143 09:30 13:30 OPEN OPEN
PLC1844/23JANVVI LB1844 VVI/CBB 75 13:20 17:20 -CL- OPEN |
back to top