Version 6 of Invoice Software

Updated 2011-01-09 20:56:32 by Siqsuruq

Hi Im Siqsuruq, im pretty new to this great community. One month ago ive started to develop little invoicing software using TCL/TK and PostgreSQL. I wondering if somebody is interested in helping me. Later on ill post a link to repository, for now you can contact me on admin(@)msysc(dot)org


Siqsuruq - 2011-01-06 17:50:18

Hi TCL community. Basically i don't need particular help with development. One friend of mine, told me once that programming has to be fun, so I just looking for people who is interested to work with me and have fun. Here you can find gziped code.

Daidze

Unpack it, create database (sql script inside db folder), change username and password inside ./incl/pgdb_class, run ./main.tcl. Give me opinion, critic, anything will be appreciated.

Thanks

P.S. Sorry my English, and Arjen sorry for email, I finally got basic idea of this wiki ;)

Or may be not :(


tclbliss - 2011-01-07

Well, I did not look at your software yet, but there is an obvious question - Why does a "little" invoice software need a "big" database server like PostgreSQL? Sqlite should be good enough.


Siqsuruq - 2011-01-09 15:56:32

Just today I was asked the same question. My choice of PostgreSQL is simple, ive never worked with SQLite, but got some experience with PostgreSQL. And I believe my software will grow later.