AppGini Applications

Online Rental Property Manager

Online Rental Property Manager
License: MIT License
PHP and MySQL
  • ORPM Homepage
  • Detail view page for editing property data
  • View of the units table showing all available units
  • Detail view for editing unit data
  • Detail view page for editing applications/leases data
  • Detail view page for editing tenants data
  • ORPM Project as shown in AppGini
  • Print out of property details
  • ORPM Mobile units detail view
  • Admin area showing how memberships could be managed.
  • Detail view of members and key functions available
  • Send email to a single user or a group of users
Online rental property manager (ORPM) allows you to manage your rental properties, units, applications, leases and tenants. Add all details related to the tenants, i.e… references, rental history, employment history and income overview. ORPM was created using AppGini. So you can easily customize it to add/remove details or any extra functionality to fit your own requirements. ORPM is a responsive web-based application that you can access from your PC, tablet, mobile or any other device.

What's new?

Latest version: ORPM version 4.2 released, released on May 08, 2017
  • ORPM 4.2, generated using AppGini 5.62,
    • Implemented PHPMailer as the mail function for apps, with SMTP support configurable in admin settings;
    • Included hooks/__global.php in admin area;
    • Added new hook in __global.php, sendmail_handler() for intercepting mail sending operations;
    • Fixed PHP 7.1 compatibility issue;
    • Fixed preg_replace calls with /e modifier;
    • Added validation checks to make sure undefined data formats are properly handled;
    • Fixed XSS vulnerability in quick search responsibly reported by Netsparker;
    • Added hooks/README.html;
    • Fixed error with line breaks in emails sent from the admin area;
    • Bug fix with sorting of formatted lookup fields;
    • Bug fix for array_map warning when a record is selected in a table with a non-numeric PK.;
  • ORPM 4.1, generated using AppGini 5.61,
    • Improved detail view loading performance by preloading lookup values.
    • Bug fixed: Redirects don't work correctly if a non-standard port is used.
    • Configurable detail view template in DataList so that it can be set in hooks.
    • Fixed sorting behavior of lookup fields containing numeric data in table view.
    • Fixed a bug with anonymous users unable to directly access tables that they are allowed to view.
    • Fixed bug with error reporting behavior of unique fields.
  • ORPM 4.0, generated using AppGini 5.60
    • Separate prices table to keep check of the price history.
    • Adding different types of reports.
    • Automatic calcuation of the invoice total with or w/o adding taxes and discount.
    • Ability to print your invoice using your company template.