Descrição
KennelFlow Boarding (KennelPress) is the boarding companion for KennelFlow Core. It registers kennels and bookings, checks availability, exposes REST endpoints for custom booking flows, and adds front-desk tools for daily operations.
What you get
- KennelPress Front Desk — top-level menu with links to bookings and the kennel calendar.
- Kennel bookings — create and manage boarding reservations (pet, kennel, location, dates, status).
- Kennels — define runs and rooms with location, resource type, and capacity.
- Kennel calendar — REST-fed calendar view for a selected UTC date range.
- Kennel rules — per-location hours, holiday closures, blackout windows, and boarding windows (React UI under KennelFlow).
- Mobile Report Card — staff PWA to send daily photo + checklist emails to pet owners for checked-in boarding stays.
- REST API — availability, locations, kennels, bookings, facility settings, and report cards under
kennelflow-boarding/v1(legacykennelpress/v1routes remain registered for compatibility).
Pets and physical locations use KennelFlow Core (kf_pet, kf_location). WooCommerce is optional; use KennelFlow Boarding Pro for checkout and payment links.
Try It Live – Preview This Plugin Instantly
Preview KennelFlow Boarding in WordPress Playground: the blueprint installs KennelFlow Core and KennelFlow Boarding from WordPress.org, seeds demo pets and the owner portal, adds a Book Boarding page with [ltkf_booking], and opens KennelPress Front Desk in wp-admin. Log in as admin / password (demo owner: demoowner / password).
Preview on WordPress Playground
The blueprint ships as blueprint.json and assets/blueprints/blueprint.json. WordPress.org also serves a copy from plugin SVN for directory live preview.
Mobile report card (staff PWA)
Authorized staff can send a daily photo + checklist email to the pet owner for boarding stays:
- Who can use it: WordPress users with
edit_postsorkennelpress_send_reports. - Staff URL (no wp-admin chrome):
https://yoursite.com/kennelflow-mobile— requires pretty permalinks (not “Plain”). After install, open Settings Permalinks and click Save once if the URL 404s. - Fallback URL:
https://yoursite.com/?kf_pwa=1 - WordPress admin: KennelPress Mobile Report Card (same app, full-width, admin menu hidden).
- What it does: Lists boarding bookings with status checked in for today (site timezone). Take a photo, set mood, breakfast, bathroom, notes, then Send Report Card. The image is saved to the Media Library and the owner receives an HTML email (pet owner must be linked via KennelFlow Core).
- REST:
POST /wp-json/kennelflow-boarding/v1/report-cards(multipart:booking_id,photo,mood,ate_food,bathroom,notes).
KennelFlow Boarding Pro
Premium add-on for WooCommerce checkout and booking payment links:
https://landtechwebdesigns.com/
User guide
Step-by-step setup for the KennelFlow stack (Hub calendar, kennels, REST, booking flows) is in docs/PLATFORM_GUIDE.md at the KennelFlow repository root.
Capturas de tela









Instalação
- Install and activate KennelFlow Core (required).
- Install KennelFlow Boarding through the WordPress.org plugin directory or upload the zip under Plugins Add New Upload Plugin.
- Activate KennelFlow Boarding.
- Add kennels under KennelFlow Kennels and manage bookings under KennelPress Kennel bookings.
Build assets (developers)
From the plugin directory: npm install then npm run build (facility settings + Mobile Report Card PWA). Requires build/pwa-report-card.js and assets/dist/facility-settings.js for those screens to work.
Perguntas frequentes
-
Does this require WooCommerce?
-
No. The free plugin does not require WooCommerce. WooCommerce is optional and used with KennelFlow Boarding Pro.
-
Does Boarding work without KennelFlow Core?
-
No. Activate KennelFlow Core first. WordPress lists Core as a required plugin when supported by your site.
-
Where is the Mobile Report Card?
-
Use KennelPress Mobile Report Card in wp-admin, or open
https://yoursite.com/kennelflow-mobilewhile logged in as staff.
Avaliações
Não há avaliações para este plugin.
Colaboradores e desenvolvedores
“KennelFlow Boarding” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresTraduzir o “KennelFlow Boarding” para seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, consulte o repositório SVN ou assine o registro de desenvolvimento por RSS.
Registro de alterações
0.1.2
- Full boarding stack: Front Desk menu, kennels and bookings CPTs, kennel calendar, and kennel rules (facility settings).
- REST API under
kennelflow-boarding/v1with legacykennelpress/v1compatibility. - Hub calendar bridge and boarding calendar resources for KennelFlow Core integration.
- Mobile Report Card PWA: public
/kennelflow-mobile, admin screen, report-cards REST, and rewrite auto-flush. - Booking transaction, availability, and admin booking editor improvements.
- WordPress.org listing assets: banners, icons, and screenshots.
0.1.1
- Internal release alignment and REST hardening.
0.1.0
- Initial WordPress.org release.
- Readme: Tested up to: 7.0 (WordPress 7.0 release alignment).
