feat: Implement currency management with models, routes, and UI updates; add backfill script for existing records

This commit is contained in:
2025-10-21 10:33:08 +02:00
parent fcea39deb0
commit 672cafa5b9
14 changed files with 478 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ def _create_scenario(client: TestClient) -> int:
def test_create_production_record(client: TestClient) -> None:
scenario_id = _create_scenario(client)
payload = {
payload: dict[str, any] = {
"scenario_id": scenario_id,
"amount": 475.25,
"description": "Daily output",