A unified addon for LatePoint that consolidates multiple productivity features into a single, lightweight plugin.
Add multiple services to orders at once with an intuitive bulk selection interface.
- Quick bulk selection - Select multiple services from a categorized list
- Category filtering - Filter services by category for easier selection
- Seamless integration - Works directly within the order edit screen
- Smart UI - Automatically hides when not needed
Toggle service status (active/disabled) directly from the services list.
- One-click toggle - Enable or disable services without opening edit screens
- Visual feedback - Clear button states show current status
- AJAX powered - Instant updates without page reload
- Permission aware - Respects user roles and capabilities
Add "New Item" buttons to page headers for faster navigation.
- Smart placement - Buttons appear automatically on relevant pages
- Context aware - Shows appropriate button for each page (New Service, New Agent, etc.)
- Responsive design - Adapts to mobile and desktop layouts
- Pro support - Includes buttons for LatePoint Pro features (Bundles, Custom Fields)
- WordPress: 5.0 or higher
- PHP: 7.4 or higher
- LatePoint: Latest version required
- LatePoint Pro: Optional (for Pro features)
- Download the latest release from the Releases page
- Upload the
latepoint-plusfolder to/wp-content/plugins/ - Activate the plugin through the 'Plugins' menu in WordPress
- Ensure LatePoint is installed and activated
- Navigate to an existing order/booking
- Click the "Bulk Add" button in the Order Items section
- Select services from the list (use category filter if needed)
- Click "Add Selected Services"
- Services are added to the order instantly
- Go to LatePoint → Services
- Each service tile shows an Enable/Disable button
- Click the button to toggle the service status
- Page reloads automatically to reflect changes
- Navigate to any LatePoint admin page (Services, Agents, Customers, etc.)
- Look for the "New [Item]" button on the right side of the page header
- Click to open the new item form
- Works on all major LatePoint pages
Quick Button automatically appears on:
- Services
- Agents
- Customers
- Locations
- Service Categories
- Service Extras
- Processes
- Bundles (Pro)
- Custom Fields (Pro)
latepoint-plus/
├── assets/ # CSS and JavaScript files
│ ├── bulk-services/
│ ├── quick-button/
│ └── quick-status/
├── languages/ # Translation files
├── lib/
│ ├── class-latepoint-plus.php # Main plugin class
│ ├── helpers/ # Helper classes
│ ├── controllers/ # Controller classes
│ └── modules/ # Module classes
│ ├── bulk-services/
│ ├── quick-button/
│ └── quick-status/
└── latepoint-plus.php # Plugin entry point
The plugin uses standard LatePoint hooks:
latepoint_init- Initialize addon with LatePointlatepoint_includes- Load additional fileslatepoint_installed_addons- Register addonlatepoint_admin_enqueue_scripts- Load admin assets
- Initial release
- Bulk Services module
- Quick Status module
- Quick Button module
- Full LatePoint integration
- Responsive design
- Translation ready
Developed by Latepoint Dev
GPL v2 or later - see LICENSE for details
For issues, feature requests, or questions:
- Open an issue on GitHub
- Visit Latepoint Dev


