feat: add partidas tab form component with CRUD functionality

- Implemented the partidas tab form in Svelte for managing partidas.
- Added functionality to create, edit, delete, and list partidas.
- Integrated a dialog for adding and editing partidas with validation.
- Included a checkbox component for selecting partidas.
- Added total calculations for partidas in the UI.
- Enhanced UI with buttons for various actions and a responsive table layout.
This commit is contained in:
Galindo97
2025-12-24 09:10:10 -06:00
parent 6a06f19b1c
commit 7585cedd3e
16 changed files with 6971 additions and 290 deletions

View File

@@ -14,7 +14,7 @@ router = TenantCRUDRoutes(
resource_name="Exchange Rate",
id_name="id", # Using numeric ID
enable_list=True, # Enable GET /exchange-rate with pagination
enable_filters=True, # Enable filtering by date, local_currency, foreign_currency
enable_filters=False,
default_page_size=50,
max_page_size=100,
).router