Introduction
The Catalog Management module (Catálogos) is a core component of SMAF that enables administrators to configure and maintain the essential data structures used throughout the system. This module provides centralized management of projects, programs, budget items, and organizational hierarchies.Catalog management requires administrative privileges. Only users with roles such as Director General, Director de Administración, Director Adjunto, or Jefe de Centro can access these features.
Catalog Types
SMAF maintains several interconnected catalogs that form the foundation of the expense control system:Projects
Manage project assignments to regional research centers (CRIAPs)
Programs
Configure global and local programs with budget allocations
Budget Items
Administer PEF classifications and partidas presupuestales
Organizational Units
Maintain administrative units and regional centers
Key Features
Hierarchical Data Structure
Catalogs in SMAF follow a hierarchical structure that mirrors the organizational and budgetary framework:Role-Based Access
Different user roles have varying levels of access to catalog management:Director General
Full access to create global programs and assign them to all administrative units. Can manage component-level budgets and approve cross-functional (transversal) programs.
Director de Administración
Can manage programs within their administrative unit and configure budget allocations for subordinate centers.
Director Adjunto
Manages programs and projects for their specific directorate. Can assign local users and CRIP-level coordinators.
Data Maintenance
Validation Rules
The catalog system implements strict validation to maintain data integrity:- Unique Constraints: Project codes are automatically generated based on program and directorate
- Budget Validation: All budget amounts must be numeric and non-negative
- Hierarchical Integrity: Projects can only be assigned to programs within the same directorate, unless marked as transversal
- Date Consistency: All catalog operations are year-specific, using the current fiscal year
Transversal Programs
SMAF supports transversal (cross-functional) programs that can be shared across multiple directorates:- Type 1: Transversal (can be used across directorates)
- Type 2: Directorate-specific
- Type 3: Local (CRIP-specific)
Import/Export Capabilities
Excel Import for PEF
The system supports importing budget classifications from Excel files:Prepare Excel File
Format your PEF data according to the federal budget structure with columns for UR, UE, EDO, FI, FU, SF, RG, AI, PP, CP, PARTIDA, TG, FF, PPI, PEF, and monthly allocations.
Upload File
Navigate to Catálogos > PEF and use the file upload interface. Specify the exact name of the Excel sheet containing your data.
Validation
The system validates all entries and provides feedback on any errors encountered during import.
PEF imports can only be performed once per fiscal year. Additional budget items must be added through the adecuaciones (amendments) module.
Supported File Formats
- Excel:
.xlsx,.xls(for PEF import) - Export: The system generates Excel reports for all catalog types
Common Operations
Creating New Catalog Entries
All catalog creation forms follow a consistent pattern:- Select Administrative Context: Choose the directorate or regional center
- Define Hierarchical Relationships: Link to parent programs or components
- Enter Descriptive Information: Name, short description, objective
- Assign Coordinators: Select responsible personnel from the user catalog
- Allocate Budget: Enter total and/or monthly budget amounts
- Save and Validate: System validates all fields before committing
Updating Existing Data
Certain catalog modifications are restricted to maintain data integrity:Best Practices
Establish Clear Naming Conventions
Establish Clear Naming Conventions
Use consistent, descriptive names for programs and projects. Include the fiscal year and directorate code when applicable.Example:
"PROGRAMA DE INVESTIGACIÓN PESQUERA 2024 - DGAIA"Validate Before Mass Import
Validate Before Mass Import
Always test PEF imports with a small subset of data before uploading the complete federal budget allocation.
Coordinate with Regional Centers
Coordinate with Regional Centers
Before assigning projects to CRIPs, verify with center directors that they have the capacity and personnel to manage them.
Document Custom Programs
Document Custom Programs
For programs that deviate from standard federal classifications, maintain external documentation of their purpose and scope.
Technical Considerations
Database Structure
Catalogs are stored in normalized tables with foreign key relationships:tbl_Programas: Program master datatbl_Proyectos: Project assignments to administrative unitstbl_Pef: Federal budget classificationstbl_Proyecto_Partida: Project-to-budget item mappings
Performance
For optimal performance when working with large catalogs:- Catalog dropdowns are filtered by administrative unit and fiscal year
- Programs are loaded dynamically based on directorate selection
- Budget item trees use lazy loading for chapters and sub-chapters
Next Steps
Projects
Learn how to assign projects to regional centers
Programs
Create and manage program catalogs
Budget Items
Configure PEF and partidas presupuestales
User Roles
Understand role-based access control