frontend költség beállítások
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user