Automation of Super Market

Size: px
Start display at page:

Download "Automation of Super Market"

Transcription

1 Automation of Super Market Sonali Das Computer Science and Applications, College of Agricultural Engineering and technology OUAT, Bhubaneswar, Orissa, India Abstract This paper presents procedures for automating the Super Market. Super Market maintains all the details related to the various customers and vendors involved in the transaction of the super market. It keeps all the details of the products required in the transaction of the market. It maintains the flow of products. It records all the day to day transactions invoices which record the details of sales made by the market.it handles all the proceedings of payments made by the different customers of the super market. It makes the regular entry of the issues and receipts of the products indulged in the transaction of the super market. Super Market also generates various types of reports in order to keep all the activities under proper control. The software package Automation of Super Market can be said to be a benchmark for betterment of the service in Super Market as it takes care of the system administration. The system has been developed in such a way that the user will find them absolutely essential in generating details of the market. Programming language- Java Development Kit 1.4.0(JDK1.4.0), RDBMS backend- SQL server 7.0, ernet Technology- HTML, Java Server Pages (JSP), Web server- Java Web Server 2.0 (JWS 2.0) and TOMCAT are used to develop the software package Automation of Super Market Keywords: DFD, ER-Diagram, Database, JSP, HTML, Reports I. INTRODUCTION Super Market is a shopping center engaged in purchasing consumer goods from solo vendor and manufactures and selling to customers and retailers. Before the proceeding of Super Market was handled manually, but this method has to face a lot of difficulties of problems when the super market started to deal with a large volume of transaction and data. Some of the common problems are illustrated as under: (i) The storage and preservation of large volume of data becomes difficult. (ii) The recording of the data on manual system is very costly because the writing and reading process is very low. (iii) There are always good chances of errors. (iv) A manual system does not help to provide quick view of stock available, invoices, payments etc. After knowing the various limitations of manual system, the super market realized that the computerization methods, as it provided them the following advantages: The storage and preservation of large volume of data becomes very simple and easy. The recording process on a computerized system is very cheap. The reading process of data is very fast and easily readable on machine. There negligible chances of errors in a computerized system. The computerized system helps to provide a quick view of all the details of a super market. II. SOFTWARE AND HARDWARE REQUIREMENT SPECIFICATIONs Hardware Requirements: el chipset motherboard 1GB RAM 120 GB Seagate hard disk Pentium-III 1 giga hertz processor LG studioworks563 N 15 inch monitor mercury scroll mouse Maple keyboard Software Requirements: Operating system- windows Millennium on wards. 52

2 Programming language- Java Development Kit (JDK1.4.0) RDBMS backend- SQL server 7.0 SQL Server 7.0 ernet Technology- HTML, Java Server Pages (JSP), Web server- Java Web Server 2.0 (JWS 2.0),TOMCAT Microsoft SQL Server 7.0 is one of the powerful, high performances, preferred Relational Database Management System. It is capable of supporting hundreds of simultaneous users, depending on application and the hardware environment. It is designed as a central repository for all the data of the organization and to meet the demanding requirements of distributed client/server computing. JAVA Since there are problems in C & C++ compilers that the compilers are expensive and time consuming to create, so an easier and more cost-efficient solution was needed. JAVA is a portable, platform-independent language that could be used to produce code that would run on a variety of CPU s under differing environments. JSP (Java Server Pages) Anything you can do with PHP, you can do with JSP; the reverse is not true. JSP is much more powerful, since it has access to all the Java libraries. PHP only has access to PHP libraries. JSP technology is created to support authoring of HTML and XML pages. It makes it easier to combine fixed or static template data with dynamic content. Apache Tomcat Web Server Tomcat is an open source product maintained by the Jakarta Project of the Apache Software Foundation. Tomcat replaces the old Java Servlet Development Kit (JSDK) that was previously provided by sun. It contains the class libraries, documentation, and run-time support that need to create and test jsp. III. SYSTEM DESIGN System Design is the first step in the development phase for any engineered product of system. System design is an activity concerned with making major decisions, often of a structural nature. It shares with programming a concern for abstraction information representation and processing sequences, but the level of details is quite different at the extremes. Design builds coherent, well-planned representation of programs that concentrate on the interrelationship of parts at the higher level and the logical operations involved at the lower levels. Software design is a process through which requirement are translated into a representation of the software. The system design is carried out in two phases. Preliminary Design Detailed design A. Preliminary Design This design aims to identify the modules that should be in the system, the specification of these modules and how they interact with each other to produce the desire results. At the end of preliminary design all major data structures, files formats, output formats, and major modules in the system and their specifications are decided. The tools that assist in Preliminary design process are Data Flow Diagrams (DFDs) and Entity- Relationship Diagram (ER-Diagram). Data Flow Diagram (DFD): Data Flow Diagram (DFD) depicts information flow, the transformation flow and the transforms that are applied as data move from input to output.. DFD of Automation of super market is given on Figure-1. Entity-Relationship (ER) Diagram: ER-Diagram is a primary tool, which helps in Database Design. The overall logical structure of a database can be expressed graphically by ER-Diagrams. ER diagram of Automation of super market is given on Figure-2. B. Detailed Design Input Design: Input design is the process of converting useroriented inputs to a computer-based format. The goal of designing input data is to make data entry easy, logical and free from errors. The data is fed into the system using simple interactive forms. The forms have been supplied with message so that the user can enter data without facing any difficulty. The data is validated during data entry and if any errors are found then appropriate error message and displayed. This ensures that only correct data is stored in the database. Sample Screen inputs are shown in Figure-3 53

3 Based on the proposed system, the database design was finalized. The main part of the database design is creation of tables and defining their relations. Figure 1. DFD of automation of Super Market Output Design: The objective of the output design is to convey the information of all that past activities, current status and to emphasize important events. The output generally refers to the results and information that is generated from the system. The output design of the system was accomplished keeping in mind the following objectives. Determine what information to display. Arrange the presentation of information in an acceptable format. Decide how to distribute the output to the intended recipients. Sample Screen outputs are shown in Figure-4. Database Design: Database Design is a process of organizing data pertaining to concerned organization in an orderly manner to provide easy access to the required information. ER-Diagrams and Normalization procedure are used in Database design. Figure 2. ER-Diagram of Super Market The tables for the SUPER database are in the normalization form. The data structure as follows. Data Structures Table: CUSTMAST Description: Details about the Customer Primary Key: Custcode 54

