{"id":6818,"date":"2024-03-28T11:33:45","date_gmt":"2024-03-28T15:33:45","guid":{"rendered":"https:\/\/www.reservit.ca\/?page_id=6818"},"modified":"2025-11-24T13:04:47","modified_gmt":"2025-11-24T18:04:47","slug":"operation-reservation-management","status":"publish","type":"page","link":"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/","title":{"rendered":""},"content":{"rendered":"<div class=\"vce-row-container\" data-vce-boxed-width=\"true\"><div class=\"vce-row vce-row--col-gap-30 vce-row-equal-height vce-row-content--top\" id=\"el-d3a38ade\" data-vce-do-apply=\"all el-d3a38ade\"><div class=\"vce-row-content\" data-vce-element-content=\"true\"><div class=\"vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first\" id=\"el-7142e0ed\"><div class=\"vce-col-inner\" data-vce-do-apply=\"border margin background  el-7142e0ed\"><div class=\"vce-col-content\" data-vce-element-content=\"true\" data-vce-do-apply=\"padding el-7142e0ed\"><div class=\"vce-raw-html\"><div class=\"vce-raw-html-wrapper\" id=\"el-d2ebe47f\" data-vce-do-apply=\"all el-d2ebe47f\">\n\n\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    \n    <title>Reservation &amp; Invoicing Management | Interactive Calendar | Reservit Canada<\/title>\n    <meta name=\"description\" content=\"Manage your bookings, groups and invoices directly from your interactive calendar. All-in-one solution for accommodation providers across Canada.\">\n    <link rel=\"canonical\" href=\"https:\/\/www.reservit.ca\/en\/reservation-management\">\n\n    <meta property=\"og:type\" content=\"website\">\n    <meta property=\"og:url\" content=\"https:\/\/www.reservit.ca\/en\/reservation-management\">\n    <meta property=\"og:title\" content=\"Reservation &amp; Invoicing Management | Reservit Canada\">\n    <meta property=\"og:description\" content=\"Streamline operations, boost your bookings. Interactive calendar and integrated invoicing for Canadian hoteliers.\">\n    <meta property=\"og:image\" content=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/Gestion-reservations.svg\">\n    <meta property=\"og:locale\" content=\"en_CA\">\n    <meta property=\"og:site_name\" content=\"Reservit Canada\">\n    \n    <meta name=\"twitter:card\" content=\"summary_large_image\">\n    <meta name=\"twitter:title\" content=\"Reservation &amp; Invoicing Management | Reservit Canada\">\n    <meta name=\"twitter:description\" content=\"Streamline operations, boost your bookings. Interactive calendar with integrated invoicing.\">\n    <meta name=\"twitter:image\" content=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/Gestion-reservations.svg\">\n    \n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&amp;display=swap\" rel=\"stylesheet\" crossorigin=\"anonymous\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0,0&amp;display=swap\" rel=\"stylesheet\" crossorigin=\"anonymous\">\n    \n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    fontFamily: {\n                        sans: ['\"Plus Jakarta Sans\"', 'sans-serif'],\n                    },\n                    colors: {\n                        brand: {\n                            light: '#E0F7FA',\n                            DEFAULT: '#23bfd1', \n                            dark: '#1a8fa0',\n                        },\n                        accent: {\n                            DEFAULT: '#f7951e',\n                            light: '#fff7ed',\n                        },\n                        pink: {\n                            DEFAULT: '#dd1667',\n                        },\n                        dark: {\n                            surface: '#111827'\n                        }\n                    },\n                    animation: {\n                        'float-slow': 'float 6s ease-in-out infinite',\n                        'float-delayed': 'float 6s ease-in-out 3s infinite',\n                    },\n                    keyframes: {\n                        float: {\n                            '0%, 100%': { transform: 'translateY(0px)' },\n                            '50%': { transform: 'translateY(-10px)' },\n                        }\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <style>\n        \/* CORRECTION APPLIED: Force icon font definition for iOS\/Safari *\/\n        .material-symbols-rounded {\n            font-family: 'Material Symbols Rounded';\n            font-weight: normal;\n            font-style: normal;\n            font-size: 24px;\n            display: inline-block;\n            line-height: 1;\n            text-transform: none;\n            letter-spacing: normal;\n            word-wrap: normal;\n            white-space: nowrap;\n            direction: ltr;\n            -webkit-font-smoothing: antialiased;\n            text-rendering: optimizeLegibility;\n            font-feature-settings: 'liga';\n        }\n\n        .gradient-text {\n            background: linear-gradient(135deg, #1a8fa0 0%, #23bfd1 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n        .gradient-text-orange {\n            background: linear-gradient(135deg, #ea580c 0%, #f7951e 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n        \n        .fade-in-up {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n        }\n        .fade-in-up.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .stagger-children > *:nth-child(1) { transition-delay: 0ms; }\n        .stagger-children > *:nth-child(2) { transition-delay: 100ms; }\n        .stagger-children > *:nth-child(3) { transition-delay: 200ms; }\n        .stagger-children > *:nth-child(4) { transition-delay: 300ms; }\n\n        details > summary { list-style: none; }\n        details > summary::-webkit-details-marker { display: none; }\n\n        .hover-lift { transition: transform 0.3s ease, box-shadow 0.3s ease; }\n        .hover-lift:hover { transform: translateY(-4px); }\n        \n        \/* Glassmorphism styling *\/\n        .glass-panel {\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(12px);\n            border: 1px solid rgba(255, 255, 255, 0.6);\n            box-shadow: 0 20px 40px -10px rgba(0,0,0,0.15);\n        }\n    <\/style>\n\n\n\n    <main>\n        <section class=\"relative pt-12 pb-20 lg:pt-24 lg:pb-32 overflow-hidden bg-gradient-to-b from-cyan-50\/50 to-white\">\n            <div class=\"max-w-7xl mx-auto px-6\">\n                <div class=\"grid lg:grid-cols-2 gap-12 lg:gap-16 items-center\">\n                    <div class=\"text-center lg:text-left fade-in-up\">\n                        <div class=\"inline-flex items-center gap-2 px-4 py-2 rounded-full bg-white text-brand-dark text-xs font-bold uppercase tracking-wider mb-6 border border-cyan-100 shadow-sm\">\n                            <span class=\"w-2 h-2 rounded-full bg-brand animate-pulse\"><\/span>\n                            Reservation Management\n                        <\/div>\n                        <h1 class=\"text-4xl md:text-5xl lg:text-6xl font-extrabold tracking-tight mb-6 leading-[1.1]\">\n                            Streamline operations, <span class=\"gradient-text\">boost<\/span> your bookings.\n                        <\/h1>\n                        <p class=\"text-lg md:text-xl text-gray-600 mb-10 leading-relaxed max-w-lg mx-auto lg:mx-0\">\n                            An interactive, intuitive calendar that lets you view, update and invoice your bookings in just a few clicks.\n                        <\/p>\n                        \n                        <div class=\"flex flex-col sm:flex-row gap-4 justify-center lg:justify-start\">\n                            <a href=\"https:\/\/www.reservit.ca\/en\/request-a-quote\/\" target=\"_blank\" rel=\"noopener\" class=\"flex items-center justify-center gap-3 bg-brand hover:bg-brand-dark text-white px-8 py-4 rounded-full font-bold text-lg transition-all shadow-lg hover:shadow-xl transform hover:-translate-y-1\">\n                                <span class=\"material-symbols-rounded\">play_circle<\/span> \n                                Request a demo\n                            <\/a>\n                            <a href=\"#features\" class=\"flex items-center justify-center gap-3 bg-white hover:bg-gray-50 text-gray-700 border border-gray-200 px-8 py-4 rounded-full font-bold text-lg transition-all shadow-sm hover:shadow-md\">\n                                Features\n                            <\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"relative fade-in-up lg:pl-10\" style=\"transition-delay: 0.2s;\">\n                        <div class=\"animate-float-slow relative z-10\">\n                            <img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/Gestion-reservations.svg\" alt=\"Reservit calendar interface showing the interactive planner\" width=\"600\" height=\"450\" class=\"w-full h-auto drop-shadow-2xl hover:scale-105 transition-transform duration-500\" loading=\"eager\">\n                        <\/div>\n                        <div class=\"absolute top-1\/2 left-1\/2 -translate-x-1\/2 -translate-y-1\/2 w-[100%] h-[100%] bg-gradient-to-tr from-cyan-200\/60 to-blue-100\/60 rounded-full blur-3xl -z-10\" aria-hidden=\"true\"><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"py-12 border-y border-gray-100 bg-gray-50\/50\">\n            <div class=\"max-w-7xl mx-auto px-6\">\n                <div class=\"grid grid-cols-2 md:grid-cols-4 gap-4 md:gap-6 fade-in-up stagger-children\">\n                    <div class=\"bg-white p-6 rounded-2xl shadow-sm border border-gray-100 hover:shadow-lg hover:-translate-y-1 transition-all duration-300 text-center group\">\n                        <div class=\"w-10 h-10 bg-brand\/10 text-brand rounded-full flex items-center justify-center mx-auto mb-3 group-hover:scale-110 transition-transform\">\n                            <span class=\"material-symbols-rounded\">timer<\/span>\n                        <\/div>\n                        <div class=\"text-3xl md:text-4xl font-extrabold text-gray-900 mb-1\">5 sec<\/div>\n                        <p class=\"text-xs font-bold text-gray-500 uppercase tracking-wide\">To update a booking<\/p>\n                    <\/div>\n\n                    <div class=\"bg-white p-6 rounded-2xl shadow-sm border border-gray-100 hover:shadow-lg hover:-translate-y-1 transition-all duration-300 text-center group\">\n                        <div class=\"w-10 h-10 bg-accent\/10 text-accent rounded-full flex items-center justify-center mx-auto mb-3 group-hover:scale-110 transition-transform\">\n                            <span class=\"material-symbols-rounded\">trending_down<\/span>\n                        <\/div>\n                        <div class=\"text-3xl md:text-4xl font-extrabold text-gray-900 mb-1\">-40%<\/div>\n                        <p class=\"text-xs font-bold text-gray-500 uppercase tracking-wide\">Admin time<\/p>\n                    <\/div>\n\n                    <div class=\"bg-white p-6 rounded-2xl shadow-sm border border-gray-100 hover:shadow-lg hover:-translate-y-1 transition-all duration-300 text-center group\">\n                        <div class=\"w-10 h-10 bg-green-50 text-green-600 rounded-full flex items-center justify-center mx-auto mb-3 group-hover:scale-110 transition-transform\">\n                            <span class=\"material-symbols-rounded\">visibility<\/span>\n                        <\/div>\n                        <div class=\"text-3xl md:text-4xl font-extrabold text-gray-900 mb-1\">100%<\/div>\n                        <p class=\"text-xs font-bold text-gray-500 uppercase tracking-wide\">Real-time visibility<\/p>\n                    <\/div>\n\n                    <div class=\"bg-white p-6 rounded-2xl shadow-sm border border-gray-100 hover:shadow-lg hover:-translate-y-1 transition-all duration-300 text-center group\">\n                        <div class=\"w-10 h-10 bg-purple-50 text-purple-600 rounded-full flex items-center justify-center mx-auto mb-3 group-hover:scale-110 transition-transform\">\n                            <span class=\"material-symbols-rounded\">store<\/span>\n                        <\/div>\n                        <div class=\"text-3xl md:text-4xl font-extrabold text-gray-900 mb-1\">10k+<\/div>\n                        <p class=\"text-xs font-bold text-gray-500 uppercase tracking-wide\">Properties<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"py-20 lg:py-24 bg-white\" id=\"features\">\n            <div class=\"max-w-7xl mx-auto px-6\">\n                <div class=\"grid lg:grid-cols-2 gap-12 items-center bg-cyan-50\/50 rounded-3xl p-6 md:p-8 lg:p-12 border border-cyan-100\">\n                    <div class=\"order-2 lg:order-1 fade-in-up\">\n                        <span class=\"text-accent font-bold tracking-wider text-sm uppercase\">Visual Planner<\/span>\n                        <h2 class=\"text-3xl lg:text-4xl font-bold mt-2 mb-6\">A calendar designed for <span class=\"gradient-text-orange\">your daily work<\/span><\/h2>\n                        <p class=\"text-lg text-gray-600 mb-8\">\n                            No more juggling multiple tools. Centralize all your bookings in a clear, intuitive interface.\n                        <\/p>\n\n                        <ul class=\"space-y-6\">\n                            <li class=\"flex items-start gap-4\">\n                                <div class=\"w-10 h-10 rounded-full bg-white flex items-center justify-center shadow-sm text-brand shrink-0\">\n                                    <span class=\"material-symbols-rounded\">view_day<\/span>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"font-bold text-lg\">Flexible views<\/h3>\n                                    <p class=\"text-gray-600 text-sm\">Zoom in on a busy day or take a step back and see the full month.<\/p>\n                                <\/div>\n                            <\/li>\n                            <li class=\"flex items-start gap-4\">\n                                <div class=\"w-10 h-10 rounded-full bg-white flex items-center justify-center shadow-sm text-accent shrink-0\">\n                                    <span class=\"material-symbols-rounded\">drag_indicator<\/span>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"font-bold text-lg\">Intuitive drag &amp; drop<\/h3>\n                                    <p class=\"text-gray-600 text-sm\">Move a booking from one room to another with a simple drag-and-drop.<\/p>\n                                <\/div>\n                            <\/li>\n                            <li class=\"flex items-start gap-4\">\n                                <div class=\"w-10 h-10 rounded-full bg-white flex items-center justify-center shadow-sm text-pink shrink-0\">\n                                    <span class=\"material-symbols-rounded\">palette<\/span>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"font-bold text-lg\">Smart colour-coding<\/h3>\n                                    <p class=\"text-gray-600 text-sm\">Instantly identify the source and status (confirmed, check-in, check-out).<\/p>\n                                <\/div>\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n\n                    <div class=\"order-1 lg:order-2 fade-in-up relative group\" style=\"transition-delay: 0.15s;\">\n                        <div class=\"relative\">\n                            <div class=\"bg-white rounded-xl shadow-2xl overflow-hidden border border-gray-100 relative z-10\">\n                                <div class=\"bg-gray-50 border-b border-gray-100 px-4 py-2 flex gap-2\">\n                                    <div class=\"w-3 h-3 rounded-full bg-red-400\"><\/div>\n                                    <div class=\"w-3 h-3 rounded-full bg-yellow-400\"><\/div>\n                                    <div class=\"w-3 h-3 rounded-full bg-green-400\"><\/div>\n                                <\/div>\n                                <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/08\/CapturePlanning2.svg\" alt=\"Detailed view of the Reservit planner\" width=\"800\" height=\"500\" class=\"w-full h-auto block\" loading=\"lazy\">\n                            <\/div>\n                            \n                            <div class=\"absolute -top-4 -right-4 md:top-8 md:-right-6 z-20 bg-white rounded-lg shadow-xl border-l-4 border-green-500 p-3 animate-float-slow hidden md:flex items-center gap-3\">\n                                <div class=\"bg-green-100 p-2 rounded-full text-green-600\">\n                                    <span class=\"material-symbols-rounded text-sm\">check<\/span>\n                                <\/div>\n                                <div>\n                                    <div class=\"text-xs text-gray-500 font-bold uppercase\">Booking<\/div>\n                                    <div class=\"font-bold text-sm\">Confirmed<\/div>\n                                <\/div>\n                            <\/div>\n\n                            <div class=\"absolute -bottom-4 -right-4 md:bottom-12 md:-right-8 z-20 bg-white rounded-lg shadow-xl border-l-4 border-brand p-3 animate-float-delayed hidden md:flex items-center gap-3\">\n                                <div class=\"bg-cyan-100 p-2 rounded-full text-brand\">\n                                    <span class=\"material-symbols-rounded text-sm\">edit<\/span>\n                                <\/div>\n                                <div>\n                                    <div class=\"text-xs text-gray-500 font-bold uppercase\">Action<\/div>\n                                    <div class=\"font-bold text-sm\">Edit dates<\/div>\n                                <\/div>\n                            <\/div>\n\n                             <div class=\"absolute -bottom-4 -left-4 md:bottom-8 md:-left-6 z-20 bg-white rounded-lg shadow-xl border-l-4 border-red-500 p-2 px-4 animate-float-slow hidden lg:flex items-center gap-2 transform hover:scale-105 transition cursor-pointer\">\n                                <span class=\"material-symbols-rounded text-red-500 text-sm\">close<\/span>\n                                <span class=\"font-bold text-sm text-gray-700\">Cancel<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"py-20 lg:py-24 bg-gray-900 text-white relative overflow-hidden\">\n            <div class=\"absolute inset-0 opacity-10\" style=\"background-image: radial-gradient(#23bfd1 1px, transparent 1px); background-size: 30px 30px;\"><\/div>\n            \n            <div class=\"max-w-7xl mx-auto px-6 relative z-10\">\n                <div class=\"text-center mb-12 lg:mb-16 fade-in-up\">\n                    <h2 class=\"text-3xl lg:text-4xl font-bold mb-4 text-white\">Smooth changes in <span class=\"text-brand\">4 steps<\/span><\/h2>\n                    <p class=\"text-lg text-gray-400 max-w-2xl mx-auto\">\n                        A single interface to manage changes and their financial impact at the same time.\n                    <\/p>\n                <\/div>\n\n                <div class=\"grid md:grid-cols-2 lg:grid-cols-4 gap-6 stagger-children\">\n                    <div class=\"bg-gray-800 p-6 rounded-2xl border border-gray-700 hover:border-brand transition-colors fade-in-up relative hover-lift group\">\n                        <div class=\"absolute -top-4 -left-4 w-10 h-10 bg-gray-700 rounded-full border-4 border-gray-900 flex items-center justify-center font-bold text-brand group-hover:bg-brand group-hover:text-white transition-colors\">1<\/div>\n                        <div class=\"h-12 w-12 bg-gray-700\/50 rounded-lg flex items-center justify-center mb-4 text-brand\">\n                            <span class=\"material-symbols-rounded text-2xl\">ads_click<\/span>\n                        <\/div>\n                        <h3 class=\"text-xl font-bold mb-2 text-white\">Select<\/h3>\n                        <p class=\"text-gray-400 text-sm\">A single click on the booking in the planner opens the details panel.<\/p>\n                    <\/div>\n\n                    <div class=\"bg-gray-800 p-6 rounded-2xl border border-gray-700 hover:border-brand transition-colors fade-in-up relative hover-lift group\">\n                        <div class=\"absolute -top-4 -left-4 w-10 h-10 bg-gray-700 rounded-full border-4 border-gray-900 flex items-center justify-center font-bold text-brand group-hover:bg-brand group-hover:text-white transition-colors\">2<\/div>\n                        <div class=\"h-12 w-12 bg-gray-700\/50 rounded-lg flex items-center justify-center mb-4 text-brand\">\n                            <span class=\"material-symbols-rounded text-2xl\">edit_calendar<\/span>\n                        <\/div>\n                        <h3 class=\"text-xl font-bold mb-2 text-white\">Edit<\/h3>\n                        <p class=\"text-gray-400 text-sm\">Change the dates, room or options. The rate recalculates in real time.<\/p>\n                    <\/div>\n\n                    <div class=\"bg-gray-800 p-6 rounded-2xl border border-gray-700 hover:border-brand transition-colors fade-in-up relative hover-lift group\">\n                        <div class=\"absolute -top-4 -left-4 w-10 h-10 bg-gray-700 rounded-full border-4 border-gray-900 flex items-center justify-center font-bold text-brand group-hover:bg-brand group-hover:text-white transition-colors\">3<\/div>\n                        <div class=\"h-12 w-12 bg-gray-700\/50 rounded-lg flex items-center justify-center mb-4 text-brand\">\n                            <span class=\"material-symbols-rounded text-2xl\">payments<\/span>\n                        <\/div>\n                        <h3 class=\"text-xl font-bold mb-2 text-white\">Adjust the payment<\/h3>\n                        <p class=\"text-gray-400 text-sm\">Has the balance changed? Collect the difference or process the refund immediately.<\/p>\n                    <\/div>\n\n                    <div class=\"bg-gray-800 p-6 rounded-2xl border border-gray-700 hover:border-brand transition-colors fade-in-up relative hover-lift group\">\n                        <div class=\"absolute -top-4 -left-4 w-10 h-10 bg-gray-700 rounded-full border-4 border-gray-900 flex items-center justify-center font-bold text-brand group-hover:bg-brand group-hover:text-white transition-colors\">4<\/div>\n                        <div class=\"h-12 w-12 bg-gray-700\/50 rounded-lg flex items-center justify-center mb-4 text-brand\">\n                            <span class=\"material-symbols-rounded text-2xl\">save<\/span>\n                        <\/div>\n                        <h3 class=\"text-xl font-bold mb-2 text-white\">Save<\/h3>\n                        <p class=\"text-gray-400 text-sm\">Instant validation. Inventory is automatically updated across all your channels (OTAs).<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"py-20 lg:py-24 bg-white\">\n            <div class=\"max-w-7xl mx-auto px-6\">\n                <div class=\"grid lg:grid-cols-2 gap-12 lg:gap-16 items-center\">\n                    <div class=\"fade-in-up\">\n                        <span class=\"text-green-600 font-bold tracking-wider text-sm uppercase\">Group Management<\/span>\n                        <h2 class=\"text-3xl lg:text-4xl font-bold mt-2 mb-6\">Groups and allotments: <span class=\"text-green-600\">zero complexity<\/span><\/h2>\n                        <p class=\"text-lg text-gray-600 mb-8\">\n                            Whether it\u2019s for a wedding or a corporate retreat, manage your room blocks with remarkable ease.\n                        <\/p>\n\n                        <ul class=\"space-y-6\">\n                            <li class=\"flex items-start gap-4\">\n                                <div class=\"w-10 h-10 rounded-full bg-green-50 flex items-center justify-center shadow-sm text-green-600 shrink-0\">\n                                    <span class=\"material-symbols-rounded\">check_circle<\/span>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"font-bold text-lg\">Flexible room blocks<\/h3>\n                                    <p class=\"text-gray-600 text-sm\">Block several units at once. Adjust dates for the whole group or room by room.<\/p>\n                                <\/div>\n                            <\/li>\n                            <li class=\"flex items-start gap-4\">\n                                <div class=\"w-10 h-10 rounded-full bg-green-50 flex items-center justify-center shadow-sm text-green-600 shrink-0\">\n                                    <span class=\"material-symbols-rounded\">check_circle<\/span>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"font-bold text-lg\">Bulk updates<\/h3>\n                                    <p class=\"text-gray-600 text-sm\">Apply a change (rate, option, meal) to the entire group in a single click.<\/p>\n                                <\/div>\n                            <\/li>\n                            <li class=\"flex items-start gap-4\">\n                                <div class=\"w-10 h-10 rounded-full bg-green-50 flex items-center justify-center shadow-sm text-green-600 shrink-0\">\n                                    <span class=\"material-symbols-rounded\">check_circle<\/span>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"font-bold text-lg\">Master invoice<\/h3>\n                                    <p class=\"text-gray-600 text-sm\">Easily manage who pays what: a single invoice for the group or separate payments per room.<\/p>\n                                <\/div>\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n\n                    <div class=\"relative fade-in-up lg:pl-10\" style=\"transition-delay: 0.15s;\">\n                        <div class=\"bg-gray-900 rounded-[2rem] p-6 md:p-8 relative shadow-2xl animate-float-slow\">\n                             <div class=\"flex justify-between items-center mb-6 border-b border-gray-700 pb-4\">\n                                <div>\n                                    <h3 class=\"text-white font-bold text-lg md:text-xl\">Tremblay wedding group<\/h3>\n                                    <span class=\"text-gray-400 text-sm\">15 rooms \u2022 July 12\u201314<\/span>\n                                <\/div>\n                                <span class=\"bg-green-500 text-white px-3 py-1 rounded-full text-xs font-bold\">CONFIRMED<\/span>\n                            <\/div>\n\n                            <div class=\"space-y-3\">\n                                <div class=\"bg-gray-800 p-4 rounded-xl flex items-center justify-between border border-gray-700\">\n                                    <div class=\"flex items-center gap-3\">\n                                        <span class=\"material-symbols-rounded text-gray-400\">meeting_room<\/span>\n                                        <div class=\"text-white text-sm\">Room 101 <span class=\"text-gray-500 text-xs ml-2 hidden sm:inline\">Standard<\/span><\/div>\n                                    <\/div>\n                                    <div class=\"h-2 w-2 rounded-full bg-green-500\"><\/div>\n                                <\/div>\n                                <div class=\"bg-gray-800 p-4 rounded-xl flex items-center justify-between border border-gray-700\">\n                                    <div class=\"flex items-center gap-3\">\n                                        <span class=\"material-symbols-rounded text-gray-400\">meeting_room<\/span>\n                                        <div class=\"text-white text-sm\">Room 102 <span class=\"text-gray-500 text-xs ml-2 hidden sm:inline\">Standard<\/span><\/div>\n                                    <\/div>\n                                    <div class=\"h-2 w-2 rounded-full bg-green-500\"><\/div>\n                                <\/div>\n                                <div class=\"bg-gray-800 p-4 rounded-xl flex items-center justify-between border border-gray-700 relative overflow-hidden\">\n                                    <div class=\"absolute left-0 top-0 bottom-0 w-1 bg-brand\"><\/div>\n                                    <div class=\"flex items-center gap-3\">\n                                        <span class=\"material-symbols-rounded text-white\">edit<\/span>\n                                        <div class=\"text-white text-sm font-bold\">Room 103 <span class=\"text-brand text-xs ml-2\">Being edited\u2026<\/span><\/div>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"bg-gray-800 p-4 rounded-xl flex items-center justify-between border border-gray-700 opacity-50\">\n                                    <div class=\"flex items-center gap-3\">\n                                        <span class=\"material-symbols-rounded text-gray-400\">meeting_room<\/span>\n                                        <div class=\"text-white text-sm\">Room 104...<\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                            <div class=\"mt-6 flex gap-3\">\n                                <button class=\"flex-1 bg-brand text-white text-center py-3 rounded-lg font-bold text-sm hover:bg-brand-dark transition-colors\">Invoice group<\/button>\n                                <button class=\"w-12 bg-gray-700 rounded-lg flex items-center justify-center text-white hover:bg-gray-600 transition-colors\" aria-label=\"Print\">\n                                    <span class=\"material-symbols-rounded\">print<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"py-20 lg:py-24 bg-gray-50\">\n            <div class=\"max-w-7xl mx-auto px-6\">\n                <div class=\"grid lg:grid-cols-2 gap-12 lg:gap-16 items-center\">\n                    \n                    <div class=\"order-2 lg:order-1 relative fade-in-up\">\n                        <div class=\"relative w-full max-w-md mx-auto group\">\n                            <div class=\"bg-white rounded-xl shadow-md border border-gray-200 overflow-hidden relative h-64 md:h-80 transition-all duration-500\">\n                                <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/08\/CapturePlanning2.svg\" alt=\"Planner context for invoicing\" width=\"800\" height=\"500\" class=\"w-full h-full object-cover object-left-top opacity-60 blur-[1px] group-hover:blur-0 transition-all duration-500\" loading=\"lazy\">\n                            <\/div>\n                            \n                            <div class=\"absolute top-1\/2 left-1\/2 transform -translate-x-1\/2 -translate-y-1\/2 w-[90%] md:w-80 glass-panel rounded-xl shadow-2xl overflow-hidden animate-float-slow z-20\">\n                                <div class=\"bg-gray-900 text-white p-4 text-sm font-bold flex justify-between items-center\">\n                                    <span class=\"flex items-center gap-2\"><div class=\"w-2 h-2 bg-green-500 rounded-full\"><\/div> Booking #4023<\/span>\n                                    <span class=\"material-symbols-rounded text-sm cursor-pointer opacity-70 hover:opacity-100\">close<\/span>\n                                <\/div>\n                                <div class=\"p-2 space-y-1\">\n                                    <div class=\"flex items-center gap-3 p-3 hover:bg-gray-50 rounded-lg text-gray-700 cursor-pointer transition-colors\">\n                                        <span class=\"material-symbols-rounded text-gray-400\">edit<\/span> Edit\n                                    <\/div>\n                                    <div class=\"flex items-center gap-3 p-3 hover:bg-gray-50 rounded-lg text-gray-700 cursor-pointer transition-colors\">\n                                        <span class=\"material-symbols-rounded text-gray-400\">input<\/span> Check-in\n                                    <\/div>\n                                    <div class=\"h-px bg-gray-200 my-1 mx-2\"><\/div>\n                                    <div class=\"flex items-center gap-3 p-3 bg-purple-50 hover:bg-purple-100 rounded-lg text-purple-700 font-bold cursor-pointer transition-colors\">\n                                        <span class=\"material-symbols-rounded\">receipt_long<\/span> Generate invoice\n                                    <\/div>\n                                    <div class=\"flex items-center gap-3 p-3 hover:bg-gray-50 rounded-lg text-gray-700 cursor-pointer transition-colors\">\n                                        <span class=\"material-symbols-rounded text-gray-400\">credit_card<\/span> Collect payment\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"order-1 lg:order-2 fade-in-up\" style=\"transition-delay: 0.15s;\">\n                        <span class=\"text-purple-600 font-bold tracking-wider text-sm uppercase\">Fast Invoicing<\/span>\n                        <h2 class=\"text-3xl lg:text-4xl font-bold mt-2 mb-6\">Invoice directly <span class=\"text-purple-600\">from the planner<\/span><\/h2>\n                        <p class=\"text-lg text-gray-600 mb-8\">\n                            Stop wasting time navigating menus. Everything is available from a right-click on the booking.\n                        <\/p>\n\n                        <div class=\"flex flex-col gap-5\">\n                            <div class=\"bg-white border border-purple-100 p-5 rounded-2xl flex gap-5 shadow-sm hover:shadow-md transition hover-lift items-start\">\n                                <div class=\"bg-purple-50 p-3 rounded-xl shrink-0\">\n                                    <span class=\"material-symbols-rounded text-purple-600 text-2xl\">mouse<\/span>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"font-bold text-lg text-gray-900 mb-1\">Zero wasted navigation<\/h3>\n                                    <p class=\"text-gray-500 text-sm leading-relaxed\">Forget going back and forth in the \u201cAccounting\u201d menu. Click the booking, click \u201cInvoice\u201d. Done.<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"bg-white border border-gray-100 p-5 rounded-2xl flex gap-5 hover:shadow-md transition hover-lift items-start\">\n                                <div class=\"bg-purple-50 p-3 rounded-xl shrink-0\">\n                                    <span class=\"material-symbols-rounded text-purple-600 text-2xl\">send<\/span>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"font-bold text-lg text-gray-900 mb-1\">Instant sending<\/h3>\n                                    <p class=\"text-gray-500 text-sm leading-relaxed\">Generate the PDF and email it to the guest without ever leaving the calendar view.<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"bg-white border border-gray-100 p-5 rounded-2xl flex gap-5 hover:shadow-md transition hover-lift items-start\">\n                                <div class=\"bg-purple-50 p-3 rounded-xl shrink-0\">\n                                    <span class=\"material-symbols-rounded text-purple-600 text-2xl\">verified_user<\/span>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"font-bold text-lg text-gray-900 mb-1\">Automatic compliance<\/h3>\n                                    <p class=\"text-gray-500 text-sm leading-relaxed\">North American taxes and guest balances are calculated automatically.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"mt-8\">\n                            <a href=\"https:\/\/www.reservit.ca\/en\/accommodation-invoicing-management\/\" target=\"_blank\" rel=\"noopener\" class=\"inline-flex items-center gap-2 text-purple-600 font-bold hover:text-purple-700 transition-colors\">\n                                Learn more about invoicing\n                                <span class=\"material-symbols-rounded text-sm\">arrow_forward<\/span>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"py-20 lg:py-24 bg-white\" id=\"faq\">\n            <div class=\"max-w-3xl mx-auto px-6\">\n                <div class=\"text-center mb-12 lg:mb-16 fade-in-up\">\n                    <h2 class=\"text-3xl lg:text-4xl font-bold mb-4\">Frequently <span class=\"gradient-text\">Asked Questions<\/span><\/h2>\n                    <p class=\"text-lg text-gray-600\">Everything you need to know about reservation management.<\/p>\n                <\/div>\n\n                <div class=\"space-y-4 fade-in-up\" style=\"transition-delay: 0.15s;\">\n                    <details class=\"group bg-gray-50 rounded-2xl p-5 md:p-6 shadow-sm open:bg-white open:ring-1 open:ring-brand\/20 transition-all duration-300\">\n                        <summary class=\"flex items-center justify-between cursor-pointer list-none\">\n                            <h3 class=\"font-bold text-base md:text-lg text-gray-800 pr-4\">Is the calendar available on mobile?<\/h3>\n                            <span class=\"material-symbols-rounded text-brand text-2xl transition-transform duration-300 group-open:rotate-180 shrink-0\">expand_more<\/span>\n                        <\/summary>\n                        <div class=\"text-gray-600 mt-4 leading-relaxed\">\n                            Yes! The interface is fully responsive and a dedicated mobile app is available on iOS and Android so you can manage your bookings wherever you are.\n                        <\/div>\n                    <\/details>\n                    \n                    <details class=\"group bg-gray-50 rounded-2xl p-5 md:p-6 shadow-sm open:bg-white open:ring-1 open:ring-brand\/20 transition-all duration-300\">\n                        <summary class=\"flex items-center justify-between cursor-pointer list-none\">\n                            <h3 class=\"font-bold text-base md:text-lg text-gray-800 pr-4\">Can I invoice an entire group at once?<\/h3>\n                            <span class=\"material-symbols-rounded text-brand text-2xl transition-transform duration-300 group-open:rotate-180 shrink-0\">expand_more<\/span>\n                        <\/summary>\n                        <div class=\"text-gray-600 mt-4 leading-relaxed\">\n                            Yes, thanks to the master invoice (Master Folio) feature, you can group all the rooms on a single invoice or choose to separate certain extras.\n                        <\/div>\n                    <\/details>\n\n                    <details class=\"group bg-gray-50 rounded-2xl p-5 md:p-6 shadow-sm open:bg-white open:ring-1 open:ring-brand\/20 transition-all duration-300\">\n                        <summary class=\"flex items-center justify-between cursor-pointer list-none\">\n                            <h3 class=\"font-bold text-base md:text-lg text-gray-800 pr-4\">Is the software compatible with other systems (POS, locks)?<\/h3>\n                            <span class=\"material-symbols-rounded text-brand text-2xl transition-transform duration-300 group-open:rotate-180 shrink-0\">expand_more<\/span>\n                        <\/summary>\n                        <div class=\"text-gray-600 mt-4 leading-relaxed\">\n                            Absolutely. Reservit integrates with major point-of-sale (POS) systems, electronic locks and popular accounting tools in Canada.\n                        <\/div>\n                    <\/details>\n\n                    <details class=\"group bg-gray-50 rounded-2xl p-5 md:p-6 shadow-sm open:bg-white open:ring-1 open:ring-brand\/20 transition-all duration-300\">\n                        <summary class=\"flex items-center justify-between cursor-pointer list-none\">\n                            <h3 class=\"font-bold text-base md:text-lg text-gray-800 pr-4\">Are changes synchronized with OTAs?<\/h3>\n                            <span class=\"material-symbols-rounded text-brand text-2xl transition-transform duration-300 group-open:rotate-180 shrink-0\">expand_more<\/span>\n                        <\/summary>\n                        <div class=\"text-gray-600 mt-4 leading-relaxed\">\n                            Yes, thanks to the integrated Channel Manager, every change (dates, rates, availability) is synchronized in real time with Booking.com, Expedia, Airbnb and more than 300 other partners.\n                        <\/div>\n                    <\/details>\n                    \n                    <details class=\"group bg-gray-50 rounded-2xl p-5 md:p-6 shadow-sm open:bg-white open:ring-1 open:ring-brand\/20 transition-all duration-300\">\n                        <summary class=\"flex items-center justify-between cursor-pointer list-none\">\n                            <h3 class=\"font-bold text-base md:text-lg text-gray-800 pr-4\">What does migration from another system look like?<\/h3>\n                            <span class=\"material-symbols-rounded text-brand text-2xl transition-transform duration-300 group-open:rotate-180 shrink-0\">expand_more<\/span>\n                        <\/summary>\n                        <div class=\"text-gray-600 mt-4 leading-relaxed\">\n                            Our local team supports you throughout the process: importing your guest data and future bookings, configuring your rates and training your staff.\n                        <\/div>\n                    <\/details>\n\n                    <details class=\"group bg-gray-50 rounded-2xl p-5 md:p-6 shadow-sm open:bg-white open:ring-1 open:ring-brand\/20 transition-all duration-300\">\n                        <summary class=\"flex items-center justify-between cursor-pointer list-none\">\n                            <h3 class=\"font-bold text-base md:text-lg text-gray-800 pr-4\">Which payment methods are accepted?<\/h3>\n                            <span class=\"material-symbols-rounded text-brand text-2xl transition-transform duration-300 group-open:rotate-180 shrink-0\">expand_more<\/span>\n                        <\/summary>\n                        <div class=\"text-gray-600 mt-4 leading-relaxed\">\n                            Reservit supports many credit card brands (Visa, Mastercard, Amex, etc.), bank transfers, cash and cheques. Online transactions are secured with 3D Secure 2 and we are PCI-DSS Level 1 certified.\n                        <\/div>\n                    <\/details>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"py-20 lg:py-24 bg-dark-surface text-white text-center relative overflow-hidden\">\n            <div class=\"absolute inset-0 opacity-20\" style=\"background-image: radial-gradient(#23bfd1 1px, transparent 1px); background-size: 30px 30px;\"><\/div>\n            \n            <div class=\"max-w-4xl mx-auto px-6 relative z-10 fade-in-up\">\n                <h2 class=\"text-4xl md:text-5xl font-extrabold mb-6 md:mb-8 tracking-tight text-white\">\n                    Join more than <br class=\"md:hidden\">\n                    <span class=\"text-brand\">10,000 properties<\/span>\n                <\/h2>\n                <p class=\"text-lg md:text-xl text-gray-400 mb-8 md:mb-10\">Optimize your operations today.<\/p>\n                \n                <div class=\"flex justify-center\">\n                    <a href=\"https:\/\/www.reservit.ca\/en\/request-a-quote\/\" target=\"_blank\" rel=\"noopener\" class=\"bg-brand hover:bg-brand-dark text-white font-bold text-lg md:text-xl px-12 py-5 rounded-full shadow-2xl hover:shadow-brand\/50 transition transform hover:-translate-y-1\">\n                        Request a demo\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/main>\n\n    <script>\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('visible');\n                }\n            });\n        }, { threshold: 0.1 });\n        \n        document.querySelectorAll('.fade-in-up').forEach(el => observer.observe(el));\n\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function(e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                }\n            });\n        });\n    <\/script>\n    \n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"FAQPage\",\n        \"mainEntity\": [\n            {\n                \"@type\": \"Question\",\n                \"name\": \"Is the calendar available on mobile?\",\n                \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes! The interface is fully responsive and a dedicated mobile app is available on iOS and Android.\" }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"Can I invoice an entire group at once?\",\n                \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, thanks to the master invoice (Master Folio) feature, you can group all the rooms on a single invoice.\" }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"Is the software compatible with other systems?\",\n                \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Absolutely. Reservit integrates with major point-of-sale (POS) systems and electronic locks.\" }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"What does migration from another system look like?\",\n                \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Our team supports you with importing your guest data and configuring your rates.\" }\n            }\n        ]\n    }\n    <\/script>\n\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Reservation &amp; Invoicing Management | Interactive Calendar | Reservit Canada Reservation Management Streamline operations, boost your bookings. An interactive, intuitive calendar that lets you view, update and invoice your bookings in just a few clicks. play_circle Request a demo Features timer 5 sec To update a booking trending_down -40% Admin time visibility 100% Real-time visibility [&hellip;]<\/p>\n","protected":false},"author":13,"featured_media":6835,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6818","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Reservation Management | Interactive Calendar | Reservit Canada<\/title>\n<meta name=\"description\" content=\"Manage your bookings, groups and invoices directly from an interactive calendar connected to your PMS. All-in-one solution for hotels, inns and campgrounds across Canada.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Reservation Management | Interactive Calendar | Reservit Canada\" \/>\n<meta property=\"og:description\" content=\"Manage your bookings, groups and invoices directly from an interactive calendar connected to your PMS. All-in-one solution for hotels, inns and campgrounds across Canada.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/\" \/>\n<meta property=\"og:site_name\" content=\"Reservit Canada\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/moteur.reservation.reservit\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-24T18:04:47+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/\",\"url\":\"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/\",\"name\":\"Reservation Management | Interactive Calendar | Reservit Canada\",\"isPartOf\":{\"@id\":\"https:\/\/www.reservit.ca\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.reservit.ca\/zeeptapo\/2024\/03\/Capture-PMS.svg\",\"datePublished\":\"2024-03-28T15:33:45+00:00\",\"dateModified\":\"2025-11-24T18:04:47+00:00\",\"description\":\"Manage your bookings, groups and invoices directly from an interactive calendar connected to your PMS. All-in-one solution for hotels, inns and campgrounds across Canada.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/#primaryimage\",\"url\":\"https:\/\/www.reservit.ca\/zeeptapo\/2024\/03\/Capture-PMS.svg\",\"contentUrl\":\"https:\/\/www.reservit.ca\/zeeptapo\/2024\/03\/Capture-PMS.svg\",\"caption\":\"Capture PMS\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.reservit.ca\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Operations | Reservation management\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.reservit.ca\/en\/#website\",\"url\":\"https:\/\/www.reservit.ca\/en\/\",\"name\":\"Reservit Canada\",\"description\":\"Logiciel de r\u00e9servation en ligne n\u00b01 au Canada\",\"publisher\":{\"@id\":\"https:\/\/www.reservit.ca\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.reservit.ca\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.reservit.ca\/en\/#organization\",\"name\":\"Reservit Canada\",\"url\":\"https:\/\/www.reservit.ca\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\/\/www.reservit.ca\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.reservit.ca\/zeeptapo\/2024\/04\/cropped-logo_pour_linkedin.jpg\",\"contentUrl\":\"https:\/\/www.reservit.ca\/zeeptapo\/2024\/04\/cropped-logo_pour_linkedin.jpg\",\"width\":512,\"height\":512,\"caption\":\"Reservit Canada\"},\"image\":{\"@id\":\"https:\/\/www.reservit.ca\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/moteur.reservation.reservit\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Reservation Management | Interactive Calendar | Reservit Canada","description":"Manage your bookings, groups and invoices directly from an interactive calendar connected to your PMS. All-in-one solution for hotels, inns and campgrounds across Canada.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/","og_locale":"en_US","og_type":"article","og_title":"Reservation Management | Interactive Calendar | Reservit Canada","og_description":"Manage your bookings, groups and invoices directly from an interactive calendar connected to your PMS. All-in-one solution for hotels, inns and campgrounds across Canada.","og_url":"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/","og_site_name":"Reservit Canada","article_publisher":"https:\/\/www.facebook.com\/moteur.reservation.reservit\/","article_modified_time":"2025-11-24T18:04:47+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/","url":"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/","name":"Reservation Management | Interactive Calendar | Reservit Canada","isPartOf":{"@id":"https:\/\/www.reservit.ca\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/#primaryimage"},"image":{"@id":"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/#primaryimage"},"thumbnailUrl":"https:\/\/www.reservit.ca\/zeeptapo\/2024\/03\/Capture-PMS.svg","datePublished":"2024-03-28T15:33:45+00:00","dateModified":"2025-11-24T18:04:47+00:00","description":"Manage your bookings, groups and invoices directly from an interactive calendar connected to your PMS. All-in-one solution for hotels, inns and campgrounds across Canada.","breadcrumb":{"@id":"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.reservit.ca\/en\/operation-reservation-management\/"]}]},{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/#primaryimage","url":"https:\/\/www.reservit.ca\/zeeptapo\/2024\/03\/Capture-PMS.svg","contentUrl":"https:\/\/www.reservit.ca\/zeeptapo\/2024\/03\/Capture-PMS.svg","caption":"Capture PMS"},{"@type":"BreadcrumbList","@id":"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.reservit.ca\/en\/"},{"@type":"ListItem","position":2,"name":"Operations | Reservation management"}]},{"@type":"WebSite","@id":"https:\/\/www.reservit.ca\/en\/#website","url":"https:\/\/www.reservit.ca\/en\/","name":"Reservit Canada","description":"Logiciel de r\u00e9servation en ligne n\u00b01 au Canada","publisher":{"@id":"https:\/\/www.reservit.ca\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.reservit.ca\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CA"},{"@type":"Organization","@id":"https:\/\/www.reservit.ca\/en\/#organization","name":"Reservit Canada","url":"https:\/\/www.reservit.ca\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.reservit.ca\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.reservit.ca\/zeeptapo\/2024\/04\/cropped-logo_pour_linkedin.jpg","contentUrl":"https:\/\/www.reservit.ca\/zeeptapo\/2024\/04\/cropped-logo_pour_linkedin.jpg","width":512,"height":512,"caption":"Reservit Canada"},"image":{"@id":"https:\/\/www.reservit.ca\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/moteur.reservation.reservit\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/pages\/6818","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/comments?post=6818"}],"version-history":[{"count":0,"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/pages\/6818\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/media\/6835"}],"wp:attachment":[{"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/media?parent=6818"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}