feat: implement computeBudget with partidas, zona factor, licencia and range

This commit is contained in:
Carlos Narro
2026-05-30 12:22:42 +02:00
parent 61e0f5dbe5
commit 896c7ac89b
3 changed files with 193 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
export * from './types';
export { PARTIDA_LABEL, PARTIDA_ORDER } from './labels';
export { deriveCantidades } from './derive';
export { resolvePrecioUnitario } from './resolve';
export { computeBudget } from './compute';
// export { parseCatalogCsv } from './csv'; // added in Task 6