Details des Tickets

Beschreibung,Kommentare und Anhänge

merge request id 944
TitelFeature/ll 1137 new order module
Beschreibung
Statusmerged
Created at 2024-03-12T16:44:41.701Z
Updated at 2024-03-18T17:21:27.496Z
Source branchfeature/LL-1137-new-order-module
Target branchdevelop
AuthorGregor Gabriel
AssigneeSascha Immig

Discussion notes

added 2 commits
  • 8f43db89 - UI correction for filters; removed doubled @if(request()->has());
  • eb42f0a9 - moved order module from content to clients in menu. Changed icon und unified wording.
Compare with previous version
Sascha Immig 2024-03-18T13:31:33.248Z
added 2 commits
  • 11c98258 - reworked order listing
  • 0607f0b5 - Merge branch 'feature/LL-1137-new-order-module' of…
Compare with previous version
Gregor Gabriel 2024-03-18T15:03:22.552Z
added 1 commit
  • 015411aa - optimized layout, used display_name in user based orders. restricted link to…
Compare with previous version
Sascha Immig 2024-03-18T17:14:48.668Z
enabled an automatic merge when the pipeline for 015411aa9b9bf03579c872024fdee5751faf6639 succeeds Sascha Immig 2024-03-18T17:15:27.135Z
merged Sascha Immig 2024-03-18T17:21:27.570Z
mentioned in commit ea759dafb50ce7ea39647109844f724a2b80e4d6 Sascha Immig 2024-03-18T17:21:27.842Z

Merge Commits

Title Id Author Created at Message
optimized layout, used display_name in user based orders. restricted link to… 015411aa9b9bf03579c872024fdee5751faf6639 TUV\immigs 2024-03-18T17:14:32.000Z optimized layout, used display_name in user based orders. restricted link to group or unit to b e only shown if auth()->user() has a client.
Merge branch 'feature/LL-1137-new-order-module' of… 0607f0b5b7a3e63cc9a068c24a1eb8958de9ba97 TUV\gabrielg 2024-03-18T15:01:49.000Z Merge branch 'feature/LL-1137-new-order-module' of https://gitlab.learningsystem.de/lms/seventeen into feature/LL-1137-new-order-module
reworked order listing 11c982589245a51691d629e761dfe5ecd2ef5788 TUV\gabrielg 2024-03-18T15:01:30.000Z reworked order listing + reduced columns "supervisor_incl" and "interval_booking" to "info" + added links to affected group or order and to client + added order export
+ provided order administration 2635c939e3aa37f72195a0565969b93d9319146b TUV\gabrielg 2024-03-12T16:04:55.000Z + provided order administration + provided filtering for + status + client + groups + organization units with or without sub units + date range + allow deletion of orders - extending order end data is not implemented yet
+ fixed error in interval display 5992f5bc886c9082f87cede52b7e8c96bbefc743 TUV\gabrielg 2024-03-12T16:42:05.000Z + fixed error in interval display + provided extension of order end date
UI correction for filters; removed doubled @if(request()->has()); 8f43db899e0b744253a0ea0df509bfd18ed99741 TUV\immigs 2024-03-14T10:48:30.000Z UI correction for filters; removed doubled @if(request()->has());
moved order module from content to clients in menu. Changed icon und unified wording. eb42f0a9cc67a89a0beda82c2c050d0b57f83e19 TUV\immigs 2024-03-14T11:51:59.000Z moved order module from content to clients in menu. Changed icon und unified wording.