Project Management Guide
Learn how to create, configure, and manage projects throughout their entire lifecycle in Mantis.Overview
Projects in Mantis are the central organizing unit for tracking resources, work orders, documents, and maintenance schedules. Each project represents a client engagement with specific equipment deployments at a designated location.Projects can exist in three states: Open (accepting new resources), Active (operational), and Closed (completed and archived).
Creating a New Project
Navigate to Projects
From the main menu, click on Projects or navigate to
/projects/ to access the project list view.Fill in Project Details
Complete the project creation form with the following information:Client Information:
- Partner Name (required): Select or enter the client/partner company name
- Contact Name: Primary contact person at the client site
- Contact Phone: Phone number for the primary contact
- Campamento/Location (required): The site or camp name where equipment will be deployed
- Cardinal Point: Geographic orientation (N, S, E, W, NE, NW, SE, SW) for the location
- Start Date (required): Project commencement date
- End Date (optional): Leave blank for ongoing projects - can be set later
Project Detail View
After creating a project, you’ll see the Project Detail page (/projects/<id>) which includes:
Header Information
The project header displays:- Project ID: Unique identifier for the project
- Status Badge: Shows whether the project is Open (green) or Closed (red)
- Close Project Button: Available only for open projects
Information Panel
The project information is organized into three columns: Column 1 - Project Data:- Client/Partner name
- Location with cardinal point badge
- Start date
- End date (or “EN CURSO” if ongoing)
- Contact person name
- Contact phone number
Project Tabs
The detail view includes five tabs for managing different aspects:Recursos Asignados
View and manage all resources (equipment and services) allocated to the project
Planillas de Trabajo
Access work order sheets and custody chains for resource tracking
Calendario Mantenimientos
Schedule and track maintenance events for project resources
Guías de Remisión
Manage shipping guides for equipment transfers
Documentos
Upload and organize project documents including work sheets and custody chain PDFs
Tab selection is persisted in the URL using the
?tab= query parameter, allowing you to bookmark specific sections.Managing Project Lifecycle
Active Project Operations
While a project is open, you can:- Add and remove resources (equipment and services)
- Create work order sheets
- Schedule maintenance events
- Upload documents
- Generate custody chain reports
- Manage shipping guides
Closing a Project
When a project engagement ends, follow these steps:Click 'Close Project'
From the project detail view, click the Close Project button (red button with lock icon) in the top-right corner.
Review Validation Alerts
The system will validate the project state and display alerts:Error Alerts (Red) - Must be resolved before closing:
- Resources still rented to the project (status: RENTADO)
- Pending work order sheets
- Incomplete document uploads
- Missing end dates on resources
- Pending maintenance events
- Summary of resources to be released
- Document completion status
Resolve Any Blocking Issues
If there are error alerts, you must:
- Release or retire all rented resources (see Resource Allocation Guide)
- Complete or close all work sheets
- Upload required documents
Best Practices
During Project Setup
- Complete Contact Information: Always enter accurate contact details for on-site communication
- Use Cardinal Points: Specify location orientation to help technicians identify the correct site
- Set Realistic Start Dates: Align the project start date with actual resource deployment dates
During Project Execution
- Regular Resource Reviews: Check the Resources tab weekly to verify equipment status
- Document Everything: Upload all work sheets, custody chains, and shipping guides promptly
- Track Maintenance: Use the Calendar tab to stay ahead of scheduled maintenance
- Monitor Costs: Review the cost summary in the Resources tab to track project expenses
Before Closing a Project
- Final Resource Audit: Verify all equipment has been returned or properly retired
- Complete Documentation: Ensure 100% document upload completion (check the progress bar in Documents tab)
- Review Work Sheets: Close or finalize all pending work order sheets
- Set End Dates: Add end dates to all resources to accurately reflect the project timeline
- Generate Reports: Download merged PDF reports for archival before closure
Project Workflow Example
Week 1: Project Setup
- Create project with client “MINERA XYZ” at “Campamento Norte (N)”
- Set start date: 2024-03-01
- Add contact: Juan Perez, +502 5555-1234
Week 1-2: Resource Allocation
- Assign 5 water tanks (equipment)
- Assign 1 pump service with maintenance schedule
- Set operation start dates
- Configure maintenance frequencies (daily for pump, weekly for tanks)
Weeks 2-12: Active Operations
- Create biweekly work sheets
- Generate custody chains for each site visit
- Upload signed documents to Documents tab
- Track maintenance events in Calendar
- Record any equipment issues or repairs
Week 12: Project Completion
- Create final work sheet
- Generate shipping guides for equipment return
- Upload all final documentation
- Set end dates on all resources
- Click “Close Project” and resolve any validation issues
Common Issues and Solutions
Cannot close project - resources still rented
Cannot close project - resources still rented
Problem: The validation shows “Hay X recursos rentados que deben ser liberados”Solution:
- Go to the Recursos Asignados tab
- For each resource with status RENTADO:
- Click Edit
- Set an operation_end_date
- This will change status from RENTADO → DISPONIBLE
- Return to close project and validate again
Missing project end date
Missing project end date
Problem: Project end date shows “EN CURSO” and you need to closeSolution:
This is informational only. You can close a project without setting the project-level end date. However, it’s recommended to:
- Edit the project details
- Set an appropriate end date
- This helps with historical reporting
Document upload progress not 100%
Document upload progress not 100%
Problem: Documents tab shows less than 100% completionSolution:
- Navigate to Documentos tab
- Expand all work sheets (click “Expandir todo”)
- Look for items with red X icons (missing files)
- Upload the missing documents using the upload button
- Required documents include:
- Work sheet PDFs
- Custody chain PDFs
- Shipping guide PDFs
Cannot edit closed project
Cannot edit closed project
Problem: Need to add information after project closureSolution:
Closed projects are locked to prevent data corruption. If you absolutely must make changes:
- Contact system administrator
- Request project reopening (requires database access)
- Make necessary edits
- Re-close the project
Related Guides
Resource Allocation
Learn how to add and manage resources in projects
Document Management
Upload and organize project documents
Calendar Scheduling
Schedule maintenance and track events
API Reference
For developers integrating with Mantis projects:- Project Creation:
POST /api/projects/create/ - Project Details:
GET /api/projects/<id>/ - Close Project:
POST /api/projects/<id>/close/ - Validate Closure:
GET /api/projects/<id>/validate-close/ - Project Resources:
GET /api/projects/<id>/resources/