átlagos kiegészítséek jó sok

This commit is contained in:
Roo
2026-03-22 11:02:05 +00:00
parent f53e0b53df
commit 5d44339f21
249 changed files with 20922 additions and 2253 deletions

View File

@@ -1,4 +1,4 @@
# /app/app/test_outside/robot_dashboard.py
# /opt/docker/dev/service_finder/backend/app/test_outside/robot_dashboard.py
import asyncio
import sys
from sqlalchemy import text

View File

@@ -1,4 +1,4 @@
# /app/app/test_outside/rontgen_felkesz_adatok.py
# /opt/docker/dev/service_finder/backend/app/test_outside/rontgen_felkesz_adatok.py
import asyncio
from sqlalchemy import text
from app.database import AsyncSessionLocal

View File

@@ -1,4 +1,4 @@
# /app/app/test_outside/rontgen_skript.py
# /opt/docker/dev/service_finder/backend/app/test_outside/rontgen_skript.py
import asyncio
import json
from sqlalchemy import text

View File

@@ -20,8 +20,8 @@ from sqlalchemy import select, func, text
from app.database import Base
from app.models.identity import User, Wallet, ActiveVoucher, Person
from app.models.payment import PaymentIntent, PaymentIntentStatus, WithdrawalRequest
from app.models.audit import FinancialLedger, LedgerEntryType, WalletType
from app.models.marketplace.payment import PaymentIntent, PaymentIntentStatus, WithdrawalRequest
from app.models import FinancialLedger, LedgerEntryType, WalletType
from app.services.payment_router import PaymentRouter
from app.services.billing_engine import SmartDeduction
from app.core.config import settings