feat: Implement create/edit dialog for pedimentos management

- Added create-edit-dialog component for creating and editing pedimentos.
- Integrated dialog with data table actions for editing existing pedimentos.
- Implemented infinite scroll functionality in the data table for loading more pedimentos.
- Enhanced server-side loading of pedimentos with authentication checks.
- Added filtering options for pedimentos based on status, client ID, and year.
- Improved error handling and user feedback for actions like creating, editing, and deleting pedimentos.
This commit is contained in:
2025-11-06 18:35:47 -06:00
parent 07dfe1edb1
commit cf18c8e07d
43 changed files with 1609 additions and 106 deletions

View File

@@ -15,7 +15,7 @@ class Settings(BaseSettings):
ENVIRONMENT: str = "development"
# Database - Core (Shared)
CORE_DB_HOST: str = "localhost"
CORE_DB_HOST: str = "postgres-a76"
CORE_DB_PORT: int = 5432
CORE_DB_NAME: str = "anexo76_core"
CORE_DB_USER: str = "postgres"