powers properties around the world
With miniCal, you can manage multiple properties or run your own PMS company without having to hire a developer.
Customize and translate all your content to any language.
There are currently 33 extensions and counting! Popular extensions such as payment gateway & channel manager integrations are already available.
Simple interface that provides quick overview of your property.
For each properties, users can be assigned into different roles that have different permissions.
Creation and automatic delivery of the invoices to your clients by mail.
Deploy a bespoke solution for your business by using a pre-made JSON template, or by customizing your own
{
"name": "Hotel",
"version": "1.0.0",
"dependencies": {
"todays_panel" : "1.0.0",
"online_booking_engine" : "1.0.0",
"advance_deposit_report" : "1.0.0",
"invoice_email" : "1.0.0",
"automated_night_audit" : "1.0.0"
},
"settings": {
"unit_name":{
"singular": "room",
"plural" : "rooms"
},
"unit_type_name" : {
"singular":"room type",
"plural": "room types"
},
"send_invoice_email_automatically" : true,
"display_tooltip" : true,
"is_total_balance_include_forecast" : true
}
}
Deploy a bespoke solution for your business by using a pre-made JSON template, or by customizing your own
{
"name": "Yoga Studio",
"version": "1.0.0",
"dependencies": {
"online_booking_engine" : "1.0.0",
"todays_panel" : "1.0.0"
},
"settings": {
"unit_name":{
"singular": "studio",
"plural" : "studios"
},
"unit_type_name" : {
"singular":"studio type",
"plural": "studio types"
},
"display_tooltip" : true,
"hourly_booking_enabled" : true,
"allow_free_bookings" : true,
"force_room_selection" : true
}
}
Deploy a bespoke solution for your business by using a pre-made JSON template, or by customizing your own
{
"name": "Vacation Rental",
"version": "1.0.0",
"dependencies": {
"online_booking_engine" : "1.0.0",
"todays_panel" : "1.0.0",
"invoice_email" : "1.0.0"
},
"settings": {
"unit_name":{
"singular": "room",
"plural" : "rooms"
},
"unit_type_name" : {
"singular":"room type",
"plural": "room types"
},
"display_tooltip" : true,
"hourly_booking_enabled" : true,
"allow_free_bookings" : true,
"force_room_selection" : true
}
}
Deploy a bespoke solution for your business by using a pre-made JSON template, or by customizing your own
{
"name": "Apartment",
"version": "1.0.0",
"dependencies": {
"todays_panel" : "1.0.0",
"advance_deposit_report" : "1.0.0",
"invoice_email" : "1.0.0"
},
"settings": {
"unit_name":{
"singular": "unit",
"plural" : "units"
},
"unit_type_name" : {
"singular":"unit type",
"plural": "unit types"
},
"send_invoice_email_automatically" : true,
"display_tooltip" : true,
"is_total_balance_include_forecast" : true
}
}
Deploy a bespoke solution for your business by using a pre-made JSON template, or by customizing your own
{
"name": "Car Rental",
"version": "1.0.0",
"description": "",
"dependencies": {
"online_booking_engine" : "1.0.0",
},
"settings": {
"unit_name":{
"singular": "vehicle",
"plural" : "vehicles"
},
"unit_type_name" : {
"singular":"vehicle type",
"plural": "vehicle types"
}
},
"allow_free_bookings" : false,
"force_room_selection" : true,
"is_total_balance_include_forecast" : true,
"hourly_booking_enabled" : true
}
}
Deploy a bespoke solution for your business by using a pre-made JSON template, or by customizing your own
{
"name": "Office Space",
"version": "1.0.0",
"dependencies": {
"online_booking_engine" : "1.0.0",
"advance_deposit_report" : "1.0.0",
"automated_night_audit" : "1.0.0"
},
"settings": {
"unit_name":{
"singular": "room",
"plural" : "rooms"
},
"unit_type_name" : {
"singular":"room type",
"plural": "room types"
},
"hourly_booking_enabled" : true,
"display_tooltip" : true
}
}