Re: Python + OpenOffice Calc

2010-04-01 Thread rantingrick
On Apr 1, 4:38 am, "egl...@gmail.com" wrote: > Actually, a spreadsheet based solution isn't best fit for such a task. > I'd recommend to store the data in sqlite3 (also 100% pure python as > the module is in the stdlib). CSV is good for making invoices or > something like that. +1 -- http://mai

Re: Python + OpenOffice Calc

2010-04-01 Thread egl...@gmail.com
On Apr 1, 6:53 am, rantingrick wrote: > > 3 fields: quantity - description of the piece bought - price > > So what is your plan...? >   * Pop up a dialog with three entrys, >   * have him fill out the three entrys, >   * then have python insert the data into the spreadsheet? > ...Why bother messi

Re: Python + OpenOffice Calc

2010-03-31 Thread rantingrick
On Mar 31, 2:47 am, Tracubik wrote: > Hi all! > i'm giving away to a friend of mine that have a garage (he repair car) my > old computer. He will use it essentialy to create estimates of the work > via an ods file (i've made a simple ods file to be filled with the cost of > materials and a descrip

Re: Python + OpenOffice Calc

2010-03-31 Thread Chris Colbert
On Wed, Mar 31, 2010 at 4:21 PM, bobicanprogram wrote: > On Mar 31, 2:47 am, Tracubik wrote: > > Hi all! > > i'm giving away to a friend of mine that have a garage (he repair car) my > > old computer. He will use it essentialy to create estimates of the work > > via an ods file (i've made a simp

Re: Python + OpenOffice Calc

2010-03-31 Thread bobicanprogram
On Mar 31, 2:47 am, Tracubik wrote: > Hi all! > i'm giving away to a friend of mine that have a garage (he repair car) my > old computer. He will use it essentialy to create estimates of the work > via an ods file (i've made a simple ods file to be filled with the cost of > materials and a descrip

Re: Python + OpenOffice Calc

2010-03-31 Thread Chris Rebert
On Wed, Mar 31, 2010 at 12:47 AM, Tracubik wrote: > Hi all! > i'm giving away to a friend of mine that have a garage (he repair car) my > old computer. He will use it essentialy to create estimates of the work > via an ods file (i've made a simple ods file to be filled with the cost of > materials

Python + OpenOffice Calc

2010-03-31 Thread Tracubik
Hi all! i'm giving away to a friend of mine that have a garage (he repair car) my old computer. He will use it essentialy to create estimates of the work via an ods file (i've made a simple ods file to be filled with the cost of materials and a description of the work). He's totally new with com