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
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
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
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
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
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
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