Overview
GIMA provides a comprehensive asset management system that allows you to track physical assets, their locations, and inventory items across your organization.Asset Data Model
Understanding the asset structure is essential for effective asset management:Core Concepts
Articulos (Article Templates)
Define generic item types with brand, model, and specifications that can be instantiated as assets.
Activos (Assets)
Specific instances of articles with unique locations, values, and operational states.
Asset Structure
Activo Model
Assets are the core entities in GIMA’s inventory system.Asset States
Assets can have the following operational states:Creating Assets
Asset creation endpoints are typically restricted to admin and supervisor roles. Ensure you have the appropriate permissions.
Step 1: Create or Select Article Template
First, define the article type (e.g., air conditioner, computer, pump):Article Example
Step 2: Create or Select Location
Define where the asset will be located:Location Example
Step 3: Create Asset Instance
Create a specific asset instance with the article and location:Asset Example
Managing Locations
Ubicacion Model
Locations represent physical spaces in your organization:Example Location Structure
Inventory Management
Repuesto Model
Spare parts are tracked with stock levels and supplier information:Example Spare Part Record
Article Types
Articulos Model
Article templates define reusable specifications:Common Article Examples
Asset Relationships
Assets maintain relationships with other entities in GIMA:Maintenance Calendar
Each asset can have scheduled maintenance events:Maintenance History
Track all maintenance work performed on an asset:Failure Reports
View all failure reports associated with an asset:Asset Queries
Common queries for asset management:Best Practices
Maintain accurate location data
Ensure location information is up-to-date when assets are moved. Accurate location data is critical for maintenance scheduling and emergency response.
Track asset values
Record initial asset values and update them during major repairs or upgrades. This data is essential for financial reporting and insurance.
Use consistent naming conventions
Establish standard naming conventions for buildings, floors, and rooms to ensure consistency across the organization.
Monitor spare part inventory
Regularly check stock levels against minimum thresholds. Set up automated alerts when inventory falls below critical levels.
Common Workflows
Adding a New Asset
- Create or locate the article template (Articulos)
- Create or locate the physical location (Ubicacion)
- Create the asset instance (Activo) linking article and location
- Set initial estado to “operativo”
- Record the asset valor for financial tracking
- Schedule preventive maintenance in CalendarioMantenimiento
Moving an Asset
- Identify the asset by ID
- Verify the new location exists
- Update the asset’s
ubicacion_id - Update any scheduled maintenance records if technician assignments need changes
- Document the move in audit logs
Decommissioning an Asset
- Update asset estado to “baja”
- Cancel any pending maintenance schedules
- Close or reassign open maintenance work orders
- Update inventory records if asset contains recoverable parts
- Archive asset documentation
Asset management operations typically require
supervisor or admin roles. Ensure proper authorization checks are in place before allowing asset creation, updates, or deletion.