Você está na página 1de 29

NEWSPAPER AGENCY SYSTEM

BY:

Pooja(08-IT-1268) R.Monica(08-IT-1273) Rishabh(08-IT-1281) Shrankhla(08-IT-1286)

Platform used: CORE JAVA It also makes use of the JDBC driver and SQL statements for connecting with the database.

SYSTEM REQUIREMENTS
REQUIREMENTS

HARDWARE: Intel and compatible machine Speed: 166MHz or faster Memory: 32MB or above Space: 200 MB or above

SOFTWARE: OS :,Windows, JAVA version 6.1 or higher

INTRODUCTION TO JAVA
Java is an object-oriented programming language that was designed to meet the need for a platform independent language. Java is used to create applications that can run on a single computer as well as a distributed network. Java is both a language and a technology used to develop stand-alone and internet-based applications.

CHARACTERISTICS OF JAVA
SIMPLE:- Java is a simple language that can be learnt easily even if you have just started programming. It was designed to be easy for the programmer to learn and use effectively. The syntax for various Java statements is easy to understand.

OBJECT-ORIENTED:- Java supports the objectoriented approach to develop programs. It supports various features of an object-oriented language such as abstraction, encapsulation, inheritance, and polymorphism. To implement the object-oriented language, the entire code of the program must be written within a class.The java language does not support stand-alone statements.

COMPILED & INTERPRETED:- The java programs are first compiled and then interpreted. While compiling, the compiler software checks for the errors in the program and lists all the errors on the screen. After you have made the program error-free and have recompiled it, the compiler converts the program into computer language.

PORTABLE:- Portability refers to the ability of a program to run on any platform without changing the source code of the program. Java enables the creation of cross-platform programs by compiling the programs into an intermediate representation called Java Bytecode.

DISTRIBUTED:- Java is used to develop applications that can be distributed among various computers on the network. Java is designed for the distributed environment of the internet because it supports the various internet protocols such as Transmission Control Protocols and Internet Protocol (TCP/IP).

SECURE:- Java has built-in security features that verify that the programs do not perform any destructive task such as accessing the files on a remote system. Java does not allow the use of explicit pointers.

SWINGS IN JAVA
Swing is an enhanced component set that provides replacement components for those in the original AWT and a number of more advanced components. These components enable us to create user interfaces with the type of functionality that has become expected in modern applications. Such components include trees, tables, advanced text editors, and tear-off toolbars.

JDBC
JDBC Stands for Java database connectivity, is an API i.e. used to connect java application to the database, retrieve the data from the database and utilize the data in a java program. Java.sql package contains classes and interfaces of the JDBC API

News Paper Agency System


News Paper Agency System is a circulation software and subscription management for newspaper and magazine distributors It is a multiple newspaper subscription management software system that handles both newspaper and magazine circulation. This newspaper circulation system is designed for small publishers and both small and large home delivery and retail outlet distribution operations; and will give you the kind of control you want and need when you are responsible for the management and delivery of many different kinds of newspaper and magazine publications. It helps small publishers, independent newspaper distributors and carriers manage every aspect of their business from the initial sale, to servicing the account and collecting the subscription fees.

LOGIN
User must provide their user name and password to get access to the system, system validate user name and password. After successful login, system will capture login date, time and allow to accessing the main screen and menu options as per user type.

LOGIN

MAIN MENU
After successful login, system will display main screen with available menu option to the user as per rights.

CUSTOMER
Maintain details of customer, like name, delivery address, phone no and e-mail id.

SUPPLIER
Supplier master are used to maintain the supplier details like name, address, contact no, supplier code of the supplier. Paper and magazine are supplied by the supplier.

ITEM DETAILS
It is used to enter product details like item code, category i.e. News Paper , item description, unit of stock.

PURCHASE DETAILS
Maintains the details of bill no, customer ID, item code, quantity, rate and amount.

SALES
This module is used to enter customer requirement, for news paper system allow to set date wise requirement like for particular paper you can set the requirement for Sunday only. It also maintains the bill no, supplier ID, item code, rate and amount.

THANK YOU

Você também pode gostar