<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>notifications Archives - MIDAS - Room Booking System | Blog</title>
	<atom:link href="https://mid.as/blog/tag/notifications/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>...Making your facilities work for you!</description>
	<lastBuildDate>Thu, 13 Feb 2025 18:44:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Improved Device Detection</title>
		<link>https://mid.as/blog/improved-device-detection/</link>
		
		<dc:creator><![CDATA[midas]]></dc:creator>
		<pubDate>Wed, 24 Apr 2024 12:46:00 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[v4.36]]></category>
		<guid isPermaLink="false">https://mid.as/blog/?p=5059</guid>

					<description><![CDATA[<p>Whenever your user account is logged into from a new or unfamiliar device, MIDAS can automatically alert you by email. This additional security feature helps keep your account secure by alerting you to suspicious logins. An unfamiliar login notification includes details of the browser, operating system, IP address, and &#8211; with our optional Geolocation addon [&#8230;]</p>
<p>The post <a href="https://mid.as/blog/improved-device-detection/">Improved Device Detection</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<figure class="wp-block-post-featured-image"><img fetchpriority="high" decoding="async" width="960" height="350" src="https://mid.as/blog/wp-content/uploads/2024/04/device-detection.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Device Detection" style="object-fit:cover;" srcset="https://mid.as/blog/wp-content/uploads/2024/04/device-detection.jpg 960w, https://mid.as/blog/wp-content/uploads/2024/04/device-detection-300x109.jpg 300w, https://mid.as/blog/wp-content/uploads/2024/04/device-detection-768x280.jpg 768w" sizes="(max-width: 960px) 100vw, 960px" /></figure>


<p>Whenever your user account is logged into from a new or unfamiliar device, MIDAS can automatically alert you by email. This additional security feature helps keep your account secure by alerting you to suspicious logins. An <a href="https://mid.as/blog/security-enhancements-in-v4-25/">unfamiliar login notification</a> includes details of the browser, operating system, IP address, and &#8211; with our <a href="https://mid.as/geolocation">optional Geolocation addon</a> &#8211; location, of the device that&#8217;s just logged into your account.</p>



<p>Until now, MIDAS has been unable to distinguish between more recent operating system versions. For example, between Windows 10 and Windows 11, or between MacOS Ventura and Sonoma.</p>



<p>This is because MIDAS has relied on the &#8220;User Agent&#8221; (UA) string that&#8217;s presented by the browser that&#8217;s logging in.</p>



<p>Here&#8217;s an example of a browser&#8217;s &#8220;User Agent&#8221; string presented to a web server:</p>



<pre class="wp-block-preformatted">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36</pre>



<p>There&#8217;s a lot of information there, but essentially, from this string MIDAS can derive that it&#8217;s a Windows (64 bit) device, and the browser is Google Chrome 123.</p>



<p>Here&#8217;s another example:</p>



<pre class="wp-block-preformatted">Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0</pre>



<p>From this, MIDAS can derive that it&#8217;s a macOS device, and the browser is Firefox 124.</p>



<p>But wait&#8230; can&#8217;t MIDAS also determine the exact version of the operating system from these UA strings?</p>



<h2 class="wp-block-heading">Mac OS X 10.15&#8230;. Catalina? &#8230;Big Sur? &#8230;Monterey? &#8230;Ventura?</h2>



<p>Doesn&#8217;t &#8220;Mac OS X 10.15&#8221; imply macOS Catalina? ..and doesn&#8217;t &#8220;Windows NT 10.0&#8221; imply Windows 10?</p>



<p>Well, that used to be the case, but not any more!</p>



<p>Modern browsers now &#8220;clamp&#8221; the versions of more recent macOS/Windows operating systems reported by the User Agent string. For macOS operating systems, the User Agent string will report a maximum of macOS X 10.15. For Windows operating systems, a maximum of Windows 10 will be reported. Browsers no longer natively report the specific version of the operating system they&#8217;re running on.</p>



<p>This means that a Chrome browser running on either Windows 10 or Windows 11 will report &#8220;Windows NT 10.0&#8221;. Similarly, macOS Catalina (10.15), Big Sur (11), Monterey (12), Ventura (13), and Sonoma (14), will all report &#8220;Mac OS X 10.15&#8221;.</p>



<h2 class="wp-block-heading">So Windows 10 and 11 are the same then?</h2>



<p>In an effort to improve user privacy, browsers have decided to no longer reveal the specific operating system version a user is using when visiting a website, in order to make it harder for websites to &#8220;fingerprint&#8221; users.</p>



<p>&#8220;Fingerprinting&#8221; is a technique that some websites employ to uniquely identify and potentially track visitors.</p>



<p>So because of these changes to the way browsers report User Agent strings, it&#8217;s been difficult for MIDAS to provide a unfamiliar login notification containing details of exact operating system version that&#8217;s been used to login to an account.</p>



<p>But advancements in technology mean that we&#8217;ve now been able to make improvements to device detection for MIDAS v4.36.</p>



<h2 class="wp-block-heading">Utilizing New &#8220;Client Hint&#8221; technology</h2>



<p><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Client_hints">Client hints</a>&nbsp;are a set of HTTP request headers that provide useful information about the client such as device type and network conditions. This then allow servers to optimize what is served for those conditions.</p>



<p>Unlike the traditional &#8220;User Agent String&#8221;, client hints provide a more efficient and privacy preserving way of getting the desired information.</p>



<p>A web server can proactively request the client hint headers they are interested in. The browser can then include the requested headers in subsequent requests.</p>



<p>If the web server upon which a MIDAS system is running proactively requests either the &#8220;sec-ch-ua-platform-version&#8221; or &#8220;ua-platform-version&#8221; client hint header, MIDAS can receive details of the user&#8217;s operating system version.</p>



<p>Unfamiliar login notifications (if enabled) can then provide much more accurate information as to the operating system of the new device which has logged into your account.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="760" height="442" src="https://mid.as/blog/wp-content/uploads/2024/04/improved-devide-detection.png" alt="Improved Device Detection in MIDAS v4.36" class="wp-image-5070" srcset="https://mid.as/blog/wp-content/uploads/2024/04/improved-devide-detection.png 760w, https://mid.as/blog/wp-content/uploads/2024/04/improved-devide-detection-300x174.png 300w" sizes="(max-width: 760px) 100vw, 760px" /><figcaption class="wp-element-caption">Improved Device Detection in MIDAS v4.36</figcaption></figure>
</div>


<h2 class="wp-block-heading">Web Server Configuration</h2>



<p>Because a web server has to proactively request these new client headers in order for browsers to respond to them, servers have to be configured accordingly.</p>



<p>All of our cloud-hosted nodes have been appropriately configured. Our client servers now proactively request the necessary Client Hint headers. This in turn means that all cloud hosted users can start to take advantage of these improvements to device detection and unfamiliar login notifications.</p>



<p>For self-hosted customers, a small configuration change to the web server when your MIDAS system is running from is required.</p>



<p>Details of the configuration change you&#8217;ll need to make can be found in our KB article, <a href="https://mid.as/kb/00253/configure-server-for-client-hints">How to configure your server for Client Hints</a>.</p>
<p>The post <a href="https://mid.as/blog/improved-device-detection/">Improved Device Detection</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Get Notified On Invoice Payments</title>
		<link>https://mid.as/blog/get-notified-on-invoice-payments/</link>
		
		<dc:creator><![CDATA[midas]]></dc:creator>
		<pubDate>Mon, 22 Apr 2024 12:21:43 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[invoice]]></category>
		<category><![CDATA[notification center]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[pay invoices online]]></category>
		<category><![CDATA[payment]]></category>
		<category><![CDATA[v4.36]]></category>
		<category><![CDATA[watches]]></category>
		<guid isPermaLink="false">https://mid.as/blog/?p=5047</guid>

					<description><![CDATA[<p>The powerful &#8220;Watch Notification&#8221; features of MIDAS allow users to configure automatic notifications whenever certain activity occurs within their MIDAS. Examples uses of Watch Notifications include: For MIDAS v4.36 we&#8217;ve added an additional Watch notification option. This provides the ability for a user to be notified whenever a payment is made against a MIDAS generated [&#8230;]</p>
<p>The post <a href="https://mid.as/blog/get-notified-on-invoice-payments/">Get Notified On Invoice Payments</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The powerful &#8220;<a href="https://mid.as/tutorials/how-to-setup-watch-notifications">Watch Notification</a>&#8221; features of MIDAS allow users to configure automatic notifications whenever certain activity occurs within their MIDAS.</p>



<p>Examples uses of Watch Notifications include:</p>



<ul class="wp-block-list">
<li>Staff members could be notified whenever they&#8217;re added to a booking</li>



<li>Catering staff could receive notifications whenever refreshments are added to bookings</li>



<li>A purchasing department could receive notifications when consumables are running low and need re-ordering</li>



<li>A user could be notified should an unavailable venue/time slot becomes available again</li>
</ul>



<p>For MIDAS v4.36 we&#8217;ve added an additional <a href="https://mid.as/help/watches">Watch notification</a> option. This provides the ability for a user to be notified whenever a payment is made against a MIDAS generated invoice. </p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="768" height="460" src="https://mid.as/blog/wp-content/uploads/2024/04/invoice-watch-notifications.png" alt="New Invoice Payment Watch Notification" class="wp-image-5048" srcset="https://mid.as/blog/wp-content/uploads/2024/04/invoice-watch-notifications.png 768w, https://mid.as/blog/wp-content/uploads/2024/04/invoice-watch-notifications-300x180.png 300w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption class="wp-element-caption">New Invoice Payment Watch Notification</figcaption></figure>
</div>


<p>Now, MIDAS can automatically update invoices in its system when payments are made against them, however this new notification option allows a user to be notified whenever such updates occur.</p>



<p>The &#8220;Invoice Payment&#8221; Watch notification option is available to users who have been granted invoicing permissions within their MIDAS system.</p>



<p>When enabled, a new Watch Notification is generated for the user whenever an invoice has been paid in full, or when a partial payment is received against an invoice.</p>
<p>The post <a href="https://mid.as/blog/get-notified-on-invoice-payments/">Get Notified On Invoice Payments</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Mark notifications as &#8220;Read&#8221;</title>
		<link>https://mid.as/blog/mark-notifications-as-read/</link>
					<comments>https://mid.as/blog/mark-notifications-as-read/#respond</comments>
		
		<dc:creator><![CDATA[midas]]></dc:creator>
		<pubDate>Mon, 22 Nov 2021 12:19:56 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[notification center]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[reminders]]></category>
		<category><![CDATA[v4.29]]></category>
		<category><![CDATA[watches]]></category>
		<guid isPermaLink="false">https://mid.as/blog/?p=3779</guid>

					<description><![CDATA[<p>In MIDAS v4.28 we introduced a new &#8220;Notification Center&#8220;. The Notification Center allows users to view messages from other users, booking and custom reminders, and Watch notifications. Notifications each have their own expiration time, after which they are automatically removed from a user&#8217;s Notification Center. Users could also manually remove a notification at any time. [&#8230;]</p>
<p>The post <a href="https://mid.as/blog/mark-notifications-as-read/">Mark notifications as &#8220;Read&#8221;</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://mid.as/blog/wp-content/uploads/2021/11/mark-notifications-as-read.png"><img loading="lazy" decoding="async" width="942" height="169" src="https://mid.as/blog/wp-content/uploads/2021/11/mark-notifications-as-read.png" alt="New option to mark notifications as having been &quot;read&quot;" class="wp-image-3780" srcset="https://mid.as/blog/wp-content/uploads/2021/11/mark-notifications-as-read.png 942w, https://mid.as/blog/wp-content/uploads/2021/11/mark-notifications-as-read-300x54.png 300w, https://mid.as/blog/wp-content/uploads/2021/11/mark-notifications-as-read-768x138.png 768w" sizes="auto, (max-width: 942px) 100vw, 942px" /></a><figcaption class="wp-element-caption">New option to mark notifications as having been &#8220;read&#8221; </figcaption></figure>
</div>


<p>In MIDAS v4.28 we introduced a new &#8220;<a href="https://mid.as/blog/new-notification-center/">Notification Center</a>&#8220;. The Notification Center allows users to view <a href="https://mid.as/tutorials/how-to-message-another-user">messages from other users</a>, <a href="https://mid.as/tutorials/how-to-set-a-booking-reminder">booking</a> and <a href="https://mid.as/tutorials/how-to-set-a-custom-reminder">custom reminders</a>, and <a href="https://mid.as/tutorials/how-to-setup-watch-notifications">Watch notifications</a>.</p>



<p>Notifications each have their own expiration time, after which they are automatically removed from a user&#8217;s Notification Center. Users could also manually remove a notification at any time.</p>



<p>For MIDAS v4.29 we&#8217;re also giving users the option to mark notifications as having been &#8220;read&#8221;.</p>



<p>Read notifications will still be present in the user&#8217;s Notification Center until they expire or are manually removed. However, unread notifications will be highlighted, whereas read notifications won&#8217;t be.</p>



<p>Also, if the user has opted to be shown their notifications each time they log in, this popup will now only show them their unread notifications.  So the new &#8220;mark as read&#8221; option will help keep clutter to a minimum. It will only show notifications the user hasn&#8217;t yet seen and acknowledged on the notification pop-up after login.</p>



<p>Users will of course still be able to see all their notifications &#8211; both read and unread &#8211; via the <a href="https://mid.as/help/notification-center">Notification Center</a> icon.</p>
<p>The post <a href="https://mid.as/blog/mark-notifications-as-read/">Mark notifications as &#8220;Read&#8221;</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mid.as/blog/mark-notifications-as-read/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Watch for Venue Availability</title>
		<link>https://mid.as/blog/watch-for-venue-availability/</link>
					<comments>https://mid.as/blog/watch-for-venue-availability/#respond</comments>
		
		<dc:creator><![CDATA[midas]]></dc:creator>
		<pubDate>Tue, 06 Jul 2021 00:08:18 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[booking availability]]></category>
		<category><![CDATA[notification center]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[v4.28]]></category>
		<category><![CDATA[watches]]></category>
		<guid isPermaLink="false">https://mid.as/blog/?p=3571</guid>

					<description><![CDATA[<p>In MIDAS v4.28, we&#8217;ve introduced a new &#8220;Notification Center&#8220;. In earlier versions of MIDAS, this functionality could be found within the &#8220;My Messages&#8221; screen. As part of the new &#8220;Notification Center&#8221;, we&#8217;ve added a brand new type of &#8220;Watch&#8221; notification. &#8220;Watch&#8221; notifications allow you to be automatically notified whenever certain activity occurs within your MIDAS [&#8230;]</p>
<p>The post <a href="https://mid.as/blog/watch-for-venue-availability/">Watch for Venue Availability</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In MIDAS v4.28, we&#8217;ve introduced a new &#8220;<a href="https://mid.as/blog/new-notification-center/">Notification Center</a>&#8220;. In earlier versions of MIDAS, this functionality could be found within the &#8220;My Messages&#8221; screen.</p>



<p>As part of the new &#8220;Notification Center&#8221;, we&#8217;ve added a brand new type of &#8220;<a href="https://mid.as/help/watches">Watch</a>&#8221; notification. &#8220;Watch&#8221; notifications allow you to be automatically notified whenever certain activity occurs within your MIDAS booking system.</p>



<p>For example, you may wish to be notified whenever a new booking is added to a particular venue, or when a particular type of booking is modified. You may also wish to be notified whenever certain &#8220;consumable&#8221; resources are running low.</p>



<p>From MIDAS v4.28 you can now create Watches for &#8220;Venue Availability&#8221;.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="1709" height="644" src="https://mid.as/blog/wp-content/uploads/2021/07/availability-watch.png" alt="Receive notifications when a space becomes free and available in MIDAS" class="wp-image-3572" srcset="https://mid.as/blog/wp-content/uploads/2021/07/availability-watch.png 1709w, https://mid.as/blog/wp-content/uploads/2021/07/availability-watch-300x113.png 300w, https://mid.as/blog/wp-content/uploads/2021/07/availability-watch-1024x386.png 1024w, https://mid.as/blog/wp-content/uploads/2021/07/availability-watch-768x289.png 768w, https://mid.as/blog/wp-content/uploads/2021/07/availability-watch-1536x579.png 1536w" sizes="auto, (max-width: 1709px) 100vw, 1709px" /><figcaption class="wp-element-caption">New Venue Availability Watch option in MIDAS v4.28</figcaption></figure>
</div>


<p>We know it can be frustrating when you go to book a room and find that it&#8217;s already been booked.</p>



<p>Well, wouldn&#8217;t it be great if MIDAS could automatically notify you should that timeslot become available again?</p>



<p>That&#8217;s exactly what Venue Availability watches allow you to do!</p>



<p>Simply select a currently occupied date, room, and time slot, add a new Watch, and MIDAS does the rest!</p>



<p>Should the unavailable time slot become available again (for instance, if the existing booking is moved or deleted), MIDAS will automatically notify you.</p>
<p>The post <a href="https://mid.as/blog/watch-for-venue-availability/">Watch for Venue Availability</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mid.as/blog/watch-for-venue-availability/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>New Notification Center</title>
		<link>https://mid.as/blog/new-notification-center/</link>
					<comments>https://mid.as/blog/new-notification-center/#respond</comments>
		
		<dc:creator><![CDATA[midas]]></dc:creator>
		<pubDate>Mon, 05 Jul 2021 10:06:44 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[notification center]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[reminders]]></category>
		<category><![CDATA[v4.28]]></category>
		<category><![CDATA[watches]]></category>
		<guid isPermaLink="false">https://mid.as/blog/?p=3562</guid>

					<description><![CDATA[<p>For MIDAS v4.28 we&#8217;ve overhauled the &#8220;My Messages&#8221; screen, and renamed it to the &#8220;Notification Center&#8221;. All the previous functionality of &#8220;My Messages&#8221; has been retained, but we&#8217;ve given the screen itself a bit of a &#8220;facelift&#8221; to de-clutter and simplify things. We&#8217;ve even introduced a new &#8220;Watch&#8221; option&#8230; but more on that later. For [&#8230;]</p>
<p>The post <a href="https://mid.as/blog/new-notification-center/">New Notification Center</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>For MIDAS v4.28 we&#8217;ve overhauled the &#8220;My Messages&#8221; screen, and renamed it to the &#8220;Notification Center&#8221;.</p>



<p>All the previous functionality of &#8220;My Messages&#8221; has been retained, but we&#8217;ve given the screen itself a bit of a &#8220;facelift&#8221; to de-clutter and simplify things.</p>



<p>We&#8217;ve even introduced a new &#8220;Watch&#8221; option&#8230; but more on that later.</p>



<p>For users with the &#8220;Can use Notification Center&#8221; <a href="https://mid.as/help/manage-users-and-permissions">permission</a>, their Notification Center may be accessed via the new &#8220;bell&#8221; icon in the MIDAS toolbar.</p>



<p>Here&#8217;s how the new Notification Center itself looks:</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="1709" height="644" src="https://mid.as/blog/wp-content/uploads/2021/07/new-notification-center.png" alt="The new &quot;Notification Center&quot; (formally &quot;My Messages&quot;) in MIDAS" class="wp-image-3563" srcset="https://mid.as/blog/wp-content/uploads/2021/07/new-notification-center.png 1709w, https://mid.as/blog/wp-content/uploads/2021/07/new-notification-center-300x113.png 300w, https://mid.as/blog/wp-content/uploads/2021/07/new-notification-center-1024x386.png 1024w, https://mid.as/blog/wp-content/uploads/2021/07/new-notification-center-768x289.png 768w, https://mid.as/blog/wp-content/uploads/2021/07/new-notification-center-1536x579.png 1536w" sizes="auto, (max-width: 1709px) 100vw, 1709px" /><figcaption>The new &#8220;Notification Center&#8221; (formally &#8220;My Messages&#8221;) in MIDAS</figcaption></figure></div>



<p>The Notification Center comprises three components:</p>



<ul class="wp-block-list"><li><strong>Messages</strong></li><li><strong>Reminders</strong></li><li><strong>Watches</strong></li></ul>



<p>The numbers in the upper right corner of these component&#8217;s icons denoted the number of notifications currently in each section. Clicking the corresponding icon toggles the display of notifications for that particular section.</p>



<p>In the lower right corner of each icon, there&#8217;s a smaller icon that allows you to add/configure each section.</p>



<h2 class="wp-block-heading">Messages</h2>



<p>The &#8220;Messages&#8221; section displays internal messages you&#8217;ve received from other users in your MIDAS system. The &#8220;+&#8221; icon allows you to leave a message for another user:</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="1709" height="644" src="https://mid.as/blog/wp-content/uploads/2021/07/add-message.png" alt="Leave a message for another MIDAS user" class="wp-image-3564" srcset="https://mid.as/blog/wp-content/uploads/2021/07/add-message.png 1709w, https://mid.as/blog/wp-content/uploads/2021/07/add-message-300x113.png 300w, https://mid.as/blog/wp-content/uploads/2021/07/add-message-1024x386.png 1024w, https://mid.as/blog/wp-content/uploads/2021/07/add-message-768x289.png 768w, https://mid.as/blog/wp-content/uploads/2021/07/add-message-1536x579.png 1536w" sizes="auto, (max-width: 1709px) 100vw, 1709px" /><figcaption>Leave a message for another user</figcaption></figure></div>



<p>For more information on messaging another user, please see the <a href="https://mid.as/help/message-another-user">Help Documentation</a>.</p>



<h2 class="wp-block-heading">Reminders</h2>



<p>The &#8220;Reminders&#8221; section displays both booking and custom reminders you&#8217;ve set. To set a new booking reminder, simply select a booking in the <a href="https://mid.as/help/the-main-window/the-booking-grid">Booking Grid</a>, and then &#8220;Add Reminder&#8221;. To set a custom reminder, click the &#8220;+&#8221; icon near the bottom right of the &#8220;Reminders&#8221; icon in your Notification Center:</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="1709" height="644" src="https://mid.as/blog/wp-content/uploads/2021/07/add-custom-reminder.png" alt="Set yourself custom reminders in MIDAS" class="wp-image-3565" srcset="https://mid.as/blog/wp-content/uploads/2021/07/add-custom-reminder.png 1709w, https://mid.as/blog/wp-content/uploads/2021/07/add-custom-reminder-300x113.png 300w, https://mid.as/blog/wp-content/uploads/2021/07/add-custom-reminder-1024x386.png 1024w, https://mid.as/blog/wp-content/uploads/2021/07/add-custom-reminder-768x289.png 768w, https://mid.as/blog/wp-content/uploads/2021/07/add-custom-reminder-1536x579.png 1536w" sizes="auto, (max-width: 1709px) 100vw, 1709px" /><figcaption>Set yourself a custom reminder</figcaption></figure></div>



<p>For more information on Reminders, please see the <a href="https://mid.as/help/setting-reminders">Help Documentation</a>.</p>



<h2 class="wp-block-heading">Watches</h2>



<p>The &#8220;Watches&#8221; section displays watch notifications. These are generated when certain activity that you specify occurs within your MIDAS system. The &#8220;cog&#8221; icon adjacent to the &#8220;Watches&#8221; icon is used to configure your Watch notifications.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="1709" height="644" src="https://mid.as/blog/wp-content/uploads/2021/07/booking-watch.png" alt="Configure Watch notifications in a MIDAS booking system" class="wp-image-3566" srcset="https://mid.as/blog/wp-content/uploads/2021/07/booking-watch.png 1709w, https://mid.as/blog/wp-content/uploads/2021/07/booking-watch-300x113.png 300w, https://mid.as/blog/wp-content/uploads/2021/07/booking-watch-1024x386.png 1024w, https://mid.as/blog/wp-content/uploads/2021/07/booking-watch-768x289.png 768w, https://mid.as/blog/wp-content/uploads/2021/07/booking-watch-1536x579.png 1536w" sizes="auto, (max-width: 1709px) 100vw, 1709px" /><figcaption>Configure &#8220;Watch&#8221; notifications</figcaption></figure></div>



<p>There are three types of Watch notification available:</p>



<ul class="wp-block-list"><li>Bookings</li><li>Consumables</li><li>Venue Availability</li></ul>



<p>&#8220;<strong>Bookings</strong>&#8221; allows you to monitor and be alerted to new activity in certain venues, and/or for certain booking types, and/or for certain resources.</p>



<p>&#8220;<strong>Consumables</strong>&#8221; allows you to monitor levels of your consumable resources.</p>



<p>&#8220;<strong>Venue Availability</strong>&#8221; allows you to be alerted if and when a currently unavailable time slot for a given venue becomes available again. This is a brand new feature introduced for v4.28, which you can read more about in <a href="https://mid.as/blog/watch-for-venue-availability/">this post</a>.</p>



<p>For more information on Watch notifications, please see the <a href="https://mid.as/help/watches">Help Documentation</a>.</p>



<h2 class="wp-block-heading">Notification Center Settings</h2>



<p>You can adjust your Notification Center settings from within the Notification Center via the &#8220;cog&#8221; icon in the upper right corner.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="1709" height="644" src="https://mid.as/blog/wp-content/uploads/2021/07/notification-center-settings.png" alt="MIDAS software notification center" class="wp-image-3569" srcset="https://mid.as/blog/wp-content/uploads/2021/07/notification-center-settings.png 1709w, https://mid.as/blog/wp-content/uploads/2021/07/notification-center-settings-300x113.png 300w, https://mid.as/blog/wp-content/uploads/2021/07/notification-center-settings-1024x386.png 1024w, https://mid.as/blog/wp-content/uploads/2021/07/notification-center-settings-768x289.png 768w, https://mid.as/blog/wp-content/uploads/2021/07/notification-center-settings-1536x579.png 1536w" sizes="auto, (max-width: 1709px) 100vw, 1709px" /><figcaption>Notification Center Settings</figcaption></figure></div>



<p>These settings allow you to control how and when you receive notifications from your Notification Center.</p>
<p>The post <a href="https://mid.as/blog/new-notification-center/">New Notification Center</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mid.as/blog/new-notification-center/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Client Notification Improvements</title>
		<link>https://mid.as/blog/client-notification-improvements/</link>
					<comments>https://mid.as/blog/client-notification-improvements/#respond</comments>
		
		<dc:creator><![CDATA[midas]]></dc:creator>
		<pubDate>Sat, 06 Jun 2020 11:00:16 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[clients]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[v4.25]]></category>
		<guid isPermaLink="false">https://mid.as/blog/?p=2998</guid>

					<description><![CDATA[<p>We believe in giving your clients control over the automated email notifications and reminders they may receive from your MIDAS system. To that end, we&#8217;re making some improvements in this area for v4.25. Improved Client Email Notification Settings Previously, each client in MIDAS could be set to receive the following email notifications: None &#8211; Client [&#8230;]</p>
<p>The post <a href="https://mid.as/blog/client-notification-improvements/">Client Notification Improvements</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>We believe in giving your clients control over the automated email notifications and reminders they may receive from your MIDAS system. To that end, we&#8217;re making some improvements in this area for v4.25.</p>



<h2 class="wp-block-heading">Improved Client Email Notification Settings</h2>



<p>Previously, each client in MIDAS could be set to receive the following email notifications:</p>



<ul class="wp-block-list"><li><strong>None</strong> &#8211; Client isn&#8217;t sent any automated reminders.</li><li><strong>Bookings</strong> &#8211; Client is sent automated reminders about their upcoming bookings.</li><li><strong>Invoices</strong> &#8211; Client is sent automated reminders about their upcoming invoices.</li><li><strong>Bookings + Invoices</strong> &#8211; Client is sent automated reminders about their upcoming bookings and upcoming invoices.</li></ul>



<p>Automated client email notification from your MIDAS system included an unsubscribe link. This allowed clients to opt out of receiving further automated notifications from your MIDAS system. Effectively, the client&#8217;s &#8220;E-Mail Reminders&#8221; setting reverts back to &#8220;None&#8221;.</p>



<p>For v4.25, we&#8217;re extending the automated client notification email options. These now include:</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="350" height="168" src="https://mid.as/blog/wp-content/uploads/2020/05/client-email-reminder-notifications.png" alt="Improved Client Email Reminder/Notification Options in v4.25" class="wp-image-3020" srcset="https://mid.as/blog/wp-content/uploads/2020/05/client-email-reminder-notifications.png 350w, https://mid.as/blog/wp-content/uploads/2020/05/client-email-reminder-notifications-300x144.png 300w" sizes="auto, (max-width: 350px) 100vw, 350px" /><figcaption>Improved Client Email Reminder/Notification Options in v4.25</figcaption></figure></div>



<ul class="wp-block-list"><li><strong>Bookings (Upcoming)</strong> &#8211; Client is sent automated reminders about their upcoming bookings.</li><li><strong>Bookings (Recently Ended)</strong> &#8211; Client is sent automated follow-up emails after their bookings.</li><li><strong>Invoices (Upcoming)</strong> &#8211; Client is sent automated reminders about their upcoming invoices.</li><li><strong>Invoices (Overdue)</strong> &#8211; Client is sent automated reminders about their overdue invoices.</li></ul>



<p>Clients can also unsubscribe from each notification type, rather than blanket unsubscribing from all notifications.</p>



<h2 class="wp-block-heading">Easier For Clients To Unsubscribe From Notifications</h2>



<p>MIDAS v4.25 now includes a &#8220;List-Unsubscribe&#8221; header in automated email notifications to your clients. This can make it even easier for them to opt-out of receiving further automated notifications from your MIDAS system.</p>



<p>Email software which support the &#8220;List-Unsubscribe&#8221; header may show a bar/banner at the top of emails, which users can click to opt-out of similar emails.</p>



<hr class="wp-block-separator"/>



<p>These are just a few of the new and improved features for MIDAS v4.25. Please see <a href="https://mid.as/blog/coming-soon-in-midas-v4-25/">this post</a> for details of other new features you&#8217;ll find in v4.25.</p>



<p><a href="https://www.reddit.com/r/mid_as/comments/gupnjf/coming_soon_in_midas_v425/"><img loading="lazy" decoding="async" width="32" height="32" class="wp-image-3037" style="width: 32px;vertical-align:middle;margin-right:10px" src="https://mid.as/blog/wp-content/uploads/2020/06/reddit_32.png" alt="Reddit"> You can also ask questions and discuss the new features of v4.25 over on Reddit.</a></p>
<p>The post <a href="https://mid.as/blog/client-notification-improvements/">Client Notification Improvements</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mid.as/blog/client-notification-improvements/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Reduce Email Notifications Whilst Logged-In</title>
		<link>https://mid.as/blog/reduce-email-notifications-whilst-logged-in/</link>
					<comments>https://mid.as/blog/reduce-email-notifications-whilst-logged-in/#respond</comments>
		
		<dc:creator><![CDATA[midas]]></dc:creator>
		<pubDate>Thu, 16 Jun 2016 08:37:47 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[v4.13]]></category>
		<guid isPermaLink="false">https://mid.as/blog/?p=1896</guid>

					<description><![CDATA[<p>Development is nearing completion on the next update to our room booking and resource scheduling software, MIDAS. So we&#8217;re shedding a little light here on our blog on some of the new and improved features coming to v4.13&#8230; When a new booking request or message is received, or a new &#8220;watch notification&#8221; triggered, MIDAS alerts [&#8230;]</p>
<p>The post <a href="https://mid.as/blog/reduce-email-notifications-whilst-logged-in/">Reduce Email Notifications Whilst Logged-In</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Development is nearing completion on the next update to our room booking and resource scheduling software, <a href="//mid.as">MIDAS</a>. So we&#8217;re shedding a little light here on our blog on some of the new and improved features coming to v4.13&#8230;</p>



<p>When a new booking request or message is received, or a new &#8220;watch notification&#8221; triggered, MIDAS alerts the user. In the user is logged in, the relevant toolbar icon changes to denote the number of new booking requests or messages requiring their attention. Users can also optionally choose to see a list of these requests/messages each time they login in.</p>



<p>Furthermore, a user can optionally choose to be sent email notifications upon each new booking request, message, or watch notification.</p>



<p>With the upcoming new addition of <a href="https://mid.as/blog/desktop-notifications/">Desktop Notifications</a> in v4.13, which enables more prominent on-screen alerts to logged in users, we&#8217;ve added a useful new option to v4.13.</p>



<figure class="wp-block-table"><table><tbody><tr><td class="has-text-align-center" data-align="center"><img decoding="async" style="width: 100%;" src="//mid.as/blog/wp-content/uploads/2016/06/email-notify-not-logged-in1.png" alt="Suppress New Booking Request Email Notifications"></td><td class="has-text-align-center" data-align="center"><img decoding="async" style="width: 100%;" src="//mid.as/blog/wp-content/uploads/2016/06/email-notify-not-logged-in2.png" alt="Suppress New Message/Watch Notification Emails"></td></tr><tr><td class="has-text-align-center" data-align="center">Suppress new Booking Request email notifications whilst logged in</td><td class="has-text-align-center" data-align="center">Suppress new Message/Watch notification emails whilst logged in</td></tr></tbody></table></figure>



<p>The new settings will allow a user to suppress receiving such notifications in their email inbox whilst they are currently logged in to MIDAS. Email notifications will then only be sent during those times they&#8217;re away from their device, and logged out.</p>



<p>We believe these new per-user setting will help to reduce the number of redundant email notifications from your MIDAS system. But of course this setting can easily be toggled on/off by users at any time. If you do still want to receive an email notification on every new request/message &#8211; even when you&#8217;re logged in &#8211; you&#8217;ll still be able to do so!</p>
<p>The post <a href="https://mid.as/blog/reduce-email-notifications-whilst-logged-in/">Reduce Email Notifications Whilst Logged-In</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mid.as/blog/reduce-email-notifications-whilst-logged-in/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>New Desktop Notifications</title>
		<link>https://mid.as/blog/desktop-notifications/</link>
					<comments>https://mid.as/blog/desktop-notifications/#respond</comments>
		
		<dc:creator><![CDATA[midas]]></dc:creator>
		<pubDate>Tue, 14 Jun 2016 10:22:51 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[v4.13]]></category>
		<guid isPermaLink="false">https://mid.as/blog/?p=1890</guid>

					<description><![CDATA[<p>Development is nearing completion on the next exciting update to our room booking and resource scheduling software, MIDAS, and over the next few weeks, we&#8217;ll be sharing a &#8220;first look&#8221; at some of the new and improved features coming in v4.13. One of the new features in MIDAS v4.13 is &#8220;Desktop Notifications&#8221; on web browsers [&#8230;]</p>
<p>The post <a href="https://mid.as/blog/desktop-notifications/">New Desktop Notifications</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" src="//mid.as/blog/wp-content/uploads/2016/06/desktop-notifications.png" style="width:324px;height:156px;float:right;margin-left:20px" alt="MIDAS Desktop Notifications">Development is nearing completion on the next exciting update to our room booking and resource scheduling software, <a href="//mid.as">MIDAS</a>, and over the next few weeks, we&#8217;ll be sharing a &#8220;first look&#8221; at some of the new and improved features coming in v4.13.</p>
<p>One of the new features in MIDAS v4.13 is &#8220;Desktop Notifications&#8221; on web browsers which support such notifications (At time of writing, this includes current versions of Firefox, Chrome, Safari, Opera, with Edge support coming soon!).</p>
<p>Desktop Notifications are small pop-up messages (sometimes called &#8220;toasts&#8221; due to the way they animate &#8211; like toast popping up out of a toaster!) generated by an application. You&#8217;ve probably seen similar notifications before &#8211; for example in your email client or messenger apps when a new message arrives.</p>
<p>In MIDAS, Desktop Notifications will alert you to new booking requests requiring your approval, as well as new messages from other users, reminders, and watch notifications. Notifications will usually display in the lower left corner of your screen, even if your web browser window is minimized or hiding behind another application &#8211; so you&#8217;ll never miss another notification!</p>
<p>The notifications will also automatically close after a few seconds, or can be closed manually.</p>
<div style="clear:both"></div>
<p><img decoding="async" src="//mid.as/blog/wp-content/uploads/2016/06/allow-desktop-notifications.png" style="width:357px;height:134px;float:right;margin-left:20px;float:right;margin-left:20px" alt="Enable MIDAS Desktop Notifications">In order to take advantage of Desktop Notifications in MIDAS v4.13, the first time a notification is to be shown, your web browser will prompt you to allow desktop notifications for your MIDAS system. Simply click &#8220;Allow&#8221; to grant permission to MIDAS to show you notifications (you&#8217;ll only need to grant this permission once):</p>
<p>If you decide at a later stage that you wish to turn off your MIDAS Desktop Notifications, you&#8217;ll be able to disable them in your browser&#8217;s settings.</p>
<div style="clear:both"></div>
<table>
<tr>
<td>MIDAS v4.13 is expected to be made available to <a href="//mid.as/betatesters">Beta Testers</a> in the next few weeks, with a general release shortly after. We&#8217;re always looking for additional testers to help test and provide feedback/bug reports on pre-release versions of our software, like v4.13. Becoming a tester is free and no experience is required, and what&#8217;s more we&#8217;ll reward you for your participation! Find out more about becoming a MIDAS Beta Tester <a href="//mid.as/betatesters">here</a>.<br />
<br />If you would like to be notified when v4.13 is fully released, then why not join our <a href="//mid.as/contact">Mailing List</a>?
</td>
</tr>
</table>
<p>The post <a href="https://mid.as/blog/desktop-notifications/">New Desktop Notifications</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mid.as/blog/desktop-notifications/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Booking Cancellation Notifications</title>
		<link>https://mid.as/blog/booking-cancellation-notifications/</link>
					<comments>https://mid.as/blog/booking-cancellation-notifications/#respond</comments>
		
		<dc:creator><![CDATA[midas]]></dc:creator>
		<pubDate>Mon, 07 Dec 2015 12:02:17 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[v4.11]]></category>
		<guid isPermaLink="false">https://mid.as/blog/?p=1726</guid>

					<description><![CDATA[<p>The next update to our web based room booking and resource scheduling software is just around the corner, and so over the coming days on our blog we&#8217;re going to give you a first look at some of the new features and improvements you can look forward to in MIDAS v4.11.. The first new feature [&#8230;]</p>
<p>The post <a href="https://mid.as/blog/booking-cancellation-notifications/">Booking Cancellation Notifications</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The next update to our web based room booking and resource scheduling software is just around the corner, and so over the coming days on our blog we&#8217;re going to give you a first look at some of the new features and improvements you can look forward to in MIDAS v4.11..</p>



<p>The first new feature of v4.11 we&#8217;d like to unveil is the ability to send a &#8220;Booking Cancellation&#8221; to a client when their booking(s) are deleted from the system.</p>



<p>When bookings are deleted, users will now be presented with the option to send a booking cancellation notification, along with a brief reason why the booking has been &#8220;deleted&#8221; (canceled):</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="//mid.as/blog/wp-content/uploads/2015/12/411CancelNotify.png" alt="Send Booking Cancellation Notifications"/><figcaption class="wp-element-caption">Easily send the client a notification explaining why their booking is being cancelled</figcaption></figure>
</div>


<p>This functionality is available when individual bookings are deleted, or when multiple bookings are deleted via the &#8220;Delete Similar Bookings&#8221; function.</p>



<p>Like other email notifications that MIDAS is capable of generating, you also be able to customize the content of the &#8220;Booking Cancellation&#8221; email template too.</p>
<p>The post <a href="https://mid.as/blog/booking-cancellation-notifications/">Booking Cancellation Notifications</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mid.as/blog/booking-cancellation-notifications/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MIDAS v3.14 is here!</title>
		<link>https://mid.as/blog/midas-v3-14-is-here/</link>
					<comments>https://mid.as/blog/midas-v3-14-is-here/#respond</comments>
		
		<dc:creator><![CDATA[midas]]></dc:creator>
		<pubDate>Thu, 27 Oct 2011 17:58:21 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[consumables]]></category>
		<category><![CDATA[invoice]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[v3.14]]></category>
		<guid isPermaLink="false">http://mid.as/blog/?p=162</guid>

					<description><![CDATA[<p>We are pleased to announce the release of MIDAS v3.14! This update contains a number of exciting new features and enhancements to our popular web-based scheduling software, including: You can read more about these exciting new features in our previous blog entry, and we&#8217;ve also produced a 10 minute video tutorial guiding you through exactly [&#8230;]</p>
<p>The post <a href="https://mid.as/blog/midas-v3-14-is-here/">MIDAS v3.14 is here!</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>We are pleased to announce the release of MIDAS v3.14! This update contains a number of exciting new features and enhancements to our popular web-based scheduling software, including:</p>



<ul class="wp-block-list">
<li>Receive notifications when consumables are low!</li>



<li>Receive notifications when specific resources are added to bookings!</li>



<li>Graphical Invoice Statistics on your clients, organizations and booking types!</li>



<li>Statistics can now be printed!</li>



<li>&#8220;Apply Discounts Silently&#8221; option to apply discounts, but &#8220;hide&#8221; reference to them on invoices</li>



<li>Ability to be notified if another user modifies/deletes bookings you created</li>



<li>Setting to have &#8220;Watches&#8221; and internal messages from other users automatically forwarded to your email address</li>



<li>Setting to suppress the &#8220;My Messages&#8221; popup upon login</li>



<li>Change what information is displayed on dates in the Monthly Overview</li>
</ul>



<p>You can read more about these exciting new features in our <a href="https://mid.as/blog/coming-soon-in-v3-14/">previous blog entry</a>, and we&#8217;ve also produced a 10 minute video tutorial guiding you through exactly what&#8217;s new in MIDAS v3.14&#8230;</p>



<figure class="wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="videowrapper embed-youtube-nocookie aspect_ratio_563"><iframe loading="lazy" title="MID.AS - New Features in v3.14" width="640" height="360" src="https://www.youtube-nocookie.com/embed/TWOXKqmx1NA?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></span> 
</div><figcaption class="wp-element-caption">New Features in v3.14</figcaption></figure>



<p>If you&#8217;re an existing MIDAS user with a current <a href="//mid.as/kb/00022/whats-included-in-midas-subscription">Annual Support Subscription</a>, you can upgrade to v3.14 right now! Simply login to your MIDAS, click the &#8220;MIDAS Admin Options&#8221; icon and select &#8220;Manage MIDAS -&gt; Update&#8221;. If your Annual Support Subscription has recently expired, don&#8217;t worry &#8211; you can quickly <a href="https://mid.as/renew">renew your subscription</a>. &#8230;and if we host MIDAS for you, then you&#8217;ve already been updated to v3.14!</p>



<p>If you&#8217;re new to MIDAS, why not read more about the <a href="//mid.as/features">features</a> of MIDAS and check out the <a href="//mid.as/online-demo">online demo</a>.</p>



<p>To get MIDAS working for YOUR company/organization, <a href="https://mid.as/pricing">grab yourself a copy of MIDAS v3.14 now!</a></p>
<p>The post <a href="https://mid.as/blog/midas-v3-14-is-here/">MIDAS v3.14 is here!</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mid.as/blog/midas-v3-14-is-here/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching 21/42 queries in 0.012 seconds using Disk

Served from: mid.as @ 2026-03-26 20:30:41 by W3 Total Cache
-->