Database software for OSX?

Caporegime
Joined
1 Nov 2003
Posts
35,691
Location
Lisbon, Portugal
Hi guys,

what I want to do is create a template invoice...

So each time I open a new one it auto numbers it, auto-dates etc...if possible also adds in the client details to the address book etc?

Any ideas guys? Basically I need Access for mac...someone suggested MySQL but god knows how to work that!

Cheers,
Jake
 
With Pages you can use merge and use the address book. The same is true for Word - the only thing is 2008 used apple script, 2010+ uses VB script from my understanding.

The fun comes from the auto-creation (ie numbering across documents). You'd need to create a script for this within the document template. You could then create a document using applescript and set the attributes. The document could then reference those document attributes to fill in the fields (ie report number etc).
 
Last edited:
Actually if you go into word, then Insert > Field. Next go to the mail merge and go down to DATABASE it will allow you to reference an external database. The switches allow an ODBC connection and SQL query to be added for the field.

MySQL is ok, although it's a learning experience by itself.
 
Filemaker Pro, not too hard to use and is quite well set up for what you want to do.
 
Hi guys,

what I want to do is create a template invoice...

So each time I open a new one it auto numbers it, auto-dates etc...if possible also adds in the client details to the address book etc?

Any ideas guys? Basically I need Access for mac...someone suggested MySQL but god knows how to work that!

Cheers,
Jake

Not database software per se, but you should be able to get Billings to bend to your needs. It appears pretty complicated at first, but it is also very flexible and powerful. You can certainly get it to set up to suit most needs.
 
Last edited:
Back
Top Bottom