software that manages
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1613
Andutteye Software Suite 2.3 (Themes)
Andutteye Software Suite is a systems management tool. more>>
Andutteye Software Suite is a systems management tool. Andutteye Software Suite has a modular design and every module targets different tasks of systems management.
Andutteye Software Suite will let you manage all aspects of the IT infrastructure, helping to ensure availability, monitor, tune, and optimize performance.
Andutteye Software Suite will make it easier to support and maintain your entire enterprise as a single entity from a central point of operation.
The webinterface has oustanding features like:
- css stylesheet and theme support
- Language support
- Support and complete integration for monitoring, management and change module
- Role based access control to aes objects
- Centralized configuration administration for monitoring and management
- Tweak and present aes gathered data with graphs or reports
- Rss syndication support
<<lessAndutteye Software Suite will let you manage all aspects of the IT infrastructure, helping to ensure availability, monitor, tune, and optimize performance.
Andutteye Software Suite will make it easier to support and maintain your entire enterprise as a single entity from a central point of operation.
The webinterface has oustanding features like:
- css stylesheet and theme support
- Language support
- Support and complete integration for monitoring, management and change module
- Role based access control to aes objects
- Centralized configuration administration for monitoring and management
- Tweak and present aes gathered data with graphs or reports
- Rss syndication support
Download (0.20MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1100 downloads
Other version of Andutteye Software Suite
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
Contractor Software 0.8
Contractor Software allows contractors to manage their projects and interact with customers online. more>>
Contractor Software allows contractors to manage their projects and interact with customers online. A contractor can post each task of a project. Each task has a start date and estimated completion date.
The client can then always know where the project is and leave comments for the contractor on each task. The contractor can also reply to the client with a follow up comment. This enhances communication and also leaves a record for reference later.
<<lessThe client can then always know where the project is and leave comments for the contractor on each task. The contractor can also reply to the client with a follow up comment. This enhances communication and also leaves a record for reference later.
Download (0.026MB)
Added: 2006-09-18 License: GPL (GNU General Public License) Price:
1132 downloads
Lyrics Manager 0.2.8
Lyrics Manager is an amaroK script that manages the song lyrcis. more>>
Lyrics Manager is an amaroK script that manages the song lyrcis.
Main features:
- Edit lyrics with your favorite editor
- Export lyrics to file
- Import lyrics from file
You can setup your editor (for editing) and directory with texts (for import and export) via script configuration. Script will take care of html break tags while importing and exporting lyrics text, so you can edit and store plain text with correct rendering it in amaroK.
<<lessMain features:
- Edit lyrics with your favorite editor
- Export lyrics to file
- Import lyrics from file
You can setup your editor (for editing) and directory with texts (for import and export) via script configuration. Script will take care of html break tags while importing and exporting lyrics text, so you can edit and store plain text with correct rendering it in amaroK.
Download (0.015MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
833 downloads
Call center software 0.93
Call center software is one of the most important aspects of any call help center. more>>
Call center software is one of the most important aspects of any call help center, being able to track and manage calls can be the key to high customer safisfacation. Our 100% free call center software solution is based on php and the mysql database.
A call center is a place where customers calls are handled by an organization, usually with some amount of computer automation.
Call center refers to the IT function or process applied to support tasks across all operations. A method of Dealing with incoming calls and requests in a customer service environment.
Enhancements:
- A problem with the change password function was fixed to improve the error messages.
<<lessA call center is a place where customers calls are handled by an organization, usually with some amount of computer automation.
Call center refers to the IT function or process applied to support tasks across all operations. A method of Dealing with incoming calls and requests in a customer service environment.
Enhancements:
- A problem with the change password function was fixed to improve the error messages.
Download (0.030MB)
Added: 2006-09-25 License: GPL (GNU General Public License) Price:
1133 downloads
Samsung Manager YH-820 0.1
Samsung Manager YH-820 is a manager for the Samsung YH-820 digital audio player (an maybe others). more>>
Samsung Manager YH-820 is a manager for the Samsung YH-820 digital audio player (an maybe others).
Samsung Manager YH-820 manages song for the digital audio player from Samsung.
The program aims to be as more user friendly as possible, using HAL and Dbus for player detection and provides a gobject based library that, eventually, may be integrated with a music player (for example Rhythmbox).
In the spirit of "release early, release often", it lacks song removing. Please report any bug and backup your player, a new release will follow soon.
<<lessSamsung Manager YH-820 manages song for the digital audio player from Samsung.
The program aims to be as more user friendly as possible, using HAL and Dbus for player detection and provides a gobject based library that, eventually, may be integrated with a music player (for example Rhythmbox).
In the spirit of "release early, release often", it lacks song removing. Please report any bug and backup your player, a new release will follow soon.
Download (0.26MB)
Added: 2006-08-14 License: GPL (GNU General Public License) Price:
729 downloads
0.2PassGuard Figaros Password Manager plugin
PassGuard Figaros Password Manager plugin provides PassGuard plugin to manage Figaros Password Manager Blowfish encrypted file more>>
PassGuard Figaros Password Manager plugin provides PassGuard plugin to manage Figaros Password Manager Blowfish encrypted file
The PassGuard suite is a set of software that manages passwords encrypted in a file.
Users just have to remember one password, and different encrypted file formats are supported via plugins.
The PassGuard FPM plugin is a plugin that manages Figaros Password Manager files encrypted with the Blowfish algorithm.
<<lessThe PassGuard suite is a set of software that manages passwords encrypted in a file.
Users just have to remember one password, and different encrypted file formats are supported via plugins.
The PassGuard FPM plugin is a plugin that manages Figaros Password Manager files encrypted with the Blowfish algorithm.
Download (0.29MB)
Added: 2007-02-01 License: GPL (GNU General Public License) Price:
995 downloads
App::Manager 0.03
App::Manager is a Perl module for installing, managing and uninstalling software packages. more>>
App::Manager is a Perl module for installing, managing and uninstalling software packages.
SYNOPSIS
use App::Manager; # use appman instead
<<lessSYNOPSIS
use App::Manager; # use appman instead
Download (0.017MB)
Added: 2007-01-11 License: Perl Artistic License Price:
1023 downloads
Cache::Memcached::Managed 0.16
Cache::Memcached::Managed is a Perl module that provides an API for managing cached information. more>>
Cache::Memcached::Managed is a Perl module that provides an API for managing cached information.
SYNOPSIS
use Cache::Memcached::Managed;
my $cache = Cache::Memcached::Managed->new( 127.0.0.1:12345 );
$cache->set( $value );
$cache->set( $value,$id );
$cache->set( value => $value,
id => $id,
key => $key,
version => 1.1,
namespace => foo,
expiration => 1D, );
my $value = $cache->get( $id );
my $value = $cache->get( id => $id,
key => $key );
<<lessSYNOPSIS
use Cache::Memcached::Managed;
my $cache = Cache::Memcached::Managed->new( 127.0.0.1:12345 );
$cache->set( $value );
$cache->set( $value,$id );
$cache->set( value => $value,
id => $id,
key => $key,
version => 1.1,
namespace => foo,
expiration => 1D, );
my $value = $cache->get( $id );
my $value = $cache->get( id => $id,
key => $key );
Download (0.038MB)
Added: 2007-03-08 License: Perl Artistic License Price:
960 downloads
Php-Residence Hotel Software 1.1.1
Php-residence is an open source program designed to manage daily or weekly rental of house apartments or hotel rooms. It uses a PostgreSQL or MySQL database on backend. Reservations can be assigned to an apartment automatically with user defined rules. Templates of forms to check availability for internet sites can be created. Multi-user with privileges system. more>>
Php-Residence Hotel Software - Php-residence is an open source program that can be used in your browser designed to manage daily or weekly rental of house apartments or hotel rooms. It uses a PostgreSQL or MySQL database on backend. Reservations can be assigned to a room or apartment automatically with user defined rules. Templates of forms to check availability for internet sites can be created. Multi-user with privileges system. Custom prints and reports can be generated.
Enhancements:
Version 1.0
System Requirements:Apache, php, mysql or postgresql<<less
Download (661.4Kb)
Added: 2008-11-16 License: Free Price: Free
14 downloads
Other version of Php-Residence Hotel Software
License:Freeware
Service Management Software 1.12
Service Management is a Web application to manage your service and repair work. more>>
Service Management Software Solution manage your service and repair including work orders, service scheduling, service calls, preventative maintenance, and customer contact information.
Service Management Software is the ideal free solution for any service oriented business.
Web-based interface using php and mysql, can be setup as part of your web site so it can be accessed from anywhere. Help create service efficiencies, increase service quality, and streamline your service operations.
Enhancements:
- This release cleaned up most of the library files to remove extra code lines that were no longer needed.
<<lessService Management Software is the ideal free solution for any service oriented business.
Web-based interface using php and mysql, can be setup as part of your web site so it can be accessed from anywhere. Help create service efficiencies, increase service quality, and streamline your service operations.
Enhancements:
- This release cleaned up most of the library files to remove extra code lines that were no longer needed.
Download (0.20MB)
Added: 2006-08-15 License: Free To Use But Restricted Price:
1169 downloads
Property Management Software 1.18
Property Management Software allows owners to manage and track their real estate properties online. more>>
Property Management Software allows owners to manage and track their real estate properties online.
Property Management Software is an easy system that allows them to view and update property information from anywhere over the Web, including information about tenants, costs associated with the property, and your monthly income on each property.
Enhancements:
- This release cleans many extra lines of code that were not needed.
<<lessProperty Management Software is an easy system that allows them to view and update property information from anywhere over the Web, including information about tenants, costs associated with the property, and your monthly income on each property.
Enhancements:
- This release cleans many extra lines of code that were not needed.
Download (0.079MB)
Added: 2006-07-12 License: Other/Proprietary License with Source Price:
1203 downloads
TorApplet 0.0.6 Alpha
TorApplet is a simple GNOME applet for managing and monitoring the basic activities of the Tor daemon. more>>
TorApplet is a simple GNOME applet for managing and monitoring the basic activities of the Tor daemon.
<<less Download (0.17MB)
Added: 2006-01-24 License: GPL (GNU General Public License) Price:
1368 downloads
FreeSMS 1.0
FreeSMS project is an application for managing an educational facility. more>>
FreeSMS project is an application for managing an educational facility.
It stands for Free Student Management System and it manages teachers and students and provides marketing, registration, course management, attendance, and a student evaluation system, and manages courses within a class environment.
Profile-based management is supported for administrators, teachers, and students. Teachers and students can be registered online.
Students are allowed to manage their own class enrolment and submit course evaluations, and teachers can manage student attendance.
The differential factor and elegance of this project lie in the OOP standard and a modular structure. The code is clean and very extendable.
Main features:
- Manage courses within a class environment
- Sopport for profile based management: Administrator, Teacher and Student
- Online teacher and student registration
- Allow students to self manage class enrollment
- Allow teachers to manage student attendance
- Ability for students to submit course evaluations
<<lessIt stands for Free Student Management System and it manages teachers and students and provides marketing, registration, course management, attendance, and a student evaluation system, and manages courses within a class environment.
Profile-based management is supported for administrators, teachers, and students. Teachers and students can be registered online.
Students are allowed to manage their own class enrolment and submit course evaluations, and teachers can manage student attendance.
The differential factor and elegance of this project lie in the OOP standard and a modular structure. The code is clean and very extendable.
Main features:
- Manage courses within a class environment
- Sopport for profile based management: Administrator, Teacher and Student
- Online teacher and student registration
- Allow students to self manage class enrollment
- Allow teachers to manage student attendance
- Ability for students to submit course evaluations
Download (0.26MB)
Added: 2006-10-16 License: The PHP License Price:
2501 downloads
Construction Management Software 1.35d
Construction Management Software is a solution for builders and construction groups to manage construction projects. more>>
Construction Management Software is a solution for builders and construction groups to manage construction projects.
Construction Management Software lets your clients stay up to date on their projects online. You can create a project, add tasks and clients, log in and can place comments on each task, and view estimated completion dates and the status of each task.
You can export a project to a spread sheet for reporting or to create a status report to take to the job site.
Enhancements:
- This release included some updates to the quick start tutorial for the system.
<<lessConstruction Management Software lets your clients stay up to date on their projects online. You can create a project, add tasks and clients, log in and can place comments on each task, and view estimated completion dates and the status of each task.
You can export a project to a spread sheet for reporting or to create a status report to take to the job site.
Enhancements:
- This release included some updates to the quick start tutorial for the system.
Download (0.094MB)
Added: 2006-04-04 License: Other/Proprietary License with Source Price:
1306 downloads
SGCE 1.4 Beta
SGCE is a skin care management system that manages customers, treatment follow-up, product supply, clinic history and more. more>>
SGCE is a skin care management system that manages customers, treatment follow-up, product supply, clinic history, and skin status.
The project is a Web-based management system with Brazilian-Portuguese language support.
Installation:
- Load mysql structure from database-mysql.sql file
- Set up conf.inc.php
<<lessThe project is a Web-based management system with Brazilian-Portuguese language support.
Installation:
- Load mysql structure from database-mysql.sql file
- Set up conf.inc.php
Download (0.028MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
865 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above software that manages search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed