event to functon handler completed

This commit is contained in:
2025-01-15 19:18:11 +03:00
parent 25539c56cc
commit 76d286b519
55 changed files with 1271 additions and 1092 deletions

View File

@@ -37,7 +37,7 @@ class DecisionBookBudgetBooks(CrudCollection):
Index(
"_decision_book_budget_companies_book_ndx_00",
company_id,
CrudCollection.created_at,
"created_at",
),
{"comment": "budget Book Information"},
)