Main > Free Download Search >

Free based project management software for linux

based project management

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 12549
eXtreme Project Management Tool 0.8

eXtreme Project Management Tool 0.8


eXtreme Project Management Tool offers a project management tool using eXtreme Programming principles. more>>
eXtreme Project Management Tool offers a project management tool using eXtreme Programming principles.
Main features:
- Time planning
- Release planning
- Iteration planning
- Resource planning
- Acquisition planning
- Work planning
- Story planning
- Task planning
- Change Request management
- Iteration tracking
- Release tracking
- Reporting
- Time booking
- User administration
- Integration of WikkaWikki
Enhancements:
- created generic support for created_date, changed_date and change_user
- 1281954: Add onClick support on foreign key selection icon
- Features:
- 1283346: Add feature to manage companies
- Work view: added actions to manage crs and todos in work view (BUG 1290425)
- 1292045: Work view: Show iteration end date
- 1285021: Work view: colorize tasks per user
- 1283260: Work view: Add edit task action
- 1280318: Work view: Add action to reassign task to other user
- 1280330: Work view: Add show all tasks action
- 1293664: Release planning: mark stories already planned in previous iterations
- BUGS:
- 1280313: Work view doesnt show correct task
- 1280331: Calculation of Task estimate total doesnt work
- 1279557: Move risk and priority to popup
- 1279092: Menupopup doesnt move if scrolling
- 1279547: Escape JavaScript popup
- 1280312: Move PlanningGroups link
- 1280320: Support time booking for pair
- 1279553: Close actionmenu on popup
- 1279095: Projects without release arent shown in release planning
- 1283271: Javascript error for category selection in project creation
- 1283337: Order by surname
- 1283334: Cant add contact due to error in company selection
- 1285019: Remove actions from not owned tasks
- 1285636: Enhanced progress calculation
- 1290355: Wrong resource calculation
- Catched failure on double click in navigation
- 1293667: iteration end date is reset on starting
- 1293672: Add default iteration end date
- 1292277: The session timeout is not handled
- 1293771: Remove actions from stories already planned
<<less
Download (MB)
Added: 2007-02-14 License: GPL (GNU General Public License) Price:
994 downloads
Essential Management

Essential Management


Essential Management provides a project management system for organizing and writing technical documents. more>>
Essential Management provides a project management system for organizing and writing technical documents.

Essential Management is a multi-user project management system for managing intricate and complex information. Its initial purpose was to allow software development teams to create, maintain, track, and store project requirements on a multi-project basis in a multi-user environment. It has now become more abstract in the type of data it can maintain, allowing the easy addition of new data models and other expansions. Information can be stored in any of several database management systems, and can take advantage of a networked DBMS.

The first and most important feature of the application is that data is stored in a central data repository managed by some database management server; initially PostgreSQL fills this role, but support for others are growing. The repository is fully searchable. An alternative data storage format exists in the form of a locally maintained XML file if the user wishes to use it.

One of the key features Essential Management was designed around is the ability to define and maintain relationships between requirements. Using the software requirement model as an example, our application allows users to define projects; each project is composed of zero or more root requirements, which are typically business level requirements. Each business requirement has zero or more sub-requirements, which either refine the parent business requirement or dive into the functional requirements which allow the business requirement to be achieved. This tree continues to branch and grow deeper until the most basic level that the user wishes to define is reached.

In addition the relationship between parent and child requirements, relationships can be defined between requirements not in the same branch. These relationships may have any meaning the user wishes to define and can be unidirectional or bi-directional.

Essential Management implements the concept of user level permissions, which provides a small measure of security for the projects and their requirements. Additionally, creation of and changes to requirements can be traced to the user who initiated the action.

Finally, the application provides a means to track changes made to requirements during their lifetime so it is possible to determine when a change was made, what information was changed and who edited the requirement.
<<less
Download (MB)
Added: 2007-02-09 License: BSD License Price:
993 downloads
Uber Project Document Management System 1.0

Uber Project Document Management System 1.0


Uber Project Document Management System is a PHP/SQL-based project document management system. more>>
Project document and management tracking system written in PHP using PostgreSQL to store user, project and document related data and MySQL to store the documents, with revision control.

How to:

How to setup the system:

Just untar every thing in your webdirecorty:
cd /var/www/html/
tar -xvzf ueber-1.0.tar.bz2

How to setup the DB:

- Create ueberp user in PostgreSQL [ueberp@psql]$ psql -U admin -c "CREATE USER ueberp WITH PASSWORD ueberp CREATEDB"
- Create a ueberp database in PostgreSQL
[ueberp@psql]$ createdb -U ueberp ueberp
- execute db-setup.psql to setup the PostgreSQL database.
[ueberp@psql]$ psql -U ueberp -d ueberp -f db-setup.psql
- Basic data is in db-data.psql for setting up the system
[ueberp@psql]$ psql -U ueberp -d ueberp -f db-data.psql
- Create a database in MySQL (i.e. ueberp)
- execute db-setup.mysql to setup the MySQL database.
- execute db-data.mysql to insert the basic data.

Finally edit ueberp/lib/config.inc and try to log into the system (user: admin, pass: admin)

Note: In order to have correct "Account Manager" and "Project Manager" entries
in the projects, the acronym for the "Account Manager" must be AM and for
the "Project Manager" PM.
<<less
Download (0.20MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1658 downloads
Cyberience Project Manager 1.5

Cyberience Project Manager 1.5


Cyberience Project Manager replaces the previously name PHP Project Manager. more>>
Cyberience Project Manager replaces the previously name PHP Project Manager. The application has functionality has been expanded significantly.
Cyberience Project Manager is a web based application for assisting in the management and organisation of a project based business. To use the application you will need to be able to use PHP in conjunction with a MySQL database.
The application incorporates the ability to organise a portfolio of projects made up of multiple tasks with individually specified billing rates (flat fee and/or hourly rate). The Project Manager allow you to monitor overall time spent on individual projects/tasks, and calculate project costs based on the specified billing rates.
Main features:
- To Do Lists
- Milestones
- Billing
- Checklists
- Time Tracking
- Bug Tracking
- Multiple Users
- Automatic Installation and Database Creation
- Password Protection
Installation:
Project Manager is simple to install:
- Extract All Files to the directory of your choice.
- FTP/Upload all the files to your server
- CHMOD 666 the file http://www.yourdomain.com/directoryname/application/includes/config.php and http://www.yourdomain.com/directoryname/.htaccess to allow the auto-install function to write information to these file.
- Point your browser to the file http://www.yourdomain.com/directoryname/
- Enter your SQL Database Hostname, Username, Password, Database Name.
- Enter the Password and Username of Your Choice for Accessing Cyberience Project Manager.
- Click the Update Button and The Database and Security Will Automatically Be Set Up
- Delete the install Directory
- Enjoy !
Enhancements:
- Client/Organisation functionality, reorganized dashboard/hub tables, an invoice/receipt facility, and the ability to create PDFs.
<<less
Download (1.1MB)
Added: 2007-07-07 License: GPL (GNU General Public License) Price:
839 downloads
Epiware Project and Document Management 4.8.0

Epiware Project and Document Management 4.8.0


Epiware is an AJAX-enabled Project and Document Management Web application. more>>
Epiware Project and Document Management is an AJAX-enabled Web application that provides access to a complete set of file management functions, including document check-in, check-out, version control, approval, change notification, and access history.
Upload, Manage and Share documents online
Epiware enables organizations to easily share information and effectively collaborate on documents in a browser-based environment.
Bring together people, content, and process
Epiware enables the creation of virtual teams by providing an online workspace for users to collaborate and exchange information in a secure, protected setting. It is intuitive and easy to use, which allows users to concentrate on what they do best rather than on trying to master an application.
With Epiware, costs can be lowered, projects can be expedited, decisions can be made in a more efficient and timely manner, changes can be executed more quickly, and errors due to miscommunications can be reduced or eliminated.
Enhancements:
- Login issues have been fixed.
- There are document history updates.
- Delete to has been added to Tasking.
- LDAP bugs and other minor issues have been fixed.
<<less
Download (8.6MB)
Added: 2007-07-17 License: Free To Use But Restricted Price:
831 downloads
Open Blue Lab 2.0.1 (Groupware/Project Management)

Open Blue Lab 2.0.1 (Groupware/Project Management)


Open Blue Lab is a rapid application development framework for building Web 2.0 portal applications. more>> <<less
Download (1.5MB)
Added: 2007-03-30 License: GPL (GNU General Public License) Price:
940 downloads
 
Other version of Open Blue Lab
Open Blue Lab 1.4.4 (WareHouse Management System)Open Blue Lab Project - Open Blue Lab 1.4.4 (WareHouse Management System)Open Blue Lab 1.4.4 (WareHouse Management
License:GPL (GNU General Public License)
Download (1.3MB)
691 downloads
Added: 2006-08-14
PHP time management 1.07b

PHP time management 1.07b


PHP time management is a Web-based time management application. more>>
PHP time management project is a Web-based time management application. You can enter scheduled items, copy items, and view them on a calendar.

A few minor items in the login page for the system were fixed.

<<less
Download (0.018MB)
Added: 2006-09-18 License: GPL (GNU General Public License) Price:
1143 downloads
Resource Management Game 0.12

Resource Management Game 0.12


Resource Management Game project is a Web-based resource management game. more>>
Resource Management Game project is a Web-based resource management game.

Resource Management Game is a PHP framework for easily creating resource management and strategy games.

Two playable games are included.

The system uses sessions to store data and should work out of the box with little or no configuration.

<<less
Download (0.081MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1022 downloads
Digital Product Management Library SDK 2.1.0

Digital Product Management Library SDK 2.1.0


Digital Product Management Library SDK is a management platform for Java-based component development. more>>
Digital Product Management Library SDK (DPML SDK) is a management platform for Java-based component development, resource management, and deployment.
The project is composed of the Transit resource management layer, the Depot multi-project build system, the Metro component management runtime engine, and the Station application management console.
Enhancements:
- Support was enhanced for the creation of composite components using URL resolvable parts (where a part is a building block defining a classloader chain, component, and deployment scenario).
<<less
Download (5.7MB)
Added: 2007-05-03 License: The Apache License 2.0 Price:
912 downloads
phpIP Management 4.3.2

phpIP Management 4.3.2


phpIP Management is a complete IPv4 address management suite. more>>
phpIP Management is a complete IPv4 address management suite, built to handle the complexity of managing todays IP address space.
phpIP Management project was built to scale and address the full lifecycle of IP address space using techniques that are not administratively intensive.
Main features:
CIDR
- Full IPv4 CIDR support.
LDAP
- Support for LDAP based user accounts.
Licensed under GNU General Public License
- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
IPv4
- Full IPv4 support using Pear Net_IPv4 class.
User Management
- User based management allows administrators to create users and assign different levels of permissions to the phpIP Management interface. Each user can set their own display preference.
<<less
Download (0.12MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1083 downloads
Auto Project Planner 1.1.0

Auto Project Planner 1.1.0


Auto Project Planner software automatically calculates a proper project plan based on your effort estimations. more>>
Auto Project Planner software automatically calculates a proper project plan based on your effort estimations and the due dates you have in mind. A list of tasks and a list of employees can be defined. Tasks can be assigned to one or more employees.
The project is also possible to define a maximum percentage value an employee can/should work on a task.
Public holidays, leaves, weekly working hours and some more parameters can be specified and are considered in the calculation.
According to this input the software compute time plans by minimizing the MSE (mean squared error) between expected and computed end dates.
Main features:
- Add/Remove/Edit/Arrange Tasks
- Estimated/Remaining Time
- Expected End Date
- Predecessors
- Add/Remove/Edit Staff Members
- Hours per week
- Assign (multiple) Staff Members to Tasks
- Define max. percentage a Staff Member could/should work on a Task
- Define Sick/Personal Leaves & Public Holidays
- Set Start Date of Calculation
- Output: Phase Plan (printable)
- Output: General & Weekly Overview of calculated plan
- Calculation
- Minimizes MSE between Expected and Calculated End Dates of Tasks
- New/Open/Save APP Projects
- Export to GanttProject
<<less
Download (0.37MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
970 downloads
Deep Project 1.0

Deep Project 1.0


Deep Project is a time entry application for consulting firms. more>>
Deep Project is a time entry application for consulting firms. It stores start/end time and sick/vacation time. The project has the beginning of project management and sales cycle features.
<<less
Download (11.3MB)
Added: 2007-03-08 License: GPL (GNU General Public License) Price:
962 downloads
ADSL Bandwidth Management HOWTO 1.3

ADSL Bandwidth Management HOWTO 1.3


ADSL Bandwidth Management HOWTO project describes how to manage outbound traffic on an ADSL modem. more>>
ADSL Bandwidth Management HOWTO project describes how to manage outbound traffic on an ADSL modem.
Emphasis is placed on lowering the latency for interactive traffic even when the upstream and/or downstream bandwidth is fully saturated.
The purpose of this document is to suggest a way to manage outbound traffic on an ADSL (or cable modem) connection to the Internet. The problem is that many ADSL lines are limited in the neighborhood of 128kbps for upstream data transfer.
Aggravating this problem is the packet queue in the ADSL modem which can take 2 to 3 seconds to empty when full. Together this means that when the upstream bandwidth is fully saturated it can take up to 3 seconds for any other packets to get out to the Internet.
This can cripple interactive applications such as telnet and multi-player games.
Enhancements:
- Added links section
<<less
Download (0.10MB)
Added: 2006-11-04 License: (FDL) GNU Free Documentation License Price:
1098 downloads
Network Management Center 1.20

Network Management Center 1.20


Network Management Center is a comprehensive network device management tool. more>>
Network Management Center project is a comprehensive network device management tool. After entering each network device, every detail can be tracked and monitored.
Having this information accessible simplifies the process of troubleshooting a network.
Manage your network with a free web-based network management tool. Troubleshooting your network will become much easier with all your network information just a few clicks away.
Add all your network devices and monitor the details about each device, and any changes that are made to the network device. Multi permission levels allow complete control over the system.
Keep your network organized and under control, network management software is based on PHP and MySQL.
Enhancements:
- Some bugs found in the forms library for the network management center software were fixed.
<<less
Download (0.20MB)
Added: 2006-08-10 License: GPL (GNU General Public License) Price:
1172 downloads
Project Dune 1.3.0

Project Dune 1.3.0


Project Dune provides an issue tracker integrated with source code control systems. more>>
Project Dune provides an issue tracker integrated with source code control systems.
Project Dune is a Web-based issue tracker that is fully integrated with source code control systems, which enables code inspections in the browser.
The project aims to automate the full cycle of development, from estimation to release.
This allows more time for productive tasks like architecture, design and coding. Especially if you have a quality plan in place based on ISO or CMM, you will find this software useful.
It is built for Tomcat with GWT, Hibernate, Java, Dozer, using the Postgres database.
Enhancements:
- An entire new layout.
- An administration module has been added.
- The inspection m- Eodule has been separated, and binary inspections added.
- Many fixes and features have been implemented.
<<less
Download (MB)
Added: 2007-08-13 License: LGPL (GNU Lesser General Public License) Price:
804 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5