
What is this Package?
=====================

This software is designed for the Calculation of Salary and Administration of
Bills at the Cash and Accounts Sections of IIT-Bombay. It automates transactions
involving bills and (to some extent) the calculation of salary - a complex and
tedious job.

System Requirements
===================

This package is designed to run on Linux/Unix OS having the servletrunner
capability. An Oracle database server is required for back-end storage of
information.

Installation & Configuration
============================
Unzip-untar the PayRoll.tar.gz file.
The package comes with its own installation shell script. Type

	./install.sh

and fill in the required queries for correct installation.

Run
	./config.sh

for change of settings after installation.

To clear all SQL tables use the Script/drop.sql file

Logging In
=============
    The installation program creates a default "root" as root admin.
    There are two login screens. One for all admins, the other one is for 
employees and students. The login links are:
         http://HOSTNAME:PORT/servlet/AdminServlet
         http://HOSTNAME:PORT/servlet/PersonServlet


Future Work
============
Read future_work file for more info


Reporting Problems
==================

The software was designed by
	
	P. Ashok Kumar <pashok@cse.iitb.ernet.in>
	Nikhlesh Pathik <nikhlesh@cse.iitb.ernet.in>
	Manoj Singh <manu@cse.iitb.ernet.in>
	Kensy Joseph <kenc@cse.iitb.ernet.in>

all are CSE students at IIT-Bombay. You know where to find us!

--
November 2000