4 Data Size 1. Custcode Customer code,not Varchar 5 2. Custname Customer name Varchar Custadd Customer address Varchar Custcity Customer city Varchar Pin Customer pin Varchar 6 6. Custtype Customer category Varchar 1 7. Custcred Customer credit Varchar 1 eligibility 8. Custcheq Customer can pay by Varchar 1 cheque 9. Custcrlmt Customer credit limit Decimal (10,2) 10. Custcrprd Customer credit peroid 11. Custdue Customer Amount due Decimal (10,2) 12. Custlttxn Customer Last transaction Datetime Table: VENDMAST Description: Details about the vendor Primary Key: Vcode Sl.No. Field Description Data Size 1. Vcode Vendor code,not Varchar 5 2. Vname Vendor name Varchar Vadd Vendor address Varchar Vcity Vendor city Varchar Pin Vendor pin Varchar 6 Table: PRODMAST Description: Details about the Product Primary Key: Prcode 1. Prcode Product code,not Data Varchar 5 2. Prdesc Product description Varchar Prdcat Product category Varchar Prdqtyoh Product Quantity on hand 5. Prdunit Unit of measure Varchar 3 Size 6. Prdcost Current cost price Decimal (10,2) 7. Prdsell Current selling price Decimal (10,2) 8. Prdmax Product maximum quantity 9. Prdrol Product reorder level 10. Prdlstrxn Product last transaction date Datetime 11. Prodolsta Product reorder status Varchar 1 Table: INVHEAD Description: Details about the Cash bill/invoice Primary Key: Invno Data 1. Invno Invoice no,not 2. Invdate Invoice date Datetime Size 3. Custcode Customer code;foreign Varchar 5 key, Not null 4. Invvalue Invoice value Decimal (10,2) 5. Amtdue Amount due against invoice Decimal (10,2) Figure-3. Sample Screen inputs 55

5 Table: INVDETL Description: Details about the transaction details Primary Key: Invno Data Size 1. Invno Invoice number,not 2. Prcode Product code;foreign Varchar 5 key; Not 3. Invqty Invoice quantity Table: RECPHEAD Description: Details about the Receipt Primary Key: Recpno Data Size 1. Recpno Receipt number,not 2. Recpdt Receipt date Datetime 3. Vcode Vendor Varchar 5 code;foreign key; Not 4. Recpval Receipt value (10,2) Figure-4. Sample Screen outputs Table: PAYMENTS Description: Details about the Payments Primary Key: Payno Data Size 1. Payno Payment number,not 2. Paydt Payment date Datetime 3. Paymode Payment mode Varchar 2 4. Chqccno Cheque/Credit card Varchar 8 number 5. Bankcode Bank code Varchar 4 6. Paystat Payment status Varchar 1 7. Custcode Customer code;foreign key;not 8. Payamt Payment amount Decimal (10,2) Table: RECPDETL Description: Details about the receipt transaction Primary Key: Recpno Data Size 1. Recpno Receipt number,not 2. Prcode Product Varchar 5 code;foreign key; Not 3. Pqty Product quantity Table: BANK Description: Details about the Bank Primary Key: Recpno Data Size 1. Bankcode Bank code,not Varchar 4 2. Bankname Bank name Varchar 20 56

6 Table: PAYDETL Description: Preliminary details regarding the payments made by customer Primary Key: Payno Sl.No. Field Description 1. Payno Payment number,not 2. Invno Invoice number;foreign key; Not 3. Invamt Invoice amount deducted Data Size Decimal (10,2) IV. MODULES AND THEIR DESCRIPTION There are 18 modules are in the Automation of Super Market in which all the functional requirements are covers. (1) Addition of customer record module: In this module a new custom record is added along with various details required to be maintained. (2) View of customer record module: In this module, detail of a particular customer whose code is specified by the user is displayed from the customer master file. (3) Modify the customer records: In this module a particular record of customer master file is modified or changed in the customer master file. (4) Deletion the customer records: In this module the details of a particular customer whose code is specified by the use is deleted and then the master file is updated. (5) Product-Addition module: In this module a record of a new product is added along with various details required to be maintained. (6) Product-View module: In this module necessary details of a particular product is displayed whose code is specified by the user from the product master file. (7) Product-Modify module: In this module a particular record of the product master file is modified or changed. (8) Product-Deletion module: In this module a details of a particular product whose code is specified by the user is deleted. (9) Vendor-Addition module: In this module a record of a new vendor is added along with various details required to be maintained. (10) Vendor-View module: In this module necessary details of a particular vendor is displayed whose code is specified by the user from the vendor master file. (11) Vendor-Modify module: In this module a particular record of the vendor master file is modified or changed. (12) Vendor-Deletion module: In this module, a detail of a particular vendor whose code is specified by the user is deleted. (13) Vendor-Transaction module: In this module transaction held up with vendor is recorded. The details of the receipts transactions are then updated in the receipt book. (14) Customer Transaction module: In this module the payment made by the customer is recorded. The details of the payment transaction are then updated into the payment database and payment details database. (15) Invoice-view module: In this module the invoice of the cash bills entries made in the invoice books is viewed. (16) Payment-view module: In this module, details of the payments made to different vendors are viewed. (17) Receipt-View module: In this module all the details of the receipts receive from the different customer is displayed. (18) Report Generation module: In this module all the reports are generated like Daily Sales reports, Credit-Card Transaction reports, Non-moving Items reports, Over-Stock items reports, Re-order level reports, Over-due reports 57

