{
    "uuid": "a228969021dc291a32fd5853f8c5e1a5",
    "elementtype": "equipment",
    "schema_kind": "equipment",
    "title": "E-Scooter / Elektrotretroller",
    "description": "Bestandserfassung fuer einen Elektrotretroller (E-Scooter) einer Flotte oder eines Verleihs.",
    "export_date": "2026-05-26 10:00:00",
    "dolibarr_version": "18.0.0",
    "extrafields": [
        {
            "name": "scoot_inventory_number",
            "label": "Inventarnummer",
            "type": "varchar",
            "size": "50",
            "required": 1,
            "unique": 1,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Interne Inventarkennung",
            "pos": 100,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "scoot_serial_number",
            "label": "Seriennummer",
            "type": "varchar",
            "size": "100",
            "required": 0,
            "unique": 1,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Chassis serial number",
            "pos": 105,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "scoot_brand",
            "label": "Hersteller",
            "type": "varchar",
            "size": "100",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Manufacturer",
            "pos": 110,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "scoot_model",
            "label": "Modell",
            "type": "varchar",
            "size": "100",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Model name",
            "pos": 115,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "scoot_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": "scoot_category",
            "label": "Kategorie",
            "type": "select",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "urban": "Stadtgebrauch",
                    "all_terrain": "Gelaende",
                    "long_range": "Grosse Reichweite",
                    "kids": "Kinder",
                    "cargo": "Cargo / Kurier"
                }
            },
            "help": "",
            "pos": 200,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "urban",
            "alwayseditable": 0
        },
        {
            "name": "scoot_motor_power_w",
            "label": "Motorleistung (W)",
            "type": "int",
            "size": "4",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Nennleistung des Motors",
            "pos": 205,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "350",
            "alwayseditable": 0
        },
        {
            "name": "scoot_battery_capacity_wh",
            "label": "Akkukapazitaet (Wh)",
            "type": "int",
            "size": "5",
            "required": 1,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Watt-hours",
            "pos": 210,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "scoot_battery_voltage_v",
            "label": "Akkuspannung (V)",
            "type": "double",
            "size": "4,1",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 215,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "36",
            "alwayseditable": 0
        },
        {
            "name": "scoot_battery_soh_percent",
            "label": "Akkuzustand SoH (%)",
            "type": "int",
            "size": "3",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Verbleibende Kapazitaet in % der Nennkapazitaet",
            "pos": 220,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "100",
            "alwayseditable": 0
        },
        {
            "name": "scoot_battery_cycles",
            "label": "Anzahl Ladezyklen",
            "type": "int",
            "size": "5",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Charge cycles completed",
            "pos": 225,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "0",
            "alwayseditable": 0
        },
        {
            "name": "scoot_battery_removable",
            "label": "Wechselakku vorhanden",
            "type": "boolean",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 230,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "0",
            "alwayseditable": 0
        },
        {
            "name": "scoot_charge_time_h",
            "label": "Ladezeit (Stunden)",
            "type": "double",
            "size": "4,1",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "0 to 100 percent",
            "pos": 235,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "scoot_range_km",
            "label": "Reichweite (km)",
            "type": "int",
            "size": "4",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Announced range",
            "pos": 240,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "scoot_top_speed_kmh",
            "label": "Hoechstgeschwindigkeit (km/h)",
            "type": "int",
            "size": "3",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Bridled speed",
            "pos": 245,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "25",
            "alwayseditable": 0
        },
        {
            "name": "scoot_road_homologated",
            "label": "Strassenzulassung (eKFV)",
            "type": "boolean",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Zulassung nach Elektrokleinstfahrzeuge-Verordnung",
            "pos": 250,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "1",
            "alwayseditable": 0
        },
        {
            "name": "scoot_has_suspension",
            "label": "Federung vorhanden",
            "type": "boolean",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 255,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "0",
            "alwayseditable": 0
        },
        {
            "name": "scoot_brake_type",
            "label": "Bremstyp",
            "type": "select",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "electric": "Elektrisch (regenerativ)",
                    "drum": "Trommelbremse",
                    "disc": "Scheibenbremse",
                    "foot": "Fuss (hinteres Schutzblech)",
                    "combined": "Kombiniert"
                }
            },
            "help": "",
            "pos": 260,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "disc",
            "alwayseditable": 0
        },
        {
            "name": "scoot_tire_size",
            "label": "Reifengroesse",
            "type": "varchar",
            "size": "20",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "z.B. 8,5 Zoll, 10 Zoll, 11 Zoll",
            "pos": 265,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "scoot_tire_type",
            "label": "Reifentyp",
            "type": "select",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "air": "Luftreifen (Pneumatik)",
                    "solid": "Vollgummi (pannensicher)",
                    "tubeless": "Tubeless"
                }
            },
            "help": "",
            "pos": 270,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "air",
            "alwayseditable": 0
        },
        {
            "name": "scoot_total_weight_kg",
            "label": "Eigengewicht (kg)",
            "type": "double",
            "size": "4,2",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 275,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "scoot_max_load_kg",
            "label": "Maximalbelastung (kg)",
            "type": "int",
            "size": "3",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Maximales Benutzergewicht",
            "pos": 280,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "120",
            "alwayseditable": 0
        },
        {
            "name": "scoot_iot_module",
            "label": "IoT / GPS-Modul",
            "type": "boolean",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Referenz des eingebauten Ortungsmoduls",
            "pos": 285,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "0",
            "alwayseditable": 0
        },
        {
            "name": "scoot_current_mileage_km",
            "label": "Current mileage (km)",
            "type": "int",
            "size": "7",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Odometer reading",
            "pos": 290,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "scoot_daily_rate",
            "label": "Daily rate",
            "type": "double",
            "size": "8,2",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 295,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "scoot_weekly_rate",
            "label": "Weekly rate",
            "type": "double",
            "size": "8,2",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 300,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "scoot_monthly_rate",
            "label": "Monthly rate",
            "type": "double",
            "size": "8,2",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 305,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "scoot_site",
            "label": "Standort",
            "type": "varchar",
            "size": "150",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Rental agency",
            "pos": 400,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "scoot_building",
            "label": "Gebaeude",
            "type": "varchar",
            "size": "100",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 410,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "scoot_floor",
            "label": "Etage / Ebene",
            "type": "varchar",
            "size": "50",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 420,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "scoot_room",
            "label": "Ladestation / Depot",
            "type": "varchar",
            "size": "100",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Ladestation oder Abstellplatz",
            "pos": 430,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "scoot_status",
            "label": "Status",
            "type": "select",
            "size": "",
            "required": 1,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "in_service": "In Betrieb",
                    "in_stock": "Auf Lager",
                    "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": "scoot_rental_status",
            "label": "Verfuegbarkeit (Verleih)",
            "type": "select",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "available": "Verfuegbar",
                    "rented": "Verliehen",
                    "maintenance": "In Wartung",
                    "reserved": "Reserviert",
                    "claim": "Schadensfall",
                    "decommissioned": "Aus dem Bestand"
                }
            },
            "help": "Rental availability",
            "pos": 505,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "available",
            "alwayseditable": 0
        },
        {
            "name": "scoot_commissioning_date",
            "label": "Inbetriebnahmedatum",
            "type": "date",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 510,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "scoot_next_maintenance_date",
            "label": "Naechste geplante Wartung",
            "type": "date",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 520,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "scoot_purchase_date",
            "label": "Kaufdatum",
            "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": "scoot_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": "scoot_supplier",
            "label": "Lieferant / Haendler",
            "type": "varchar",
            "size": "150",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 620,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "scoot_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": "scoot_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": "Fahrzeugakte - E-Scooter",
            "subtitle": "Bestandserfassungsblatt Fahrzeugflotte",
            "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": [
                    "scoot_inventory_number",
                    "scoot_serial_number",
                    "scoot_brand",
                    "scoot_model",
                    "scoot_manufacture_year",
                    "scoot_category"
                ]
            },
            {
                "id": "drivetrain",
                "title": "Motor and assistance",
                "layout": "two_columns",
                "fields": [
                    "scoot_motor_power_w",
                    "scoot_top_speed_kmh",
                    "scoot_road_homologated"
                ]
            },
            {
                "id": "battery",
                "title": "Battery",
                "layout": "two_columns",
                "fields": [
                    "scoot_battery_capacity_wh",
                    "scoot_battery_voltage_v",
                    "scoot_battery_soh_percent",
                    "scoot_battery_cycles",
                    "scoot_battery_removable",
                    "scoot_charge_time_h",
                    "scoot_range_km",
                    "scoot_current_mileage_km"
                ]
            },
            {
                "id": "chassis",
                "title": "Chassis and braking",
                "layout": "two_columns",
                "fields": [
                    "scoot_has_suspension",
                    "scoot_brake_type",
                    "scoot_tire_size",
                    "scoot_tire_type",
                    "scoot_total_weight_kg",
                    "scoot_max_load_kg",
                    "scoot_iot_module"
                ]
            },
            {
                "id": "rates",
                "title": "Rental rates",
                "layout": "two_columns",
                "fields": [
                    "scoot_daily_rate",
                    "scoot_weekly_rate",
                    "scoot_monthly_rate"
                ]
            },
            {
                "id": "location",
                "title": "Zuweisung und Standort",
                "layout": "two_columns",
                "fields": [
                    "scoot_site",
                    "scoot_building",
                    "scoot_floor",
                    "scoot_room"
                ]
            },
            {
                "id": "status",
                "title": "Status und Verfuegbarkeit",
                "layout": "highlight_box",
                "fields": [
                    "scoot_status",
                    "scoot_rental_status",
                    "scoot_commissioning_date",
                    "scoot_next_maintenance_date"
                ]
            },
            {
                "id": "commercial",
                "title": "Kauf und Wartung",
                "layout": "two_columns",
                "fields": [
                    "scoot_purchase_date",
                    "scoot_warranty_end_date",
                    "scoot_supplier",
                    "scoot_maintenance_contract_ref"
                ]
            },
            {
                "id": "notes",
                "title": "Notizen",
                "layout": "full_width",
                "fields": [
                    "scoot_notes"
                ]
            }
        ],
        "field_render": {
            "scoot_status": {
                "style": "highlight",
                "color_by_value": {
                    "in_service": "#1f8a1f",
                    "in_stock": "#888888",
                    "in_repair": "#e69500",
                    "out_of_order": "#c00000",
                    "decommissioned": "#555555"
                }
            },
            "scoot_rental_status": {
                "style": "highlight",
                "color_by_value": {
                    "available": "#1f8a1f",
                    "rented": "#1f5fa8",
                    "maintenance": "#e69500",
                    "reserved": "#888888",
                    "claim": "#c00000",
                    "decommissioned": "#555555"
                }
            },
            "scoot_inventory_number": {
                "style": "bold",
                "frame": true
            },
            "scoot_notes": {
                "min_height": 30,
                "show_if_empty": false
            },
            "scoot_motor_power_w": {
                "suffix": " W"
            },
            "scoot_battery_capacity_wh": {
                "suffix": " Wh"
            },
            "scoot_battery_voltage_v": {
                "suffix": " V"
            },
            "scoot_battery_soh_percent": {
                "suffix": " %"
            },
            "scoot_charge_time_h": {
                "suffix": " h"
            },
            "scoot_range_km": {
                "suffix": " km"
            },
            "scoot_top_speed_kmh": {
                "suffix": " km/h"
            },
            "scoot_total_weight_kg": {
                "suffix": " kg"
            },
            "scoot_max_load_kg": {
                "suffix": " kg"
            },
            "scoot_current_mileage_km": {
                "suffix": " km"
            }
        }
    },
    "keywords": [
        "E-Scooter",
        "Elektrotretroller",
        "Tretroller",
        "Kleinstfahrzeug",
        "Flotte",
        "Verleih",
        "Akku",
        "Reichweite",
        "Strassenzulassung"
    ],
    "lang": "de",
    "keywords_all": [
        "equipment - electric scooter (e-scooter / trottinette)",
        "e-scooter / elektrotretroller",
        "e-scooter",
        "elektrotretroller",
        "tretroller",
        "kleinstfahrzeug",
        "flotte",
        "verleih",
        "akku",
        "reichweite",
        "strassenzulassung",
        "trottinette electrique",
        "trottinette",
        "mobilite urbaine",
        "location",
        "batterie amovible",
        "homologation",
        "edpm"
    ]
}