Luca Haid
09f8d4e44f
Feature/add voice call history job
2024-04-16 11:45:10 +00:00
Luca Haid
9509646e78
Merge branch 'feature/better-iban-view' into 'master'
...
Added Spaces to IBAN for IBAN View in Address View and Form.php
See merge request fronk/thetool!327
2024-04-16 07:07:06 +00:00
Luca Haid
143ae600be
Added Spaces to IBAN for IBAN View in Address View and Form.php
2024-04-16 09:06:50 +02:00
Luca Haid
fe878d5126
Merge branch 'feature/better-iban-view' into 'master'
...
Added Spaces to IBAN for IBAN View in Address View and Form.php
See merge request fronk/thetool!326
2024-04-16 07:04:07 +00:00
Luca Haid
6ed26c9055
Added Spaces to IBAN for IBAN View in Address View and Form.php
2024-04-16 09:03:21 +02:00
Luca Haid
e20eb5be15
Merge branch 'feature/better-iban-view' into 'master'
...
Added Spaces to IBAN for IBAN View in Address View and Form.php
See merge request fronk/thetool!325
2024-04-16 06:56:50 +00:00
Luca Haid
0913240593
Added Spaces to IBAN for IBAN View in Address View and Form.php
2024-04-16 08:55:49 +02:00
Luca Haid
d912b5a26e
Merge branch '1-add-voiceplan-history' into 'master'
...
Finalized Active Calls View
Closes #1
See merge request fronk/thetool!324
2024-04-12 07:08:44 +00:00
Luca Haid
86afeaa642
Finalized Active Calls View
2024-04-12 09:08:12 +02:00
Luca Haid
90b664188b
Merge branch '1-add-voiceplan-history' into 'master'
...
Reversed Order, fixed column labels and added colors
Closes #1
See merge request fronk/thetool!323
2024-04-11 15:19:20 +00:00
Luca Haid
63727f8d79
Reversed Order, fixed column labels and added colors
2024-04-11 17:17:27 +02:00
Luca Haid
88cdde8b7d
Merge branch '1-add-voiceplan-history' into 'master'
...
Reversed Order, fixed column labels and added colors
Closes #1
See merge request fronk/thetool!322
2024-04-11 15:13:45 +00:00
Luca Haid
d7e4b76f0d
Reversed Order, fixed column labels and added colors
2024-04-11 17:13:13 +02:00
Luca Haid
d21f8ab7f0
Merge branch '1-add-voiceplan-history' into 'master'
...
Added Voice Functionality
Closes #1
See merge request fronk/thetool!321
2024-04-11 08:00:59 +00:00
Luca Haid
f39978e7a9
Added Voice Functionality
...
[KolmisoftMore] implemented getActiveCalls function
[menu.php] added menu point for active voice calls
[config.sample.php] added KOLMISOFT configuration constants
[VoiceCallActive] implemented active voice calls view
[VoiceCallHistoryController] fixed importCallsFromToday Time
[tt-table] fixed pagination displays
2024-04-11 10:00:27 +02:00
Frank Schubert
1bee01a9ea
Merge branch 'fronkdev' into 'master'
...
Fixed sorting in PreorderstatusModel
See merge request fronk/thetool!320
2024-04-10 14:21:01 +00:00
Frank Schubert
358773672c
Fixed sorting in PreorderstatusModel
2024-04-10 16:20:39 +02:00
Frank Schubert
e68331c982
Merge branch 'fronkdev' into 'master'
...
Fixed sorting in PreorderstatusModel
See merge request fronk/thetool!319
2024-04-10 14:19:59 +00:00
Frank Schubert
333bc231dd
Fixed sorting in PreorderstatusModel
2024-04-10 16:19:15 +02:00
Luca Haid
6149b06837
Update 20240410150500_add_voice_call_history.php
2024-04-10 13:32:15 +00:00
Luca Haid
702d19f45f
Merge branch '1-add-voiceplan-history' into 'master'
...
Added KolmisoftMore API Class
Closes #1
See merge request fronk/thetool!318
2024-04-10 13:27:13 +00:00
Luca Haid
659ded5ddd
Added KolmisoftMore API Class
2024-04-10 15:26:53 +02:00
Luca Haid
8f3fabca42
Merge branch '1-add-voiceplan-history' into 'master'
...
[VoiceCallHistory] - fixed migration
See merge request fronk/thetool!317
2024-04-10 13:26:11 +00:00
Luca Haid
4f8928cfe0
[VoiceCallHistory]
...
- fixed migration
2024-04-10 15:25:44 +02:00
Luca Haid
99d48539cd
Merge branch '1-add-voiceplan-history' into 'master'
...
[VoiceCallHistory]
Closes #1
See merge request fronk/thetool!316
2024-04-10 13:24:45 +00:00
Luca Haid
76a0f71a8e
[VoiceCallHistory]
...
- fixed migration
2024-04-10 15:24:08 +02:00
Luca Haid
cb00d66b7a
Merge branch '1-add-voiceplan-history' into 'master'
...
[VoiceCallHistory] - fixed migration
Closes #1
See merge request fronk/thetool!315
2024-04-10 13:21:30 +00:00
Luca Haid
c36b0f07bf
[VoiceCallHistory]
...
- fixed migration
2024-04-10 15:20:59 +02:00
Luca Haid
0b7da16c30
Merge branch '1-add-voiceplan-history' into 'master'
...
[VoiceCallHistory]
Closes #1
See merge request fronk/thetool!314
2024-04-10 13:19:31 +00:00
Luca Haid
b42409874b
[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)
2024-04-10 15:17:02 +02:00
Luca Haid
8e0e859569
Merge branch 'bugfix/file-upload-with-uppercase-ae-oe-ue' into 'master'
...
[mfUpload] fixed when using uppercase Ä Ö Ü as upload would just silently fail
See merge request fronk/thetool!313
2024-04-10 08:16:19 +00:00
Luca Haid
e4760facb3
[mfUpload] fixed when using uppercase Ä Ö Ü as upload would just silently fail
2024-04-10 10:15:45 +02:00
Frank Schubert
9d5be184a2
Merge branch 'fronkdev' into 'master'
...
Added preorder import Stiftingtal
See merge request fronk/thetool!312
2024-04-08 14:53:34 +00:00
Frank Schubert
6340d17db2
Added preorder import Stiftingtal
2024-04-08 16:52:23 +02:00
Frank Schubert
059b26ba33
WIP Contractqueue & snopp api
2024-04-05 12:21:54 +02:00
Frank Schubert
b56b5e2da1
Merge branch 'spidev' into 'master'
...
Zeiterfassungs Update
See merge request fronk/thetool!311
2024-04-04 16:17:45 +00:00
Spitzer Daniel
dec2e9f211
Zeiterfassungs Update
...
* neue Migration für Personaladministration (Aktive Verrechnung)
* Verrechnung Anpassungen Black P.
* superexpertEnabled Implementation Verrechnung/Personaladministration
* Personaladministration (Aktive Verrechnung/Zeiterfassung Enddatum)
2024-04-04 18:12:14 +02:00
Frank Schubert
d8419dc4f6
Merge branch 'spidev' into 'master'
...
Zeiterfassungs Update
See merge request fronk/thetool!310
2024-04-04 16:07:06 +00:00
Spitzer Daniel
acbdb7b2aa
Zeiterfassungs Update
...
* neue Migration für Personaladministration (Aktive Verrechnung)
* Verrechnung Anpassungen Black P.
* superexpertEnabled Implementation Verrechnung/Personaladministration
* Personaladministration (Aktive Verrechnung/Zeiterfassung Enddatum)
2024-04-04 18:05:16 +02:00
Frank Schubert
ecdc1d673e
Merge branch 'fronkdev' into 'master'
...
rimo import: Removed AddressHelper requirement, missing address parts
See merge request fronk/thetool!309
2024-04-03 16:18:10 +00:00
Frank Schubert
e69b271295
rimo import: Removed AddressHelper requirement, missing address parts
...
option
2024-04-03 18:16:52 +02:00
Frank Schubert
fc86be9352
Merge branch 'fronkdev' into 'master'
...
Changes output file names
See merge request fronk/thetool!308
2024-04-03 12:00:49 +00:00
Frank Schubert
3f1fdc2b27
Changes output file names
2024-04-03 13:59:59 +02:00
Luca Haid
c89e99a321
Merge branch 'bugfix/notifications' into 'master'
...
[notify] fixed warning and info popups
See merge request fronk/thetool!307
2024-04-02 14:44:44 +00:00
Luca Haid
773651da21
[notify] fixed warning and info popups
2024-04-02 16:43:56 +02:00
Frank Schubert
9994c7c7d2
Merge branch 'fronkdev' into 'master'
...
Fixed network permissions in Preordernotification
See merge request fronk/thetool!306
2024-04-02 13:00:32 +00:00
Frank Schubert
60d6407ee4
Fixed network permissions in Preordernotification
2024-04-02 14:58:06 +02:00
Spitzer Daniel
c3ebfdfd2a
Zeiterfassungs Update
...
* neue Migration für Personaladministration (Aktive Verrechnung)
* Verrechnung Anpassungen Black P.
* superexpertEnabled Implementation Verrechnung/Personaladministration
* Personaladministration (Aktive Verrechnung/Zeiterfassung Enddatum)
2024-04-01 17:35:38 +02:00
Frank Schubert
83b01ce931
Merge branch 'spidev' into 'master'
...
Zeiterfassungs Update
See merge request fronk/thetool!305
2024-03-28 15:42:22 +00:00
Spitzer Daniel
88fad5df96
Zeiterfassungs Update
...
* Verrechnung Anpassungen NLZ und Aktuelle Gutstunden
2024-03-28 16:40:31 +01:00