[web2py] Re: billing app

2011-09-08 Thread Gour-Gadadhara Dasa
On Thu, 08 Sep 2011 10:05:50 +0300 Kenneth Lundström wrote: > Hello Nikolai, > > I have created a simple billing application that contains customers, > products, hour tracker (simple) and receipt handling. > > If interested I could during the weekend put up a english version of > it (Well swed

[web2py] Re: billing app

2011-09-08 Thread niknok
That would be awesome! Looking forward to it. On Sep 8, 3:05 pm, Kenneth Lundström wrote: > Hello Nikolai, > > I have created a simple billing application that contains customers, > products, hour tracker (simple) and receipt handling. > > If interested I could during the weekend put up a english

[web2py] Re: billing app

2011-09-12 Thread Gour-Gadadhara Dasa
On Mon, 12 Sep 2011 13:03:03 +0300 Kenneth Lundström wrote: > Now you can have a look at it at http://web2py.nudata.fi/em It's very nice, and based on brief overlook, it looks as capable as PHP's MyClientBase. :-) Sincerely, Gour -- “In the material world, conceptions of good and bad are al

[web2py] Re: billing app

2011-09-12 Thread niknok
Thanks for sharing Kenneth. This looks good. Are you going to open source it? Would like to learn from the code, especially the invoicing part. On Sep 12, 6:03 pm, Kenneth Lundström wrote: > Now you can have a look at it athttp://web2py.nudata.fi/em > > Login with kenneth and kenneth > > This is

[web2py] Re: billing app

2011-09-12 Thread Gour-Gadadhara Dasa
On Tue, 13 Sep 2011 00:07:30 +0300 Kenneth Lundström wrote: > if you want a copy of the code I can send it, or if somebody else > wants a copy let me know. +1 gour at atmarama dot net Sincerely, Gour -- “In the material world, conceptions of good and bad are all mental speculations…” (Sr

[web2py] Re: billing app

2011-09-15 Thread Massimo Di Pierro
I am getting Traceback (most recent call last): File "/Users/mdipierro/web2py/gluon/restricted.py", line 194, in restricted exec ccode in environment File "/Users/mdipierro/web2py/applications/em/models/1_db.py", line 15, in db = DAL('mysql://testing_user:testing_pass@localhost/ testi

Re: [web2py] Re: billing app

2011-09-12 Thread Kenneth Lundström
Now you can have a look at it at http://web2py.nudata.fi/em Login with kenneth and kenneth This is an application for a very small firm, three part-time IT-supporters. FRONTPAGE: summary of all kind of data. a) how many unpaid receipts b) how much money every person has earned

Re: [web2py] Re: billing app

2011-09-12 Thread Kenneth Lundström
Hi Nikolai, if you want a copy of the code I can send it, or if somebody else wants a copy let me know. The code is a mess in places and for the moment I don't have time to clean it up. I could opensource it when it's cleaned. There no point in waiting for it to be ready, it's a work in progre

Re: [web2py] Re: billing app

2011-09-12 Thread pbreit
I'd like to take a look. thx! pbreitenbach at gmail

Re: [web2py] Re: billing app

2011-09-12 Thread Christopher Steel
I would love to take a look as well. Thanks for offering. chris DOT steel @ gmail.com

Re: [web2py] Re: billing app

2011-09-12 Thread David
Kenneth; Well done. Can you post the code somewhere public for download? I think many people would be interested in it. Thanks. On 9/13/11 1:25 AM, Gour-Gadadhara Dasa wrote: On Tue, 13 Sep 2011 00:07:30 +0300 Kenneth Lundström wrote: if you want a copy of the code I can send it, or i

Re: [web2py] Re: billing app

2011-09-13 Thread Kenneth Lundström
Source can be found at: http://web2py.nudata.fi/em/static/em.tar.gz I first used the Pack command i Admin but it packed a little to much, e.g. uploads. There is an small problem when starting with an empty database. You have to insert some values into database to be able to start using this

Re: [web2py] Re: billing app

2011-09-15 Thread Kenneth Lundström
> db = DAL('mysql://testing_user:testing_pass@localhost/ testing_db') > RuntimeError: Failure to connect, tried 5 times: (1045, u"Access denied for user 'testing_user'@'localhost' (using password: YES)") >Is there something I am supposed to do before launching it? As stated in my mail this app