Skip to main content

project-portfolio-management

PPM system for resource allocation, budget tracking, and portfolio analytics

Aller à l'installation

Informations de source

Dépôt
jgtolentino/insightpulse-odoo
Dernière activité de la source
3 novembre 2025 à 17:52
Langue détectée de SKILL.md
anglais
Étoiles
22
Forks
10

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Explorateur de fichiers
2 fichiers

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
project-portfolio-management
description
PPM system for resource allocation, budget tracking, and portfolio analytics
# Project Portfolio Management Track projects, resources, and budgets enterprise-wide. ## What This Does - Project planning - Resource allocation - Budget vs actual - Timesheet management - Portfolio dashboards ## Quick Example ```python ppm.create_project({ 'name': 'ERP Implementation', 'budget': 5000000, 'start_date': '2025-11-01', 'resources': ['developer', 'analyst'] }) ``` ## Getting Started "Create project for Q4" "Track budget variance" "Allocate resources"
Voir sur GitHub