Let's do it free

News

2002-MAR-14 : some bugs are fixed in the cvs version                
2002-FEB-04 : beta 0.9.1 is available in tar file                   
2001-JAN-16 : the menu was modified to integrate logout in the table
2001-JAN-14 : all files are updated with the new session() function
2001-JAN-14 : CVS tree is available 
2001-JAN-14 : This webpage is online

Description

OpenCRM is an Open Source CRM and Support System.
It can be used for tracking clients, contracts, support tickets, and small project managment. It is written in PHP, Perl and using MySQL.

Todo

  • create a new website for support contract using openCRM database
  • include sdog is code for timesheet in cvs
  • include sdog is code for mail attachments in cvs
  • integration for invoices in pdf
  • cleaning the code (duplicate code, put fastest code, put code using less memory, ect...)
  • include stylesheets (.css)
  • include themes ?
  • a nice web page for the project ;-)
  • modify code to allow session() (lefred is doing it)

    Links

    http://sourceforge.net/projects/openrcm/

    Downloads

    you can download openCRM here

    CVS

    Anonymous CVS Access
    This project's SourceForge CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. The module you wish
    to check out must be specified as the modulename. When prompted
    for a password for anonymous, simply press the Enter key.
    
    cvs -d:pserver:anonymous@cvs.openrcm.sourceforge.net:/cvsroot/openrcm login
    
    cvs -z3 -d:pserver:anonymous@cvs.openrcm.sourceforge.net:/cvsroot/openrcm co modulename
    Updates from within the module's directory do not need the -d parameter.
    
    Developer CVS Access via SSH
    Only project developers can access the CVS tree via this method. SSH1 must
    be installed on your client machine. Substitute modulename and
    developername with the proper values. Enter your site password when
    prompted.
    
    export CVS_RSH=ssh
    
    cvs -z3 -d:ext:developername@cvs.openrcm.sourceforge.net:/cvsroot/openrcm co modulename
    
    Quick developer commands help
    First do this : 
    export CVS_RSH=ssh
    export CVSROOT=@cvs.openrcm.sourceforge.net:/cvsroot/openrcm
    
    go on a directory where you will export the cvs tree and do a checkout :
    
    cvs checkout crm
    
    After new modifications do this : 
    cvs update
    cvs commit -m "comments for this commit"
    cvs add myfile.php   do the same for a new directory
    
    Don't forget commit after finishing ! ;-)
    
    You can find cvs help here.



    You can send me comments about this website at descamps@x-tend.be for all other comments please check the project page at sourceforge.

    SourceForge Logo