0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-04-03 21:15:26 +00:00
kevinpapst_kimai2/src/Event
Kevin Papst 98a3fc99a2
store search in session (#2735)
* allow to detect used query filters
* allow to set label in action buttons
* allow to reset last search from session
* migrate invoice archive to new search system
* display number of used search filters
2021-08-26 01:37:40 +02:00
..
AbstractActivityEvent.php added activity events for plugins (#2516) 2021-04-21 15:56:17 +02:00
AbstractCustomerEvent.php added project importer and grandtotal converter (#1468) 2020-10-11 22:08:00 +02:00
AbstractMetaDisplayEvent.php added annotation based exporter (#1831) 2020-07-21 03:37:51 +02:00
AbstractProjectEvent.php lifecycle events for projects (#2013) 2020-10-07 19:44:55 +02:00
AbstractTimesheetEvent.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
AbstractTimesheetMultipleEvent.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
AbstractUserEvent.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
ActivityBudgetStatisticEvent.php monthly budget, monthly report, unified report calculation (#2684) 2021-08-06 18:38:41 +02:00
ActivityCreateEvent.php added activity events for plugins (#2516) 2021-04-21 15:56:17 +02:00
ActivityCreatePostEvent.php added activity events for plugins (#2516) 2021-04-21 15:56:17 +02:00
ActivityCreatePreEvent.php added activity events for plugins (#2516) 2021-04-21 15:56:17 +02:00
ActivityMetaDefinitionEvent.php Display meta-fields in datatables (#1116) 2019-09-19 20:28:31 +02:00
ActivityMetaDisplayEvent.php added annotation based exporter (#1831) 2020-07-21 03:37:51 +02:00
ActivityStatisticEvent.php monthly budget, monthly report, unified report calculation (#2684) 2021-08-06 18:38:41 +02:00
ActivityUpdatePostEvent.php added activity events for plugins (#2516) 2021-04-21 15:56:17 +02:00
ActivityUpdatePreEvent.php added activity events for plugins (#2516) 2021-04-21 15:56:17 +02:00
CalendarConfigurationEvent.php added calendar configuration event (#2698) 2021-08-06 18:35:37 +02:00
CalendarDragAndDropSourceEvent.php limit amount of items in calendar drag and drop boxes (#2291) 2021-07-11 15:03:18 +02:00
CalendarGoogleSourceEvent.php added drag and drop for new records via calendar (#1962) 2020-09-17 01:13:48 +02:00
ConfigureMainMenuEvent.php updated theme, fix deprecations in events dispatching (#1145) 2019-09-25 19:12:12 +02:00
CustomerCreateEvent.php added project importer and grandtotal converter (#1468) 2020-10-11 22:08:00 +02:00
CustomerCreatePostEvent.php added project importer and grandtotal converter (#1468) 2020-10-11 22:08:00 +02:00
CustomerCreatePreEvent.php added project importer and grandtotal converter (#1468) 2020-10-11 22:08:00 +02:00
CustomerMetaDefinitionEvent.php Display meta-fields in datatables (#1116) 2019-09-19 20:28:31 +02:00
CustomerMetaDisplayEvent.php added annotation based exporter (#1831) 2020-07-21 03:37:51 +02:00
CustomerStatisticEvent.php monthly budget, monthly report, unified report calculation (#2684) 2021-08-06 18:38:41 +02:00
CustomerUpdatePostEvent.php added project importer and grandtotal converter (#1468) 2020-10-11 22:08:00 +02:00
CustomerUpdatePreEvent.php added project importer and grandtotal converter (#1468) 2020-10-11 22:08:00 +02:00
DashboardEvent.php updated theme, fix deprecations in events dispatching (#1145) 2019-09-25 19:12:12 +02:00
EmailEvent.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
EmailPasswordResetEvent.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
EmailSelfRegistrationEvent.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
ExportItemsQueryEvent.php configurable print export (#2657) 2021-07-13 10:11:20 +02:00
InvoiceCreatedEvent.php added command to create invoices via bash (#1574) 2020-03-20 13:14:05 +01:00
InvoicePostRenderEvent.php Release 1.6.2 (#1289) 2019-12-02 10:57:03 +01:00
InvoicePreRenderEvent.php Release 1.6.2 (#1289) 2019-12-02 10:57:03 +01:00
MetaDisplayEventInterface.php cleanup for 1.10 (#1906) 2020-08-22 19:15:54 +02:00
PageActionsEvent.php store search in session (#2735) 2021-08-26 01:37:40 +02:00
PermissionSectionsEvent.php order user roles and permissions (#1372) 2020-01-16 16:54:42 +01:00
PermissionsEvent.php fix removing single permissions from event (#1661) 2020-04-24 19:02:21 +02:00
PrepareUserEvent.php upgraded to phpunit 8 (#1155) 2019-10-24 17:35:05 +02:00
ProjectBudgetStatisticEvent.php monthly budget, monthly report, unified report calculation (#2684) 2021-08-06 18:38:41 +02:00
ProjectCreateEvent.php lifecycle events for projects (#2013) 2020-10-07 19:44:55 +02:00
ProjectCreatePostEvent.php lifecycle events for projects (#2013) 2020-10-07 19:44:55 +02:00
ProjectCreatePreEvent.php lifecycle events for projects (#2013) 2020-10-07 19:44:55 +02:00
ProjectMetaDefinitionEvent.php Display meta-fields in datatables (#1116) 2019-09-19 20:28:31 +02:00
ProjectMetaDisplayEvent.php added annotation based exporter (#1831) 2020-07-21 03:37:51 +02:00
ProjectStatisticEvent.php monthly budget, monthly report, unified report calculation (#2684) 2021-08-06 18:38:41 +02:00
ProjectUpdatePostEvent.php lifecycle events for projects (#2013) 2020-10-07 19:44:55 +02:00
ProjectUpdatePreEvent.php lifecycle events for projects (#2013) 2020-10-07 19:44:55 +02:00
RecentActivityEvent.php added event for recent activities (#2254) 2021-01-11 19:13:14 +01:00
ReportingEvent.php added reporting screen (#1805) 2020-07-12 14:05:14 +02:00
SystemConfigurationEvent.php updated theme, fix deprecations in events dispatching (#1145) 2019-09-25 19:12:12 +02:00
ThemeEvent.php User profile layout (#2402) 2021-03-06 12:34:34 +01:00
ThemeJavascriptTranslationsEvent.php improved duration and minute selector (#2264) 2021-01-17 14:04:13 +01:00
TimesheetCreatePostEvent.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetCreatePreEvent.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetDeleteMultiplePreEvent.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetDeletePreEvent.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetDuplicatePostEvent.php prepare release 1.13 (#2290) 2021-02-01 23:43:47 +01:00
TimesheetDuplicatePreEvent.php prepare release 1.13 (#2290) 2021-02-01 23:43:47 +01:00
TimesheetMetaDefinitionEvent.php Display meta-fields in datatables (#1116) 2019-09-19 20:28:31 +02:00
TimesheetMetaDisplayEvent.php added annotation based exporter (#1831) 2020-07-21 03:37:51 +02:00
TimesheetRestartPostEvent.php added drag and drop for new records via calendar (#1962) 2020-09-17 01:13:48 +02:00
TimesheetRestartPreEvent.php added drag and drop for new records via calendar (#1962) 2020-09-17 01:13:48 +02:00
TimesheetStopPostEvent.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetStopPreEvent.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetUpdateMultiplePostEvent.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetUpdateMultiplePreEvent.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetUpdatePostEvent.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetUpdatePreEvent.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
UserCreateEvent.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
UserCreatePostEvent.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
UserCreatePreEvent.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
UserEmailEvent.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
UserInteractiveLoginEvent.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
UserPreferenceDisplayEvent.php Display meta-fields in datatables (#1116) 2019-09-19 20:28:31 +02:00
UserPreferenceEvent.php fix order and update of user settings form 2020-08-18 23:22:16 +02:00
UserUpdatePostEvent.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
UserUpdatePreEvent.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00