{
    "uuid": "235e05ed31a37530c50548003ac3f83f",
    "elementtype": "equipment",
    "schema_kind": "equipment",
    "title": "Sessellift",
    "description": "Bestandserfassung fuer einen Sessellift (kuppelbar oder stationaer) gemaess STRMTG-Regulierung (franzoesisches Seilbahnrecht).",
    "export_date": "2026-05-26 10:00:00",
    "dolibarr_version": "18.0.0",
    "extrafields": [
        {
            "name": "chairlift_inventory_number",
            "label": "Inventarnummer",
            "type": "varchar",
            "size": "50",
            "required": 1,
            "unique": 1,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Internal inventory tag",
            "pos": 100,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_serial_number",
            "label": "Herstellerseriennummer",
            "type": "varchar",
            "size": "100",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Manufacturer serial number",
            "pos": 105,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_brand",
            "label": "Hersteller",
            "type": "varchar",
            "size": "100",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Manufacturer / brand (Poma, Doppelmayr, Leitner, etc.)",
            "pos": 110,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_model",
            "label": "Modell",
            "type": "varchar",
            "size": "100",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Manufacturer model reference",
            "pos": 115,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_manufacture_year",
            "label": "Baujahr",
            "type": "int",
            "size": "4",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 120,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_strmtg_number",
            "label": "STRMTG-Kennnummer",
            "type": "varchar",
            "size": "50",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Nationale Kennung der Seilbahnanlage (franzoesisches Register)",
            "pos": 200,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_class",
            "label": "STRMTG-Klasse",
            "type": "select",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "A": "Klasse A",
                    "B": "Klasse B",
                    "C": "Klasse C"
                }
            },
            "help": "Lift class A / B / C per French decree 2003-425",
            "pos": 205,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_category",
            "label": "Kategorie",
            "type": "select",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "T1": "T1 - Stationaerer Sessellift",
                    "T2": "T2 - Kuppelbarer Sessellift"
                }
            },
            "help": "Chairlift category T1 / T2",
            "pos": 210,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_grip_type",
            "label": "Klemmentyp",
            "type": "select",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "fixed": "Stationaer (Festklemme)",
                    "detachable": "Kuppelbar (Klemmkupplung)"
                }
            },
            "help": "Fixed or detachable chair grip",
            "pos": 215,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_seats_per_chair",
            "label": "Sitze pro Sessel",
            "type": "select",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "2": "2-er Sessel",
                    "3": "3-er Sessel",
                    "4": "4-er Sessel",
                    "6": "6-er Sessel",
                    "8": "8-er Sessel"
                }
            },
            "help": "Number of seats per chair",
            "pos": 220,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_bubble",
            "label": "Wetterschutzhaube vorhanden",
            "type": "boolean",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Chairs equipped with a bubble / canopy",
            "pos": 225,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_line_length_m",
            "label": "Streckenlaenge (m)",
            "type": "int",
            "size": "6",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Length of the line in meters",
            "pos": 230,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_elevation_diff_m",
            "label": "Hoehenunterschied (m)",
            "type": "int",
            "size": "5",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Vertical drop between stations",
            "pos": 235,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_hourly_flow",
            "label": "Foerderleistung (Personen/h)",
            "type": "int",
            "size": "6",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Theoretical hourly capacity",
            "pos": 240,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_line_speed_ms",
            "label": "Seilgeschwindigkeit (m/s)",
            "type": "double",
            "size": "4,1",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Cable speed in line in m/s",
            "pos": 245,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_pylon_count",
            "label": "Anzahl Pylone",
            "type": "int",
            "size": "3",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Number of pylons on the line",
            "pos": 250,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_chair_count",
            "label": "Anzahl Sessel im Umlauf",
            "type": "int",
            "size": "4",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Total number of chairs",
            "pos": 255,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_motor_type",
            "label": "Antriebsart",
            "type": "select",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "electric": "Elektrisch",
                    "diesel": "Dieselmotor",
                    "hybrid": "Hybrid"
                }
            },
            "help": "Main drive motor type",
            "pos": 260,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_motor_power_kw",
            "label": "Motorleistung (kW)",
            "type": "int",
            "size": "5",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Rated drive power in kW",
            "pos": 265,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_backup_drive",
            "label": "Hilfsantrieb",
            "type": "select",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "electric": "Elektrischer Hilfsantrieb",
                    "thermal": "Thermischer Hilfsantrieb",
                    "none": "Keiner"
                }
            },
            "help": "Type of backup / rescue drive",
            "pos": 270,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_last_major_inspection_year",
            "label": "Jahr der letzten Hauptinspektion",
            "type": "int",
            "size": "4",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Year of last STRMTG major inspection (visite des X ans)",
            "pos": 275,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_next_major_inspection_date",
            "label": "Datum der naechsten Hauptinspektion",
            "type": "date",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Planned date of next major STRMTG inspection",
            "pos": 280,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_strmtg_last_report_date",
            "label": "Datum des letzten STRMTG-Pruefberichts",
            "type": "date",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Date of last STRMTG conformity report",
            "pos": 285,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_strmtg_open_reserves",
            "label": "Offene STRMTG-Auflagen",
            "type": "text",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Anzahl oder Beschreibung der noch nicht behobenen Maengel",
            "pos": 290,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_site",
            "label": "Skigebiet",
            "type": "varchar",
            "size": "150",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Ski resort name",
            "pos": 400,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_building",
            "label": "Sektor",
            "type": "varchar",
            "size": "100",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Sektor oder Hang des Skigebiets",
            "pos": 410,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_floor",
            "label": "Hoehe Talstation (m u. NN)",
            "type": "int",
            "size": "5",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Lower station altitude in meters",
            "pos": 420,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_room",
            "label": "Hoehe Bergstation (m u. NN)",
            "type": "int",
            "size": "5",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Upper station altitude in meters",
            "pos": 430,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_status",
            "label": "Status",
            "type": "select",
            "size": "",
            "required": 1,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "in_service": "In Betrieb",
                    "summer_stop": "Sommerpause",
                    "in_repair": "In Reparatur",
                    "out_of_order": "Ausser Betrieb",
                    "decommissioned": "Ausgemustert"
                }
            },
            "help": "Operational status",
            "pos": 500,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "in_service",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_commissioning_date",
            "label": "Inbetriebnahmedatum",
            "type": "date",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Date the lift was put in service",
            "pos": 510,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_next_maintenance_date",
            "label": "Naechste geplante Wartung",
            "type": "date",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Planned date of the next maintenance",
            "pos": 520,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_purchase_date",
            "label": "Kauf- / Abnahmedatum",
            "type": "date",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 600,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_warranty_end_date",
            "label": "Garantieende",
            "type": "date",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 610,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_supplier",
            "label": "Hersteller / Lieferant",
            "type": "varchar",
            "size": "150",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Supplier company",
            "pos": 620,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_maintenance_contract_ref",
            "label": "Referenz Wartungsvertrag",
            "type": "varchar",
            "size": "100",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 630,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "chairlift_notes",
            "label": "Notizen",
            "type": "text",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Freitextnotizen",
            "pos": 700,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        }
    ],
    "pdf_layout": {
        "version": "1.1",
        "page": {
            "format": "A4",
            "orientation": "portrait",
            "margins": {
                "top": 20,
                "right": 15,
                "bottom": 20,
                "left": 15
            },
            "font_family": "helvetica",
            "font_size": 10
        },
        "header": {
            "title": "Anlageakte - Sessellift",
            "subtitle": "Bestandserfassungsblatt Seilbahnanlagen",
            "logo_placeholder": "top-right",
            "show_page_number": true,
            "show_generated_date": true
        },
        "footer": {
            "text": "Erstellt ueber schemas.cap-rel.fr"
        },
        "sections": [
            {
                "id": "identification",
                "title": "Identifikation",
                "layout": "two_columns",
                "fields": [
                    "chairlift_inventory_number",
                    "chairlift_serial_number",
                    "chairlift_brand",
                    "chairlift_model",
                    "chairlift_manufacture_year"
                ]
            },
            {
                "id": "regulation",
                "title": "STRMTG regulation",
                "layout": "two_columns",
                "fields": [
                    "chairlift_strmtg_number",
                    "chairlift_class",
                    "chairlift_category",
                    "chairlift_last_major_inspection_year",
                    "chairlift_next_major_inspection_date",
                    "chairlift_strmtg_last_report_date",
                    "chairlift_strmtg_open_reserves"
                ]
            },
            {
                "id": "specifications",
                "title": "Technical specifications",
                "layout": "two_columns",
                "fields": [
                    "chairlift_grip_type",
                    "chairlift_seats_per_chair",
                    "chairlift_bubble",
                    "chairlift_line_length_m",
                    "chairlift_elevation_diff_m",
                    "chairlift_hourly_flow",
                    "chairlift_line_speed_ms",
                    "chairlift_pylon_count",
                    "chairlift_chair_count",
                    "chairlift_motor_type",
                    "chairlift_motor_power_kw",
                    "chairlift_backup_drive"
                ]
            },
            {
                "id": "location",
                "title": "Lage und Standort",
                "layout": "two_columns",
                "fields": [
                    "chairlift_site",
                    "chairlift_building",
                    "chairlift_floor",
                    "chairlift_room"
                ]
            },
            {
                "id": "status",
                "title": "Status und Betrieb",
                "layout": "highlight_box",
                "fields": [
                    "chairlift_status",
                    "chairlift_commissioning_date",
                    "chairlift_next_maintenance_date"
                ]
            },
            {
                "id": "commercial",
                "title": "Vertraege und Wartung",
                "layout": "two_columns",
                "fields": [
                    "chairlift_purchase_date",
                    "chairlift_warranty_end_date",
                    "chairlift_supplier",
                    "chairlift_maintenance_contract_ref"
                ]
            },
            {
                "id": "notes",
                "title": "Notizen",
                "layout": "full_width",
                "fields": [
                    "chairlift_notes"
                ]
            }
        ],
        "field_render": {
            "chairlift_status": {
                "style": "highlight",
                "color_by_value": {
                    "in_service": "#1f8a1f",
                    "summer_stop": "#888888",
                    "in_repair": "#e69500",
                    "out_of_order": "#c00000",
                    "decommissioned": "#555555"
                }
            },
            "chairlift_notes": {
                "min_height": 30,
                "show_if_empty": false
            },
            "chairlift_strmtg_open_reserves": {
                "min_height": 30,
                "show_if_empty": false
            },
            "chairlift_inventory_number": {
                "style": "bold",
                "frame": true
            },
            "chairlift_line_length_m": {
                "suffix": " m"
            },
            "chairlift_elevation_diff_m": {
                "suffix": " m"
            },
            "chairlift_hourly_flow": {
                "suffix": " p/h"
            },
            "chairlift_line_speed_ms": {
                "suffix": " m/s"
            },
            "chairlift_motor_power_kw": {
                "suffix": " kW"
            },
            "chairlift_floor": {
                "suffix": " m"
            },
            "chairlift_room": {
                "suffix": " m"
            }
        }
    },
    "keywords": [
        "Sessellift",
        "Seilbahn",
        "Skialpin",
        "kuppelbarer Sessellift",
        "stationaerer Sessellift",
        "STRMTG",
        "Pylone",
        "Foerderleistung",
        "Technische Pruefung",
        "Skigebiet"
    ],
    "lang": "de",
    "keywords_all": [
        "equipment - chairlift",
        "sessellift",
        "seilbahn",
        "skialpin",
        "kuppelbarer sessellift",
        "stationaerer sessellift",
        "strmtg",
        "pylone",
        "foerderleistung",
        "technische pruefung",
        "skigebiet",
        "telesiege",
        "remontee mecanique",
        "debrayable",
        "fixe",
        "ski alpin",
        "bulle",
        "debit horaire",
        "inspection technique",
        "domaine skiable"
    ]
}