admin frontend elkezdése, járművek tisztázása, frontend fejleszts

This commit is contained in:
Roo
2026-06-15 18:52:38 +00:00
parent ef8df9608c
commit 213ba3b0f1
80 changed files with 11615 additions and 2304 deletions

View File

@@ -10,7 +10,6 @@ from .vehicle_definitions import (
from .vehicle import (
CostCategory,
VehicleCost,
VehicleOdometerState,
VehicleUserRating,
GbCatalogDiscovery,
)
@@ -28,6 +27,7 @@ from .asset import (
ExchangeRate,
CatalogDiscovery,
VehicleOwnership,
OdometerReading,
)
from .history import AuditLog, LogSeverity
@@ -42,7 +42,6 @@ __all__ = [
"ModelFeatureMap",
"CostCategory",
"VehicleCost",
"VehicleOdometerState",
"VehicleUserRating",
"GbCatalogDiscovery",
"ExternalReferenceLibrary",
@@ -62,4 +61,5 @@ __all__ = [
# --- EXPORT LISTA KIEGÉSZÍTÉSE ---
"MotorcycleSpecs",
"BodyTypeDictionary",
"OdometerReading",
]