7 V. VALIDATION CHECK, IMPLEMENTATION AND MAINTENANCE, TESTING, SYSTEM SECURITY MEASURES Validation check Validation succeeds when software functions in a manner that can be reasonably expected by the customer. This system use a process called alpha and beta testing to uncover errors that only the end-user seems able to find. Implementation and maintenance There are three aspects of Implementation, they are: Users Training: The users are given training about, computer hard wares, software and languages. Conversion: Conversion is the process of converting the old system into a new one as we are changing the present manual system into the newly computerized system. Post Implementation: The post implementation review will be conducted later after the complete implementation of the system at the client side. Software Maintenance traditionally denotes the process of modifying a software product after it has been delivered to the customer. Testing The Testing techniques applied to this software are White box Testing White box testing is a test case design method that uses the control structure of the procedural design to derive test cases. Black box Testing Black box testing focuses functional requirements of the software. It derives sets of input conditions that will fully exercise all requirements of a program. System Security Measures Security of data is of paramount importance. It is an irreplaceable asset and it is vital in enterprise application. During online processing of data various security functions should be enforced at different levels. The online system uses to client-server database in which discretionary security mechanism and mandatory security mechanism is effectively implemented. The discretionary access control is based on the granting and revolving of privileges. The mandatory access control is especially used to maintain multilevel security. VI. CONCLUSION At the end of this project, we hope that, the system will provide a full proof Automation of a Super Market. I expect that, the system will fulfill all the requirements, inquiries of any Super Market even if they are very small or large number of transaction occurs. So as per my knowledge the procedure and methodology will satisfy all the needs/requirements. So it can be properly implemented to the best of expectation and strategies. In future we can use it in ernet also. We can make another nice project without creating a new project. VII. REFERENCES [1] Segre, L.M.; Bastos, R.M., "Electronic commerce: creating competitive opportunities in Brazilian supermarkets," Management of Engineering and Technology, Technology and Innovation Management. PICMET '99. Portland ernational Conference on, vol.1, no., pp.194 vol.1,, [2] Irene Yousept, Feng Li,(2004):Online Supermarkets: Emerging Strategies And Business Models In The UK." Proceedings of the 17th Bled ecommerce Conference Herbert Schild, The Complete Reference Java 2, 5 th ed. Tata McGraw-Hill Education, [3] Roberts, M., Xu, X. M. and Mettos, N., (2003): ernet Shopping: Supermarket Model and Customer Perceptions. Journal of Electronic Commerce in Organisations Vol. 1, No. 2 pp Phillip Hanna, JSP 2.0 Complete Reference, 2 nd ed., Tata McGraw-Hill Education, [4] CT-the-Project- %E2%80%9Csupermarket%E2%80%9D-Deals- With-The [5] Hardware-Project html [6] ee000272c96/$file/03yousept.pdf 58

DURGA SOFTWARE SOLUTUIONS,S.R NAGAR,HYDERABAD. Ph:9246212143,040-64512786. Abstract

DURGA SOFTWARE SOLUTUIONS,S.R NAGAR,HYDERABAD. Ph:9246212143,040-64512786. Abstract Abstract The problem that we specify is that now day it is too difficult for both writing and maintaining records manually. It takes lots of time for writing records manually. Even there is chance of missing

More information

Design of a Computerized Inventory Management System for Supermarkets

Design of a Computerized Inventory Management System for Supermarkets Design of a Computerized Inventory Management System for Supermarkets Abisoye Opeyemi A. 1, Boboye Fatoba 2, Abisoye Blessing O 3 1 M. Sc (Computer Science), Federal University of Technology, Department

More information

A Performance Comparison of Web Development Technologies to Distribute Multimedia across an Intranet

A Performance Comparison of Web Development Technologies to Distribute Multimedia across an Intranet A Performance Comparison of Web Development Technologies to Distribute Multimedia across an Intranet D. Swales, D. Sewry, A. Terzoli Computer Science Department Rhodes University Grahamstown, 6140 Email:

More information

Online Library Management System

Online Library Management System Project Report On Online Library Management System Submitted By: Guided By 1. Bhupendra Mr.Vijay Gupta 2. Shraddha Panwar Assistant Professor 3. Vijay Vaishnav IIIM, Jaipur. Team Number:- 1 ACKNOWLEDGEMENT

More information

High Level Design Distributed Network Traffic Controller

High Level Design Distributed Network Traffic Controller High Level Design Distributed Network Traffic Controller Revision Number: 1.0 Last date of revision: 2/2/05 22c:198 Johnson, Chadwick Hugh Change Record Revision Date Author Changes 1 Contents 1. Introduction

More information

SYSTEM OF MONITORING AND CONTROL FOR THE AUTOMATION OF INDUSTRIAL WASH MACHINES

SYSTEM OF MONITORING AND CONTROL FOR THE AUTOMATION OF INDUSTRIAL WASH MACHINES SYSTEM OF MONITORING AND CONTROL FOR THE AUTOMATION OF INDUSTRIAL WASH MACHINES Catalin BUJDEI Liviu PERNIU Ion TRUICAN Mihai CARAMAN Automatics Department, Transilvania University of Brasov, M.Viteazu

More information

PDA DRIVEN WAREHOUSE INVENTORY MANAGEMENT SYSTEM Sebastian Albert Master of Science in Technology sebastianpremraj@yahoo.com

PDA DRIVEN WAREHOUSE INVENTORY MANAGEMENT SYSTEM Sebastian Albert Master of Science in Technology sebastianpremraj@yahoo.com PDA DRIVEN WAREHOUSE INVENTORY MANAGEMENT SYSTEM Sebastian Albert Master of Science in Technology sebastianpremraj@yahoo.com Abstract In times of economic slow-down, cutting costs is the major strategy

More information

A MODEL ON FACTORY INFORMATION SYSTEM (FIS)

A MODEL ON FACTORY INFORMATION SYSTEM (FIS) A MODEL ON FACTORY INFORMATION SYSTEM (FIS) C. A. Anam RASHED *, Nasima BAGUM **, Sifullah KHAN ***, Mehedi HASAN **** Abstract: In the globalization era, rapid data communication and sufficient information

More information

Multifunctional Barcode Inventory System for Retailing. Are You Ready for It?

Multifunctional Barcode Inventory System for Retailing. Are You Ready for It? Multifunctional Barcode Inventory System for Retailing. Are You Ready for It? Ling Shi Cai, Leau Yu Beng, Charlie Albert Lasuin, Tan Soo Fun, Chin Pei Yee Abstract This paper explains the development of

More information

Inventory Management System

Inventory Management System INTERNATIONAL SCHOOL OF INFORMATICS & MANAGEMENT (FORMERLY IIIM) Inventory Management System Core Team: Yogendra Singh Rajveer Kataria Project Guide: Vijay singh Rathore Asst. Professor ISIM-jaipur INVENTORY

More information

Student Attendance Through Mobile Devices

Student Attendance Through Mobile Devices Student Attendance Through Mobile Devices Anurag Rastogi Kirti Gupta Department of Computer Science and Engineering National Institute of Technology Rourkela Rourkela-769 008, Odisha, India Student Attendance

