{
    "uuid": "aa77b94e6403fc7576c3a0b649e84a19",
    "schema_kind": "equipment",
    "lang": "de",
    "title": "Motorrad / Kraftrad",
    "description": "Bestandserfassung fuer ein Motorrad, Motorroller oder sonstiges Kraftrad einer Fahrzeugflotte.",
    "export_date": "2026-05-26 10:00:00",
    "dolibarr_version": "18.0.0",
    "extrafields": [
        {
            "name": "moto_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": "moto_serial_number",
            "personal_data": 1,
            "label": "FIN (Fahrzeugidentifikationsnummer)",
            "type": "varchar",
            "size": "17",
            "required": 0,
            "unique": 1,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "17 character Vehicle Identification Number",
            "pos": 105,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "moto_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": "moto_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": "moto_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": "moto_registration_plate",
            "label": "Kennzeichen",
            "type": "varchar",
            "size": "20",
            "required": 1,
            "unique": 1,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "License plate",
            "pos": 200,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "moto_first_registration_date",
            "label": "Datum der Erstzulassung",
            "type": "date",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 205,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "moto_category",
            "label": "Kategorie",
            "type": "select",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "moped": "Moped / Mofa (< 50 cm3)",
                    "scooter": "Motorroller",
                    "roadster": "Roadster / Naked Bike",
                    "sport": "Sportmotorrad",
                    "touring": "Reisemotorrad",
                    "trail": "Enduro / Adventure",
                    "custom": "Custom / Cruiser",
                    "enduro": "Gelaendeenduro",
                    "maxi_scooter": "Maxi-Scooter",
                    "three_wheeler": "Dreirad"
                }
            },
            "help": "Bike category",
            "pos": 210,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "scooter",
            "alwayseditable": 0
        },
        {
            "name": "moto_engine_type",
            "label": "Antriebsart",
            "type": "select",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "gasoline_2stroke": "Benzin 2-Takt",
                    "gasoline_4stroke": "Benzin 4-Takt",
                    "electric": "Elektrisch",
                    "hybrid": "Hybrid"
                }
            },
            "help": "Powertrain",
            "pos": 215,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "gasoline_4stroke",
            "alwayseditable": 0
        },
        {
            "name": "moto_engine_displacement_cc",
            "label": "Hubraum (cm3)",
            "type": "int",
            "size": "5",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Cylinder capacity",
            "pos": 220,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "moto_power_kw",
            "label": "Leistung (kW)",
            "type": "double",
            "size": "5,1",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 225,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "moto_battery_capacity_kwh",
            "label": "Batteriekapazitaet (kWh)",
            "type": "double",
            "size": "5,2",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Fuer Elektromodelle",
            "pos": 230,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "moto_range_km",
            "label": "Reichweite (km)",
            "type": "int",
            "size": "4",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Electric models only",
            "pos": 235,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "moto_required_license",
            "label": "Erforderlicher Fuehrerschein",
            "type": "select",
            "size": "",
            "required": 1,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "AM": "AM (Mofa/Moped)",
                    "A1": "A1 (Leichtkraftrad)",
                    "A2": "A2 (mittlere Leistung)",
                    "A": "A (unbeschraenkt)",
                    "B": "B (Dreirad > 15 kW)"
                }
            },
            "help": "License category",
            "pos": 240,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "A2",
            "alwayseditable": 0
        },
        {
            "name": "moto_top_speed_kmh",
            "label": "Hoechstgeschwindigkeit (km/h)",
            "type": "int",
            "size": "3",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 245,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "moto_dry_weight_kg",
            "label": "Trockengewicht (kg)",
            "type": "int",
            "size": "4",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 250,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "moto_seat_height_mm",
            "label": "Sitzhoehe (mm)",
            "type": "int",
            "size": "4",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 255,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "moto_has_top_case",
            "label": "Topcase / Koffer vorhanden",
            "type": "boolean",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Removable storage box",
            "pos": 260,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "0",
            "alwayseditable": 0
        },
        {
            "name": "moto_has_abs",
            "label": "ABS vorhanden",
            "type": "boolean",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Anti-lock braking",
            "pos": 265,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "1",
            "alwayseditable": 0
        },
        {
            "name": "moto_current_mileage_km",
            "label": "Aktueller Kilometerstand (km)",
            "type": "int",
            "size": "7",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Odometer reading",
            "pos": 270,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "moto_technical_inspection_due",
            "label": "Naechste Hauptuntersuchung",
            "type": "date",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Mandatory CT since 2024",
            "pos": 275,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "moto_insurance_ref",
            "label": "Versicherungsreferenz",
            "type": "varchar",
            "size": "100",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 280,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "moto_daily_rate",
            "label": "Tagesmiete (EUR)",
            "type": "double",
            "size": "8,2",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 285,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "moto_weekly_rate",
            "label": "Wochenmiete (EUR)",
            "type": "double",
            "size": "8,2",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "",
            "pos": 290,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "moto_monthly_rate",
            "label": "Monatsmiete (EUR)",
            "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": "moto_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": "moto_building",
            "label": "Gebaeude / Depot",
            "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": "moto_floor",
            "label": "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": "moto_room",
            "label": "Abstellplatz / Abstellraum",
            "type": "varchar",
            "size": "100",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Bay or slot identifier",
            "pos": 430,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "moto_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": "moto_rental_status",
            "label": "Verfuegbarkeit (Vermietung)",
            "type": "select",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "available": "Verfuegbar",
                    "rented": "Vermietet",
                    "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": "moto_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": "moto_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": "moto_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": "moto_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": "moto_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": "moto_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": "moto_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 - Motorrad / Kraftrad",
            "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": [
                    "moto_inventory_number",
                    "moto_serial_number",
                    "moto_brand",
                    "moto_model",
                    "moto_manufacture_year"
                ]
            },
            {
                "id": "registration",
                "title": "Registration and license",
                "layout": "two_columns",
                "fields": [
                    "moto_registration_plate",
                    "moto_first_registration_date",
                    "moto_category",
                    "moto_required_license",
                    "moto_technical_inspection_due",
                    "moto_insurance_ref"
                ]
            },
            {
                "id": "drivetrain",
                "title": "Drivetrain and specifications",
                "layout": "two_columns",
                "fields": [
                    "moto_engine_type",
                    "moto_engine_displacement_cc",
                    "moto_power_kw",
                    "moto_battery_capacity_kwh",
                    "moto_range_km",
                    "moto_top_speed_kmh",
                    "moto_dry_weight_kg",
                    "moto_seat_height_mm",
                    "moto_has_top_case",
                    "moto_has_abs",
                    "moto_current_mileage_km"
                ]
            },
            {
                "id": "rates",
                "title": "Rental rates",
                "layout": "two_columns",
                "fields": [
                    "moto_daily_rate",
                    "moto_weekly_rate",
                    "moto_monthly_rate"
                ]
            },
            {
                "id": "location",
                "title": "Zuweisung und Standort",
                "layout": "two_columns",
                "fields": [
                    "moto_site",
                    "moto_building",
                    "moto_floor",
                    "moto_room"
                ]
            },
            {
                "id": "status",
                "title": "Status und Verfuegbarkeit",
                "layout": "highlight_box",
                "fields": [
                    "moto_status",
                    "moto_rental_status",
                    "moto_commissioning_date",
                    "moto_next_maintenance_date"
                ]
            },
            {
                "id": "commercial",
                "title": "Kauf und Wartung",
                "layout": "two_columns",
                "fields": [
                    "moto_purchase_date",
                    "moto_warranty_end_date",
                    "moto_supplier",
                    "moto_maintenance_contract_ref"
                ]
            },
            {
                "id": "notes",
                "title": "Notizen",
                "layout": "full_width",
                "fields": [
                    "moto_notes"
                ]
            }
        ],
        "field_render": {
            "moto_status": {
                "style": "highlight",
                "color_by_value": {
                    "in_service": "#1f8a1f",
                    "in_stock": "#888888",
                    "in_repair": "#e69500",
                    "out_of_order": "#c00000",
                    "decommissioned": "#555555"
                }
            },
            "moto_rental_status": {
                "style": "highlight",
                "color_by_value": {
                    "available": "#1f8a1f",
                    "rented": "#1f5fa8",
                    "maintenance": "#e69500",
                    "reserved": "#888888",
                    "claim": "#c00000",
                    "decommissioned": "#555555"
                }
            },
            "moto_inventory_number": {
                "style": "bold",
                "frame": true
            },
            "moto_notes": {
                "min_height": 30,
                "show_if_empty": false
            },
            "moto_current_mileage_km": {
                "suffix": " km"
            },
            "moto_top_speed_kmh": {
                "suffix": " km/h"
            },
            "moto_range_km": {
                "suffix": " km"
            },
            "moto_battery_capacity_kwh": {
                "suffix": " kWh"
            },
            "moto_power_kw": {
                "suffix": " kW"
            },
            "moto_engine_displacement_cc": {
                "suffix": " cc"
            },
            "moto_dry_weight_kg": {
                "suffix": " kg"
            },
            "moto_seat_height_mm": {
                "suffix": " mm"
            }
        }
    },
    "keywords": [
        "Motorrad",
        "Kraftrad",
        "Motorroller",
        "Zweirad",
        "Hubraum",
        "Fuehrerschein A",
        "Flotte",
        "Kennzeichen",
        "Versicherung"
    ],
    "keywords_all": [
        "equipment - motorcycle / scooter",
        "motorrad / kraftrad",
        "motorrad",
        "kraftrad",
        "motorroller",
        "zweirad",
        "hubraum",
        "fuehrerschein a",
        "flotte",
        "kennzeichen",
        "versicherung",
        "moto / deux-roues motorise",
        "moto",
        "motocycle",
        "scooter",
        "deux-roues",
        "motocyclette",
        "cylindree",
        "permis a",
        "immatriculation",
        "assurance"
    ]
}