Home

Last comments

Calreport compatible egw1.6 dispo !
19/06/09 12:36 More...
By Eddie Iannuccelli

Thanks for your remarks
16/06/09 07:32 More...
By Eddie Iannuccelli

Relatively minor modifications
15/06/09 19:03 More...
By Faby

Donate

Enter Amount:

Dec.04
Downloads
File iconDbBrowser-1.1.tar.gz
435
Jun.17
Downloads
File iconDbBrowser-1.0.tar.gz
243
Sep.22
Downloads
File iconcalreport_0.1.2.zip
218
Feb.03
Downloads
File iconmod_attend_my_events.zip
130
Jun.17
Downloads
File iconworkflow.tar.gz
93

Syndicate


mod_attend_my_events module
 

Views : 1433    

attend_event.pngJoomla attend events module that display user connected registration records. This module has been developped for Attend Events version 0.9.0 - Build 32, I did not test it with any other version. WARNING : mod_attend_my_events module works ONLY with a small components/com_attend_events/coreLib.attend_events.php file hack. You can do it yourself or use the pre-hacked coreLib.attend_events.php provided in that zip. Hack description :

Add following lines at line 422 of file  components/com_attend_events/coreLib.attend_events.php

    //start of ed's hack for mod_attend_my_events module
        if (!empty($filters["userid"])) {
            $where .= " AND ( r.userid = '".$filters["userid"]."')";
        }
     //end of ed's hack for mod_attend_my_events module
   
Be aware that any further component update will erase this hack !
Last thing, this is a quick and dirty hack to quickly get interesting but missing module, I hope this will stimulate dev team to do it properly ...
You can get this module in the download section.

Last update : 05-02-2009 15:13

User comments Quote this article in website Save this to del.icio.us Read more...

Calreport : An egroupware category based reporting module
 

Views : 5205    


This egroupware application provides basic calendar category based reports : select categories on which you want Calreport to display a simple 'working day' count (excluding holidays and week end). You can specify a per category total number of days to let Calreport display remaining days value and corresponding progress bar graphic. Partial time working people can input their working time percentage to fix categories total number of days.

V0.1.3 update (1.6.001 compatible) :

  • compatible with egroupware 1.6.001, do not works anymore with egropuware 1.4.xxx (use calreport 0.1.2 for 1.4.xxx versions)
  • removal of all accented french characters from french language file (bad rendering), french purists should edit egw-lang table from db or wait further update.

V0.1.2 update :

  • managers can lock/unlock categories : freeze days sum at a given time, any subsequent category event insertion, update or  deletion is ignored.
  • managers can export locked categories reports (all users data) as text files
  • users can export per category data from frontend interface (locked or not)
  • managers have now administration access (previously only admin could use admin panel)
  • locked categories can be hidden in egroupware calendar (to prevent events insertion in locked categories) using a small hack described here
  • various bugs fixed and probably fresh new ones added !
  • WARNING : NO UPDATE PROCEDURE AVAILABLE : because v0.1 and v0.1.1 did not contains any mysql table, there is nothing to update, just uninstall previous version and install new one

Last update : 19-06-2009 13:41

User comments Quote this article in website Save this to del.icio.us Read more...

DbBrowser : a free mysql/postgresql database driven perl web datagrid
 

Views : 9930    


How many time have you wrote the same Perl code to display databases records in a datagrid style ? DbBrowser is a Perl module that can help you to stop writing the same thing all your life.   DbBrowser simply need a sql query, DBI and CGI handles and  that's enough to get a fully working paginated web datagrid. See DbBrowser live demos as a simple grid, and as a filtered grid. Version 1.1 is available, check the download area.

Last update : 20-12-2007 23:29

User comments Quote this article in website Save this to del.icio.us Read more...

SimpleWorkflow
 

Views : 11116    

SimpleWorkflow is a perl script that execute a sequential list of shell executable commands. I developped this script because in my job, people have to launch various programs that act as input/output each others in a sequencial order. The execution of theses queues can spent several days so they need to track the running state and the logs to see if problems occurs. Simple workflow solve these issues by tracking running state, logs storage, etc. SimpleWorkflow is made of a Perl command line program used to start a workflow and to restart it, and a Perl CGI program used by web server to track workflow status. Workflows descriptions are stored in XML files, you can download SimpleWorkflow in the downloads section.

Last update : 26-12-2006 09:22

User comments Quote this article in website Save this to del.icio.us Read more...

Typo3.pm
 

Views : 11959    

One of my previous project required me to write Perl CGI scripts secured by a Typo 3 portal. To do that, I developped a small Perl module to check Typo3 session existence, user name and group membership.

"Play Sound" (Mini-MP3-Player 1.2 ©Ute Jacobi)

 

Last update : 30-01-2008 17:16

User comments Quote this article in website Save this to del.icio.us Read more...

SDS2genotype
 

Views : 3212    

This excel based tool allow SDS 2.2 output files (Applied Biosystems Taqman) transformation into popular genotype text file (sample/marker/allele1/allele2).


Last update : 20-12-2007 23:21

User comments Quote this article in website Save this to del.icio.us Read more...