20251215滴修正

This commit is contained in:
FNOS-WIN11ENT\choshoukaku
2025-12-15 14:49:59 +09:00
parent 74dcb88fe6
commit b6751ced18
11 changed files with 851 additions and 46 deletions

View File

@@ -61,7 +61,8 @@ app.include_router(general_ledger_router)
from app.modules.opening_balances.lock_router import router as opening_balance_lock_router
app.include_router(opening_balance_lock_router)
from app.routers import journal_entries
app.include_router(journal_entries.router)