session->flashdata('message')) { ?>

session->flashdata('message'); ?>

Export Requested QSLs for Printing

Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent via bureau.

Requested QSLs are any QSOs with a value of "Requested" or "Queued" in their "QSL Sent" field.

Only QSOs under the active station profile will be exported.

result())) { echo ''; foreach ($qsos->result() as $qsl) { echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } echo '
'.$this->lang->line('gen_hamradio_callsign').' Date Time Mode Band Station
' . $qsl->COL_CALL . '' . $qsl->COL_TIME_ON . '' . $qsl->COL_TIME_ON . ''; if($qsl->COL_SAT_NAME != null) { echo $qsl->COL_SAT_NAME; } else { echo strtolower($qsl->COL_BAND); }; echo ''; echo $qsl->COL_SUBMODE==null?$qsl->COL_MODE:$qsl->COL_SUBMODE; echo '' . $qsl->station_callsign . '
'; } ?>

Export requested QSLs to CSV-file

Export requested QSLs to ADIF-file

Mark requested QSLs as sent