[VoiceCallHistory]

- implemented VoiceCallHistoryJob for running the jobs
- implement /VoiceCallHistory for displaying, importing the Voice Call History
- added date-range-picker to tt-table (still todo)
This commit is contained in:
Luca Haid
2024-04-10 15:17:02 +02:00
parent 9d5be184a2
commit b42409874b
10 changed files with 651 additions and 3 deletions
@@ -0,0 +1,9 @@
<?php
/**
* @property mixed|null $name
*/
class VoiceCallHistory extends mfBaseModel
{
}