[dev] Time/billing system

Joris Braakman jorisb@nl.euro.net
Wed, 7 Nov 2001 10:37:46 +0100


On Tue, Nov 06, 2001 at 06:18:12PM -0500, Scott Singleton wrote:
> What is the concensus then? I took a look at Achievo, and though fairly
> complete although it doesn't support bug tracking and task integration for
> users.  

For a nice overview of "Call Center, Bug Tracking and Project Management
Tools for Linux" look at: http://linas.org/linux/pm.html 
They also explain various terms like "Knowledge Base" and "ERP".

There are already a lot of tools available but they all lack something.
This tells me someting about the problem domain they are operating, it 
is hard to do.

A promising issue tracking tool which had a Award winning design and 
then programmed is Roundup. 
http://sourceforge.net/projects/roundup/ 
Roundup 0.3.0pre3 - an issue tracking system 
- 2001-10-22 18:21

Joris.


>From zrahman@partex.net Date: Wed,  7 Nov 2001 16:33:49 +0600
Return-Path: <zrahman@partex.net>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 24740 invoked from network); 7 Nov 2001 10:30:58 -0000
Received: from partex.net (HELO mail.partex.net) (root@202.4.96.10)
  by clark.horde.org with SMTP; 7 Nov 2001 10:30:58 -0000
Received: (from www@localhost)
	by mail.partex.net (8.9.3/8.9.3) id QAA17908
	for dev@lists.horde.org; Wed, 7 Nov 2001 16:33:49 +0600
X-Authentication-Warning: mail.partex.net: www set sender to zrahman@partex.net using -f
Received: from 202.4.96.6 ( [202.4.96.6])
	as user zrahman@mail.partex.net by mail.partex.net with HTTP;
	Wed,  7 Nov 2001 16:33:49 +0600
Message-ID: <1005129229.3be90e0da72e1@mail.partex.net>
Date: Wed,  7 Nov 2001 16:33:49 +0600
From: M Z Rahman <zrahman@partex.net>
To: dev@lists.horde.org
References: <87CA342C2861B246B6FBC9B24412C75C617B@bcs-nt40.beacon-inc.com> <1004714411.3be2b9ab186e4@mail.lsit.ucsb.edu> <1004914214.3be5c6263949f@linux.wg.de>
In-Reply-To: <1004914214.3be5c6263949f@linux.wg.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Originating-IP: 202.4.96.6
X-Webmail-Company: Dhakacom Limited.
Subject: Re: [dev] Some functionality and tweaking questions

> 
> $identity->getFullname() should do that part.
> 
> Jan.

If someone doesn't have his/her Identity defined in the options, then? I did
something like this:

if (!empty($imp['maildomain']) { 
    echo $imp['user'] . '@' . $imp['maildomain'];
} else {
    echo $imp['user'];
}

this makes sure if the user doesn't set the Identities and even if the
administrator doesn't set the mail domain in the servers.php, this will show the
username only.

Regards,

Zia