More information

1. Introduction 1.1 Methodology

1. Introduction 1.1 Methodology Table of Contents 1. Introduction 1.1 Methodology 3 1.2 Purpose 4 1.3 Scope 4 1.4 Definitions, Acronyms and Abbreviations 5 1.5 Tools Used 6 1.6 References 7 1.7 Technologies to be used 7 1.8 Overview

More information

SHOPPING APPLICATION FOR E-COMMERCE

SHOPPING APPLICATION FOR E-COMMERCE ABSTRACT: SHOPPING APPLICATION FOR E-COMMERCE Rohini V, Ancy Merlyn D Souza, Sachin Giriyappanavar, Sharun Mathew Department of Computer Science, Christ University, Bengaluru E-commerce is an alternative

More information

Virtual Credit Card Processing System

Virtual Credit Card Processing System The ITB Journal Volume 3 Issue 2 Article 2 2002 Virtual Credit Card Processing System Geraldine Gray Karen Church Tony Ayres Follow this and additional works at: http://arrow.dit.ie/itbj Part of the E-Commerce

More information

CS 3530 Operating Systems. L02 OS Intro Part 1 Dr. Ken Hoganson

CS 3530 Operating Systems. L02 OS Intro Part 1 Dr. Ken Hoganson CS 3530 Operating Systems L02 OS Intro Part 1 Dr. Ken Hoganson Chapter 1 Basic Concepts of Operating Systems Computer Systems A computer system consists of two basic types of components: Hardware components,

More information

Automation for Customer Care System

Automation for Customer Care System Automation for Customer Care System Rajnish Kumar #1, Thakur Avinash Nagendra #2 1, 2# Department of Computer Engineering Sir Visvesvaraya Institute of Technology, Nasik Abstract This paper entitled Automation

More information

MULTICULTURAL CONTENT MANAGEMENT SYSTEM

MULTICULTURAL CONTENT MANAGEMENT SYSTEM MULTICULTURAL CONTENT MANAGEMENT SYSTEM AT A GLANCE Language Partner s Multilingual Content Management System Meridium is multilingual content management system designed to fast track the process of multilingual

More information

San Jose State University

San Jose State University San Jose State University Fall 2011 CMPE 272: Enterprise Software Overview Project: Date: 5/9/2011 Under guidance of Professor, Rakesh Ranjan Submitted by, Team Titans Jaydeep Patel (007521007) Zankhana

More information

Instant Queue Manager V4

Instant Queue Manager V4 V4 Installation Prerequisites and Checklist Copyright 2010 Instant Technologies September 26, 2013 Page 1 Thank you for selecting Instant Technologies. This document contains the prerequisites necessary

More information

A FRAMEWORK FOR MANAGING RUNTIME ENVIRONMENT OF JAVA APPLICATIONS

A FRAMEWORK FOR MANAGING RUNTIME ENVIRONMENT OF JAVA APPLICATIONS A FRAMEWORK FOR MANAGING RUNTIME ENVIRONMENT OF JAVA APPLICATIONS Abstract T.VENGATTARAMAN * Department of Computer Science, Pondicherry University, Puducherry, India. A.RAMALINGAM Department of MCA, Sri

More information

IMPLEMENTATION OF NETWORK SECURITY MODEL IN CLOUD COMPUTING USING ENCRYPTION TECHNIQUE

IMPLEMENTATION OF NETWORK SECURITY MODEL IN CLOUD COMPUTING USING ENCRYPTION TECHNIQUE IMPLEMENTATION OF NETWORK SECURITY MODEL IN CLOUD COMPUTING USING ENCRYPTION TECHNIQUE 1 Rajesh L Gaikwad, 2 Dhananjay M Dakhane, 3 Ravindra L Pardhi M.E Student, Associate Professor, Assistant Professor,

More information

Guide from Raymond Benn & Co. Limited

Guide from Raymond Benn & Co. Limited Guide from Raymond Benn & Co. Limited Tel: 01892 545021/549754 Fax: 01892 548956 Email: brian@raymondbenn.co.uk Website: www.raymondbenn.co.uk 0BChoosing accounting software Choose the right accounting

More information

Global Billing System

Global Billing System Global Billing System 1 Saurabh Vyas, 2 Deepak Kapgate 1 PG Scholar, CSE GHRAET Nagpur, Maharashtra, India 2 Professor, CSE GHRAET Nagpur, Maharashtra, India Abstract - The Global Billing system is an

More information

Microsoft Access is an outstanding environment for both database users and professional. Introduction to Microsoft Access and Programming SESSION

Microsoft Access is an outstanding environment for both database users and professional. Introduction to Microsoft Access and Programming SESSION 539752 ch01.qxd 9/9/03 11:38 PM Page 5 SESSION 1 Introduction to Microsoft Access and Programming Session Checklist Understanding what programming is Using the Visual Basic language Programming for the

More information

OVERVIEW HIGHLIGHTS. Exsys Corvid Datasheet 1

OVERVIEW HIGHLIGHTS. Exsys Corvid Datasheet 1 Easy to build and implement knowledge automation systems bring interactive decision-making expertise to Web sites. Here s proven technology that provides customized, specific recommendations to prospects,

More information

Apache Jakarta Tomcat

Apache Jakarta Tomcat Apache Jakarta Tomcat 20041058 Suh, Junho Road Map 1 Tomcat Overview What we need to make more dynamic web documents? Server that supports JSP, ASP, database etc We concentrates on Something that support

More information

International Journal Online of Science Volume I Issue I

International Journal Online of Science Volume I Issue I Website Design for Hoarding Portal Management (HPM) Author: Sawan Chourey 1. Introduction Hoarding Portal Management (HPM) is made to coordinate the uncentralized and unorganized business of hoardings.

More information

Investigations on Hierarchical Web service based on Java Technique

Investigations on Hierarchical Web service based on Java Technique Investigations on Hierarchical Web service based on Java Technique A. Bora, M. K. Bhuyan and T. Bezboruah, Member, IAENG Abstract We have designed, developed and implemented a hierarchical web service

More information

Electronic Commerce Engineering

Electronic Commerce Engineering 219322 Electronic Commerce Engineering Lecture 4 Laudon & Traver: Chapter 4 Building an E-commerce Web Site Copyright 2007 Pearson Education, Inc. Slide 4-1 Building an E-commerce Site: A Systematic Approach

