Project Module
The Project module provides comprehensive project management - from planning through progress tracking to financial evaluation.
Module Overview
flowchart TB
subgraph Definition["Project Definition"]
TL[Task List]
TLI[List Item]
PG[Project Group]
end
subgraph Execution["Project Execution"]
PR[Project]
TS[Task]
PI[Project Item]
end
subgraph Finance["Finance"]
PC[Costs]
PRV[Revenues]
PCS[Cost Summary]
end
subgraph Output["Outputs"]
HP[Handover Protocol]
GT[Gantt Chart]
end
TL --> TLI
TLI --> TS
PR --> TS
PR --> PG
PG --> TS
PR --> PI
PR --> PC
PR --> PRV
PC --> PCS
PR --> HP
PR --> GT
Main Entities
How Project Management Works
Basic Workflow
flowchart LR
A[Opportunity/Quote] --> B[Project]
B --> C[Task Planning]
C --> D[Execution]
D --> E[Cost Tracking]
E --> F[Customer Handover]
- Project is created from opportunity/quote conversion or manually
- Tasks are planned hierarchically with defined dependencies
- Execution proceeds with continuous progress tracking
- Costs and revenues are recorded automatically or manually
- Handover is documented with a handover protocol
Project Statuses
stateDiagram-v2
[*] --> WaitingForQuote: Create
WaitingForQuote --> WaitingForSalesOrder: Quote approved
WaitingForSalesOrder --> InRealization: Order received
InRealization --> DeliveryNoteCreated: Delivery note
DeliveryNoteCreated --> Completed: Complete
WaitingForQuote --> Canceled: Cancel
WaitingForSalesOrder --> Canceled: Cancel
InRealization --> Canceled: Cancel
Completed --> Archive: Archive
| Status |
Description |
| WaitingForQuote |
Waiting for quote |
| WaitingForSalesOrder |
Waiting for order |
| InRealization |
In realization |
| DeliveryNoteCreated |
Delivery note created |
| Completed |
Completed |
| Canceled |
Canceled |
| Archive |
Archived |
Task Statuses
stateDiagram-v2
[*] --> NotStarted: Create
NotStarted --> Started: Start
Started --> Completed: Complete
NotStarted --> Deferred: Defer
Started --> Deferred: Defer
Deferred --> Started: Resume
NotStarted --> Canceled: Cancel
Started --> Canceled: Cancel
| Status |
Description |
| Not Started |
Not started |
| Started |
Started |
| Completed |
Completed |
| Canceled |
Canceled |
| Deferred |
Deferred |
Module Integration
| Module |
Link |
Description |
| Product |
Item → Product |
Products in project |
| Warehouse |
Project ↔ Issue |
Material issue |
| Production |
Project ↔ Order |
Production orders |
Quick Start
Creating a Project
- Navigate to Projects → Projects
- Click Create
- Fill in:
- Name - project identification
- Account - customer (required)
- Status - initial state
- Save
Adding Tasks
- In project detail, go to Plan tab
- Click Create Group to organize tasks
- Add tasks using + or import from Task List
- Set dependencies and deadlines
Tracking Finances
- In project detail, go to Finance panel
- Monitor:
- Planned Costs - expected expenses
- Actual Costs - realized expenses
- Revenues - invoiced amounts
- Margin - automatically calculated
Additional Sections
- Usage - Detailed guides and procedures
- Administration - Module configuration and administration
- Reference - Technical documentation of fields and entities