Rental Booking Software Version 1.1.3

Our Rental Booking Software will soon be updated to version 1.1.3. We expect this release on November 18.

Insurance / Damage Waivers

This update will include support for insurance / damage waivers. So say you rent dresses and you want to offer insurance. In the admin you can now set % of rental price as the damage waiver.

More Speed Enhancements

We will be adding an index table for inventory checks. So in the admin when you look at inventory when adding products the inventory will now be checked via a rental quantity index table. Of course this is all invisible to you, but it will lower cpu use of your web host and make things faster. The rental inventory table will have the fields:

Date:
Inventory:
Product Id:

Every time a new rental order is placed the rental index table will be updated.

PHP Unit Tests

What are PHP Unit Tests? This uses PHPUnit (though customized for Magento) to enable us to test all classes and functions in the rental booking system. Now everytime we release a new version the testing will all be automated allowing us to produce a more reliable product.