Commit Graph

1 Commits

Author SHA1 Message Date
Adrian Flores Cortes
48bb0c8d58 [MAI-002] feat: Implement tarifas transport service with cost calculation
- Add TarifasService with findTarifaByLane, calcularCostoEnvio methods
- Create RecargosService for surcharge catalog and fuel surcharge
- Add TarifasController with full REST API for tarifas, lanes, recargos
- Implement DTOs with class-validator decorators
- Support lane-based tariff lookup with fallback to generic
- Calculate shipping cost with fuel surcharge, insurance, and other recargos
- Include peso/volumen calculation with volumetric factor (1m3=250kg)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 02:51:05 -06:00