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 ''.$this->lang->line('gen_hamradio_callsign').' | Date | Time | Mode | Band | Station | |
---|---|---|---|---|---|---|
' . $qsl->COL_CALL . ' | '; echo '' . $qsl->COL_TIME_ON . ' | '; echo '' . $qsl->COL_TIME_ON . ' | '; echo ''; if($qsl->COL_SAT_NAME != null) { echo $qsl->COL_SAT_NAME; } else { echo strtolower($qsl->COL_BAND); }; echo ' | '; echo ''; echo $qsl->COL_SUBMODE==null?$qsl->COL_MODE:$qsl->COL_SUBMODE; echo ' | '; echo '' . $qsl->station_callsign . ' | '; echo ''; echo ' |
Export requested QSLs to CSV-file