Add facilities, contracts, orders, value lists, audit log, and desktop app modules

Extends omsorgCore with full CRUD for Facility/Contract/Order plus
configurable value lists and an audit trail, and wires the omsorgapp
frontend up to the new facilities, settings, and audit-log modules;
includes a sidebar active-nav-item highlight.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Felix Kemmler
2026-08-08 23:29:16 +02:00
co-authored by Claude Sonnet 5
parent ee74ed65f5
commit e9e96a57dc
528 changed files with 96814 additions and 456 deletions
@@ -0,0 +1,27 @@
# # EmployeeResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | | [optional]
**first_name** | **string** | | [optional]
**last_name** | **string** | | [optional]
**status** | **string** | | [optional]
**date_of_birth** | **\DateTime** | | [optional]
**street** | **string** | | [optional]
**postal_code** | **string** | | [optional]
**city** | **string** | | [optional]
**country** | **string** | | [optional]
**phone_number** | **string** | | [optional]
**email** | **string** | | [optional]
**entry_date** | **\DateTime** | | [optional]
**exit_date** | **\DateTime** | | [optional]
**emergency_contact_name** | **string** | | [optional]
**emergency_contact_phone** | **string** | | [optional]
**emergency_contact_relation** | **string** | | [optional]
**employment_type** | **string** | | [optional]
**qualification** | **string** | | [optional]
**avatar_file_name** | **string** | | [optional]
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)