v.0.3 - 2010-07-12 -- email notification actions, ocr... -- if you upgrade from prev. you should del the ..._scannerconfig.table file from databases dir and drop the scannerconfig table from database -- you should call /dms/crondaily from crontab every day once -- you should setup mail.settings in db.py
On jún. 22, 08:39, szimszon <szims...@gmail.com> wrote: > Google Wave:https://wave.google.com/wave/waveref/googlewave.com/w+v0AlALXaA > > On jún. 21, 16:15, szimszon <szims...@gmail.com> wrote: > > > > > > > > > There is a document form templates in it. > > > You can fill title, tags, body, comments, expiration date fields with > > a selected template. > > > You can have date and time fields generated dynamically from templates > > and you can add days to date field "{$date+10}" minutes to time field > > "{$time+60}"... > > > On jún. 18, 15:26, szimszon <szims...@gmail.com> wrote: > > > > Developed with web2py. > > > > Document Management System LOL :) for home use with sane compatible > > > flatbed scanners... > > > > There is no hierarchie among files just tags. > > > > The application make use of crud.archive. > > > > There is no document checkout or checkin. > > > > There is only basic right management (just login and the user_1 can > > > add and delete users). > > > > There is now onlylittleset of scanner parameters to be set from a > > > fixed set of values :( > > > > It is basically written based on the needs of mine. > > > > The document scanned with scanimage converted to jpeg (Image modul) or > > > the jpeg's to pdf (convert program) if multiple pages are scanned. > > > > Need to edit db.py > > > > db = DAL('...') > > > > If you install the app. you need after register and login click to > > > "Check rights". It makes admsgroup with access to database tables. > > > The users have to be a member ofdmsgroup to use the app. user_1 > > > to... > > > > Than click the "Config" to specify scanimage and convert program's > > > path. > > > > Happy document management! > > > > Download source > > > code:https://trac.oregpreshaz.eu/linux/raw-attachment/wiki/DKR/web2py.dms....