Add Verwaltungskosten detail view with linked documents and emails
- New detail view at /geschaeftsfuehrung/verwaltungskosten/<pk>/ showing invoice data, status, linked DMS documents, and emails - Status change form in sidebar for quick workflow updates - Link Verwaltungskosten list items to detail page - Update email detail to link to VK detail instead of edit Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -180,6 +180,11 @@ urlpatterns = [
|
||||
views.verwaltungskosten_create,
|
||||
name="verwaltungskosten_create",
|
||||
),
|
||||
path(
|
||||
"geschaeftsfuehrung/verwaltungskosten/<uuid:pk>/",
|
||||
views.verwaltungskosten_detail,
|
||||
name="verwaltungskosten_detail",
|
||||
),
|
||||
path(
|
||||
"geschaeftsfuehrung/verwaltungskosten/<uuid:pk>/bearbeiten/",
|
||||
views.verwaltungskosten_edit,
|
||||
|
||||
Reference in New Issue
Block a user