Files
plantillas-proyectos/backend/api/v1/modules/a76
AlexeerCT cef283c6a9 feat(validators): Implement common, create, and update validators for line items
- Added `common.py` to handle shared validation logic for line items, including checks for invoice existence, class validity, and customs data.
- Introduced `create.py` for validating new line items, ensuring required fields are present and calculating costs based on currency type.
- Created `update.py` to manage partial updates of line items, maintaining existing values when new data is not provided.
- Enhanced error handling with specific messages and solutions for various validation failures.
2026-03-10 14:09:32 -05:00
..
2026-03-03 16:45:12 -07:00
2026-02-09 08:42:02 -06:00
2026-02-23 13:05:02 -06:00