More information

The Survey on Inventory Management System for Supermarket Using Android Application

The Survey on Inventory Management System for Supermarket Using Android Application The Survey on Inventory Management System for Supermarket Using Android Application M.Rajeswari 1, M.Parvathi 2, G.Savitha 3, S.Shirley 4 Asst. Professor, Dept. of IT, Panimalar Institute of Technology,

More information

A Modular Approach to Teaching Mobile APPS Development

A Modular Approach to Teaching Mobile APPS Development 2014 Hawaii University International Conferences Science, Technology, Engineering, Math & Education June 16, 17, & 18 2014 Ala Moana Hotel, Honolulu, Hawaii A Modular Approach to Teaching Mobile APPS Development

More information

IUCLID 5 Guidance and support. Installation Guide Distributed Version. Linux - Apache Tomcat - PostgreSQL

IUCLID 5 Guidance and support. Installation Guide Distributed Version. Linux - Apache Tomcat - PostgreSQL IUCLID 5 Guidance and support Installation Guide Distributed Version Linux - Apache Tomcat - PostgreSQL June 2009 Legal Notice Neither the European Chemicals Agency nor any person acting on behalf of the

More information

What is a database? COSC 304 Introduction to Database Systems. Database Introduction. Example Problem. Databases in the Real-World

What is a database? COSC 304 Introduction to Database Systems. Database Introduction. Example Problem. Databases in the Real-World COSC 304 Introduction to Systems Introduction Dr. Ramon Lawrence University of British Columbia Okanagan ramon.lawrence@ubc.ca What is a database? A database is a collection of logically related data for

More information

Modeling Web Applications Using Java And XML Related Technologies

Modeling Web Applications Using Java And XML Related Technologies Modeling Web Applications Using Java And XML Related Technologies Sam Chung Computing & Stware Systems Institute Technology University Washington Tacoma Tacoma, WA 98402. USA chungsa@u.washington.edu Yun-Sik

More information

A Middleware Strategy to Survive Compute Peak Loads in Cloud

A Middleware Strategy to Survive Compute Peak Loads in Cloud A Middleware Strategy to Survive Compute Peak Loads in Cloud Sasko Ristov Ss. Cyril and Methodius University Faculty of Information Sciences and Computer Engineering Skopje, Macedonia Email: sashko.ristov@finki.ukim.mk

More information

EVALUATION OF OPEN SOURCE ERP FOR SMALL AND MEDIUM SCALE INDUSTRIES

EVALUATION OF OPEN SOURCE ERP FOR SMALL AND MEDIUM SCALE INDUSTRIES Volume 3, Issue 10 (October, 2014) Online ISSN-2320-0073 Published by: Abhinav Publication Abhinav International Monthly Refereed Journal of Research in EVALUATION OF OPEN SOURCE ERP FOR SMALL AND MEDIUM

More information

EVALUATION OF SERVER-SIDE TECHNOLOGY FOR WEB DEPLOYMENT

EVALUATION OF SERVER-SIDE TECHNOLOGY FOR WEB DEPLOYMENT EVALUATION OF SERVER-SIDE TECHNOLOGY FOR WEB DEPLOYMENT Dr. Alexander Pons, University of Miami, apons@miami.edu ABSTRACT The deployment of Web applications consisting of dynamic content requires the selection

More information

How To Develop A Web Dialog For An Org Database With A Database On A Computer (Oracle)

How To Develop A Web Dialog For An Org Database With A Database On A Computer (Oracle) Designing a Framework to Develop WEB Graphical Interfaces for ORACLE Databases - Web Dialog Georgiana-Petruţa Fîntîneanu Florentina Anica Pintea, Faculty of Computers and Applied Computer Science, Tibiscus

More information

Web. Studio. Visual Studio. iseries. Studio. The universal development platform applied to corporate strategy. Adelia. www.hardis.

Web. Studio. Visual Studio. iseries. Studio. The universal development platform applied to corporate strategy. Adelia. www.hardis. Web Studio Visual Studio iseries Studio The universal development platform applied to corporate strategy Adelia www.hardis.com The choice of a CASE tool does not only depend on the quality of the offer

More information

Evaluating and Comparing the Impact of Software Faults on Web Servers

Evaluating and Comparing the Impact of Software Faults on Web Servers Evaluating and Comparing the Impact of Software Faults on Web Servers April 2010, João Durães, Henrique Madeira CISUC, Department of Informatics Engineering University of Coimbra {naaliel, jduraes, henrique}@dei.uc.pt

More information

(Refer Slide Time 00:56)

(Refer Slide Time 00:56) Software Engineering Prof.N. L. Sarda Computer Science & Engineering Indian Institute of Technology, Bombay Lecture-12 Data Modelling- ER diagrams, Mapping to relational model (Part -II) We will continue

More information

Software Development Kit (SDK) Technical Overview and Specifications

Software Development Kit (SDK) Technical Overview and Specifications Image Access Standard Software Development Kit (SDK) Technical Overview and Specifications Introduction On October 31, 2001, Kodak announced the KODAK Image Access Standard for Retail Digital Systems.

More information

Chapter 2 Database System Concepts and Architecture

Chapter 2 Database System Concepts and Architecture Chapter 2 Database System Concepts and Architecture Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Outline Data Models, Schemas, and Instances Three-Schema Architecture

More information

Certified Translation from German

Certified Translation from German Certified Translation from German Annexes to the Agreements Table of contents Annex 1 Scope of the licence Annex 2 System Requirements Annex 3 Modules Annex 4 Hotline hours Annex 5 Trainings Annex 6 Price

More information

Chapter 13 Computer Programs and Programming Languages. Discovering Computers 2012. Your Interactive Guide to the Digital World

Chapter 13 Computer Programs and Programming Languages. Discovering Computers 2012. Your Interactive Guide to the Digital World Chapter 13 Computer Programs and Programming Languages Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Differentiate between machine and assembly languages Identify

More information

Dynamic Resource allocation in Cloud

Dynamic Resource allocation in Cloud Dynamic Resource allocation in Cloud ABSTRACT: Cloud computing allows business customers to scale up and down their resource usage based on needs. Many of the touted gains in the cloud model come from

More information

CHAPTER 6 DATABASE MANAGEMENT SYSTEMS. Learning Objectives

