Commit Graph

23 Commits

Author SHA1 Message Date
1cd81ebc03 feature/digitalizacion-api 2026-04-20 15:13:48 -06:00
129608bb31 feature/digitalizacion-api 2026-04-17 15:59:47 -06:00
1355bf34c4 feature/file-manager-user-only-read 2026-04-06 07:43:43 -06:00
b5b99a5ddb feature/tabla-bitacora-logs-task 2026-03-24 13:07:35 -06:00
fb0c09374a feat: Implement help center functionality and transportation general catalogs with associated UI components and API endpoints. 2026-03-03 09:12:10 -06:00
d72edda61c Generacion de archivos winsaai 2026-03-03 09:08:49 -06:00
dc4256ae7a feat: Implement CRUD operations for FDA catalog entries and their associated specifications, constituent elements, affirmation codes, and lot productions. 2026-03-02 16:47:07 -07:00
960fca190f feat: add fractions section to sidebar with translations in English and Spanish 2026-02-16 09:49:07 -06:00
76f857ff69 Merge branch 'feature/record' into development 2026-02-11 17:35:44 -06:00
ac47a99f1a Formularios para cada uno de los tipos de importacion 2026-02-11 10:27:32 -06:00
Galindo97
4b7a3a8f4a feat: implement new audit logs page with filtering and infinite scroll, replacing the old 'Bitácora' page and updating sidebar navigation. 2026-02-10 14:21:00 -06:00
f2005e33a0 Se integro el modulo de manifestacion base 2026-02-06 16:22:04 -06:00
37a3787625 Merge branch 'fix/invoices-both' into development 2026-01-23 12:46:50 -06:00
Galindo97
07729b970f fix(clients_and_providers): include 'both' type in client/provider filters and update UI indicators 2026-01-22 14:19:22 -06:00
67f285fbbc Se cambio el nombre en el side bar y en la pagina 2026-01-21 16:01:32 -06:00
e84a030aec Se integro el modulo parcial de clases en mercancias 2026-01-02 16:18:51 -06:00
f35f0b005a Se termino de incorprar la edicion y la creacion en DODA, ademas de acortar el nombre de unidades 2025-12-31 09:25:10 -06:00
f915bccd5f Desarrollo de rutina de CRUD para los catalogos generales 2025-12-22 17:43:25 -06:00
e5f6162ffb feat: Implement invoice management features including data table, dialogs for viewing, editing, and deleting invoices, and server-side loading of invoice data 2025-12-11 11:30:44 -06:00
6225122832 feat: Implement client and provider management dashboard
- Added data table component for displaying clients and providers with infinite scroll functionality.
- Created dropdown actions for each client/provider including copy ID, copy RFC, view details, edit, toggle status, and delete.
- Implemented dialogs for creating, editing, viewing details, and deleting clients/providers.
- Integrated API calls for fetching, creating, editing, deleting, and toggling status of clients/providers.
- Enhanced error handling and loading states for better user experience.
- Updated server-side logic to handle pagination and company selection for client/provider data retrieval.
2025-11-12 16:08:42 -06:00
dd566f408b Refactor sidebar navigation and update translations
- Updated sidebar navigation titles and URLs to use new reference data keys for consistency.
- Added additional items to the general catalogs section in the sidebar.
- Changed the user avatar fallback text from "CN" to "AS" for better representation.
2025-11-04 21:40:48 -06:00
39365f4e83 feat(sidebar): enhance sidebar with additional navigation items and translations
feat(translations): update English and Spanish message files with new keys
refactor(layout): simplify layout component by removing loading state logic
refactor(page.server): adjust authentication flow to return public page for unauthenticated users
2025-11-02 15:33:19 -06:00
2a10d7d267 feat: Add frontend and backend initialization scripts, implement Keycloak and PostgreSQL setup
- Implemented SvelteKit frontend with authentication callback handling.
- Created demo routes and paraglide localization functionality.
- Added health check and entrypoint scripts for backend services.
- Established PostgreSQL and Keycloak initialization scripts with health checks.
- Introduced models for database schema using SQLAlchemy.
- Configured Vite and SvelteKit for development and testing environments.
- Added health check script to verify service statuses and resource usage.
- Created Docker entrypoint scripts for seamless service startup.
2025-10-19 00:14:06 -05:00