Sammelmails: draft

This commit is contained in:
cgfhtw
2023-07-13 16:51:54 +02:00
parent a53ca81784
commit a96d99bcd1
@@ -28,6 +28,18 @@ class AntragJob extends JOB_Controller
$this->load->model('crm/Student_model', 'StudentModel');
}
/**
* Send infomail to Stgl
*/
public function sendStglSammelmail()
{
// TODO(chris): get all Abmeldung:Created, Unterbrechung:Created, Wiederholung:LvZugeordnet
// TODO(chris): get stgs for all these
// TODO(chris): get stgls for all these
// TODO(chris): sort antraege in stgls
// TODO(chris): send email
}
/**
* Send reminder to Assistant for Wiedereinstieg Unterbrecher
*