+
+ +
+ + +
+
+
Stamdata
+
+
+
+ Type + {{ hardware.asset_type|title }} +
+ {% if hardware.internal_asset_id %} +
+ Intern ID + {{ hardware.internal_asset_id }} +
+ {% endif %} + {% if hardware.customer_asset_id %} +
+ Kunde ID + {{ hardware.customer_asset_id }} +
+ {% endif %} + {% if hardware.warranty_until %} +
+ Garanti UdlΓΈb + {{ hardware.warranty_until }} +
+ {% endif %} + {% if hardware.end_of_life %} +
+ End of Life + {{ hardware.end_of_life }} +
+ {% endif %} +
+
+ + +
+
+
Tags
+ +
+
+
+ +
+ +
+
+
+
+ + +
+
+
Nuværende Lokation
+ +
+
+ {% if locations and locations|length > 0 %} + {% set current_loc = locations[0] %} + {% if not current_loc.end_date %} +
+
+ +
+
+
{{ current_loc.location_name or 'Ukendt' }}
+ Siden {{ current_loc.start_date }} +
+
+ {% if current_loc.notes %} +
+ {{ current_loc.notes }} +
+ {% endif %} + {% else %} +
+ +

Ingen aktiv lokation

+
+ {% endif %} + {% else %} +
+

Hardwaret er ikke tildelt en lokation

+ +
+ {% endif %} +
+
+ + +
+
+
Nuværende Ejer
+
+
+ {% if ownership and ownership|length > 0 %} + {% set current_own = ownership[0] %} + {% if not current_own.end_date %} +
+
+ +
+
+
+ {{ current_own.customer_name or current_own.owner_type|title }} +
+ Siden {{ current_own.start_date }} +
+
+ {% else %} +

Ingen aktiv ejer registreret

+ {% endif %} + {% else %} +

Ingen ejerhistorik

+ {% endif %} +
+
+ +
+ + +
+ + +
+
+
+ +
Opret Sag
+
+
+
+
+ +
Skift Lokation
+
+
+ +
+
+ +
TilfΓΈj Bilag
+
+
+
+ + +
+
+ +
+
+
+ + +
+
Kombineret Historik
+ +
+ + +
+ Placeringer + {% if locations %} + {% for loc in locations %} +
+
+
+
{{ loc.location_name or 'Ukendt' }} ({{ loc.start_date }} {% if loc.end_date %} - {{ loc.end_date }}{% else %}- nu{% endif %})
+ {% if loc.notes %}
{{ loc.notes }}
{% endif %} +
+
+ {% endfor %} + {% else %} +

Ingen lokations historik

+ {% endif %} +
+ +
+ Ejerskab + {% if ownership %} + {% for own in ownership %} +
+
+
+
{{ own.customer_name or own.owner_type }} ({{ own.start_date }} {% if own.end_date %} - {{ own.end_date }}{% else %}- nu{% endif %})
+ {% if own.notes %}
{{ own.notes }}
{% endif %} +
+
+ {% endfor %} + {% else %} +

Ingen ejerskabs historik

+ {% endif %} +
+
+
+ + +
+ {% if cases and cases|length > 0 %} + + {% else %} +
+ +

Ingen sager tilknyttet.

+ +
+ {% endif %} +
+ + +
+
+ {% if attachments %} + {% for att in attachments %} +
+
+
πŸ“Ž
+
{{ att.file_name }}
+
{{ att.uploaded_at }}
+
+
+ {% endfor %} + {% else %} +
+ Ingen filer vedhæftet +
+ {% endif %} +
+
+ + +
+
+ {% if hardware.notes %} + {{ hardware.notes }} + {% else %} + Ingen noter... + {% endif %} +
+
+
+
+
+
+
+