Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ features:
title: Time Off
details: Manage employee leave requests, approvals, balances, and leave policies.
link: /master/architecture/plugins.md#timeoffs
- icon:
title: Timesheets
details: Record employee working hours and activities for payroll and reporting.
link: /master/architecture/plugins.md#timesheets
- icon: 🛠
title: Maintenance
details: Plan and track equipment maintenance with preventive/corrective requests, teams, stages, and a calendar view.
link: /master/architecture/plugins.md#maintenance
- icon: 🌐
title: Website & Blogs
details: Manage company website content and publish blog posts with a CMS, categories, tags, and SEO tools.
Expand Down
12 changes: 12 additions & 0 deletions src/master/architecture/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ These plugins can be installed as needed to extend system functionality:
| Employees | Employees management |
| Inventory | Inventory and warehouse management |
| Invoices | Invoice generation and management |
| Maintenance | Equipment maintenance management with preventive and corrective maintenance requests, teams, stages, and a calendar view |
| Manufacturing | Production and shop-floor management with bills of materials, manufacturing orders, work orders, and work centers |
| Payments | Payment processing and tracking |
| Products | Product catalog and management |
Expand Down Expand Up @@ -136,6 +137,17 @@ The **Accounting plugin depends on Accounts** to function correctly and uses its
- Supports recurring invoices and payment tracking.
- Multi-currency and tax management.

### Maintenance

- **Purpose**: Plan, track, and execute equipment maintenance across the organization.
- **Key Features**:
- Equipment catalog with categories for grouping assets.
- Preventive and corrective maintenance requests with configurable repeat schedules.
- Maintenance teams to assign ownership of requests.
- Customizable workflow stages to track request progress (e.g., New, In Progress, Repaired).
- Calendar widget for visualising scheduled maintenance across days, weeks, and months.
- **Dependencies**: Uses the **Full Calendar** plugin to render the maintenance schedule.

### Manufacturing

- **Purpose**: Manage production processes from bills of materials to finished goods on the shop floor.
Expand Down