erp-construccion-frontend-v2/web/src/hooks/index.ts
Adrian Flores Cortes e3b33f9caf feat(obras): Add Control de Obra module - Avances and Bitacora
Sprint 1 - S1-T03: Pagina de Catalogo de Obras

New features:
- Avances de Obra page: work progress tracking with workflow
  (pending -> captured -> reviewed -> approved/rejected)
- Bitacora de Obra page: daily work log with timeline view
- Progress API services (avances-obra.api.ts, bitacora-obra.api.ts)
- React Query hooks (useProgress.ts) with 18 hooks total
- Navigation section "Control de Obra" in sidebar

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 23:02:54 -06:00

7 lines
187 B
TypeScript

export * from './useConstruccion';
export * from './usePresupuestos';
export * from './useReports';
export * from './useBidding';
export * from './useHSE';
export * from './useProgress';