CHAPTER 6 DATABASE MANAGEMENT SYSTEMS. Learning Objectives CHAPTER 6 DATABASE MANAGEMENT SYSTEMS Management Information Systems, 10 th edition, By Raymond McLeod, Jr. and George P. Schell 2007, Prentice Hall, Inc. 1 Learning Objectives Understand the hierarchy

More information

Legal Notices... 2. Introduction... 3

Legal Notices... 2. Introduction... 3 HP Asset Manager Asset Manager 5.10 Sizing Guide Using the Oracle Database Server, or IBM DB2 Database Server, or Microsoft SQL Server Legal Notices... 2 Introduction... 3 Asset Manager Architecture...

More information

Rights Management Services

Rights Management Services www.css-security.com 425.216.0720 WHITE PAPER Microsoft Windows (RMS) provides authors and owners the ability to control how they use and distribute their digital content when using rights-enabled applications,

More information

IBM Rational Web Developer for WebSphere Software Version 6.0

IBM Rational Web Developer for WebSphere Software Version 6.0 Rapidly build, test and deploy Web, Web services and Java applications with an IDE that is easy to learn and use IBM Rational Web Developer for WebSphere Software Version 6.0 Highlights Accelerate Web,

More information

B.Sc (Computer Science) Database Management Systems UNIT-V

B.Sc (Computer Science) Database Management Systems UNIT-V 1 B.Sc (Computer Science) Database Management Systems UNIT-V Business Intelligence? Business intelligence is a term used to describe a comprehensive cohesive and integrated set of tools and process used

More information

Research Paper Available online at: www.ijarcsse.com A COMPARATIVE STUDY OF CLOUD COMPUTING SERVICE PROVIDERS

Research Paper Available online at: www.ijarcsse.com A COMPARATIVE STUDY OF CLOUD COMPUTING SERVICE PROVIDERS Volume 2, Issue 2, February 2012 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: A COMPARATIVE STUDY OF CLOUD

More information

Smart Shopping- An Android Based Shopping Application

Smart Shopping- An Android Based Shopping Application Smart Shopping- An Android Based Shopping Application 1 Adarsh Borkar, 2 Madhura Ansingkar, 3 Monali Khobragade, 4 Pooja Nashikkar, 5 Arti Raut 1,2,3,4 Department of Computer Science and Engineering, 5

More information

S3 Monitor Design and Implementation Plans

S3 Monitor Design and Implementation Plans S 3 Monitor Version 1.0 Specifications and Integration Plan 1 Copyright c 2011 Hewlett Packard Copyright c 2011 Purdue University Permission is hereby granted, free of charge, to any person obtaining a

More information

Syllabus INFO-GB-3322. Design and Development of Web and Mobile Applications (Especially for Start Ups)

Syllabus INFO-GB-3322. Design and Development of Web and Mobile Applications (Especially for Start Ups) Syllabus INFO-GB-3322 Design and Development of Web and Mobile Applications (Especially for Start Ups) Spring 2015 Stern School of Business Norman White, KMEC 8-88 Email: nwhite@stern.nyu.edu Phone: 212-998

More information

Chapter 4. Learning Objectives. Learning Objectives. Building an E-commerce Web Site. Building an E-commerce Web Site: A Systematic Approach

Chapter 4. Learning Objectives. Learning Objectives. Building an E-commerce Web Site. Building an E-commerce Web Site: A Systematic Approach Chapter 4 Building an E-commerce Web Site Created by, David Zolzer, Northwestern State University Louisiana Copyright 2002 Pearson Education, Inc. Slide 4-1 Copyright 2002 Pearson Education, Inc. Slide

More information

Table of Contents. Introduction...9. Installation...17. Program Tour...31. The Program Components...10 Main Program Features...11

Table of Contents. Introduction...9. Installation...17. Program Tour...31. The Program Components...10 Main Program Features...11 2011 AdRem Software, Inc. This document is written by AdRem Software and represents the views and opinions of AdRem Software regarding its content, as of the date the document was issued. The information

More information

MEGA Web Application Architecture Overview MEGA 2009 SP4

MEGA Web Application Architecture Overview MEGA 2009 SP4 Revised: September 2, 2010 Created: March 31, 2010 Author: Jérôme Horber CONTENTS Summary This document describes the system requirements and possible deployment architectures for MEGA Web Application.

More information

Syllabus INFO-UB-3322. Design and Development of Web and Mobile Applications (Especially for Start Ups)

Syllabus INFO-UB-3322. Design and Development of Web and Mobile Applications (Especially for Start Ups) Syllabus INFO-UB-3322 Design and Development of Web and Mobile Applications (Especially for Start Ups) Fall 2014 Stern School of Business Norman White, KMEC 8-88 Email: nwhite@stern.nyu.edu Phone: 212-998

More information

RoverPal - A Mobile Payment Application

RoverPal - A Mobile Payment Application White Paper RoverPal - A Mobile Payment Application Introduction Online shopping has been a favorable experience with most of us. Still, we come across instances where we are out on shopping and we run

More information

ONLINE WEB PORTAL FOR RECRUITMENT PROCESS AND MOCK PRACTICING

ONLINE WEB PORTAL FOR RECRUITMENT PROCESS AND MOCK PRACTICING ONLINE WEB PORTAL FOR RECRUITMENT PROCESS AND MOCK PRACTICING Supriya Deshmukh, Ankita Avhad, Shubham Argade, Prasad Badhe Student, Computer engineering, Sanjivani College of Engineering, Kopargaon, Maharashtra,

More information

This is to certify that

This is to certify that This is to certify that Mr./Ms: Dinh Huy Toan, Vu Van Thang, Nguyen Duc Duy Has successfully Designed & Developed: Inventory Management System Submitted by: Vu Tran Lam Date of Issue: Aug 9, 2010 Authorized

More information

24x7 Scheduler Multi-platform Edition 5.2

24x7 Scheduler Multi-platform Edition 5.2 24x7 Scheduler Multi-platform Edition 5.2 Installing and Using 24x7 Web-Based Management Console with Apache Tomcat web server Copyright SoftTree Technologies, Inc. 2004-2014 All rights reserved Table

More information

System Requirements. BWise 4.1 SP3.5. Document Version: 4135-REQ-D01-EN

System Requirements. BWise 4.1 SP3.5. Document Version: 4135-REQ-D01-EN BWise 4.1 SP3.5 Document Version: 4135-REQ-D01-EN Disclaimer All rights reserved, BWise. This document and its content are provided only as general information 'as-is', which may not be accurate, correct

