{
    "uuid": "aa77b94e6403fc7576c3a0b649e84a19",
    "schema_kind": "equipment",
    "lang": "fr",
    "title": "Moto / Deux-roues motorisé",
    "description": "Fiche d'inventaire pour une moto, un scooter ou tout autre deux-roues motorisé affecté à une flotte.",
    "export_date": "2026-05-26 10:00:00",
    "dolibarr_version": "18.0.0",
    "extrafields": [
        {
            "name": "moto_inventory_number",
            "label": "Numéro d'inventaire",
            "type": "varchar",
            "size": "50",
            "required": 1,
            "unique": 1,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Étiquette d'inventaire interne",
            "pos": 100,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "moto_serial_number",
            "personal_data": 1,
            "label": "Numéro VIN",
            "type": "varchar",
            "size": "17",
            "required": 0,
            "unique": 1,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Numéro d'identification du véhicule",
            "pos": 105,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "moto_brand",
            "label": "Marque",
            "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": "Modèle",
            "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": "Année de fabrication",
            "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": "Immatriculation",
            "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": "Date de première immatriculation",
            "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": "Catégorie",
            "type": "select",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "moped": "Cyclomoteur (< 50 cm³)",
                    "scooter": "Scooter",
                    "roadster": "Roadster / naked",
                    "sport": "Sportive",
                    "touring": "Routière / touring",
                    "trail": "Trail / adventure",
                    "custom": "Custom / cruiser",
                    "enduro": "Enduro / tout-terrain",
                    "maxi_scooter": "Maxi-scooter",
                    "three_wheeler": "Trois-roues"
                }
            },
            "help": "Bike category",
            "pos": 210,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "scooter",
            "alwayseditable": 0
        },
        {
            "name": "moto_engine_type",
            "label": "Motorisation",
            "type": "select",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "gasoline_2stroke": "Essence 2-temps",
                    "gasoline_4stroke": "Essence 4-temps",
                    "electric": "Électrique",
                    "hybrid": "Hybride"
                }
            },
            "help": "Powertrain",
            "pos": 215,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "gasoline_4stroke",
            "alwayseditable": 0
        },
        {
            "name": "moto_engine_displacement_cc",
            "label": "Cylindrée (cm³)",
            "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": "Puissance (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": "Capacité batterie (kWh)",
            "type": "double",
            "size": "5,2",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Pour les modèles électriques",
            "pos": 230,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "",
            "alwayseditable": 0
        },
        {
            "name": "moto_range_km",
            "label": "Autonomie (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": "Permis requis",
            "type": "select",
            "size": "",
            "required": 1,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "AM": "AM (cyclomoteur)",
                    "A1": "A1 (125 cm³)",
                    "A2": "A2 (puissance limitée)",
                    "A": "A (permis plein)",
                    "B": "B (tricycles > 15 kW)"
                }
            },
            "help": "License category",
            "pos": 240,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "A2",
            "alwayseditable": 0
        },
        {
            "name": "moto_top_speed_kmh",
            "label": "Vitesse maximale (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": "Poids à sec (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": "Hauteur de selle (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": "Top-case / valises",
            "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",
            "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": "Kilométrage actuel (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": "Prochaine échéance contrôle technique",
            "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": "Référence assurance",
            "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": "Tarif journalier (€)",
            "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": "Tarif hebdomadaire (€)",
            "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": "Tarif mensuel (€)",
            "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": "Site",
            "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": "Bâtiment / dépôt",
            "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": "Niveau",
            "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": "Emplacement / local de remisage",
            "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": "État",
            "type": "select",
            "size": "",
            "required": 1,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "in_service": "En service",
                    "in_stock": "En stock",
                    "in_repair": "En réparation",
                    "out_of_order": "Hors service",
                    "decommissioned": "Mis au rebut"
                }
            },
            "help": "Operational status",
            "pos": 500,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "in_service",
            "alwayseditable": 0
        },
        {
            "name": "moto_rental_status",
            "label": "Disponibilité location",
            "type": "select",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": {
                "options": {
                    "available": "Disponible",
                    "rented": "Loué",
                    "maintenance": "En maintenance",
                    "reserved": "Réservé",
                    "claim": "Sinistre en cours",
                    "decommissioned": "Retiré du parc"
                }
            },
            "help": "Rental availability",
            "pos": 505,
            "enabled": 1,
            "perms": "",
            "langfile": "",
            "computed": "",
            "default": "available",
            "alwayseditable": 0
        },
        {
            "name": "moto_commissioning_date",
            "label": "Date de mise en service",
            "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": "Prochaine maintenance planifiée",
            "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": "Date d'achat",
            "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": "Date de fin de garantie",
            "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": "Fournisseur / concessionnaire",
            "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": "Référence contrat d'entretien",
            "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": "Notes",
            "type": "text",
            "size": "",
            "required": 0,
            "unique": 0,
            "visible": 1,
            "totalizable": 0,
            "printable": 1,
            "param": [],
            "help": "Notes libres",
            "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": "Fiche moto / deux-roues",
            "subtitle": "Fiche d'inventaire flotte",
            "logo_placeholder": "top-right",
            "show_page_number": true,
            "show_generated_date": true
        },
        "footer": {
            "text": "Generated via schemas.cap-rel.fr",
            "left": "Généré via schemas.cap-rel.fr"
        },
        "sections": [
            {
                "id": "identification",
                "title": "Identification",
                "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": "Affectation et emplacement",
                "layout": "two_columns",
                "fields": [
                    "moto_site",
                    "moto_building",
                    "moto_floor",
                    "moto_room"
                ]
            },
            {
                "id": "status",
                "title": "État et disponibilité",
                "layout": "highlight_box",
                "fields": [
                    "moto_status",
                    "moto_rental_status",
                    "moto_commissioning_date",
                    "moto_next_maintenance_date"
                ]
            },
            {
                "id": "commercial",
                "title": "Achat et maintenance",
                "layout": "two_columns",
                "fields": [
                    "moto_purchase_date",
                    "moto_warranty_end_date",
                    "moto_supplier",
                    "moto_maintenance_contract_ref"
                ]
            },
            {
                "id": "notes",
                "title": "Notes",
                "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": [
        "moto",
        "motocycle",
        "scooter",
        "deux-roues",
        "motocyclette",
        "cylindrée",
        "permis A",
        "flotte",
        "immatriculation",
        "assurance"
    ],
    "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"
    ]
}