內容簡介
Resourcemanager 是一款強大且靈活的預訂與排程系統,專為 WordPress 設計,完全符合隱私要求。無論是管理會議室、共享辦公桌、公司車輛或租賃設備,Resourcemanager 提供直觀的日曆介面,讓團隊與客戶都能輕鬆使用。
【主要功能】
• 100% 隱私與 GDPR 合規
• 高效能 REST API 架構
• 直觀的月視圖與週視圖
• 碰撞與重複預訂預防
• 可計算的多容量資源
• 循環預訂引擎
外掛標籤
開發者團隊
原文外掛簡介
Resourcemanager is a powerful, flexible, and 100% privacy-friendly booking and scheduling system for WordPress. Whether you need to manage meeting rooms, hot desks, company vehicle fleets, rental equipment, audio/video gear, or team schedules, Resourcemanager provides a clean, responsive, and interactive calendar interface that your team and clients will love.
Built from the ground up for performance and data privacy, Resourcemanager runs entirely on your local WordPress installation with zero external tracking, zero third-party dependencies, and lightning-fast REST API communication.
Official Website | Support the Project via PayPal
Why Choose Resourcemanager?
100% Privacy & GDPR / DSGVO Compliant: No tracking pixels, no external CDNs, and zero third-party telemetry. All booking records, user info, and custom field data remain strictly inside your own WordPress database.
High-Performance REST API Architecture: Powered entirely by the native WordPress REST API (resourcemanager/v1) and wp.apiFetch. Experience instant calendar updates, fast modal dialogues, and zero sluggish page reloads.
Intuitive Month & Week Views: Crystal-clear overview of all resources side-by-side with color-coded status badges (confirmed, pending, canceled).
Collision & Double-Booking Prevention: Built-in interval-conflict detection ensures that unique resources are never accidentally double-booked.
Countable & Multi-Capacity Resources: Define maximum quantities for inventory pools (e.g., 5 projectors, 10 rental laptops, 20 seminar desks) with automated remaining-capacity calculations.
Recurring Bookings Engine: Effortlessly schedule repeating appointments (daily, weekly, monthly, or yearly) with automated conflict validation across the entire series.
Dual-Mode Custom Fields (Visual & JSON): Tailor your booking forms to your exact needs. Add text inputs, number fields (with min/max/step limits), and required constraints using an intuitive visual editor or direct JSON schema.
Role-Based Permission Control: Easily grant view or management permissions to specific WordPress user roles (Administrators, Editors, Authors, or custom intranet roles).
Automated Email Notifications: Keep everyone informed with automatic email alerts sent to resource owners and bookers upon submission, confirmation, or cancellation.
Remote ICS Holiday Synchronization: Automatically import public or corporate holiday feeds via scheduled background tasks (WP-Cron) without ever exposing visitor IP addresses.
Modernized Admin Interface: Streamline your daily management with instant Quick-Add toolbars, live real-time search filtering, 1-click shortcode copy badges, and spacious rich-text (TinyMCE) modal description editing.
Native 12-Language Support: Fully translated into English, German, Spanish, French, Italian, Brazilian Portuguese, Dutch, Russian, Polish, Japanese, Turkish, Swedish, and Simplified Chinese using WordPress 6.5+ high-speed translation arrays.
Common Use Cases
Meeting Rooms & Offices: Conference rooms, meeting suites, video-conference cabins, desk sharing, and coworking spaces.
Vehicle Fleet Management: Company pool cars, delivery vans, electric vehicles, trailers, and bikes.
Equipment & Device Rentals: Cameras, lighting kits, lab apparatus, measuring tools, musical instruments, and beamers.
Schools, Universities & Research: Computer laboratories, sports gyms, rehearsal halls, and workshop machinery.
Team & Facility Scheduling: Consultation hours, shared workstations, therapy rooms, and shift rotas.
Key Features at a Glance
Compact Month View: Day-cell matrix showing resource availability, booking occupancy, and holiday highlights.
Hour-by-Hour Week View: Detailed weekly timetable with customizable day boundaries (day_start and day_end).
Instant Booking Modal: Smooth, responsive booking dialog with recurrence options and bespoke custom fields.
Visual Custom Fields Builder: Add custom fields without writing a single line of code.
Real-Time Search & Quick-Add: Quickly find and manage hundreds of items with instant keyboard filtering.
1-Click Shortcode Badges: Copy embedding shortcodes directly to your clipboard with visual confirmation.
Modal Rich-Text Editor: Provide detailed resource guidelines, rules of use, and specifications using the familiar WordPress editor.
Theme-Safe Styling: Strictly scoped CSS styles protect your website against styling conflicts with third-party themes.
Shortcodes & Configuration
Embed your resource calendar on any page using the simple shortcode:
[resourcemanager cal_id="1"]
Supported Attributes:
cal_id (integer, default: 0): The ID of the calendar view you want to display.
initial_view (string, default: “monthly”): The view displayed on initial load. Accepted values: "monthly" or "weekly".
day_start (string, default: “07:00:00”): Earliest time shown in the weekly view timetable (HH:MM:SS).
day_end (string, default: “18:00:00”): Latest time shown in the weekly view timetable (HH:MM:SS).
line_sectors (string, default: “0:10:90:100”): Percentage distribution markers for visual column rendering.
Custom Example:
[resourcemanager cal_id="2" initial_view="weekly" day_start="08:00:00" day_end="20:00:00"]