More information

Development of a Real-time Customer Service System. Abstract

Development of a Real-time Customer Service System. Abstract 44 Development of a Real-time Customer Service System I.O. AWOYELU ** Department of Computer Science & Engineering, Obafemi Awolowo University, Ile-Ife, Nigeria E-mail: iawoyelu@oauife.edu.ng Abstract

More information

Chapter 13: Program Development and Programming Languages

Chapter 13: Program Development and Programming Languages Understanding Computers Today and Tomorrow 12 th Edition Chapter 13: Program Development and Programming Languages Learning Objectives Understand the differences between structured programming, object-oriented

More information

VOL. 2, NO. 1, January 2012 ISSN 2225-7217 ARPN Journal of Science and Technology 2010-2012 ARPN Journals. All rights reserved

VOL. 2, NO. 1, January 2012 ISSN 2225-7217 ARPN Journal of Science and Technology 2010-2012 ARPN Journals. All rights reserved Mobile Application for News and Interactive Services L. Ashwin Kumar Department of Information Technology, JNTU, Hyderabad, India loka.ashwin@gmail.com ABSTRACT In this paper, we describe the design and

More information

Inventory Management E-Commerce Credit Card Processing

Inventory Management E-Commerce Credit Card Processing Inventory Management E-Commerce Credit Card Processing You have to run your store more efficiently, manage inventory effectively and still deliver the kind of service that keeps your customers coming back.

More information

It is designed to resist the spam in the Internet. It can provide the convenience to the email user and save the bandwidth of the network.

It is designed to resist the spam in the Internet. It can provide the convenience to the email user and save the bandwidth of the network. 1. Abstract: Our filter program is a JavaTM 2 SDK, Standard Edition Version 1.5.0 (J2SE) based application, which can be running on the machine that has installed JDK 1.5.0. It can integrate with a JavaServer

More information

E-Commerce: Designing And Creating An Online Store

E-Commerce: Designing And Creating An Online Store E-Commerce: Designing And Creating An Online Store Introduction About Steve Green Ministries Solo Performance Artist for 19 Years. Released over 26 Records, Several Kids Movies, and Books. My History With

More information

Magento & Zend Benchmarks Version 1.2, 1.3 (with & without Flat Catalogs)

Magento & Zend Benchmarks Version 1.2, 1.3 (with & without Flat Catalogs) Magento & Zend Benchmarks Version 1.2, 1.3 (with & without Flat Catalogs) 1. Foreword Magento is a PHP/Zend application which intensively uses the CPU. Since version 1.1.6, each new version includes some

More information

MVC pattern in java web programming

MVC pattern in java web programming MVC pattern in java web programming Aleksandar Kartelj, Faculty of Mathematics Belgrade DAAD workshop Ivanjica 6. -11.9.2010 Serbia September 2010 Outline 1 2 3 4 5 6 History Simple information portals

More information

Software Installation and Creating a New Company

Software Installation and Creating a New Company Chapter 1 Software Installation and Creating a New Company OBJECTIVES: 1 System Requirements 2 Software Installation 3 Starting QuickBooks and Creating a New Company 4 Backing up Company Data 5 QuickBooks

More information

CHAPTER 11 COMPUTER SYSTEMS INFORMATION TECHNOLOGY SERVICES CONTROLS

CHAPTER 11 COMPUTER SYSTEMS INFORMATION TECHNOLOGY SERVICES CONTROLS 11-1 CHAPTER 11 COMPUTER SYSTEMS INFORMATION TECHNOLOGY SERVICES CONTROLS INTRODUCTION The State Board of Accounts, in accordance with State statutes and the Statements on Auditing Standards Numbers 78

More information

New Methods for Performance Monitoring of J2EE Application Servers

New Methods for Performance Monitoring of J2EE Application Servers New Methods for Performance Monitoring of J2EE Application Servers Adrian Mos (Researcher) & John Murphy (Lecturer) Performance Engineering Laboratory, School of Electronic Engineering, Dublin City University,

More information

Architecture Design & Sequence Diagram. Week 7

Architecture Design & Sequence Diagram. Week 7 Architecture Design & Sequence Diagram Week 7 Announcement Reminder Midterm I: 1:00 1:50 pm Wednesday 23 rd March Ch. 1, 2, 3 and 26.5 Hour 1, 6, 7 and 19 (pp.331 335) Multiple choice Agenda (Lecture)

More information

CREDIT CARD PROCESSING

CREDIT CARD PROCESSING Ex no: Date: CREDIT CARD PROCESSING AIM: To create a system to perform the credit card processing (I)PROBLEM STATEMENT: Credit card processing through offline involves the merchant collecting order information

More information

i.sight ecommerce system

i.sight ecommerce system i.sight ecommerce system Product Brochure open your eyes on the Internet i.sight ecommerce system is presented to you by IPOS Computer Systems Ltd. For Inquiry, please go to our web site http://www.iposcsl.com

More information

Passive RFID Solutions for Asset Tracking and Inventory Management

Passive RFID Solutions for Asset Tracking and Inventory Management Passive RFID Solutions for Asset Tracking and Inventory Management Introduction: In the present context of business, it is becoming essential for the business world to provide electronic commerce in addition

More information

DISCOVERY OF NETWORK ELEMENTS AND RECONCILIATION (DNER)

DISCOVERY OF NETWORK ELEMENTS AND RECONCILIATION (DNER) Journal homepage: www.mjret.in ISSN:2348-6953 DISCOVERY OF NETWORK ELEMENTS AND RECONCILIATION (DNER) Narendra Shewale 1, Sharad Hadke 2, Mayur Kharote 3 Department of Computer Engineering, University

More information

Model Organize Publish Automate. Business Process Management with Process Modeler for Microsoft Visio

Model Organize Publish Automate. Business Process Management with Process Modeler for Microsoft Visio Model Organize Publish Automate PM Business Process Management with Process Modeler for Microsoft Visio Process Modeler for your profession BPM as a Consultant When you want to integrate yourself flexibly

More information

lesson 1 An Overview of the Computer System

lesson 1 An Overview of the Computer System essential concepts lesson 1 An Overview of the Computer System This lesson includes the following sections: The Computer System Defined Hardware: The Nuts and Bolts of the Machine Software: Bringing the

