<?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>v4.12 Archives - MIDAS - Room Booking System | Blog</title>
	<atom:link href="https://mid.as/blog/tag/v4-12/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>...Making your facilities work for you!</description>
	<lastBuildDate>Sun, 28 Jan 2024 00:11:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Recent &#8220;Security Enhancements&#8221; in MIDAS</title>
		<link>https://mid.as/blog/recent-security-enhancements-in-midas/</link>
					<comments>https://mid.as/blog/recent-security-enhancements-in-midas/#respond</comments>
		
		<dc:creator><![CDATA[midas]]></dc:creator>
		<pubDate>Tue, 19 Apr 2016 19:46:30 +0000</pubDate>
				<category><![CDATA[Tech Insight]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[v4.12]]></category>
		<guid isPermaLink="false">https://mid.as/blog/?p=1872</guid>

					<description><![CDATA[<p>As part of our ongoing commitment to security, you may notice that &#8220;Security Enhancements&#8221; often appears in the changelog when we release new builds. In this blog post we&#8217;ll shed some light on some of the &#8220;security enhancements&#8221; that were recently introduced in MIDAS v4.11 and v4.12. IP Change Detection Starting with MIDAS v4.12, If [&#8230;]</p>
<p>The post <a href="https://mid.as/blog/recent-security-enhancements-in-midas/">Recent &#8220;Security Enhancements&#8221; in MIDAS</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>As part of our ongoing commitment to security, you may notice that &#8220;Security Enhancements&#8221; often appears in the <a href="//mid.as/changelog">changelog</a> when we release new builds.</p>



<p>In this blog post we&#8217;ll shed some light on some of the &#8220;security enhancements&#8221; that were recently introduced in MIDAS v4.11 and v4.12.</p>



<h2 class="wp-block-heading">IP Change Detection</h2>



<p>Starting with MIDAS v4.12, If a logged in user&#8217;s IP address changes whilst they are logged in, then the system will automatically log the user account out, forcing the user to log in again.</p>



<p>It&#8217;s rare that a user&#8217;s IP address would legitimately change mid-session, so this additional security enhancement will not be noticed by the majority of our users.</p>



<p>What it does do however is strengthen user sessions against a &#8220;<a href="https://en.wikipedia.org/wiki/Session_hijacking">session hijack</a>&#8220;. In general terms, a &#8220;session hijack&#8221; is when a malicious attacker takes over a user account by gaining access to the unique identifying token (or cookie) of an active user session.</p>



<p>With the new IP Change Detection implemented in MIDAS v4.12, should a user fall victim to a session hijack, the session would be immediately invalidated as the originating IP address would suddenly change from the valid user&#8217;s IP address, to the IP address of the attacker.</p>



<p><b>→ Tip: User&#8217;s IP addresses are also logged in each MIDAS system&#8217;s <a href="//mid.as/help/activity-tracker">Recent Activity Log</a></b></p>



<h2 class="wp-block-heading">Shorter Cookie Persistence</h2>



<p>We&#8217;ve all come across website with &#8220;Remember Me&#8221; or &#8220;Keep Me Logged In&#8221; tick boxes on login screens. These mean that you don&#8217;t have to remember your username &amp; password for the site each time you come to log in. When you select this box, information is stored in a browser &#8220;cookie&#8221; and retrieved the next time you visit.</p>



<p>MIDAS has included a &#8220;Remember Me&#8221; tickbox on the login screen since v4.07 (September 2014). Previously, the cookie saved by your browser would persist until 1st January 2020 &#8211; some 4 years in the future!</p>



<p>This meant that if you were to log in to MIDAS today, you could come back to the same browser in a few years time, and still log in without needing to remember your credentials.</p>



<p>We felt this was a little too long for your browser to be retaining such data. Therefore, from MIDAS v4.12 the &#8220;Remember Me&#8221; option will only remember your details for a period of 90 days. If you don&#8217;t log in again within this period, you&#8217;ll have to manually enter your email address/password again the next time you do.</p>



<p>Why is this better? Well, it ensures that &#8220;dormant&#8221; user accounts (those not logged into for over 90 days) don&#8217;t have lingering login details persisting in client-side cookies.</p>



<p><b>→ </b><strong>Tip: MIDAS Administrators can choose to disable the &#8220;Remember Me&#8221; option completely. This may be done via MIDAS Admin Options → Manage MIDAS → Security</strong></p>



<h2 class="wp-block-heading">Improved Session Control</h2>



<p>In MIDAS v4.11, we introduced a new security setting to automatically log out any users that have remained logged-in for more than a set number of hours. This setting may be found under MIDAS Admin Options → Manage MIDAS → Security → Session Control.</p>



<p>This is different to existing &#8220;inactivity&#8221; logout setting, which causes users to be logged off after a period of no activity. The additional &#8220;Always force logout after&#8230;&#8221; setting automatically logs users off after a set period of time, regardless if they are &#8220;active&#8221; or not.</p>



<p>Why is this useful? Well, browser extensions/addons exist which automatically &#8220;reload&#8221; a webpage at a recurring interval. This could potentially allow a user account to remain logged-in indefinitely, even if the &#8220;Inactivity forces logout after&#8230;&#8221; setting was set.</p>



<p>For example, if &#8220;Inactivity forces logout after&#8230;&#8221; setting in MIDAS was set to &#8220;1 hour&#8221;, then usually 1 hour after a user&#8217;s last interaction with MIDAS, they will be automatically logged off. However, if an addon/extension were setup to &#8220;reload&#8221; part of MIDAS every 30 minutes, this would look like &#8220;user activity&#8221; to MIDAS, and so the account would never be automatically logged out.</p>



<p>To combat this, the new additional &#8220;Always force logout after&#8230;&#8221; setting was introduced for v4.11. If your business usually runs 9am-5pm, you could set this setting to 8 hours. This will mean that no user account can remained logged in for more than 8 hours in total. So if a user was to log in at 9am and use a browser addon/extension to effectively remain logged in all day, they will still be automatically logged out of MIDAS at 5pm.</p>



<h2 class="wp-block-heading">New Session Manager</h2>



<p>MIDAS can be configured to allow concurrent logins to user accounts from multiple browsers/devices. When enabled, this allows a user to be concurrently logged into MIDAS from their laptop, phone, and tablet.</p>



<p>MIDAS v4.11 introduced a new &#8220;<a href="//mid.as/help/managing-your-sessions">Session Manager</a>&#8220;. This allows users to see other devices they&#8217;re currently logged in from. The session manager shows the IP address and browser of each session, and allows you to remotely log out!</p>



<h2 class="wp-block-heading">Improved Password Change Behavior</h2>



<p>MIDAS offers the ability to allow multiple concurrent logins to the same user account. In v4.11 we&#8217;ve enhanced this security. We&#8217;ve made it so that if a user changes their MIDAS password, all other devices they&#8217;re currently logged into from will be automatically logged out. Previously, changing a password from one device wouldn&#8217;t take effect on other devices a user was logged into until the next time they logged in.</p>



<h2 class="wp-block-heading">Cryptographically-secure Random Number Generation</h2>



<p>MIDAS stores passwords which are SHA512 hashed and randomly &#8220;salted&#8221;. The &#8220;randomness&#8221; of this &#8220;salt&#8221; has been improved starting with v4.11. Now, if the Perl module &#8220;<a href="http://search.cpan.org/perldoc/Math::Random::Secure">Math::Random::Secure</a>&#8221; is available on the server where a MIDAS system resides, MIDAS will utilize it to generate cryptographically-secure random numbers.</p>



<figure class="wp-block-table"><table><tbody><tr><td>You might also be interested in:<br>
<a href="//mid.as/kb/00108/tips-for-keeping-your-midas-system-secure">Tips For Keeping Your MIDAS Secure</a>
</td></tr></tbody></table></figure>
<p>The post <a href="https://mid.as/blog/recent-security-enhancements-in-midas/">Recent &#8220;Security Enhancements&#8221; in MIDAS</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/recent-security-enhancements-in-midas/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MIDAS v4.12 Out Now!</title>
		<link>https://mid.as/blog/midas-v4-12-out-now/</link>
					<comments>https://mid.as/blog/midas-v4-12-out-now/#respond</comments>
		
		<dc:creator><![CDATA[midas]]></dc:creator>
		<pubDate>Sun, 10 Apr 2016 19:35:03 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[v4.12]]></category>
		<guid isPermaLink="false">https://mid.as/blog/?p=1863</guid>

					<description><![CDATA[<p>We&#8217;ve been actively developing our Web Based Room Booking and Resource Scheduling Software for over 10 years now! During this time we&#8217;ve seen many competitors come and go, and numerous customers making the switch to MIDAS. We have a genuine passion for how our software helps make life easier, saving time, money, and effort for [&#8230;]</p>
<p>The post <a href="https://mid.as/blog/midas-v4-12-out-now/">MIDAS v4.12 Out Now!</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>We&#8217;ve been actively developing our <a href="//mid.as/">Web Based Room Booking and Resource Scheduling Software</a> for over 10 years now!</p>



<p>During this time we&#8217;ve seen many competitors come and go, and numerous customers making the switch to MIDAS. We have a genuine passion for how our software helps make life easier, saving time, money, and effort for venue administrators right across the globe, and we remain extremely <a href="//mid.as/reviews">customer focused</a>.</p>



<p>With exciting new and improved features being added to MIDAS several times each year, we&#8217;re pleased to tell you about our latest update &#8211; v4.12 &#8211; which has just been released!</p>



<h2 class="wp-block-heading">New &amp; Improved in 4.12:</h2>



<ul class="wp-block-list">
<li>New: <a href="https://mid.as/blog/maintain-a-line-of-credit-for-clients/">Maintain a line of credit for clients, which is automatically applied to their subsequent invoices</a></li>



<li>New: <a href="https://mid.as/blog/current-availability-report/">&#8220;Current Availability&#8221; venue report</a></li>



<li>New: <a href="https://mid.as/blog/card-payments-with-stripe/">Support for card payments via Stripe</a></li>



<li>New: <a href="https://mid.as/blog/more-flexible-email-templates/">%BOOKING_COST% and %TOTAL_COST% variables in booking confirmation/request approved email templates</a></li>



<li>Improved: <a href="https://mid.as/blog/more-flexible-email-templates/">More control over generated content in various email templates</a></li>



<li>Improved: Invoicing screen now shows &#8220;quick links&#8221; to recently created and recently finalized invoices</li>



<li>Improved: Bulk invoice generation can now be limited by venue/booking type</li>



<li>Change: Booking Request cancellation/notification unsubscribe links now require additional user click to confirm [<a href="https://mid.as/blog/vanishing-booking-requests-mail-filters-to-blame/">Why?</a>]</li>



<li>Performance &amp; Security enhancements</li>



<li>Fixed: Cumulative roll-up of various fixes for issues discovered since v4.11 &#8211; see <a href="//bugs.mid.as">https://bugs.mid.as</a> for details</li>
</ul>



<h2 class="wp-block-heading">How To Get MIDAS v4.12&#8230;</h2>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<h3 class="wp-block-heading">New To MIDAS?</h3>



<p>We are committed to keeping our pricing fair and accessible to organizations of all sizes and budgets. Unlike many of our competitors who don&#8217;t publish their prices, we&#8217;re totally upfront and transparent about our pricing structure and clearly display prices on our website.</p>



<p>You can view pricing, find out more, and purchase MIDAS securely at <a href="https://mid.as/pricing">https://mid.as/pricing</a></p>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<h3 class="wp-block-heading">Existing &#8220;Self Hosted&#8221; Customer?</h3>



<p>Self-Hosted customers with ongoing Annual Support Subscriptions may update to v4.12 right now! It only takes a couple of clicks &#8211; simply log in to your MIDAS system and go to MIDAS Admin Options → Manage MIDAS → Update</p>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<h3 class="wp-block-heading">Existing &#8220;Cloud Hosted&#8221; Customer?</h3>



<p>Cloud-Hosted customers don&#8217;t need to do anything! &#8211; All our active Cloud-Hosted MIDAS customers were automatically updated over the weekend to this latest version of MIDAS!</p>
</div>
</div>



<h2 class="wp-block-heading">Help Improve MIDAS!</h2>



<p>We&#8217;re able to bring you exciting updates like v4.12 thanks in part to our Beta Testers &#8211; many of whom are just every day MIDAS users!</p>



<p>Our Beta Testers get early-access to upcoming releases to explore and provide feedback on, allowing us to make changes and address potential issues before each new version is publicly released.</p>



<p>We also reward Testers for their contributions with discounts against the cost of purchasing MIDAS, or which can be used against upgrades &amp; renewals for an existing MIDAS system!</p>



<p>We&#8217;re always on the lookout for additional testers to help shape future versions of MIDAS. It&#8217;s free to get involved and you don&#8217;t need any previous experience.</p>



<p>→ <a href="//mid.as/betatesters">Find out more, apply now, and help shape future MIDAS releases</a></p>



<hr class="wp-block-separator has-css-opacity"/>



<p class="has-text-align-center">If you have any questions about MIDAS, why not <a href="//mid.as/contact">drop us an email</a>, or reach out to us through <a href="//mid.as/socialmedia">social media</a> &#8211; We&#8217;d love to hear from you!</p>



<hr class="wp-block-separator has-css-opacity"/>
<p>The post <a href="https://mid.as/blog/midas-v4-12-out-now/">MIDAS v4.12 Out Now!</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-v4-12-out-now/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Missing booking requests? &#8211; Your mail filters may be to blame!</title>
		<link>https://mid.as/blog/missing-booking-requests-mail-filters-to-blame/</link>
					<comments>https://mid.as/blog/missing-booking-requests-mail-filters-to-blame/#respond</comments>
		
		<dc:creator><![CDATA[midas]]></dc:creator>
		<pubDate>Tue, 29 Mar 2016 10:21:43 +0000</pubDate>
				<category><![CDATA[Tech Insight]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[public booking requests]]></category>
		<category><![CDATA[v4.12]]></category>
		<guid isPermaLink="false">https://mid.as/blog/?p=1853</guid>

					<description><![CDATA[<p>One of our customers recently contacted us to report a strange issue whereby booking requests made through their MIDAS scheduling system were seemingly vanishing from their system. The &#8220;Booking Request&#8221; features of MIDAS, allow people to submit booking &#8220;requests&#8221; which then require approval by an administrator before becoming a &#8220;confirmed&#8221; booking. There are a number [&#8230;]</p>
<p>The post <a href="https://mid.as/blog/missing-booking-requests-mail-filters-to-blame/">Missing booking requests? &#8211; Your mail filters may be to blame!</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>One of our customers recently contacted us to report a strange issue whereby booking requests made through their MIDAS scheduling system were seemingly vanishing from their system.</p>



<p>The &#8220;<a href="//mid.as/help/booking-requests">Booking Request</a>&#8221; features of MIDAS, allow people to submit booking &#8220;requests&#8221; which then require approval by an administrator before becoming a &#8220;confirmed&#8221; booking.</p>



<p>There are a number of reasons why a booking request may legitimately appear to &#8220;vanish&#8221; from the system; first of all, another administrative user may have already rejected the original booking request, or the original requestor may have changed their mind and canceled their own request.</p>



<p>When a person makes a booking request, MIDAS automatically send them an email notification containing details of the request they&#8217;ve submitted. These email notifications also contain a &#8220;booking request cancellation link&#8221; allowing them to cancel their request if for whatever reason they&#8217;ve changed their mind before their request is approved.</p>



<p>Inspecting the provided &#8220;Recent Activity Log&#8221; for the customer&#8217;s MIDAS system, there was no evidence to suggest that another user had simply rejected the missing booking requests.</p>



<p>There was however evidence that the booking request cancellation links, contained within the notification emails sent to original requestors had been clicked.</p>



<p>The customer was confident that no-one had clicked these cancellation links in their emails.</p>



<p>Now, the &#8220;<a href="//mid.as/help/activity-tracker">Recent Activity Log</a>&#8221; within MIDAS is very useful &#8211; not only does it record actions performed within a MIDAS system, it also records the user who performed the action (where applicable), the time/date the action occurred, and the IP address of the device which performed the action.</p>



<p>This allowed us to correlate booking request cancellation link clicks with the IP addresses from which each originated.</p>



<p>Interestingly, the IP addresses could all be traced back to Barracuda Networks, Inc, a company offering security products, including email security and spam filters.</p>



<h2 class="wp-block-heading"><b>So what was going on?</b></h2>



<p>Once upon a time spam filters could easily detect spam email messages, as spammers tended to the same domains in their spam. As a result, spam filtering software could simply scan the content of an email message, and cross-reference any links contained within against a list of known spamming domains.</p>



<p>Many spam filters still behave in this way, however, in an attempt to stay one step ahead of the spammers, some spam filtering software/services &#8211; such as those provide by Barracuda Networks, Inc, go one step further and actively &#8220;click&#8221; EVERY link in every email they scan. The purpose behind this is to analyze the content and domain every link points to.</p>



<p>Whilst this will most likely help reduce spam further for the recipient, it can have a number of undesired consequences for users!</p>



<p>For example, if the recipient subscribes to any newsletters/mailing lists which contain a one-click unsubscribe link at the bottom, they will be automatically unsubscribed simply by receiving the email itself, before they even open it &#8211; let alone click the unsubscribe link!</p>



<p>The same thing was happening for our customer&#8217;s booking request notification emails &#8211; the booking request cancellation links were being automatically &#8220;clicked&#8221; by the spam filtering software/services which were scanning the recipient&#8217;s email.</p>



<h2 class="wp-block-heading"><b>Balancing user convenience vs aggressive mail scanners</b></h2>



<p>We&#8217;ve always believed in making things as easy as possible for users &#8211; which is why we originally made canceling booking requests as simple as a &#8220;one-click&#8221; link &#8211; click once, and your request is canceled.</p>



<p>However, in light of these recent issues, we&#8217;re making a small change for MIDAS v4.12. Canceling a booking request will now unfortunately be a two-step process. Clicking a booking request cancellation link in a notification email will take the requestor to a web page where they will need to then click a confirm button in order to cancel their request.</p>



<p>The introduction of this second confirmation step, whilst less convenient for the end-user, will at least prevent aggressive mail filtering software/services which automatically &#8220;click&#8221; every link in every email, from automatically canceling booking requests without any human interaction.</p>



<p>The same &#8220;two-step&#8221; behavior will also be applied for links in booking/invoice reminder emails to suppress future reminders from a MIDAS system.</p>



<p>In the meantime, if you&#8217;re running an earlier version of MIDAS, and notice your booking requests being automatically canceled without any intervention, please check and adjust the settings in your mail scanning/filtering software. You may need to add email from your MIDAS system to an &#8220;allow list&#8221;, or prevent the automatic following of links within email.</p>
<p>The post <a href="https://mid.as/blog/missing-booking-requests-mail-filters-to-blame/">Missing booking requests? &#8211; Your mail filters may be to blame!</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/missing-booking-requests-mail-filters-to-blame/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>More Flexible Email Templates</title>
		<link>https://mid.as/blog/more-flexible-email-templates/</link>
					<comments>https://mid.as/blog/more-flexible-email-templates/#respond</comments>
		
		<dc:creator><![CDATA[midas]]></dc:creator>
		<pubDate>Mon, 21 Mar 2016 11:22:18 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[v4.12]]></category>
		<guid isPermaLink="false">https://mid.as/blog/?p=1841</guid>

					<description><![CDATA[<p>The next update to our Web Based Room Booking and Resource Scheduling software MIDAS is fast approaching, and throughout March we&#8217;re giving you a first look at some of the new features and improvements you can look forward to in MIDAS v4.12.. A growing selection of templates are available and editable within MIDAS, allowing you [&#8230;]</p>
<p>The post <a href="https://mid.as/blog/more-flexible-email-templates/">More Flexible Email Templates</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 MIDAS is fast approaching, and throughout March we&#8217;re giving you a first look at some of the new features and improvements you can look forward to in <a href="//mid.as/blog/tag/v4-12/">MIDAS v4.12</a>..</p>
<p>A growing selection of <a href="//mid.as/help/manage-templates">templates</a> are available and editable within MIDAS, allowing you to customize and tailor the appearance of various parts of the software, as well as printouts and emails.</p>
<p>Templates are constructed using a combination of common HTML code and special MIDAS variables &#8211; don&#8217;t worry if you&#8217;re not familiar with HTML, we&#8217;re produced a handy &#8220;<a href="//mid.as/kb/00127/html-code-within-midas-templates">What is HTML and how do I use it within my MIDAS templates?</a>&#8221; guide, complete with simple examples.</p>
<p>MIDAS also includes a visual WYSIWYG (what-you-see-is-what-you-get) template editor where you can simply drag/drop/insert elements into your templates, rather than entering raw HTML code.</p>
<p>Since the introduction of templates, email templates in particular contained a special %CONTENT% variable. This variable would be automatically substituted for generated content when an email was sent. For example, here&#8217;s some simplified content for a Booking Confirmation email template in MIDAS v4.11:</p>
<div style="color:black;background-color:white;padding:10px">
Dear %CLIENT_FIRSTNAME%,<br />
Details of your confirmed booking at %DATABASE% are as follows:<br />
%CONTENT%<br />
We look forward to seeing you then!
</div>
<p>In the above template, when a booking confirmation email is sent, the variable %CLIENT_FIRSTNAME% is automatically substituted with the forename of the client the notification is to be sent to and %DATABASE% is be substituted for the name of your MIDAS database (usually your organization&#8217;s name).</p>
<p>The %CONTENT% variable is then replaced with details of the client&#8217;s bookings, and would include the booking fields that had been selected via MIDAS Admin Options &rarr; Manage MIDAS &rarr; Fields &rarr; Show In &rarr; Booking Confirmation.</p>
<p>Using the above template, the resulting email content may look like:</p>
<div style="color:black;background-color:white;padding:10px">
Dear Joe,<br />
Details of your confirmed booking at St James are as follows:<br />
<br />
Date/Times: 21/03/2016 @ 09:00 &#8211; 10:30<br />
Venue: Room 1<br />
Resources: x1 Laptop, x1 Data Projector<br />
<br />
Date/Times: 21/03/2016 @ 09:00 &#8211; 10:30<br />
Venue: Room 2<br />
Resources: x4 Tables, x20 Chairs<br />
<br />
We look forward to seeing you then!
</div>
<p>For MIDAS v4.12, we&#8217;ve overhauled email templates to give you far greater flexibility and control over the generated content of emails. The rigid %CONTENT% variable has been replaced with more useful variables. For example, a new booking confirmation email template may now look like this:</p>
<div style="color:black;background-color:white;padding:10px">
Dear %CLIENT_FIRSTNAME%,<br />
Details of your confirmed booking at %DATABASE% are as follows:<br />
<br />
&lt;bookings&gt;<br />
Dates/Times: %START% &#8211; %FINISH%<br />
Venue: %VENUE%<br />
Resources: %RESOURCES%<br />
&lt;/bookings&gt;<br />
<br />
We look forward to seeing you then!
</div>
<p>&#8230;as you can see, the original %CONTENT% variable has been replaced in v4.12 with a &lt;bookings&gt; &#8230; &lt;/bookings&gt; section, in which you can add your own text and variables to customize the generated content exactly as you&#8217;d like. You can also include content from any custom booking fields you&#8217;ve added to MIDAS &#8211; for example, if you&#8217;ve created a booking field named &#8220;Test Field&#8221;, you can insert the variable %CUSTOM_TEST_FIELD% into the &lt;bookings&gt; &#8230; &lt;/bookings&gt; section. (This brings email templates in line with the format of templates in our optional <a href="//mid.as/signage">Digital Signage</a> and <a href="//mid.as/kb/00082/midas-addon-web-calendars">Web Calendars</a> addons, which have always supported &lt;bookings&gt; &#8230; &lt;/bookings&gt; template sections)</p>
<p>We&#8217;ve also added support for a couple of new variables too; %BOOKING_COST% and %TOTAL_COST%.</p>
<p>%BOOKING_COST% can be added within the &lt;bookings&gt; &#8230; &lt;/bookings&gt; section and will be substituted for the cost of the individual booking (including both venue and resource usage).</p>
<p>%TOTAL_COST% can be added anywhere in the template and will be substituted for the total cost of all the bookings listed in the email.</p>
<p>When editing templates via MIDAS Admin Options &rarr; Manage MIDAS &rarr; Templates, a complete list is displayed of all available variables that can be inserted into the current templates.</p>
<p>We believe replacing the limited %CONTENT% variable with a flexible &lt;bookings&gt; &#8230; &lt;/bookings&gt; section in email notifications will give customers far greater control over the appearance and content of emails sent through MIDAS.</p>
<table>
<tr>
<td>MIDAS v4.12 is expected to be made available to <a href="//mid.as/betatesters">Beta Testers</a> later this month, with a general release shortly after. We&#8217;re currently looking for additional testers to help test and provide feedback/bug reports on pre-release versions of our software. 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.12 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/more-flexible-email-templates/">More Flexible Email Templates</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/more-flexible-email-templates/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Accept Card Payments with Stripe</title>
		<link>https://mid.as/blog/card-payments-with-stripe/</link>
					<comments>https://mid.as/blog/card-payments-with-stripe/#respond</comments>
		
		<dc:creator><![CDATA[midas]]></dc:creator>
		<pubDate>Mon, 14 Mar 2016 12:25:52 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[google checkout]]></category>
		<category><![CDATA[Google Wallet]]></category>
		<category><![CDATA[pay invoices online]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[Stripe]]></category>
		<category><![CDATA[v4.12]]></category>
		<guid isPermaLink="false">https://mid.as/blog/?p=1831</guid>

					<description><![CDATA[<p>The next update to our Web Based Room Booking and Resource Scheduling software MIDAS is fast approaching. Throughout March we&#8217;re giving you a first look at some of the new features and improvements you can look forward to in MIDAS v4.12. Back in October 2010, we released MIDAS v3.10. This update introduced a new feature [&#8230;]</p>
<p>The post <a href="https://mid.as/blog/card-payments-with-stripe/">Accept Card Payments with Stripe</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 MIDAS is fast approaching. Throughout March we&#8217;re giving you a first look at some of the new features and improvements you can look forward to in <a href="//mid.as/blog/tag/v4-12/">MIDAS v4.12</a>.</p>



<p>Back in October 2010, we released <a href="//mid.as/blog/midas-v3-10-is-here/">MIDAS v3.10</a>. This update introduced a new feature allowing your clients to pay invoices generated by MIDAS online using either PayPal or Google Wallet (or Google Checkout as it was known back then).</p>



<p>Whilst the ability for customer&#8217;s clients to pay their invoices online using PayPal was popular, Unfortunately, Google changed direction with their Google Checkout/Wallet service. This meant it was no longer a viable payment processor for customer&#8217;s client&#8217;s invoices. As such, the option to pay invoices via Google Checkout was removed as of MIDAS v4.07 in September 2014. You can read more about the sad demise of Google Checkout in <a href="https://mid.as/blog/google-checkout/">this blog post</a>.</p>



<p>Since then, PayPal has been the sole payment option natively provided within MIDAS to allow your clients to pay invoices online. Of course, with our <a href="//mid.as/api">optional API</a> available, customers have been able to develop their own specific integrations with other 3rd party payment processors as required.</p>



<p>However, ever since we removed the Google Checkout/Wallet option, we&#8217;ve wanted to include a &#8220;PayPal alternative&#8221; as standard within our software.</p>



<p>For nearly two years now, we&#8217;ve made <a href="https://mid.as/blog/simpler-card-payments/">card payments simpler</a> through our own <a href="//mid.as">website</a>, by partnering with <a href="//stripe.com">Stripe</a>. We&#8217;ve been very impressed with Stripe, and they are now our preferred payment processor.</p>



<p>So we&#8217;re pleased to announce that Stripe will now also be a native payment option for invoices within MIDAS itself, along with the existing PayPal option!</p>



<h3 class="wp-block-heading">Here&#8217;s a few of the things we really like about Stripe:</h3>



<ul class="wp-block-list">
<li>Stripe allows you to take a payment on the current page. Unlike PayPal, the customer won&#8217;t be transferred to a separate &#8220;hosted&#8221; payment page.</li>



<li>Despite allowing card payments to be taken on the current page, no card details pass through or are stored the server where your MIDAS resides. All the processing is handled by Stripe, ensuring you are fully comply with <a href="https://support.stripe.com/questions/what-about-pci-dss-3-1">PCI DSS 3.1</a></li>



<li>Stripe automatically withdraws funds to your bank account on a rolling 7 day basis. With PayPal, funds remain in your account until you manually withdraw them.</li>



<li>Stripe never forces the customer to &#8220;create an account&#8221; in order to make a card payment. With PayPal, &#8220;unregistered&#8221; users may be forced to create a PayPal account in order to make a card payment. This can depending upon your geographic region, or the number of times you&#8217;ve used PayPal before.</li>



<li>In our experience, Stripe&#8217;s processing fees have been lower than PayPal&#8217;s.</li>
</ul>



<h2 class="wp-block-heading">What about PayPal?</h2>



<p>Now, reading the above, you make think that we&#8217;re anti-PayPal. Don&#8217;t worry &#8211; we&#8217;re very aware of the popularity of PayPal. It&#8217;s still arguably the most common online payment processor across the globe. Therefore, we have no plans to remove the PayPal payment option from our software. But we do believe in giving our customers choice over their payment provider. This is why we&#8217;re really exciting to be able to offer native Stripe integration starting with MIDAS v4.12!</p>



<p>You&#8217;ll be able to choose which payment provider to use to allow your clients to pay their invoices online. You can also configure both, to give clients a choice of completing their payment via PayPal or Stripe:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://mid.as/blog/wp-content/uploads/2016/03/online-payment-config.png" alt="Online Invoice Payment Settings"/><figcaption class="wp-element-caption">Online Invoice Payment Settings</figcaption></figure>
</div>


<p>In order to accept payments through PayPal, you&#8217;ll need a <a href="https://www.paypal.com/uk/mrb/pal=ZPPHE7CETY9Q2">PayPal account</a>.</p>



<p>In order to accept payments through Stripe, you&#8217;ll need a <a href="https://stripe.com/pricing">Stripe account</a>. You&#8217;ll also need Stripe API keys. For more information on obtaining these, please see our KB article &#8220;<a href="//mid.as/kb/00154/configure-stripe-integration-with-midas">Configuring Stripe Integration</a>&#8220;</p>



<p>Once you&#8217;ve set up your PayPal and/or Stripe account, you can enable and configure them via MIDAS Admin Options → Manage MIDAS → Invoicing → Online Payments. Once configured, your customers will then be able to pay their invoices online via https://<em>your_midas_url</em>/pay:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://mid.as/blog/wp-content/uploads/2016/03/online-payment-methods.png" alt="Online Invoice Payment Selection"/><figcaption class="wp-element-caption">Online Invoice Payment Selection</figcaption></figure>
</div>


<p>With Stripe integration, as soon as a client completes their payment, their invoice will automatically be instantly updated in MIDAS to reflect their payment.</p>



<p>With PayPal integration, you&#8217;ll also need to <a href="//mid.as/kb/00115/configure-paypal-integration-with-midas">configure Instant Payment Notifications (IPN)</a> within your PayPal account in order for MIDAS to automatically update a client&#8217;s invoice following a successful PayPal transaction.</p>
<p>The post <a href="https://mid.as/blog/card-payments-with-stripe/">Accept Card Payments with Stripe</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/card-payments-with-stripe/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Maintain a line of credit for your clients</title>
		<link>https://mid.as/blog/maintain-a-line-of-credit-for-clients/</link>
					<comments>https://mid.as/blog/maintain-a-line-of-credit-for-clients/#respond</comments>
		
		<dc:creator><![CDATA[midas]]></dc:creator>
		<pubDate>Sat, 12 Mar 2016 22:35:12 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[invoicing]]></category>
		<category><![CDATA[v4.12]]></category>
		<guid isPermaLink="false">https://mid.as/blog/?p=1824</guid>

					<description><![CDATA[<p>The next update to our Web Based Room Booking and Resource Scheduling software MIDAS is on the horizon, and throughout March we&#8217;re giving you a first look at some of the new features and improvements you can look forward to in this next MIDAS update.. One of the areas of our software that we often [&#8230;]</p>
<p>The post <a href="https://mid.as/blog/maintain-a-line-of-credit-for-clients/">Maintain a line of credit for your clients</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 MIDAS is on the horizon, and throughout March we&#8217;re giving you a first look at some of the new features and improvements you can look forward to in this next MIDAS update..</p>



<p>One of the areas of our software that we often receive feedback and ideas for new features for is &#8220;Invoicing&#8221;. We&#8217;re pleased to once again adding even more Invoicing features for v4.12, one of which will facilitate the ability to maintain a line of &#8220;credit&#8221; for each of your clients.</p>



<p>Adding credit for a client is really simple, and is done via the &#8220;Current Credit&#8221; field in each client&#8217;s database entry. Simply enter the amount to credit to associate with the client and click &#8220;Save Changes&#8221;:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://mid.as/blog/wp-content/uploads/2016/03/current-credit.png" alt="Maintain a line of credit for each client in a MIDAS booking system"/><figcaption class="wp-element-caption">Maintain a line of credit for clients</figcaption></figure>
</div>


<p>Then, the next time an invoice is generated/created for the client, this credit will be applied to their invoice as a discount, and the line of credit remaining for the client updated accordingly.</p>



<h3 class="wp-block-heading">Example 1:</h3>



<ul class="wp-block-list">
<li>A client entry has a $70 credit associated it.</li>



<li>The client&#8217;s next invoice is for a total of $100.</li>



<li>$70 is automatically deducted from the pre-tax total of their next invoice</li>



<li>The client&#8217;s remaining credit balance automatically reduces to $0</li>
</ul>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://mid.as/blog/wp-content/uploads/2016/03/credit-applied.png" alt="Automatically apply credit to customer invoices in MIDAS"/><figcaption class="wp-element-caption">Credit automatically applied to client invoices</figcaption></figure>
</div>


<h3 class="wp-block-heading">Example 2:</h3>



<ul class="wp-block-list">
<li>A client entry has a $70 credit associated with it.</li>



<li>The client&#8217;s next invoice is for a total of $50.</li>



<li>$50 is automatically deducted from the pre-tax total of that invoice</li>



<li>The client&#8217;s remaining credit balance automatically reduces to $20, which will be applied to their next invoice</li>
</ul>



<p>Users with access to the invoicing capabilities of MIDAS and who also have the ability to modify clients can update the amount of credit associated with each client at any time.</p>



<figure class="wp-block-table"><table><tbody><tr><td>MIDAS v4.12 is expected to be made available to <a href="//mid.as/betatesters">Beta Testers</a> later this month, with a general release shortly after. We&#8217;re currently looking for additional testers to help test and provide feedback/bug reports on pre-release versions of our software. 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.12 is fully released, then why not join our <a href="//mid.as/contact">Mailing List</a>?</td></tr></tbody></table></figure>
<p>The post <a href="https://mid.as/blog/maintain-a-line-of-credit-for-clients/">Maintain a line of credit for your clients</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/maintain-a-line-of-credit-for-clients/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>New Current Availability Report</title>
		<link>https://mid.as/blog/current-availability-report/</link>
					<comments>https://mid.as/blog/current-availability-report/#respond</comments>
		
		<dc:creator><![CDATA[midas]]></dc:creator>
		<pubDate>Thu, 10 Mar 2016 12:16:44 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[reporting]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[v4.12]]></category>
		<guid isPermaLink="false">https://mid.as/blog/?p=1820</guid>

					<description><![CDATA[<p>This week marks 10 years since the very first public and commercial release of our Web Based Room Booking and Resource Scheduling software, MIDAS, back in 2006. As well as celebrating our longevity, we&#8217;re also very proud of the fact that a decade on, our software remains in active development with new and improved features [&#8230;]</p>
<p>The post <a href="https://mid.as/blog/current-availability-report/">New Current Availability Report</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>This week marks 10 years since the very first public and commercial release of our Web Based Room Booking and Resource Scheduling software, MIDAS, back in 2006. As well as celebrating our longevity, we&#8217;re also very proud of the fact that a decade on, our software remains in active development with new and improved features being regularly added!</p>



<p>To that end, MIDAS v4.12 is on the horizon, and over the coming blog posts, we&#8217;re giving you a first look at some of the new features and improvements you can look forward to in the next MIDAS update..</p>



<p>The first new feature of v4.12 we&#8217;d like to unveil is a brand-new &#8220;Current Availability&#8221; report:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://mid.as/blog/wp-content/uploads/2016/03/AvailabilityReport.png" alt="Current Availability Report"/><figcaption class="wp-element-caption">Current Availability Report</figcaption></figure>
</div>


<p>Arising from customer suggestions of being able to see an &#8220;overview&#8221; of the current and forecast availability of your venues &#8220;at a glance&#8221;, the new Current Availability, provides just that!</p>



<p>The report analyses each venue to determine is current status. If a venue is presently &#8220;available&#8221;, MIDAS will check to see when it&#8217;s available until (i.e. when the next booking takes place). If a venue isn&#8217;t presently available, MIDAS will check to see when it&#8217;s next available.</p>



<p>The results for all venues are then amalgamated into a single easy-to-read &#8220;Current Availability&#8221; report, which can also be printed.</p>



<p>The Current Availability report is just one of over a dozen real-time reports and statistics that MIDAS can generate. For more information, please see: <a href="//mid.as/help/statistics">https://mid.as/help/statistics</a></p>



<p>Finally, as we mentioned at the top of this article, it&#8217;s been 10 years since the first release of MIDAS, and there&#8217;s still time to enter our epic giveaway to celebrate &#8211; head on over to <em>[THIS GIVEAWAY HAS NOW ENDED]</em> &#8211; for you chance to WIN a FREE Cloud-Hosted edition of MIDAS, or your share of $1,000 worth of discounts off our software (including upgrades, addons, and subscription renewals)</p>



<figure class="wp-block-table"><table><tbody><tr><td>MIDAS v4.12 is expected to be made available to <a href="//mid.as/betatesters">Beta Testers</a> later this month, with a general release shortly after. We&#8217;re currently looking for additional testers to help test and provide feedback/bug reports on pre-release versions of our software. 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.12 is fully released, then why not join our <a href="//mid.as/contact">Mailing List</a>?</td></tr></tbody></table></figure>
<p>The post <a href="https://mid.as/blog/current-availability-report/">New Current Availability Report</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/current-availability-report/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 14/31 queries in 0.007 seconds using Disk

Served from: mid.as @ 2026-03-27 14:53:50 by W3 Total Cache
-->