diff --git a/src/index.md b/src/index.md index f760f1d..7e5094f 100644 --- a/src/index.md +++ b/src/index.md @@ -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. diff --git a/src/master/architecture/plugins.md b/src/master/architecture/plugins.md index d1c50c6..d50ffd0 100644 --- a/src/master/architecture/plugins.md +++ b/src/master/architecture/plugins.md @@ -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 | @@ -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.