feat: implement computeBudget with partidas, zona factor, licencia and range
This commit is contained in:
6
mvp/b2c/src/budget/index.ts
Normal file
6
mvp/b2c/src/budget/index.ts
Normal 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
|
||||
Reference in New Issue
Block a user