Property Management Software allows owners to manage and track their real estate properties online. It is an easy system that allows them to view and update property information from anywhere over the Web, including information about tenants, costs associated with the property, and your monthly income on each property.
| Tags | Office/Business groupware Financial Information Management Records Management Issue Tracking |
|---|---|
| Operating Systems | POSIX Linux BSD OpenBSD |
| Implementation | PHP |
Recent releases


Changes: This release cleans many extra lines of code that were not needed.


Changes: A few minor bugs found in the mail library file for the property system were fixed.


Changes: This release fixes a small bug in the config library file.


Changes: This release changes a few items in the database setup to make the installation process smoother.


Changes: This release fixes a bug found in the form library that caused performance problems on some systems.
- All comments
Recent commentsRe: First time use
i notice you posted this sometime ago....
but, I finally got this darn project working....
let me know if you have gotten this working better 'cause I notice that even tho it works...it's a.... how should I put it.. "A work in progress.."
Basically, there is one function call the DoEVents that is in the file called do_Events.php..He passes "&$this" as a parameter and then attempts to manipulate "this" throughout the code. Well, for some reason or the other, to get it to work, in the actual function DoEvents($this), change $this, to $thiss, and change all other "this" to "thiss" in the rest of the page. This will at least make it functional....I have made so many bloody changes to I don't even know where to begin....
Hope this helps you.
> There is but a one page read me file.
>
> I have not been able to locate any doc's
> other then the one page readme. Seems
> your on your own to figure it out.
>
> By the way the email address,
> info@propertymanagement-software.org is
> not valid. So don't bother emailing
> there.
>
> Has anyone used or gotten this sofeware
> to work?
>
>
>
>
First time use
There is but a one page read me file.
I have not been able to locate any doc's other then the one page readme. Seems your on your own to figure it out.
By the way the email address, info@propertymanagement-software.org is not valid. So don't bother emailing there.
Has anyone used or gotten this sofeware to work?
install of ver 1.14
i'am trying to install on my laptop for evaluation, win2k Pro
running apache and php with a mysql backend.
the database is created and when i execute index.php in my firefox i get a blank screen. Any help will be thankfull. I am new to PHP!!