From: <ma...@hu...> - 2007-03-02 20:21:58
|
> What I would like to have is a non web front end (perhaps with SQLite3) > as an executable for the Mac, Linux (and Windoze) :-)-O. > Funny, but I am working on a command line tool for SL. I'm curious what interface you expect. Here's what I am planning: $ sl ofx2txt feb.ofx | sl txt2gl -a 1060 ~/.slrc config (host, user, pass, etc). ~/.sl/coa.txt stores chart of accounts (dumped via psql) ~/.sl/txt2gl.txt map trx names to SL account id's. I've got the ofx2txt command nearly done. m |