Search Mac Software Downloads
|
DESCRIPTION
Organise Pro... If you have a Mac and a small business then this small but powerful database application will keep track of your orders, stock, customer details, 'to do' list and has some basic invoice and accounting functionality. My ethos is to keep things as uncomplicated and quick to use as possible, leaving you free to run your business with all information at your fingertips.

Organise is small, self-contained and standalone. It doesn't require you to buy, licence or install any other database application.

WHAT'S NEW
Version 3.1:
  • fixes bug preventing correct totalling in 'Money out' where individual amounts are over 1,000.00
  • Adds 'year' to recurrece options (ie for annual charges or subscriptions)
  • Fixes bug preventing contact filter (Customer/Supplier/All drop-down) from working properly
  • 'Help' ilnk fixed
  • Manual updated to include recurrence
  • Allows for customisation of contact type list
REQUIREMENTS
Mac OS X 10.4 or later. Note that while the custom invoice can be generated on 10.3 and higher, the full list of items ordered will only show if you are using 10.4 or higher.

Bookmark and Share

SCREENSHOT

Developer:Shiela Dixon
Downloads:11,148
  - Version d/l:1,313
Business:Applications
License:Free
Date:19 Oct 2008
Platform:PPC/Intel
OTHER PEOPLE SUGGEST
    No similar products suggested yet
    Suggest something else:
    Organise Pro User Reviews (2 posts)Write A Review
    sort: smiles | time
    May 3 2007

    AMALGAMATED INC  looks great but i don't see any way to import data (?) pretty key for dbase app.  
    (Version 2.2.1)

    praisebury
    0
    [ Reply ]
    Jul 24 2005

    ANONYMOUS  it would seem to me that larger databases would run dog slow because it's just a file.

    mysql is a free database and most webhosts give you a free database. it is easy to back up, easy to transfer, in general easier to maintain and upgrade than an xml formated file. it seems like this would be a nice solution for only the smallest of small businesses, otherwise is too simplistic and will end up being a real headache if you need to move to something else later on.

    my advice, research all your options carefully.  
    (Version 1.4)

    praisebury
    0
    [ 4 Replies - Reply ]
    Replies:
    Jul 25 2005

    SHIELA DIXON  There are a large number of business tools built for Filemaker, and this is what I had in mind when I made my comments about 'applications' built to run on a proprietary database, and to be honest those tools would probably be more suitable for anyone looking for a multi-user envronment and wanting to building up a massive database.

    I'm all for open and free systems such as mysql and anyone with the technical knowledge and time to build their own custom database would do well to look at that option.

    Organise is aimed at those who wish to download a small, inexpensive application, double-click the applications icon and start working.

    I'd dispute that Organise is slowed up by its choice of file format. What is a mysql database if not a file on a hard drive? When you're using Organise, your data is stored in memory - file operations only occur when changes need to be saved, which incidentally is handled by another thread. I suggest that these principles are exactly the same when using sql.

    Note that all of the data (other than attachments which are not stored in the database file) is plain text which takes up a negligable amount of memory / hard drive space. Even if a user manages to get their data into megabytes rather than kilobytes, a meg is still nothing in today's terms.

    I'm going to be absolutely honest and say that if scrolling through very long lists gets sluggish (which none of my registered users has reported) then it's more likely to be down to my sort routines or the fact that I've used Java-Cocoa rather than Obj-C. Version 2 is already underway which is a complete rewrite in Obj-C. (I should point out to anyone interested in registering, that a licence key will be good for all future versions regardless of price increases!)

    To answer your last point, migrating data to a different system - you'll see that all tables can be exported to csv. In my experience, importing data into tabes in a proprietary database from a csv file is a piece of cake.

    Thank you for your points. I welcome the chance to discuss these things.  
    (Version 1.4)

    praisebury
    0
    Aug 1 2005

    ANONYMOUS  It's always good to be able to give some concrete piece of advice if you find an app lacking some feature you miss. So here you go with some database-related tips: www.exist-db.org, a free open source native XML db in Java, www.db4o.com (a new Java-based db engine for objects) and www.enterpisedb.com/downloads.do, a very scalable version of PostgreSQL, the world's best open source db!  
    (Version 1.4)

    praisebury
    0
    Aug 1 2005

    ANONYMOUS  The great thing to store app data in accessible XML files is that your app becomes scriptable in the sense that you can process the data further by using Ruby or Perl XML parsers (see for example www.twigxml.com or xmltwig) or by such command line tools as xmlstar.sf.net. I 'm really hoping that this would become a trend (for yet another app that follows this trend see InforMac).   
    (Version 1.4)

    praisebury
    0
    Aug 1 2005

    ANONYMOUS  An XML parser written in Ruby is rexml: www.germane-software.com/software/rexml/. And there are of course more such tools available for Mac OS X (just search for "XML" and the like here or at Hyperjeffs OS X page)!  
    (Version 1.4)

    praisebury
    0