frontend költség beállítások

This commit is contained in:
Roo
2026-06-23 21:11:21 +00:00
parent 5b437b220d
commit 71ef33bb85
90 changed files with 11850 additions and 1053 deletions

View File

@@ -15,8 +15,17 @@ from app.models import VehicleType, VehicleModelDefinition, FeatureDefinition #
from app.models import SecurityAuditLog, OperationalLog, FinancialLedger # noqa <--- KRITIKUS!
from app.models import ( # noqa
Asset, AssetCatalog, AssetCost, AssetEvent,
AssetFinancials, AssetTelemetry, AssetReview, ExchangeRate
Asset, AssetCatalog, AssetEvent,
AssetTelemetry, AssetReview, ExchangeRate
)
from app.models.fleet_finance import ( # noqa
AssetCost, CostCategory, AssetFinancials,
InsuranceProvider, VehicleInsurancePolicy, VehicleTaxObligation
)
from app.models.fleet import ( # noqa
OrganizationRelationship, ContactPerson
)
from app.models import PointRule, LevelConfig, UserStats, Badge, UserBadge, PointsLedger # noqa
@@ -30,6 +39,6 @@ from app.models import Document # noqa
from app.models import Translation # noqa
from app.models.core_logic import ( # noqa
SubscriptionTier, OrganizationSubscription, CreditTransaction, ServiceSpecialty
SubscriptionTier, OrganizationSubscription, CreditTransaction, ServiceSpecialty
)
from app.models import PendingAction # noqa
from app.models import PendingAction # noqa