Plugin Directory

Changeset 1913763


Ignore:
Timestamp:
07/23/2018 08:16:49 PM (8 years ago)
Author:
shawon786
Message:

Release V- 1.0.3

Location:
house-manager/trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • house-manager/trunk/README.txt

    r1912934 r1913763  
    1 === House Manager - Easy Renter Management System ===
     1=== House Manager – Easy Renter Management System! ===
    22Contributors: shawon786
    3 Tags: property, property management, flat management, apartment management, house management, building management, renter management
     3Tags: renter, renter management, property, flat management, apartment management, house management
    44Requires at least: 4.0.1
    55Tested up to: 4.9.7
     
    99== Description ==
    1010
    11 Manage your renters online now! Use this plugin to manage all your renters including their advances, monthly rent, dues, bills etc. Forget about writing in the books! Keep all the data online and notify them via email!
     11Manage your renters online now! Use this plugin to manage all your renters including there advances, monthly rents, dues, bills etc. Forget about writing in the books! Keep all the data online and notify them via email!
    1212
    13 * CHECK OUT OUR EXTENSION- [UTILITY MANAGER](https://www.theinnovs.com/downloads/house-manager-utility).
    14 Allows you to change the default titles, colors according to your choice!
     13* **CHECK OUT OUR EXTENSION- [UTILITY MANAGER](https://voidcoders.com/product/house-manager-utility/)**
     14Allows you to change the default titles, colors according to your choice!
     15
     16[youtube https://youtu.be/UKsUE_l-0IM]
    1517
    1618Core Features:
     
    3335You can email the bills/invoices to the renters as PDF! This will help you to inform your renters about the dues or bills.
    3436
    35 * [UTILITY MANAGER](https://www.theinnovs.com/downloads/house-manager-utility).
    36 Allows you to change the default titles, colors according to your choice!
     37* EXTENSION- UTILITY MANAGER.
     38Allows you to customize the looks and color as well. Change Brand Name, Logo, Titles, Sidebar color and so on according to your choice!
    3739
    3840* REPORTS
    39 (Coming soon)
     41(Upcoming)
     42
    4043
    4144== Installation ==
     
    102105
    103106= 1.0.3 =
    104 * Added support functions for Utility Manager
     107* Added support for Utility Manager
  • house-manager/trunk/house-manager.php

    r1912929 r1913763  
    1111 * Plugin Name:       House Manager
    1212 * Plugin URI:        http://www.theinnovs.com/house-manager
    13  * Description:       Easily manage your entire Property & Renters
     13 * Description:       Manage your Property and Renter easily!
    1414 * Version:           1.0.3
    1515 * Author:            Shawon
  • house-manager/trunk/public/css/hm.css

    r1912929 r1913763  
    11body {
    22    font-family: 'Open Sans', sans-serif;
     3    background: #ebeef5;
    34}
    45
     
    99100
    100101.hm-sidebar {
    101     background: linear-gradient(#03001e, #7303c0);
     102    background: #16162b;
    102103    height: 100vh;
    103104}
    104105
    105106.hm-sidebar .navbar-brand {
    106     background: #13004c;
     107    background: #16162b;
    107108    justify-content: center;
    108109    width: 100%;
     
    113114    font-weight: bold;
    114115    font-size: 18px;
    115     color: #c0aef5;
     116    color: #ffffff;
    116117}
    117118
     
    184185    font-size: 60px;
    185186    padding-top: 50px;
    186     color: #001f96;
     187    color: white;
    187188}
    188189
     
    193194    border-right: 0 !important;
    194195    border-radius: 3px;
    195     color: #1813ca;
     196    color: #000000;
    196197    padding: 4px 0;
    197198    font-size: 20px;
    198     background: #f5edf4;
    199     border: 2px solid #3e0d96;
    200 }
    201 
    202 .count-box.flats,
    203 .count-box.available {   
    204       background: linear-gradient(#a17fe0, #bbecf7);
     199    background: #ffffff;
     200    border: 2px solid #a2b7b7;
     201}
     202
     203.count-box.flats
     204{   
     205      background: #1f72a5;
     206 }
     207
     208 .count-box.available
     209{   
     210      background: #23ab8c;
    205211 }
    206212
     
    208214.count-box.available h3 {
    209215    font-size: 20px;
    210     background: #f5edf4;
    211     border: 2px solid #3e0d96;
     216    background: #ffffff;
     217    border: 2px solid #a2b7b7;
    212218}
    213219
    214220.count-box.renters {
    215       background: linear-gradient(#a8c0ff, #e48891);
     221      background: #c73411;
    216222
    217223}
     
    224230
    225231.hm-panel h3 {
    226     background: linear-gradient(#03001e, #7303c0);
     232    background: #16162b;
    227233    color: #fff;
    228234    padding: 5px;
Note: See TracChangeset for help on using the changeset viewer.