More information

DeskNow. Ventia Pty. Ltd. Advanced setup. Version : 3.2 Date : 4 January 2007

DeskNow. Ventia Pty. Ltd. Advanced setup. Version : 3.2 Date : 4 January 2007 Ventia Pty. Ltd. DeskNow Advanced setup Version : 3.2 Date : 4 January 2007 Ventia Pty Limited A.C.N. 090 873 662 Web : http://www.desknow.com Email : info@desknow.com Overview DeskNow is a computing platform

More information

A Tool for Generating Relational Database Schema from EER Diagram

A Tool for Generating Relational Database Schema from EER Diagram A Tool for Generating Relational Schema from EER Diagram Lisa Simasatitkul and Taratip Suwannasart Abstract design is an important activity in software development. EER diagram is one of diagrams, which

More information

Online Fuzzy-C-Means clustering

Online Fuzzy-C-Means clustering Online Fuzzy-C-Means clustering Authors: Author s Addresses: Contact: Dezső Kancsár, Ágnes B. Simon H-1157 Budapest, Nyírpalota u. 79/C 2/8; College of Nyíregyháza, Rákóczi út 69. berszoft@ax.hu, simona@nyf.hu

More information

idelpi Software Quick Install and Basic Configuration Guide

idelpi Software Quick Install and Basic Configuration Guide idelpi Software Quick Install and Basic Configuration Guide (Trial version) This documentation helps you in installing the trial version of idelpi construction software on your computer. Prerequisites

More information

Topics. Introduction. Java History CS 146. Introduction to Programming and Algorithms Module 1. Module Objectives

Topics. Introduction. Java History CS 146. Introduction to Programming and Algorithms Module 1. Module Objectives Introduction to Programming and Algorithms Module 1 CS 146 Sam Houston State University Dr. Tim McGuire Module Objectives To understand: the necessity of programming, differences between hardware and software,

More information

INFORMATION TECHNOLOGY CONTROLS

INFORMATION TECHNOLOGY CONTROLS CHAPTER 14 INFORMATION TECHNOLOGY CONTROLS SCOPE This chapter addresses requirements common to all financial accounting systems and is not limited to the statewide financial accounting system, ENCOMPASS,

More information

CRAFT ERP modules. Introduction

CRAFT ERP modules. Introduction Introduction 1 1 Introduction CRAFT is an ERP system providing automation in most important business aspects of an enterprise: Customer relations, Financial operations, Production and Distribution operations,

More information

E-COMMERCE APPLICATION BASED ON THE MVC ARCHITECTURE ON MULTI-CLOUD SYSTEM

E-COMMERCE APPLICATION BASED ON THE MVC ARCHITECTURE ON MULTI-CLOUD SYSTEM E-COMMERCE APPLICATION BASED ON THE MVC ARCHITECTURE ON MULTI-CLOUD SYSTEM Rainik Soni 1, Ankit Parmar 2, Rohit Sawant 3, Ms. Shweta Sharma 4 1,2,3 B.E.CMPN (Pursuing), 4 Project Guide, Department of Computer

More information

IBM WebSphere Business Integration for HIPAA

IBM WebSphere Business Integration for HIPAA Prepare your business for the future as you prepare for HIPAA IBM WebSphere Business Integration for HIPAA Helps ensure your business is ready to meet the HIPAA mandates Allows private and highly secure

More information

Microsoft Dynamics AX 2012 R2 New Features*

Microsoft Dynamics AX 2012 R2 New Features* Microsoft Dynamics AX 2012 R2 New Features* *For detailed descriptions of the features or more information about Microsoft Dynamics AX 2012, please contact Intelligent Systems Bulgaria. Functional area

More information

Smart Inventory Management System

Smart Inventory Management System Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Fall 2015 Smart Inventory Management System Ajay Akarapu Governors State University

More information

ADAPTABLE TO CHANGE PICKING THE RIGHT SOFTWARE

ADAPTABLE TO CHANGE PICKING THE RIGHT SOFTWARE S O F T W A R E F O R E V O L V I N G B U S I N E S S E S Today it is more apparent than ever that in order to keep pace with the rapid changes in the way that business is carried out and to take full

More information

office products online business system

office products online business system office products online business system A comprehensive and customized ecommerce and CRM application fully integrated with each other and the supply chain to start, manage and/or grow an online office products

More information

System Requirements and Configuration Options

System Requirements and Configuration Options System Requirements and Configuration Options Software: CrimeView Community, CrimeView Web System requirements and configurations are outlined below for CrimeView Web and CrimeView Community (including

More information

PERFORMANCE ANALYSIS OF KERNEL-BASED VIRTUAL MACHINE

PERFORMANCE ANALYSIS OF KERNEL-BASED VIRTUAL MACHINE PERFORMANCE ANALYSIS OF KERNEL-BASED VIRTUAL MACHINE Sudha M 1, Harish G M 2, Nandan A 3, Usha J 4 1 Department of MCA, R V College of Engineering, Bangalore : 560059, India sudha.mooki@gmail.com 2 Department

More information

Technical White Paper The Excel Reporting Solution for Java

Technical White Paper The Excel Reporting Solution for Java Technical White Paper The Excel Reporting Solution for Java Using Actuate e.spreadsheet Engine as a foundation for web-based reporting applications, Java developers can greatly enhance the productivity

More information

ELECTRONIC QUALITY MANAGEMENT SOFTWARE

ELECTRONIC QUALITY MANAGEMENT SOFTWARE ELECTRONIC QUALITY MANAGEMENT SOFTWARE I.T. INFRASTRUCTURE REQUIREMENTS Version No.: 01 Issue Date: May 3, 2012 Table of Contents 1 INTRODUCTION... 3 2 ARCHITECTURE... 3 2.1. A web based user interface...

More information

XTM Web 2.0 Enterprise Architecture Hardware Implementation Guidelines. A.Zydroń 18 April 2009. Page 1 of 12

XTM Web 2.0 Enterprise Architecture Hardware Implementation Guidelines. A.Zydroń 18 April 2009. Page 1 of 12 XTM Web 2.0 Enterprise Architecture Hardware Implementation Guidelines A.Zydroń 18 April 2009 Page 1 of 12 1. Introduction...3 2. XTM Database...4 3. JVM and Tomcat considerations...5 4. XTM Engine...5

More information