Commit Graph

29 Commits

Author SHA1 Message Date
c46769e71e Duplicado de proforma 2026-07-30 12:45:33 +02:00
1bf85a05ff feat: implement proforma deletion and listing enhancements
- Added endpoint for retrieving deleted proformas with logical deletion.
- Updated proforma listing to support active, archived, and deleted scopes.
- Refactored repository and service layers to accommodate new proforma list scope.
- Enhanced UI to display separate views for active, archived, and deleted proformas.
- Updated localization files to reflect changes in proforma management.
- Improved query handling to filter proformas based on their status and scope.
2026-07-29 22:40:38 +02:00
a264f43b95 feat: enhance proforma listing and archiving functionality
- Updated proforma listing behavior to utilize `Criteria filters[]` for managing archived and active proformas.
- Removed `archived` query parameter from backend; frontend now manages `archiveView` state.
- Implemented new filters for `archived_at` and `status` in the proforma listing API.
- Adjusted proforma creation and deletion contracts to reflect changes in archiving logic.
- Introduced new utility functions for building proforma listing criteria based on UI state.
- Updated frontend components to support new filtering options and maintain state in the URL.
- Added SQL index for improved performance on proforma queries.
- Created new TypeScript types for managing proforma list filters and criteria.
2026-07-29 22:24:53 +02:00
1e0aadbfc6 Implement archive and unarchive functionality for proformas, including UI dialogs and logic for handling draft proformas. 2026-07-29 18:23:57 +02:00
eb8cbd97f2 Archivado de proformas 2026-07-29 14:40:59 +02:00
718e8b13d9 Borrado de proformas draft 2026-07-29 12:43:54 +02:00
16118da1ee Actualización de documentación 2026-07-29 11:24:06 +02:00
eeb285f8b2 Configuración fiscal para proformas 2026-07-29 11:00:37 +02:00
659df116a2 . 2026-07-29 10:16:34 +02:00
5ed6556036 feat(document-series): implement document series management API
- Add UpdateDocumentSeriesController for updating document series.
- Create documentSeriesApiErrorMapper for error handling.
- Define document series routes including CRUD operations.
- Implement Sequelize-based persistence layer for document series.
- Add DTOs for request and response schemas for document series operations.
- Establish common structures for document series data handling.
- Configure TypeScript settings for the document series module.
2026-07-28 18:04:57 +02:00
a43dbe4952 . 2026-07-15 14:13:13 +02:00
78bb02f9b0 feat: Implement Sequelize mappers and repository for Proforma V2
- Added SequelizeProformaV2RecipientDomainMapper for mapping recipient data to domain model.
- Introduced SequelizeProformaV2TaxesDomainMapper for handling tax data mapping.
- Created SequelizeProformaV2RecipientSummaryMapper for summarizing recipient information.
- Developed SequelizeProformaV2SummaryMapper for mapping Proforma summary data.
- Implemented SequelizeProformaRepositoryV2 for managing Proforma data persistence.
- Added SequelizeProformaV2NumberGenerator for generating Proforma numbers.
2026-07-10 13:59:44 +02:00
db4fa55cc0 Series en proformas / issued invoices 2026-07-07 22:21:50 +02:00
fd7252d77c Docs 2026-07-07 17:40:16 +02:00
cc14cdacf1 Docs 2026-07-06 17:47:05 +02:00
b1e9f4bd2d Doc 2026-07-06 14:04:47 +02:00
4bba8228cc . 2026-07-06 13:51:53 +02:00
faf7b2251c Identity -> pantalla de login 2026-07-05 13:43:13 +02:00
53eb33376c Muchos cambios 2026-04-20 19:20:42 +02:00
1ce77814b5 DTOS - GUÍA DE DISEÑO.md 2026-04-16 19:21:05 +02:00
50dd4103b2 Facturas de cliente y Veri*Factu 2025-10-08 18:41:42 +02:00
41ca0c2286 Clientes y facturas de cliente 2025-10-04 18:29:14 +02:00
c5ed10b8fd Plantilla para módulos 2025-09-27 21:28:50 +02:00
d7bce7fb56 Facturas de cliente y clientes 2025-08-11 19:49:52 +02:00
7059db0c5d Facturas de cliente 2025-07-16 17:47:45 +02:00
4a73456c46 Facturas de cliente 2025-06-24 20:38:57 +02:00
f47a97bfa0 . 2025-06-17 18:18:25 +02:00
e0785a58e6 . 2025-05-05 19:11:44 +02:00
6a674a60ec . 2025-04-22 17:09:57 +02:00