No problem :)
I haven't came across any specific attendance system, and this topic being
very broad on how it can be implemented and used, I'm not sure if you will
find ready made app which fulfils all your requirements. My suggestion is
to start with web2py example appliances page (
http://www.we
hi Ivica Kralj your posts are help full to me and now i have fixed my
problem with your great full help thanks and again let me ask you one
question is there any application developed for an attendance system in one
organization using web2py what can you will recommend me. 10ks ok man
On Mon, May
error report is saying you have a problem with this line
purchased = \n(db.person.id==db.purchase.buyer_id)&\n
(db.product.id==db.purchase.product_id)
try replacing above line with this one
purchased = (db.person.id==db.purchase.buyer_id) & (db.product.id
==db.purchase.product_id)
On 2
am new to web2py and am trying to develop some database driven application
and am reading the quick example for web2py on the officila site but it is
not working for me in creating the db.py. the eror looks like
unexpected character after line continuation character
(C:/Users/Alazar/Desktop/we
4 matches
Mail list logo