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.
'; if ($qsos->result() != NULL) { echo ''.$this->lang->line('gen_hamradio_callsign').' | ' . $this->lang->line('general_word_date') . ' | '. $this->lang->line('general_word_time') .' | ' . $this->lang->line('gen_hamradio_mode') . ' | ' . $this->lang->line('gen_hamradio_band') . ' | ' . $this->lang->line('gen_hamradio_qsl') . ' ' . $this->lang->line('general_word_qslcard_via') . ' | ' . $this->lang->line('gen_hamradio_station') . ' | ||
---|---|---|---|---|---|---|---|---|
' . $qsl->COL_CALL . ' | '; echo ''; $timestamp = strtotime($qsl->COL_TIME_ON); echo date($custom_date_format, $timestamp); echo ' | '; echo ''; $timestamp = strtotime($qsl->COL_TIME_ON); echo date('H:i', $timestamp); echo ' | '; echo ''; echo $qsl->COL_SUBMODE==null?$qsl->COL_MODE:$qsl->COL_SUBMODE; echo ' | '; echo ''; if($qsl->COL_SAT_NAME != null) { echo $qsl->COL_SAT_NAME; } else { echo strtolower($qsl->COL_BAND); }; echo ' | '; echo '' . $qsl->COL_QSL_VIA . ' | '; echo '' . $qsl->station_callsign . ' | '; echo ''; echo ' | '; echo ' |
Export requested QSLs to CSV-file
Export requested QSLs to ADIF-file
×No QSL\'s to print were found!